.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 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))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !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: #ffd7ef !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='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uRD4inHbhH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRD4inHbhH .nav-item,
.cid-uRD4inHbhH .nav-link,
.cid-uRD4inHbhH .navbar-caption {
  font-weight: normal;
}
.cid-uRD4inHbhH .nav-item:focus,
.cid-uRD4inHbhH .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uRD4inHbhH .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uRD4inHbhH .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRD4inHbhH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uRD4inHbhH .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uRD4inHbhH .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uRD4inHbhH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uRD4inHbhH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uRD4inHbhH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRD4inHbhH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRD4inHbhH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #1dc9cb;
}
.cid-uRD4inHbhH .navbar.opened {
  transition: all .3s;
  background: #1dc9cb !important;
}
.cid-uRD4inHbhH .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uRD4inHbhH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRD4inHbhH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRD4inHbhH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRD4inHbhH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uRD4inHbhH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRD4inHbhH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uRD4inHbhH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRD4inHbhH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRD4inHbhH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uRD4inHbhH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRD4inHbhH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRD4inHbhH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uRD4inHbhH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRD4inHbhH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uRD4inHbhH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uRD4inHbhH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRD4inHbhH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uRD4inHbhH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uRD4inHbhH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uRD4inHbhH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uRD4inHbhH .navbar.navbar-short {
  background: #1dc9cb !important;
  min-height: 60px;
}
.cid-uRD4inHbhH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uRD4inHbhH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uRD4inHbhH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRD4inHbhH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRD4inHbhH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRD4inHbhH .dropdown-item.active,
.cid-uRD4inHbhH .dropdown-item:active {
  background-color: transparent;
}
.cid-uRD4inHbhH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRD4inHbhH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRD4inHbhH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1dc9cb;
}
.cid-uRD4inHbhH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRD4inHbhH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRD4inHbhH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uRD4inHbhH .navbar-buttons {
  text-align: center;
}
.cid-uRD4inHbhH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRD4inHbhH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRD4inHbhH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uRD4inHbhH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uRD4inHbhH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uRD4inHbhH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uRD4inHbhH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRD4inHbhH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uRD4inHbhH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uRD4inHbhH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uRD4inHbhH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uRD4inHbhH a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRD4inHbhH .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uRD4inHbhH .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uRD4inHbhH .soc-item {
  margin: .5rem .3rem;
}
.cid-uRD4inHbhH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRD4inHbhH .navbar {
    height: 77px;
  }
  .cid-uRD4inHbhH .navbar.opened {
    height: auto;
  }
  .cid-uRD4inHbhH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRD4MyYta2 {
  overflow: hidden !important;
  background-color: #cfeef1;
}
.cid-uRD4MyYta2 .container-fluid {
  padding: 0 5rem;
}
.cid-uRD4MyYta2 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRD4MyYta2 .mbr-section-title {
  padding-bottom: 2rem;
  color: #3e4555;
}
.cid-uRD4MyYta2 .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-uRD4MyYta2 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uRD4MyYta2 .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uRD4MyYta2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uRD4MyYta2 .mbr-figure {
    margin-top: 1rem;
  }
  .cid-uRD4MyYta2 .mbr-section-title {
    text-align: center !important;
  }
  .cid-uRD4MyYta2 .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-uRD4MyYta2 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uRD4MyYta2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRD4MyYta2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRD5iVvsMu {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d6eef0;
}
.cid-uRD5iVvsMu .mbr-overlay {
  background: #efefef;
}
.cid-uRD5iVvsMu .card {
  padding: 1rem 1rem 2rem 1rem;
}
.cid-uRD5iVvsMu .card-img {
  padding: 0;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
.cid-uRD5iVvsMu .card-box {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #ffffff;
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uRD5iVvsMu .mbr-text {
  color: #8d97ad;
}
.cid-uRD5iVvsMu .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uRD5iVvsMu .mbr-section-btn {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-uRD5iVvsMu .card-title {
    text-align: center;
  }
  .cid-uRD5iVvsMu p.mbr-text,
  .cid-uRD5iVvsMu p.date {
    text-align: center;
  }
}
.cid-uRD5iVvsMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRD5iVvsMu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRD5iVvsMu .mbr-text,
.cid-uRD5iVvsMu .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRD6Vwy2Oe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cfeef1;
}
.cid-uRD6Vwy2Oe .mbr-section-title {
  margin: 0;
}
.cid-uRD6Vwy2Oe .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-uRD6Vwy2Oe .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-uRD6Vwy2Oe .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-uRD6Vwy2Oe .card1 {
  background: linear-gradient(45deg, #2bdc9d, #1dc9cb);
}
.cid-uRD6Vwy2Oe .card2 {
  background: linear-gradient(45deg, #188ef4, #306de8);
}
.cid-uRD6Vwy2Oe .card3 {
  background: linear-gradient(45deg, #ff4f7b, #ff695c);
}
.cid-uRD6Vwy2Oe .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-uRD6Vwy2Oe .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-uRD6Vwy2Oe .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-uRD6Vwy2Oe .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uRD6Vwy2Oe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRD6Vwy2Oe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRD6Vwy2Oe .card1 > .mbr-card-title {
  text-align: center;
}
.cid-uRD6Vwy2Oe .card2 > .mbr-card-title {
  text-align: center;
}
.cid-uRD6Vwy2Oe .card3 > .mbr-card-title {
  text-align: center;
}
.cid-uRD6Vwy2Oe .card4 > .mbr-card-title {
  text-align: center;
}
.cid-uRD7D0yZ57 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #d6eef0;
}
.cid-uRD7D0yZ57 img {
  width: 100%;
  border-radius: 50px;
  margin-bottom: 20px;
  max-height: ;
}
.cid-uRD7D0yZ57 .card {
  margin-bottom: 130px !important;
}
.cid-uRD7D0yZ57 .card .img-wrapper {
  overflow: hidden;
}
.cid-uRD7D0yZ57 .card:hover {
  cursor: pointer;
}
.cid-uRD7D0yZ57 .card:hover img {
  transform: scale(1.05);
}
.cid-uRD7D0yZ57 .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
@media (max-width: 1200px) {
  .cid-uRD7D0yZ57 .card {
    margin-bottom: 50px !important;
  }
}
.cid-uRD7D0yZ57 .card .card-wrapper {
  text-align: left;
}
.cid-uRD7D0yZ57 .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
  margin-right: 14px;
}
.cid-uRD7D0yZ57 .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #06182d;
}
.cid-uRD7D0yZ57 .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-uRD7D0yZ57 .card .card-wrapper .card-box .card-text {
  color: #320707;
}
.cid-uRD7D0yZ57 .mbr-section-title {
  color: #06182d;
}
.cid-uRD7D0yZ57 .mbr-section-subtitle {
  color: #06182d;
}
.cid-uRD7D0yZ57 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uRD7D0yZ57 .mbr-section-text {
  color: #999999;
}
.cid-uRD7D0yZ57 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRD7D0yZ57 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRD7D0yZ57 .card .card-wrapper .card-box .card-text {
  color: #232323;
  text-align: center;
}
.cid-uRD7D0yZ57 .mbr-section-title,
.cid-uRD7D0yZ57 .col {
  text-align: left;
}
.cid-uRD7D0yZ57 .card .card-wrapper .card-box .card-title,
.cid-uRD7D0yZ57 .card-wrapper {
  text-align: center;
}
.cid-uRDcNtwWsn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #cfeef1;
}
.cid-uRDcNtwWsn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRDcNtwWsn .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-uRDcNtwWsn .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uRDcNtwWsn img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-uRDcNtwWsn img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uRDcNtwWsn .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-uRDcNtwWsn .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uRDcNtwWsn .card-link:hover a {
  background-image: none !important;
}
.cid-uRDcNtwWsn .card-link:hover {
  cursor: pointer;
}
.cid-uRDcNtwWsn .card-link:hover:before {
  width: 0%;
}
.cid-uRDcNtwWsn .card {
  margin-bottom: 3rem;
}
.cid-uRDcNtwWsn .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-uRDcNtwWsn .row {
  justify-content: center;
}
.cid-uRDcNtwWsn .card-box {
  align-items: center;
  border-bottom: 1px solid #232323;
  padding-bottom: .8rem;
}
.cid-uRDcNtwWsn .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uRDcNtwWsn .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uRDcNtwWsn .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uRDcNtwWsn .card-text {
  color: #232323;
}
.cid-uRDcNtwWsn .card-title,
.cid-uRDcNtwWsn .iconfont-wrapper {
  color: #232323;
  text-align: left;
}
.cid-uRDcNtwWsn .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRDcNtwWsn .card-link,
.cid-uRDcNtwWsn .link-icon,
.cid-uRDcNtwWsn .link-align {
  color: #232323;
}
.cid-uRDfnSZSXT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d6eef0;
}
.cid-uRDfnSZSXT .arrow {
  position: absolute;
  font-size: 1.5rem;
  color: #efefef;
  top: 1rem;
  transition: all 0.3s;
  right: 1.3rem;
  transform: rotate(-30deg);
}
.cid-uRDfnSZSXT .card {
  padding: 0;
  margin-right: -2px;
  margin-top: -2px;
}
.cid-uRDfnSZSXT .card:hover .arrow {
  transform: rotate(330deg);
}
.cid-uRDfnSZSXT .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uRDfnSZSXT .card-title {
  transition: all 0.3s;
}
.cid-uRDfnSZSXT .mbr-iconfont {
  font-size: 5rem;
  color: #ff9083;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-uRDfnSZSXT .card-text {
  color: #232323;
}
.cid-uRDfnSZSXT .main-text {
  color: #777d74;
}
.cid-uRDfnSZSXT .main-sub-title,
.cid-uRDfnSZSXT .align-wrapper {
  color: #33358c;
}
.cid-uRDfnSZSXT .card-title,
.cid-uRDfnSZSXT .card-text,
.cid-uRDfnSZSXT .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uRDfnSZSXT .card-wrapper {
  display: flex;
  padding: 3rem 2rem;
  background: #cfeef1;
  transition: all 0.3s;
  border: 2px solid #efefef;
  flex-direction: column;
}
.cid-uRDfnSZSXT .card-wrapper:hover {
  background: #a6a99c;
  border-color: #a6a99c;
}
.cid-uRDfnSZSXT .card-wrapper:hover .card-title,
.cid-uRDfnSZSXT .card-wrapper:hover .card-text,
.cid-uRDfnSZSXT .card-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uRDfnSZSXT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRDfnSZSXT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRDgpPMmwd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cfeef1;
}
.cid-uRDgpPMmwd img {
  width: 100%;
  border-radius: 50px;
  margin-bottom: 20px;
  max-height: ;
}
.cid-uRDgpPMmwd .card {
  margin-bottom: 130px !important;
}
.cid-uRDgpPMmwd .card .img-wrapper {
  overflow: hidden;
}
.cid-uRDgpPMmwd .card:hover {
  cursor: pointer;
}
.cid-uRDgpPMmwd .card:hover img {
  transform: scale(1.05);
}
.cid-uRDgpPMmwd .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
@media (max-width: 1200px) {
  .cid-uRDgpPMmwd .card {
    margin-bottom: 50px !important;
  }
}
.cid-uRDgpPMmwd .card .card-wrapper {
  text-align: left;
}
.cid-uRDgpPMmwd .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
  margin-right: 14px;
}
.cid-uRDgpPMmwd .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #06182d;
}
.cid-uRDgpPMmwd .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-uRDgpPMmwd .card .card-wrapper .card-box .card-text {
  color: #320707;
}
@media (min-width: 1400px) {
  .cid-uRDgpPMmwd .card.left-box {
    right: 105px !important;
  }
  .cid-uRDgpPMmwd .card.right-box {
    left: 97px !important;
  }
}
.cid-uRDgpPMmwd .mbr-section-title {
  color: #06182d;
}
.cid-uRDgpPMmwd .mbr-section-subtitle {
  color: #06182d;
}
.cid-uRDgpPMmwd .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uRDgpPMmwd .mbr-section-text {
  color: #999999;
}
.cid-uRDgpPMmwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRDgpPMmwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRDgpPMmwd .card .card-wrapper .card-box .card-text {
  color: #232323;
}
.cid-uRDgpPMmwd .mbr-section-title,
.cid-uRDgpPMmwd .col {
  text-align: left;
}
.cid-uRDiESi6Ku {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d6eef0;
}
.cid-uRDiESi6Ku .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-uRDiESi6Ku .card-wrapper:hover .card-title {
  color: #ffd7ef;
}
.cid-uRDiESi6Ku img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-uRDiESi6Ku .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uRDiESi6Ku .wrapper {
  background: #cfeef1;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-uRDiESi6Ku .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRDiESi6Ku .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uRDiESi6Ku .card-number {
  padding-right: 1rem;
  text-align: center;
  min-width: 60px;
  color: #ff9083;
}
.cid-uRDiESi6Ku .card-title {
  transition: all 0.3s;
  color: #232323;
}
@media (max-width: 992px) {
  .cid-uRDiESi6Ku .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-uRDiESi6Ku span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-uRDiESi6Ku .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uRDiESi6Ku .main-text {
  color: #616161;
}
.cid-uRDiESi6Ku .card-text {
  color: #616161;
}
.cid-uRDiESi6Ku .main-sub-title,
.cid-uRDiESi6Ku .align-wrapper {
  color: #33358c;
}
.cid-uRDiESi6Ku .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRDiESi6Ku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRDkjMSFqt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cfeef1;
}
.cid-uRDkjMSFqt .card-wrapper {
  display: flex;
  padding: 3rem 1rem;
  border-radius: 10px;
  background: #d6eef0;
  border: 2px solid #efefef;
  flex-direction: column;
  text-align: center;
}
.cid-uRDkjMSFqt .card-wrapper:hover .card-title {
  color: #ffd7ef;
}
.cid-uRDkjMSFqt .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uRDkjMSFqt .card-title {
  transition: all 0.3s;
}
.cid-uRDkjMSFqt .mbr-iconfont {
  font-size: 5rem;
  color: #ff9083;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-uRDkjMSFqt .card-text {
  color: #616161;
}
.cid-uRDkjMSFqt .main-text {
  color: #777d74;
}
.cid-uRDkjMSFqt .main-sub-title,
.cid-uRDkjMSFqt .align-wrapper {
  color: #33358c;
}
.cid-uRDkjMSFqt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRDkjMSFqt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRDlsfinwg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #d6eef0;
}
.cid-uRDlsfinwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRDlsfinwg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRDlsfinwg .row {
  justify-content: center;
}
.cid-uRDlsfinwg .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uRDlsfinwg .row {
    padding: 0 12px;
  }
}
.cid-uRDlsfinwg .item-wrap {
  z-index: 1;
}
.cid-uRDlsfinwg .image-wrapper {
  padding: 32px 16px;
}
@media (max-width: 992px) {
  .cid-uRDlsfinwg .image-wrapper {
    padding: 12px 0;
  }
}
.cid-uRDlsfinwg .image-wrapper img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRDlsfinwg .image-wrapper img {
    height: 200px;
  }
}
@media (max-width: 425px) {
  .cid-uRDlsfinwg .image-wrapper img {
    height: 150px;
  }
}
.cid-uRDmj8vYDz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #d6eef0;
}
.cid-uRDmj8vYDz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRDmj8vYDz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRDmj8vYDz .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uRDmj8vYDz .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-uRDmj8vYDz .container {
    padding: 0 28px;
  }
}
.cid-uRDmj8vYDz .row {
  justify-content: center;
}
.cid-uRDmj8vYDz .nav.nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin-bottom: 40px;
}
.cid-uRDmj8vYDz .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin: 0 48px 10px 0;
}
.cid-uRDmj8vYDz .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  margin-bottom: 0;
  border: none;
  color: #000000;
  border-radius: 0 !important;
  padding: 0;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
}
.cid-uRDmj8vYDz .nav.nav-tabs .nav-item .nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 5px;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}
.cid-uRDmj8vYDz .nav.nav-tabs .nav-item .nav-link.active::after {
  width: 100%;
}
.cid-uRDmj8vYDz .tab-content .tab-pane .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRDmj8vYDz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRDmMdvj3e {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #cfeef1;
}
.cid-uRDmMdvj3e .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-uRDmMdvj3e .mbr-section-title {
  margin: 0;
}
.cid-uRDmMdvj3e .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uRDmMdvj3e .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uRDmMdvj3e .card-img {
  text-align: left;
}
.cid-uRDmMdvj3e .row-item {
  padding-bottom: 2rem;
}
.cid-uRDmMdvj3e .row-item:hover .card-img .mbr-iconfont {
  color: #ffbc00 !important;
}
@media (max-width: 767px) {
  .cid-uRDmMdvj3e .card-img,
  .cid-uRDmMdvj3e .mbr-text,
  .cid-uRDmMdvj3e .mbr-card-title,
  .cid-uRDmMdvj3e .mbr-section-subtitle,
  .cid-uRDmMdvj3e .mbr-section-title,
  .cid-uRDmMdvj3e .underline {
    text-align: center !important;
  }
}
.cid-uRDmMdvj3e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRDmMdvj3e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRDuVO51Wg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d6eef0;
}
.cid-uRDuVO51Wg .link-wrapper {
  width: 100%;
}
.cid-uRDuVO51Wg .line {
  width: 100%;
  border-bottom: 1px solid #000000;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .cid-uRDuVO51Wg .line {
    margin: 0;
  }
}
.cid-uRDuVO51Wg .row {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uRDuVO51Wg .row {
    justify-content: flex-start;
  }
}
.cid-uRDuVO51Wg .card {
  border-left: 1px solid #000000;
  border-radius: 0;
  padding: 0 4rem;
}
@media (max-width: 1200px) {
  .cid-uRDuVO51Wg .card {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uRDuVO51Wg .card {
    padding-left: 1rem;
    border-left: 0px;
  }
}
.cid-uRDuVO51Wg .card-text {
  color: #232323;
}
.cid-uRDuVO51Wg .card-text a {
  position: relative;
  background: none!important;
}
.cid-uRDuVO51Wg .card-text a:before {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-uRDuVO51Wg .card-text a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}
.cid-uRDuVO51Wg .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uRDuVO51Wg .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uRDuVO51Wg .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uRDuVO51Wg .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uRDuVO51Wg .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uRDuVO51Wg .card-title,
.cid-uRDuVO51Wg .iconfont-wrapper {
  color: #000000;
}
.cid-uRDuVO51Wg .link,
.cid-uRDuVO51Wg .link-wrapper {
  color: #000000;
}
.cid-uRDuVO51Wg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRDuVO51Wg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRDvXIYfRo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #cfeef1;
}
.cid-uRDvXIYfRo .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-uRDvXIYfRo .card-wrapper:hover .card-title {
  color: #ffd7ef;
}
.cid-uRDvXIYfRo img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-uRDvXIYfRo .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-uRDvXIYfRo .wrapper {
  background: #d6eef0;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-uRDvXIYfRo .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uRDvXIYfRo .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uRDvXIYfRo .card-number {
  padding-right: 1rem;
  text-align: center;
  min-width: 60px;
  color: #ff9083;
}
.cid-uRDvXIYfRo .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uRDvXIYfRo .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-uRDvXIYfRo span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-uRDvXIYfRo .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uRDvXIYfRo .main-text {
  color: #616161;
}
.cid-uRDvXIYfRo .card-text {
  color: #616161;
}
.cid-uRDvXIYfRo .main-sub-title,
.cid-uRDvXIYfRo .align-wrapper {
  color: #33358c;
}
.cid-uRDvXIYfRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRDvXIYfRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTrTo35IIq {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #cfeef1;
}
@media (min-width: 768px) {
  .cid-uTrTo35IIq .row {
    justify-content: center;
  }
}
.cid-uTrTo35IIq form .mbr-section-btn {
  width: 100%;
}
.cid-uTrTo35IIq form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uTrTo35IIq form .mbr-section-btn .btn {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .cid-uTrTo35IIq .form-with-styler {
    padding: 30px;
  }
  .cid-uTrTo35IIq .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uTrTo35IIq input::-webkit-input-placeholder,
.cid-uTrTo35IIq textarea::-webkit-input-placeholder {
  color: #320707 !important;
  opacity: 0.5;
}
.cid-uTrTo35IIq input:-moz-placeholder,
.cid-uTrTo35IIq textarea:-moz-placeholder {
  color: #320707 !important;
  opacity: 0.5;
}
.cid-uTrTo35IIq .mbr-section-btn {
  margin-top: 10.8px;
}
.cid-uTrTo35IIq .mbr-section-title {
  color: #231f59;
  text-align: left;
}
.cid-uTrTo35IIq .mbr-section-subtitle {
  color: #231f59;
  text-align: left;
}
.cid-uTrTo35IIq .mbr-section-text,
.cid-uTrTo35IIq .mbr-section-btn {
  text-align: left;
  color: #282727;
}
