body {
  font-family: Bellota Text;
}
.display-1 {
  font-family: 'Helvetica-Neue-LT-Std-33-Thin-Extended';
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Helvetica-Neue-LT-Std-33-Thin-Extended';
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'AGENCYR';
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  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: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((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: #279b5b !important;
}
.bg-success {
  background-color: #2c9dd8 !important;
}
.bg-info {
  background-color: #ee7225 !important;
}
.bg-warning {
  background-color: #cb2d83 !important;
}
.bg-danger {
  background-color: #bd171e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #279b5b !important;
  border-color: #279b5b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1d7243 !important;
  border-color: #1d7243 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1d7243 !important;
  border-color: #1d7243 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #272460 !important;
  border-color: #272460 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #18163b !important;
  border-color: #18163b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #18163b !important;
  border-color: #18163b !important;
}
.btn-info,
.btn-info:active {
  background-color: #ee7225 !important;
  border-color: #ee7225 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #d05a10 !important;
  border-color: #d05a10 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d05a10 !important;
  border-color: #d05a10 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2c9dd8 !important;
  border-color: #2c9dd8 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #217fb0 !important;
  border-color: #217fb0 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #217fb0 !important;
  border-color: #217fb0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cb2d83 !important;
  border-color: #cb2d83 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #a12468 !important;
  border-color: #a12468 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a12468 !important;
  border-color: #a12468 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bd171e !important;
  border-color: #bd171e !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #901117 !important;
  border-color: #901117 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #901117 !important;
  border-color: #901117 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #279b5b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #165632 !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: #279b5b !important;
  border-color: #279b5b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #272460;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0d0c21 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #272460 !important;
  border-color: #272460 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ee7225;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #af4b0e !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: #ee7225 !important;
  border-color: #ee7225 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2c9dd8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b6992 !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: #2c9dd8 !important;
  border-color: #2c9dd8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cb2d83;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #841d55 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cb2d83 !important;
  border-color: #cb2d83 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bd171e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #700e12 !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: #bd171e !important;
  border-color: #bd171e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #279b5b !important;
}
.text-secondary {
  color: #272460 !important;
}
.text-success {
  color: #2c9dd8 !important;
}
.text-info {
  color: #ee7225 !important;
}
.text-warning {
  color: #cb2d83 !important;
}
.text-danger {
  color: #bd171e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #124a2b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #090816 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #196085 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a0450d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #781a4d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #620c10 !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):hover {
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #279b5b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ee7225;
}
.alert-warning {
  background-color: #cb2d83;
}
.alert-danger {
  background-color: #bd171e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #279b5b;
  border-color: #279b5b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #279b5b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #68d99b;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d8edf8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fdece2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f4d0e4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ed676d;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #279b5b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #279b5b;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #279b5b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #279b5b;
}
.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: #279b5b;
  border-bottom-color: #279b5b;
}
.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: #279b5b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #272460 !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='%23279b5b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-svGO3L0vrV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGO3L0vrV .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGO3L0vrV .container {
    padding: 0 ;
  }
}
.cid-svGO3L0vrV .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-svGO3L0vrV .navbar.opened {
  transition: all 0.3s;
}
.cid-svGO3L0vrV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGO3L0vrV .navbar .navbar-logo img {
  width: auto;
}
.cid-svGO3L0vrV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGO3L0vrV .navbar.collapsed {
  justify-content: center;
}
.cid-svGO3L0vrV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGO3L0vrV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGO3L0vrV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-svGO3L0vrV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGO3L0vrV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGO3L0vrV .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-svGO3L0vrV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGO3L0vrV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGO3L0vrV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGO3L0vrV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGO3L0vrV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGO3L0vrV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGO3L0vrV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGO3L0vrV .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-svGO3L0vrV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGO3L0vrV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGO3L0vrV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGO3L0vrV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGO3L0vrV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGO3L0vrV .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGO3L0vrV .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGO3L0vrV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGO3L0vrV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGO3L0vrV .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGO3L0vrV nav.navbar {
  position: fixed;
}
.cid-svGO3L0vrV .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-svGO3L0vrV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGO3L0vrV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGO3L0vrV .dropdown-item:hover,
.cid-svGO3L0vrV .dropdown-item:focus {
  background: #279b5b !important;
  color: white !important;
}
.cid-svGO3L0vrV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGO3L0vrV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGO3L0vrV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGO3L0vrV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGO3L0vrV .iconfont-wrapper {
  color: #2c9dd8 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGO3L0vrV .dropdown-menu,
.cid-svGO3L0vrV .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-svGO3L0vrV .nav-item:focus,
.cid-svGO3L0vrV .nav-link:focus {
  outline: none;
}
.cid-svGO3L0vrV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGO3L0vrV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGO3L0vrV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGO3L0vrV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGO3L0vrV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGO3L0vrV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGO3L0vrV .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-svGO3L0vrV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGO3L0vrV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGO3L0vrV .dropdown-item.active,
.cid-svGO3L0vrV .dropdown-item:active {
  background-color: transparent;
}
.cid-svGO3L0vrV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGO3L0vrV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGO3L0vrV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGO3L0vrV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-svGO3L0vrV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGO3L0vrV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGO3L0vrV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGO3L0vrV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGO3L0vrV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGO3L0vrV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-svGO3L0vrV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGO3L0vrV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGO3L0vrV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGO3L0vrV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGO3L0vrV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGO3L0vrV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGO3L0vrV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGO3L0vrV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGO3L0vrV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGO3L0vrV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGO3L0vrV .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-svGO3L0vrV .navbar {
    height: 70px;
  }
  .cid-svGO3L0vrV .navbar.opened {
    height: auto;
  }
  .cid-svGO3L0vrV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGO3L0vrV .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGO3L0vrV .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-u4PdZbRfUB {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-u4PdZbRfUB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u4PdZbRfUB .row {
    flex-direction: column-reverse;
  }
  .cid-u4PdZbRfUB .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u4PdZbRfUB .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u4PdZbRfUB .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-u4PdZbRfUB .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-u4PdZbRfUB .card-title {
  color: #272460;
}
.cid-u4PdZbRfUB .mbr-text,
.cid-u4PdZbRfUB .mbr-section-btn {
  color: #279b5b;
}
.cid-u4PdZbRfUB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4PdZbRfUB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4PPxhQVCY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-u4PPxhQVCY .mbr-section-subtitle {
  color: #36187d;
}
.cid-u4PPxhQVCY .mbr-text {
  color: #6c758f;
  text-align: justify;
}
.cid-u4PPzmZGQb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
@media (max-width: 991px) {
  .cid-u4PPzmZGQb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4PPzmZGQb .row {
  flex-direction: row-reverse;
}
.cid-u4PPzmZGQb img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
.cid-u4PPzmZGQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4PPzmZGQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-svGO3o7YHJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f2f3f7;
}
.cid-svGO3o7YHJ .row {
  flex-direction: row-reverse;
}
.cid-svGO3o7YHJ .mbr-section-title {
  color: #279b5b;
}
.cid-svGO3o7YHJ .mbr-section-subtitle {
  color: #0196e3;
}
.cid-svGO3o7YHJ .mbr-text {
  color: #36187d;
}
.cid-svGO3o7YHJ .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-svGO3o7YHJ .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-svGO3o7YHJ .text-col {
  align-items: center;
  display: flex;
}
.cid-svGO3o7YHJ .mbr-section-subtitle,
.cid-svGO3o7YHJ .title-col {
  width: 100%;
  color: #272460;
  text-align: center;
}
.cid-u4V5iGj5w0 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-u4V5iGj5w0 .mbr-section-subtitle {
  color: #272460;
  text-align: center;
}
.cid-u4V5iGj5w0 .mbr-text {
  color: #272460;
  text-align: center;
}
.cid-u4V3gjAN8r {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-u4V3gjAN8r .title {
  padding: 0 2rem;
  color: #272460;
  text-align: center;
}
.cid-u4V3gjAN8r .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-u4V3gjAN8r .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-u4V3gjAN8r img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-u4V3gjAN8r .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u4V3gjAN8r .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u4V3gjAN8r .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-u4V3gjAN8r .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-u4V3gjAN8r .card-title {
  color: #bd171e;
  text-align: center;
}
.cid-u4V3gjAN8r .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4V3gjAN8r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4V3h7e34f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-u4V3h7e34f .title {
  padding: 0 2rem;
  color: #36187d;
}
.cid-u4V3h7e34f .card-wrapper {
  overflow: visible;
  padding: 4rem 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-u4V3h7e34f .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-u4V3h7e34f img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-u4V3h7e34f .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u4V3h7e34f .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u4V3h7e34f .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-u4V3h7e34f .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-u4V3h7e34f .card-title {
  color: #36187d;
  text-align: center;
}
.cid-u4V3h7e34f .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4V3h7e34f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-svGOGU5IZ2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-svGOGU5IZ2 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #279b5b;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-svGOGU5IZ2 .panel-group {
  border: none;
}
.cid-svGOGU5IZ2 .panel-collapse {
  padding: 0 2rem;
}
.cid-svGOGU5IZ2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-svGOGU5IZ2 .panel-body,
.cid-svGOGU5IZ2 .card-header {
  padding: 1rem 0;
}
.cid-svGOGU5IZ2 .panel-title-edit {
  color: #6c758f;
}
.cid-svGOGU5IZ2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-svGOGU5IZ2 .card {
  overflow: visible;
}
.cid-svGOGU5IZ2 .panel-text {
  color: #6c758f;
  text-align: justify;
}
.cid-svGOGU5IZ2 H3 {
  color: #272460;
}
.cid-svGOGU5IZ2 H4 {
  text-align: justify;
}
.cid-u4UIUlPEHS {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/istock-1193843508-2000x1125.webp");
}
.cid-u4UIUlPEHS .mbr-section-title {
  text-align: center;
  color: #ee7225;
}
.cid-u4UIUlPEHS .mbr-text,
.cid-u4UIUlPEHS .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-u4UIUlPEHS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4UIUlPEHS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4PWpcijdp {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-u4PWpcijdp .text-box {
  max-width: 900px;
  text-align: justify;
}
.cid-u4PWpcijdp .item {
  position: relative;
  display: flex;
  padding-bottom: 2rem;
}
.cid-u4PWpcijdp .item:last-child .icon-box:before {
  display: none;
}
.cid-u4PWpcijdp .item::before {
  content: "";
  width: 2px;
  height: 100%;
  right: 38px;
  position: absolute;
  top: 50%;
  margin-left: 2rem;
  background: #dae2ec;
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .cid-u4PWpcijdp .item::before {
    margin-left: 2rem;
  }
}
.cid-u4PWpcijdp .last:before {
  display: none;
}
.cid-u4PWpcijdp .icon-box {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: auto;
  margin-right: 0;
  background: #f2f3f7;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-u4PWpcijdp span {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .cid-u4PWpcijdp span .card {
    margin-bottom: 2rem;
  }
  .cid-u4PWpcijdp span .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u4PWpcijdp span .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-u4PWpcijdp .icon-box::before {
    top: 114%;
  }
}
.cid-u4PWpcijdp SPAN {
  color: #0196e3;
}
.cid-u4PWpcijdp .icon-text {
  color: #6c758f;
}
.cid-u4PWpcijdp .icon-title {
  color: #279b5b;
}
.cid-u4PWpcijdp .icon-subtitle {
  color: #279b5b;
}
.cid-u4PWpcijdp .main-title {
  color: #272460;
}
.cid-u4PWpcijdp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4PWpcijdp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4PWpcijdp .mbr-text,
.cid-u4PWpcijdp .mbr-section-btn {
  color: #279b5b;
}
.cid-svGOYoMz5M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-svGOYoMz5M .mbr-text {
  color: #279b5b;
}
.cid-svGOYoMz5M .mbr-section-subtitle {
  color: #279b5b;
}
.cid-svGOYoMz5M .mbr-section-title {
  color: #272460;
}
.cid-u4Q82fEhJg {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-u4Q82fEhJg .mbr-section-subtitle {
  color: #36187d;
}
.cid-u4Q82fEhJg .mbr-text {
  color: #6c758f;
  text-align: justify;
}
.cid-svGOyiGS51 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-svGOyiGS51 .title {
  padding: 0 2rem;
  color: #272460;
}
.cid-svGOyiGS51 .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-svGOyiGS51 .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-svGOyiGS51 .mbr-iconfont {
  font-size: 2.5rem;
  color: #0196e3;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGOyiGS51 .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-svGOyiGS51 img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}
.cid-svGOyiGS51 .card-box {
  margin: auto;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .cid-svGOyiGS51 .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-svGOyiGS51 .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-svGOyiGS51 .card-text {
  color: #6c758f;
}
.cid-svGOyiGS51 .card-title {
  color: #36187d;
}
.cid-u4Pe2pOPwq {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-u4Pe2pOPwq .title {
  padding: 0 2rem;
  color: #0196e3;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.cid-u4Pe2pOPwq .card-title {
  color: #36187d;
  text-align: center;
}
.cid-u4Pe2pOPwq .card-wrapper {
  overflow: visible;
  display: flex;
  align-items: center;
  padding: 2rem 3rem;
  border-radius: 3rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u4Pe2pOPwq .card-wrapper {
    flex-direction: row;
    padding: 1rem 2rem;
  }
}
.cid-u4Pe2pOPwq .card-wrapper:hover {
  background: #f8f9fb;
  box-shadow: 0em 0em 3em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-u4Pe2pOPwq .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-u4Pe2pOPwq .card-box {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-u4Pe2pOPwq .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-u4Pe2pOPwq .card-text {
  text-align: center;
}
.cid-u4Pe2pOPwq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4Pe2pOPwq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4QWEIve6q {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/istock-1081869356-2000x1333.webp");
}
.cid-u4QWEIve6q .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u4QWEIve6q .mbr-text,
.cid-u4QWEIve6q .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-u4QWEIve6q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4QWEIve6q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ICWhXQVN {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f2f3f7;
}
.cid-u6ICWhXQVN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6ICWhXQVN .row {
    flex-direction: column-reverse;
  }
  .cid-u6ICWhXQVN .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u6ICWhXQVN .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6ICWhXQVN .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-u6ICWhXQVN .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-u6ICWhXQVN .card-title {
  color: #279b5b;
}
.cid-u6ICWhXQVN .mbr-text,
.cid-u6ICWhXQVN .mbr-section-btn {
  color: #272460;
}
.cid-u6ICWhXQVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ICWhXQVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4QWnfozi9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-u4QWnfozi9 .mbr-section-subtitle {
  color: #36187d;
  text-align: center;
}
.cid-u4QWnfozi9 .mbr-text {
  color: #6c758f;
  text-align: justify;
}
.cid-u4QWruknOa {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-u4QWruknOa .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #279b5b;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-u4QWruknOa .panel-group {
  border: none;
}
.cid-u4QWruknOa .panel-collapse {
  padding: 0 2rem;
}
.cid-u4QWruknOa .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-u4QWruknOa .panel-body,
.cid-u4QWruknOa .card-header {
  padding: 1rem 0;
}
.cid-u4QWruknOa .panel-title-edit {
  color: #272460;
}
.cid-u4QWruknOa .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-u4QWruknOa .card {
  overflow: visible;
}
.cid-u4QWruknOa .panel-text {
  color: #6c758f;
  text-align: justify;
}
.cid-u4QWruknOa H3 {
  color: #36187d;
}
.cid-u4QWruknOa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4QWruknOa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6IGkGAZup {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/istock-1040557296-2000x907.webp");
}
.cid-u6IGkGAZup .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u6IGkGAZup .mbr-text,
.cid-u6IGkGAZup .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-u6IGkGAZup .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6IGkGAZup .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6IGkGAZup .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u6IFeceZ7A {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-u6IFeceZ7A .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6IFeceZ7A .row {
    flex-direction: column-reverse;
  }
  .cid-u6IFeceZ7A .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u6IFeceZ7A .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6IFeceZ7A .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-u6IFeceZ7A .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-u6IFeceZ7A .card-title {
  color: #36187d;
}
.cid-u6IFeceZ7A .mbr-text,
.cid-u6IFeceZ7A .mbr-section-btn {
  color: #279b5b;
}
.cid-u6IFeceZ7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6IFeceZ7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6IFo7nKQs {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-u6IFo7nKQs .mbr-section-subtitle {
  color: #36187d;
  text-align: center;
}
.cid-u6IFo7nKQs .mbr-text {
  color: #6c758f;
  text-align: justify;
}
.cid-u6IFpxhPcx {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-u6IFpxhPcx .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #279b5b;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-u6IFpxhPcx .panel-group {
  border: none;
}
.cid-u6IFpxhPcx .panel-collapse {
  padding: 0 2rem;
}
.cid-u6IFpxhPcx .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-u6IFpxhPcx .panel-body,
.cid-u6IFpxhPcx .card-header {
  padding: 1rem 0;
}
.cid-u6IFpxhPcx .panel-title-edit {
  color: #279b5b;
}
.cid-u6IFpxhPcx .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-u6IFpxhPcx .card {
  overflow: visible;
}
.cid-u6IFpxhPcx .panel-text {
  color: #6c758f;
  text-align: justify;
}
.cid-u6IFpxhPcx H3 {
  color: #36187d;
}
.cid-u6IFpxhPcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6IFpxhPcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u951TJzr2C {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/Odessa-Partners-IA4.webp");
}
.cid-u951TJzr2C .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u951TJzr2C .mbr-text,
.cid-u951TJzr2C .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-u951TJzr2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-u951TJzr2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u951TJzr2C .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u94VoaxgL1 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-u94VoaxgL1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u94VoaxgL1 .row {
    flex-direction: column-reverse;
  }
  .cid-u94VoaxgL1 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u94VoaxgL1 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u94VoaxgL1 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-u94VoaxgL1 .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-u94VoaxgL1 .card-title {
  color: #36187d;
}
.cid-u94VoaxgL1 .mbr-text,
.cid-u94VoaxgL1 .mbr-section-btn {
  color: #bd171e;
}
.cid-u94VoaxgL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u94VoaxgL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u94VjUpO8d {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-u94VjUpO8d .mbr-section-subtitle {
  color: #bd171e;
}
.cid-u94VjUpO8d .mbr-text {
  color: #6c758f;
  text-align: justify;
}
.cid-u94V7Wl3pb {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-u94V7Wl3pb .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #279b5b;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-u94V7Wl3pb .panel-group {
  border: none;
}
.cid-u94V7Wl3pb .panel-collapse {
  padding: 0 2rem;
}
.cid-u94V7Wl3pb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-u94V7Wl3pb .panel-body,
.cid-u94V7Wl3pb .card-header {
  padding: 1rem 0;
}
.cid-u94V7Wl3pb .panel-title-edit {
  color: #bd171e;
}
.cid-u94V7Wl3pb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-u94V7Wl3pb .card {
  overflow: visible;
}
.cid-u94V7Wl3pb .panel-text {
  color: #6c758f;
  text-align: justify;
}
.cid-u94V7Wl3pb H3 {
  color: #36187d;
}
.cid-u94V7Wl3pb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u94V7Wl3pb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ITBvxVWW {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/istock-1438133165-2000x1333.webp");
}
.cid-u6ITBvxVWW .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u6ITBvxVWW .mbr-text,
.cid-u6ITBvxVWW .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-u6ITBvxVWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ITBvxVWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ITBvxVWW .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u6ITJ6T0pt {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-u6ITJ6T0pt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6ITJ6T0pt .row {
    flex-direction: column-reverse;
  }
  .cid-u6ITJ6T0pt .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u6ITJ6T0pt .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6ITJ6T0pt .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-u6ITJ6T0pt .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-u6ITJ6T0pt .card-title {
  color: #36187d;
}
.cid-u6ITJ6T0pt .mbr-text,
.cid-u6ITJ6T0pt .mbr-section-btn {
  color: #2c9dd8;
}
.cid-u6ITJ6T0pt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ITJ6T0pt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ITMVV30n {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-u6ITMVV30n .mbr-section-subtitle {
  color: #36187d;
  text-align: center;
}
.cid-u6ITMVV30n .mbr-text {
  color: #6c758f;
  text-align: justify;
}
.cid-u6ITOkpAC5 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-u6ITOkpAC5 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #279b5b;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-u6ITOkpAC5 .panel-group {
  border: none;
}
.cid-u6ITOkpAC5 .panel-collapse {
  padding: 0 2rem;
}
.cid-u6ITOkpAC5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-u6ITOkpAC5 .panel-body,
.cid-u6ITOkpAC5 .card-header {
  padding: 1rem 0;
}
.cid-u6ITOkpAC5 .panel-title-edit {
  color: #2c9dd8;
}
.cid-u6ITOkpAC5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-u6ITOkpAC5 .card {
  overflow: visible;
}
.cid-u6ITOkpAC5 .panel-text {
  color: #6c758f;
  text-align: justify;
}
.cid-u6ITOkpAC5 H3 {
  color: #36187d;
}
.cid-u6ITOkpAC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ITOkpAC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ITUFr5eS {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f2f3f7;
}
.cid-u6ITUFr5eS img {
  width: 150px;
  margin: auto;
  background: white;
  height: 150px;
  border-radius: 50%;
  padding: 1rem;
  object-fit: contain;
}
.cid-u6ITUFr5eS .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-u6ITUFr5eS .row {
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
  margin: 0;
}
.cid-u6ITUFr5eS .mbr-section-title {
  color: #36187d;
}
.cid-u6IL8j0KJr {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/istock-973266164-2000x1395.webp");
}
.cid-u6IL8j0KJr .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u6IL8j0KJr .mbr-text,
.cid-u6IL8j0KJr .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-u6IL8j0KJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6IL8j0KJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6IL8j0KJr .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u6ILao2CfN {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-u6ILao2CfN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6ILao2CfN .row {
    flex-direction: column-reverse;
  }
  .cid-u6ILao2CfN .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u6ILao2CfN .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6ILao2CfN .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-u6ILao2CfN .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-u6ILao2CfN .card-title {
  color: #36187d;
}
.cid-u6ILao2CfN .mbr-text,
.cid-u6ILao2CfN .mbr-section-btn {
  color: #ee7225;
}
.cid-u6ILao2CfN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ILao2CfN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6ILd1F5cM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-u6ILd1F5cM .mbr-section-subtitle {
  color: #36187d;
  text-align: center;
}
.cid-u6ILd1F5cM .mbr-text {
  color: #6c758f;
  text-align: justify;
}
.cid-u6ILfcr25D {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-u6ILfcr25D .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #279b5b;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-u6ILfcr25D .panel-group {
  border: none;
}
.cid-u6ILfcr25D .panel-collapse {
  padding: 0 2rem;
}
.cid-u6ILfcr25D .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-u6ILfcr25D .panel-body,
.cid-u6ILfcr25D .card-header {
  padding: 1rem 0;
}
.cid-u6ILfcr25D .panel-title-edit {
  color: #ee7225;
}
.cid-u6ILfcr25D .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-u6ILfcr25D .card {
  overflow: visible;
}
.cid-u6ILfcr25D .panel-text {
  color: #6c758f;
  text-align: justify;
}
.cid-u6ILfcr25D H3 {
  color: #36187d;
}
.cid-u6ILfcr25D .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6ILfcr25D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-svGOz5Sywu {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f2f3f7;
}
.cid-svGOz5Sywu img {
  width: 150px;
  margin: auto;
  background: white;
  height: 150px;
  border-radius: 50%;
  padding: 1rem;
  object-fit: contain;
}
.cid-svGOz5Sywu .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-svGOz5Sywu .row {
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
  margin: 0;
}
.cid-svGOz5Sywu .mbr-section-title {
  color: #36187d;
}
.cid-u6IQIeo2i6 {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/istock-1172879952-2000x1081.webp");
}
.cid-u6IQIeo2i6 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u6IQIeo2i6 .mbr-text,
.cid-u6IQIeo2i6 .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-u6IQIeo2i6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6IQIeo2i6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6IQIeo2i6 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u6IQJ3M2Gg {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-u6IQJ3M2Gg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u6IQJ3M2Gg .row {
    flex-direction: column-reverse;
  }
  .cid-u6IQJ3M2Gg .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u6IQJ3M2Gg .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u6IQJ3M2Gg .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-u6IQJ3M2Gg .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-u6IQJ3M2Gg .card-title {
  color: #36187d;
}
.cid-u6IQJ3M2Gg .mbr-text,
.cid-u6IQJ3M2Gg .mbr-section-btn {
  color: #cb2d83;
}
.cid-u6IQJ3M2Gg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6IQJ3M2Gg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6IQK15VH9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-u6IQK15VH9 .mbr-section-subtitle {
  color: #36187d;
  text-align: center;
}
.cid-u6IQK15VH9 .mbr-text {
  color: #6c758f;
  text-align: justify;
}
.cid-u6IQLVQ0V4 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-u6IQLVQ0V4 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #279b5b;
  margin-left: 1rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 1.5rem;
}
.cid-u6IQLVQ0V4 .panel-group {
  border: none;
}
.cid-u6IQLVQ0V4 .panel-collapse {
  padding: 0 2rem;
}
.cid-u6IQLVQ0V4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
}
.cid-u6IQLVQ0V4 .panel-body,
.cid-u6IQLVQ0V4 .card-header {
  padding: 1rem 0;
}
.cid-u6IQLVQ0V4 .panel-title-edit {
  color: #cb2d83;
}
.cid-u6IQLVQ0V4 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
}
.cid-u6IQLVQ0V4 .card {
  overflow: visible;
}
.cid-u6IQLVQ0V4 .panel-text {
  color: #6c758f;
  text-align: justify;
}
.cid-u6IQLVQ0V4 H3 {
  color: #36187d;
}
.cid-u6IQLVQ0V4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6IQLVQ0V4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6IQNpyvcS {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #f2f3f7;
}
.cid-u6IQNpyvcS img {
  width: 150px;
  margin: auto;
  background: white;
  height: 150px;
  border-radius: 50%;
  padding: 1rem;
  object-fit: contain;
}
.cid-u6IQNpyvcS .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-u6IQNpyvcS .row {
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
  margin: 0;
}
.cid-u6IQNpyvcS .mbr-section-title {
  color: #36187d;
}
.cid-u4UJF1LUIH {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/istock-1328677027-1-2000x1333.webp");
}
.cid-u4UJF1LUIH .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u4UJF1LUIH .mbr-text,
.cid-u4UJF1LUIH .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-u4UJF1LUIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4UJF1LUIH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4UJF1LUIH .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u9s5cqZWtc {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-u9s5cqZWtc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9s5cqZWtc .row {
    flex-direction: column-reverse;
  }
  .cid-u9s5cqZWtc .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-u9s5cqZWtc .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9s5cqZWtc .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-u9s5cqZWtc .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-u9s5cqZWtc .card-title {
  color: #36187d;
}
.cid-u9s5cqZWtc .mbr-text {
  color: #6c758f;
  text-align: justify;
}
.cid-u9s5cqZWtc .mbr-section-btn {
  color: #6c758f;
  text-align: justify;
}
.cid-u9s5cqZWtc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9s5cqZWtc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6IXyJmR08 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-u6IXyJmR08 img {
  width: 150px;
  margin: auto;
  background: white;
  height: 150px;
  border-radius: 50%;
  padding: 1rem;
  object-fit: contain;
}
.cid-u6IXyJmR08 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
.cid-u6IXyJmR08 .row {
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  padding: 2rem;
  margin: 0;
}
.cid-u6IXyJmR08 .mbr-section-title {
  color: #279b5b;
}
.cid-svGOzp5ABz {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-svGOzp5ABz .image-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-svGOzp5ABz .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-svGOzp5ABz .col-lg-6 {
  padding: 0 2rem;
}
.cid-svGOzp5ABz .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-svGOzp5ABz .card-wrapper {
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 767px) {
  .cid-svGOzp5ABz .card-wrapper {
    padding: 1rem 1rem;
    margin-bottom: 2rem;
  }
}
.cid-svGOzp5ABz .mbr-text {
  color: #6c758f;
  text-align: left;
}
.cid-svGOzp5ABz .name {
  color: #272460;
}
.cid-svGOzp5ABz .position {
  color: #279b5b;
}
@media (max-width: 767px) {
  .cid-svGOzp5ABz .d-flex {
    justify-content: center;
  }
}
.cid-svGOzp5ABz .mbr-section-title {
  color: #36187d;
}
.cid-u4UQ8C5R2D {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-u4UQ8C5R2D .image-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-u4UQ8C5R2D .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-u4UQ8C5R2D .col-lg-6 {
  padding: 0 2rem;
}
.cid-u4UQ8C5R2D .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-u4UQ8C5R2D .card-wrapper {
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 767px) {
  .cid-u4UQ8C5R2D .card-wrapper {
    padding: 1rem 1rem;
    margin-bottom: 2rem;
  }
}
.cid-u4UQ8C5R2D .mbr-text {
  color: #6c758f;
}
.cid-u4UQ8C5R2D .name {
  color: #272460;
}
.cid-u4UQ8C5R2D .position {
  color: #279b5b;
}
@media (max-width: 767px) {
  .cid-u4UQ8C5R2D .d-flex {
    justify-content: center;
  }
}
.cid-u4UQ8C5R2D .mbr-section-title {
  color: #36187d;
}
.cid-u4UQ8C5R2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4UQ8C5R2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-svMHuAElzZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-svMHuAElzZ .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-svMHuAElzZ .col-lg-4,
.cid-svMHuAElzZ .col-12 {
  padding: 0 2rem;
}
.cid-svMHuAElzZ .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-svMHuAElzZ .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-svMHuAElzZ .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-svMHuAElzZ .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-svMHuAElzZ .card-title,
.cid-svMHuAElzZ .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-svMHuAElzZ .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-svMHuAElzZ .mbr-section-subtitle {
  color: #6c758f;
}
.cid-svMHuAElzZ .mbr-section-title {
  color: #36187d;
}
.cid-u4P257k8C2 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f3f7;
}
.cid-u4P257k8C2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-u4P257k8C2 .btn {
  padding: 1rem 3rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-u4P257k8C2 .col-auto {
    margin: auto;
  }
}
.cid-u4P257k8C2 textarea {
  min-height: 200px;
}
.cid-u4P257k8C2 .form-control,
.cid-u4P257k8C2 .field-input {
  padding: 1.5rem 2rem;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  background-color: #edeff3;
  border-radius: 3rem;
  border: 0!important;
  color: #000000;
  transition: 0.4s;
  outline: none;
}
.cid-u4P257k8C2 .form-control::-webkit-input-placeholder,
.cid-u4P257k8C2 .field-input::-webkit-input-placeholder,
.cid-u4P257k8C2 .form-control::-webkit-input-placeholder,
.cid-u4P257k8C2 .field-input::-webkit-input-placeholder {
  color: #36187d;
}
.cid-u4P257k8C2 .form-control:-moz-placeholder,
.cid-u4P257k8C2 .field-input:-moz-placeholder,
.cid-u4P257k8C2 .form-control:-moz-placeholder,
.cid-u4P257k8C2 .field-input:-moz-placeholder {
  color: #36187d;
}
.cid-u4P257k8C2 .form-control:hover,
.cid-u4P257k8C2 .field-input:hover,
.cid-u4P257k8C2 .form-control:focus,
.cid-u4P257k8C2 .field-input:focus {
  background-color: #edeff3;
  color: #232323;
  border: 0!important;
  box-shadow: inset 1px 1px 2px 0 #d2dce9;
  outline: none;
}
.cid-u4P257k8C2 .form-control:hover::-webkit-input-placeholder,
.cid-u4P257k8C2 .field-input:hover::-webkit-input-placeholder,
.cid-u4P257k8C2 .form-control:focus::-webkit-input-placeholder,
.cid-u4P257k8C2 .field-input:focus::-webkit-input-placeholder,
.cid-u4P257k8C2 .form-control:hover::-webkit-input-placeholder,
.cid-u4P257k8C2 .field-input:hover::-webkit-input-placeholder,
.cid-u4P257k8C2 .form-control:focus::-webkit-input-placeholder,
.cid-u4P257k8C2 .field-input:focus::-webkit-input-placeholder {
  color: #36187d;
}
.cid-u4P257k8C2 .form-control:hover:-moz-placeholder,
.cid-u4P257k8C2 .field-input:hover:-moz-placeholder,
.cid-u4P257k8C2 .form-control:focus:-moz-placeholder,
.cid-u4P257k8C2 .field-input:focus:-moz-placeholder,
.cid-u4P257k8C2 .form-control:hover:-moz-placeholder,
.cid-u4P257k8C2 .field-input:hover:-moz-placeholder,
.cid-u4P257k8C2 .form-control:focus:-moz-placeholder,
.cid-u4P257k8C2 .field-input:focus:-moz-placeholder {
  color: #36187d;
}
.cid-u4P257k8C2 .jq-number__spin:hover,
.cid-u4P257k8C2 .jq-number__spin:focus {
  background-color: #edeff3;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-u4P257k8C2 .jq-number__spin {
  background-color: #edeff3;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-u4P257k8C2 .jq-selectbox li,
.cid-u4P257k8C2 .jq-selectbox li {
  background-color: #edeff3;
  color: #000000;
}
.cid-u4P257k8C2 .jq-selectbox li:hover,
.cid-u4P257k8C2 .jq-selectbox li.selected {
  background-color: #edeff3;
  color: #000000;
}
.cid-u4P257k8C2 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-u4P257k8C2 .jq-number__spin.minus:hover:after,
.cid-u4P257k8C2 .jq-number__spin.plus:hover:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-u4P257k8C2 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-u4P257k8C2 .jq-number__spin.minus:after,
.cid-u4P257k8C2 .jq-number__spin.plus:after {
  border-top-color: #edeff3;
  border-bottom-color: #edeff3;
}
.cid-u4P257k8C2 input::-webkit-clear-button {
  display: none;
}
.cid-u4P257k8C2 input::-webkit-inner-spin-button {
  display: none;
}
.cid-u4P257k8C2 input::-webkit-outer-spin-button {
  display: none;
}
.cid-u4P257k8C2 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-u4P257k8C2 H4 {
  color: #36187d;
}
.cid-u4P23SiIzq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #f2f3f7;
}
.cid-u4P23SiIzq .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-u4P23SiIzq .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-u4P23SiIzq .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u4P23SiIzq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u4P23SiIzq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u4P23SiIzq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4P23SiIzq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-svGOEmEDBN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
  overflow: hidden;
}
.cid-svGOEmEDBN .mbr-title {
  color: #272460;
}
.cid-svGOEmEDBN .mbr-text {
  color: #bec2cf;
}
.cid-svGOEmEDBN .row {
  align-items:flex-start;
}
