.btn {
  border-width: 2px;
}
body {
  font-family: Kantumruy Pro;
}
.display-1 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 8.125rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 10.15625rem;
}
.display-2 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 5.625rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.03125rem;
}
.display-4 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-5 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 3.75rem;
  line-height: 1.17;
}
.display-5 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-7 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 6.5rem;
    font-size: calc( 2.425rem + (8.125 - 2.425) * ((100vw - 20rem) / (48 - 20)) /2);
    line-height: 1;
  }
  .display-2 {
    font-size: 4.5rem;
    font-size: calc( 1.9249999999999998rem + (5.625 - 1.9249999999999998) * ((100vw - 20rem) / (48 - 20)) /1.8);
    line-height: 1.1;
  }
  .display-4 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 3rem;
    font-size: calc( 2.1rem + (3.75 - 2.1) * ((100vw - 20rem) / (48 - 20))/1.5);
    line-height: 1.1;
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #c4b2f6 !important;
}
.bg-success {
  background-color: #00524f !important;
}
.bg-info {
  background-color: #8163d3 !important;
}
.bg-warning {
  background-color: #dedb7b !important;
}
.bg-danger {
  background-color: #ed7a5f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c4b2f6 !important;
  border-color: #c4b2f6 !important;
  color: #272727 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #c4b2f6 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fcd5db !important;
  border-color: #fcd5db !important;
  color: #272727 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #fcd5db !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-info,
.btn-info:active {
  background-color: #8163d3 !important;
  border-color: #8163d3 !important;
  color: #272727 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #8163d3 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-success,
.btn-success:active {
  background-color: #00524f !important;
  border-color: #00524f !important;
  color: #272727 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #00524f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dedb7b !important;
  border-color: #dedb7b !important;
  color: #272727 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #dedb7b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ed7a5f !important;
  border-color: #ed7a5f !important;
  color: #272727 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #ed7a5f !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
  color: #272727 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #f8f1ec !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-black,
.btn-black:active {
  background-color: #272727 !important;
  border-color: #272727 !important;
  color: #272727 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #f8f1ec !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #c4b2f6;
  color: #c4b2f6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
  border-color: #c4b2f6 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fcd5db;
  color: #fcd5db;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
  border-color: #fcd5db !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #c40e2a !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #8163d3;
  color: #8163d3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
  border-color: #8163d3 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #00524f;
  color: #00524f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
  border-color: #00524f !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dedb7b;
  color: #dedb7b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
  border-color: #dedb7b !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #484612 !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ed7a5f;
  color: #ed7a5f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
  border-color: #ed7a5f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #272727;
  color: #272727;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
  border-color: #272727 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #f8f1ec;
  color: #f8f1ec;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #a76a3e !important;
  background-color: #f8f1ec !important;
  border-color: #f8f1ec !important;
}
.text-primary {
  color: #c4b2f6 !important;
}
.text-secondary {
  color: #fcd5db !important;
}
.text-success {
  color: #00524f !important;
}
.text-info {
  color: #8163d3 !important;
}
.text-warning {
  color: #dedb7b !important;
}
.text-danger {
  color: #ed7a5f !important;
}
.text-white {
  color: #f8f1ec !important;
}
.text-black {
  color: #272727 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7e57eb !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #f57689 !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: #4d2ea2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c2be31 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cf3a17 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ddbaa1 !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: #c4b2f6;
}
.nav-tabs .nav-link:not(.active) {
  color: #272727;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #8163d3;
}
.alert-warning {
  background-color: #dedb7b;
}
.alert-danger {
  background-color: #ed7a5f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c4b2f6;
  border-color: #c4b2f6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c4b2f6;
}
.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: #39fff8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.1875rem;
}
.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: #c4b2f6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.1875rem;
}
blockquote {
  border-color: #c4b2f6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c4b2f6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c4b2f6;
}
.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: #c4b2f6;
  border-bottom-color: #c4b2f6;
}
.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: #c4b2f6 !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: #fcd5db !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='%23c4b2f6' %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-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container,
.container-fluid {
  padding-left: 8%;
  padding-right: 8%;
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-right: 3%;
    padding-left: 3%;
  }
}
@media (max-width: 575px) {
  .container,
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.container {
  max-width: 1800px;
  margin: 0 auto;
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 70px;
  min-height: 60px;
  padding: 1em 2em;
  border-radius: 300px !important;
  font-weight: 400;
  line-height: 1 !important;
  box-shadow: none !important;
  transform-style: preserve-3d;
}
.mbr-section-btn .btn:hover {
  transform: scale3d(1.03, 1.03, 1);
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.mbr-section-btn .btn-black {
  color: #f8f1ec !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn .btn-white-outline.focus,
.mbr-section-btn .btn-white-outline.active {
  color: #272727 !important;
  background-color: #f8f1ec !important;
}
b,
strong {
  font-weight: 600;
}
.cid-tgzDkrC7iL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-tgzDkrC7iL nav.navbar {
  position: fixed;
}
.cid-tgzDkrC7iL .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-tgzDkrC7iL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgzDkrC7iL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tgzDkrC7iL .dropdown-item:hover,
.cid-tgzDkrC7iL .dropdown-item:focus {
  background: #c4b2f6 !important;
  color: white !important;
}
.cid-tgzDkrC7iL .dropdown-item:hover span {
  color: white;
}
.cid-tgzDkrC7iL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgzDkrC7iL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgzDkrC7iL .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-tgzDkrC7iL .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-tgzDkrC7iL .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-tgzDkrC7iL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgzDkrC7iL .nav-link {
  position: relative;
}
.cid-tgzDkrC7iL .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-tgzDkrC7iL .container {
    flex-wrap: nowrap;
  }
}
.cid-tgzDkrC7iL .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgzDkrC7iL .dropdown-menu,
.cid-tgzDkrC7iL .navbar.opened {
  background: #ffffff !important;
}
.cid-tgzDkrC7iL .nav-item:focus,
.cid-tgzDkrC7iL .nav-link:focus {
  outline: none;
}
.cid-tgzDkrC7iL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgzDkrC7iL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgzDkrC7iL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgzDkrC7iL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgzDkrC7iL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgzDkrC7iL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgzDkrC7iL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-tgzDkrC7iL .navbar.opened {
  transition: all 0.3s;
}
.cid-tgzDkrC7iL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgzDkrC7iL .navbar .navbar-logo img {
  width: auto;
}
.cid-tgzDkrC7iL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgzDkrC7iL .navbar.collapsed {
  justify-content: center;
}
.cid-tgzDkrC7iL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgzDkrC7iL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tgzDkrC7iL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgzDkrC7iL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgzDkrC7iL .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-tgzDkrC7iL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgzDkrC7iL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgzDkrC7iL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgzDkrC7iL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgzDkrC7iL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgzDkrC7iL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgzDkrC7iL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgzDkrC7iL .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-tgzDkrC7iL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgzDkrC7iL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgzDkrC7iL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgzDkrC7iL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgzDkrC7iL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgzDkrC7iL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tgzDkrC7iL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tgzDkrC7iL .navbar.navbar-short {
  min-height: 70px;
}
.cid-tgzDkrC7iL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgzDkrC7iL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgzDkrC7iL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-tgzDkrC7iL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgzDkrC7iL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgzDkrC7iL .dropdown-item.active,
.cid-tgzDkrC7iL .dropdown-item:active {
  background-color: transparent;
}
.cid-tgzDkrC7iL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgzDkrC7iL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgzDkrC7iL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgzDkrC7iL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgzDkrC7iL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgzDkrC7iL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgzDkrC7iL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgzDkrC7iL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgzDkrC7iL button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-tgzDkrC7iL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #00524f;
}
.cid-tgzDkrC7iL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-tgzDkrC7iL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-tgzDkrC7iL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-tgzDkrC7iL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-tgzDkrC7iL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgzDkrC7iL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgzDkrC7iL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgzDkrC7iL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgzDkrC7iL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tgzDkrC7iL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgzDkrC7iL .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-tgzDkrC7iL .navbar {
    height: 70px;
  }
  .cid-tgzDkrC7iL .navbar.opened {
    height: auto;
  }
  .cid-tgzDkrC7iL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgzDkrC7iL .navbar-short .container {
  background: #ffffff !important;
  box-shadow: rgba(39, 39, 39, 0.05) 0 0 20px 0;
}
.cid-tgzDkrC7iL .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-tgzDkrC7iL .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-tgzDkrC7iL .mbr-section-btn .btn-success:hover,
.cid-tgzDkrC7iL .mbr-section-btn .btn-success:focus,
.cid-tgzDkrC7iL .mbr-section-btn .btn-success.focus,
.cid-tgzDkrC7iL .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-tgzDkrC7iL .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-tgzDkrC7iL .navbar {
    transition: .3s all !important;
  }
  .cid-tgzDkrC7iL .container {
    padding: 2%;
  }
  .cid-tgzDkrC7iL .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-tgzDkrC7iL .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-tgzDkrC7iL .navbar.opened {
    background: #ffffff;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-tgzDkrC7iL .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-tgzDkrC7iL .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-tgzDkrC7iL .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-tgzDkrC7iL .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-tgzDkrC7iL .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-tgzDkrC7iL .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-tgzDkrC7iL .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-tgzDkrC7iL .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-tgzDkrC7iL .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-tgzDkrC7iL .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-tgzDkrC7iL .mbr-section-btn {
    text-align: left;
  }
}
.cid-tgzDofrAN5 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #c4b2f6;
}
.cid-tgzDofrAN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzDofrAN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzDofrAN5 .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .cid-tgzDofrAN5 .row {
    flex-wrap: wrap;
  }
}
.cid-tgzDofrAN5 .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-tgzDofrAN5 .col-text {
    width: 100%;
  }
}
.cid-tgzDofrAN5 .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-tgzDofrAN5 .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-tgzDofrAN5 .text-wrapper {
    padding: 0;
  }
}
.cid-tgzDofrAN5 .mbr-section-title {
  color: #272727;
  opacity: 0.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-tgzDofrAN5 .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-tgzDofrAN5 .mbr-section-subtitle {
  color: #272727;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tgzDofrAN5 .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tgzDofrAN5 .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tgzDofrAN5 .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tgzDofrAN5 .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-tgzDofrAN5 .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-tgzDofrAN5 .mbr-text {
    max-width: 100%;
  }
}
.cid-tgzDofrAN5 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tgzDofrAN5 .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-tgzDofrAN5 .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tgzDofrAN5 .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-tgzDofrAN5 .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tgzDofrAN5 .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-tgzDofrAN5 .image-wrapper {
    width: 100%;
  }
}
.cid-tgzDofrAN5 .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tgzDofrAN5 .image-wrapper img {
    max-width: 100%;
  }
}
.cid-tgzDuN4Nad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fcd5db;
}
.cid-tgzDuN4Nad .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzDuN4Nad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzDuN4Nad .container {
  max-width: 100%;
  width: 100%;
}
.cid-tgzDuN4Nad .row {
  justify-content: center;
}
.cid-tgzDuN4Nad .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tgzDuN4Nad .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1.3888888888888888em;
  overflow: hidden;
}
.cid-tgzDuN4Nad .image-wrapper img {
  width: 100%;
  height: 565px;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 1199px) {
  .cid-tgzDuN4Nad .image-wrapper img {
    height: 415px;
  }
}
@media (max-width: 991px) {
  .cid-tgzDuN4Nad .image-wrapper img {
    height: 345px;
  }
}
@media (max-width: 767px) {
  .cid-tgzDuN4Nad .image-wrapper img {
    height: 265px;
  }
}
@media (max-width: 575px) {
  .cid-tgzDuN4Nad .image-wrapper img {
    height: 200px;
  }
}
.cid-tgzDw4d2vJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c4b2f6;
}
.cid-tgzDw4d2vJ .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
  text-align: center;
}
.cid-tgzDw4d2vJ .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #000000;
  opacity: 0.4;
  text-align: center;
}
.cid-tgzDw4d2vJ .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-tgzDw4d2vJ .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-tgzDw4d2vJ .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tgzDw4d2vJ .item {
  padding: 0;
}
.cid-tgzDw4d2vJ .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-tgzDw4d2vJ .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #c4b2f6;
}
.cid-tgzDw4d2vJ .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 700px;
}
.cid-tgzDw4d2vJ .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-tgzDw4d2vJ .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #e7e0fd;
}
.cid-tgzDw4d2vJ .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-tgzDw4d2vJ .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-tgzDw4d2vJ .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-tgzDw4d2vJ .item-title {
  color: #272727;
  margin-bottom: 0.52em;
  text-align: center;
}
.cid-tgzDw4d2vJ .item-subtitle {
  color: #272727;
  opacity: 0.4;
}
.cid-tgzDw4d2vJ .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-tgzDw4d2vJ .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tgzDw4d2vJ .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-tgzDw4d2vJ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tgzDw4d2vJ .mbr-text {
  flex-grow: 1;
  color: #272727;
}
.cid-tgzDw4d2vJ .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-tgzDw4d2vJ .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-tgzDxkW47l {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #fcd5db;
}
.cid-tgzDxkW47l .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-tgzDxkW47l .mbr-text {
  color: #272727;
  text-align: center;
}
.cid-tgzDwMy4Sx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fcd5db;
}
.cid-tgzDwMy4Sx .row {
  justify-content: center;
}
.cid-tgzDwMy4Sx .col-video {
  display: flex;
  overflow: hidden;
}
.cid-tgzDwMy4Sx .col-video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-tgzDwMy4Sx .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 1.3888888888888888em;
  overflow: hidden;
}
.cid-tgzDwMy4Sx .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tgzDwMy4Sx .col-video .link {
  margin-right: 1rem;
}
.cid-tgzDwMy4Sx .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-tgzDwMy4Sx .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tgzDwMy4Sx .mbr-media {
  position: relative;
}
.cid-tgzDwMy4Sx .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tgzDwMy4Sx .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all .3s;
}
.cid-tgzDwMy4Sx .icon-wrap .mbr-iconfont {
  padding: 24px;
  border-radius: 50%;
  background-color: #c4b2f6;
}
@media (max-width: 991px) {
  .cid-tgzDwMy4Sx .icon-wrap .mbr-iconfont {
    padding: 16px;
  }
}
.cid-tgzDwMy4Sx .icon-wrap:hover {
  transform: translate(-50%, -50%);
}
.cid-tgzDwMy4Sx .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tgzDwMy4Sx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tgzDwMy4Sx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tgzDwMy4Sx .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tgzDwMy4Sx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tgzDwMy4Sx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tgzDwMy4Sx a:hover {
  text-decoration-line: none !important;
}
.cid-tgzDzha8P4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c4b2f6;
}
.cid-tgzDzha8P4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzDzha8P4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzDzha8P4 .row {
  display: flex;
  align-items: flex-start;
  gap: 6em;
}
@media (max-width: 767px) {
  .cid-tgzDzha8P4 .row {
    gap: 3em;
  }
}
@media (max-width: 575px) {
  .cid-tgzDzha8P4 .row {
    flex-wrap: wrap;
  }
}
.cid-tgzDzha8P4 .col-text {
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 575px) {
  .cid-tgzDzha8P4 .col-text {
    width: 100%;
  }
}
.cid-tgzDzha8P4 .mbr-section-title {
  color: #272727;
  opacity: 0.4;
  margin-bottom: 4px;
}
.cid-tgzDzha8P4 .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
.cid-tgzDzha8P4 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tgzDzha8P4 .col-img {
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 575px) {
  .cid-tgzDzha8P4 .col-img {
    width: 100%;
  }
}
.cid-tgzDzha8P4 .image-wrapper {
  width: 80%;
  margin: 0 auto;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgzDzha8P4 .image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tgzDzha8P4 .image-wrapper img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-tgzDzha8P4 .image-wrapper img {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tgzDzha8P4 .image-wrapper {
    width: 100%;
  }
}
.cid-tgzDA8SG2K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #272727;
  overflow: hidden;
}
.cid-tgzDA8SG2K .mbr-text {
  color: #f8f1ec;
}
.cid-tgzDkrC7iL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-tgzDkrC7iL nav.navbar {
  position: fixed;
}
.cid-tgzDkrC7iL .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-tgzDkrC7iL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgzDkrC7iL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tgzDkrC7iL .dropdown-item:hover,
.cid-tgzDkrC7iL .dropdown-item:focus {
  background: #c4b2f6 !important;
  color: white !important;
}
.cid-tgzDkrC7iL .dropdown-item:hover span {
  color: white;
}
.cid-tgzDkrC7iL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgzDkrC7iL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgzDkrC7iL .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-tgzDkrC7iL .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-tgzDkrC7iL .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-tgzDkrC7iL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgzDkrC7iL .nav-link {
  position: relative;
}
.cid-tgzDkrC7iL .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-tgzDkrC7iL .container {
    flex-wrap: nowrap;
  }
}
.cid-tgzDkrC7iL .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgzDkrC7iL .dropdown-menu,
.cid-tgzDkrC7iL .navbar.opened {
  background: #ffffff !important;
}
.cid-tgzDkrC7iL .nav-item:focus,
.cid-tgzDkrC7iL .nav-link:focus {
  outline: none;
}
.cid-tgzDkrC7iL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgzDkrC7iL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgzDkrC7iL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgzDkrC7iL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgzDkrC7iL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgzDkrC7iL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgzDkrC7iL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-tgzDkrC7iL .navbar.opened {
  transition: all 0.3s;
}
.cid-tgzDkrC7iL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgzDkrC7iL .navbar .navbar-logo img {
  width: auto;
}
.cid-tgzDkrC7iL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tgzDkrC7iL .navbar.collapsed {
  justify-content: center;
}
.cid-tgzDkrC7iL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgzDkrC7iL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tgzDkrC7iL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgzDkrC7iL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgzDkrC7iL .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-tgzDkrC7iL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgzDkrC7iL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgzDkrC7iL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgzDkrC7iL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgzDkrC7iL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgzDkrC7iL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgzDkrC7iL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgzDkrC7iL .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-tgzDkrC7iL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgzDkrC7iL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgzDkrC7iL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgzDkrC7iL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgzDkrC7iL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgzDkrC7iL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tgzDkrC7iL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tgzDkrC7iL .navbar.navbar-short {
  min-height: 70px;
}
.cid-tgzDkrC7iL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgzDkrC7iL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tgzDkrC7iL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-tgzDkrC7iL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgzDkrC7iL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgzDkrC7iL .dropdown-item.active,
.cid-tgzDkrC7iL .dropdown-item:active {
  background-color: transparent;
}
.cid-tgzDkrC7iL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgzDkrC7iL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgzDkrC7iL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgzDkrC7iL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgzDkrC7iL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgzDkrC7iL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgzDkrC7iL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgzDkrC7iL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgzDkrC7iL button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-tgzDkrC7iL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #00524f;
}
.cid-tgzDkrC7iL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-tgzDkrC7iL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-tgzDkrC7iL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-tgzDkrC7iL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-tgzDkrC7iL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgzDkrC7iL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgzDkrC7iL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgzDkrC7iL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgzDkrC7iL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tgzDkrC7iL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgzDkrC7iL .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-tgzDkrC7iL .navbar {
    height: 70px;
  }
  .cid-tgzDkrC7iL .navbar.opened {
    height: auto;
  }
  .cid-tgzDkrC7iL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgzDkrC7iL .navbar-short .container {
  background: #ffffff !important;
  box-shadow: rgba(39, 39, 39, 0.05) 0 0 20px 0;
}
.cid-tgzDkrC7iL .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-tgzDkrC7iL .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-tgzDkrC7iL .mbr-section-btn .btn-success:hover,
.cid-tgzDkrC7iL .mbr-section-btn .btn-success:focus,
.cid-tgzDkrC7iL .mbr-section-btn .btn-success.focus,
.cid-tgzDkrC7iL .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-tgzDkrC7iL .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-tgzDkrC7iL .navbar {
    transition: .3s all !important;
  }
  .cid-tgzDkrC7iL .container {
    padding: 2%;
  }
  .cid-tgzDkrC7iL .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-tgzDkrC7iL .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-tgzDkrC7iL .navbar.opened {
    background: #ffffff;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-tgzDkrC7iL .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-tgzDkrC7iL .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-tgzDkrC7iL .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-tgzDkrC7iL .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-tgzDkrC7iL .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-tgzDkrC7iL .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-tgzDkrC7iL .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-tgzDkrC7iL .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-tgzDkrC7iL .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-tgzDkrC7iL .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-tgzDkrC7iL .mbr-section-btn {
    text-align: left;
  }
}
.cid-tgzFCb0sxz {
  background-color: #272727;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.cid-tgzFCb0sxz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzFCb0sxz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzFCb0sxz .container,
.cid-tgzFCb0sxz .container-fluid {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-left: 2%;
  padding-right: 2%;
}
@media (max-width: 575px) {
  .cid-tgzFCb0sxz .container,
  .cid-tgzFCb0sxz .container-fluid {
    padding-right: 5%;
    padding-left: 5%;
  }
}
.cid-tgzFCb0sxz .row {
  flex-grow: 1;
}
.cid-tgzFCb0sxz .main-col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.cid-tgzFCb0sxz .text-top-container {
  width: 100%;
  padding-top: 2.8%;
}
.cid-tgzFCb0sxz .mbr-section-title {
  color: #f8f1ec;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 0;
}
.cid-tgzFCb0sxz .text-bottom-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-tgzFCb0sxz .text-bottom-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-tgzFCb0sxz .mbr-section-subtitle {
  width: 40%;
  color: #f8f1ec;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tgzFCb0sxz .mbr-section-subtitle {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: right !important;
    order: 1;
  }
}
.cid-tgzFCb0sxz .mbr-text {
  width: 40%;
  color: #f8f1ec;
  margin-top: 24px;
  margin-bottom: 1%;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tgzFCb0sxz .mbr-text {
    margin-right: auto;
    max-width: 450px;
    margin-top: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 100%;
    order: 2;
  }
}
.cid-tgzFCb0sxz .frame-container {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.cid-tgzFCb0sxz .frame-container .frame-item {
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ed7a5f;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-tgzFCb0sxz .frame-container .frame-item {
    width: 46px;
  }
}
@media (max-width: 991px) {
  .cid-tgzFCb0sxz .frame-container .frame-item {
    width: 5%;
  }
}
.cid-tgzFEXObsT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgzFEXObsT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzFEXObsT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzFEXObsT .row {
  display: flex;
  align-items: flex-start;
  gap: 6em;
}
@media (max-width: 767px) {
  .cid-tgzFEXObsT .row {
    gap: 3em;
  }
}
@media (max-width: 575px) {
  .cid-tgzFEXObsT .row {
    flex-wrap: wrap;
  }
}
.cid-tgzFEXObsT .col-text {
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 575px) {
  .cid-tgzFEXObsT .col-text {
    width: 100%;
  }
}
.cid-tgzFEXObsT .mbr-section-title {
  color: #272727;
  opacity: 0.4;
  margin-bottom: 4px;
}
.cid-tgzFEXObsT .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
.cid-tgzFEXObsT .mbr-section-btn {
  margin-top: 20px;
}
.cid-tgzFEXObsT .col-img {
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 575px) {
  .cid-tgzFEXObsT .col-img {
    width: 100%;
  }
}
.cid-tgzFEXObsT .image-wrapper {
  width: 80%;
  margin: 0 auto;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgzFEXObsT .image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tgzFEXObsT .image-wrapper img {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .cid-tgzFEXObsT .image-wrapper img {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-tgzFEXObsT .image-wrapper {
    width: 100%;
  }
}
.cid-tgzFDk3tUX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f1ec;
}
.cid-tgzFDk3tUX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzFDk3tUX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzFDk3tUX .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-tgzFDk3tUX .mbr-text {
  color: #272727;
  margin-bottom: 1em;
}
.cid-tgG0YnOQ5l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f1ec;
}
.cid-tgG0YnOQ5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgG0YnOQ5l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgG0YnOQ5l .row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.cid-tgG0YnOQ5l .content-container {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .cid-tgG0YnOQ5l .content-container {
    grid-template-columns: 1fr;
  }
}
.cid-tgG0YnOQ5l .item-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.cid-tgG0YnOQ5l .col-img {
  height: 224px;
}
@media (max-width: 991px) {
  .cid-tgG0YnOQ5l .col-img {
    height: 145px;
  }
}
.cid-tgG0YnOQ5l .image-wrapper {
  width: 100%;
  height: 224px;
}
@media (max-width: 991px) {
  .cid-tgG0YnOQ5l .image-wrapper {
    height: 145px;
  }
}
.cid-tgG0YnOQ5l .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tgG0YnOQ5l .col-text {
  flex-grow: 1;
}
.cid-tgG0YnOQ5l .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2.6em;
  min-height: 336px;
}
@media (max-width: 1199px) {
  .cid-tgG0YnOQ5l .text-wrapper {
    min-height: 302px;
  }
}
@media (max-width: 991px) {
  .cid-tgG0YnOQ5l .text-wrapper {
    min-height: 280px;
    padding: 2.5em 2em 1.8em 2em;
  }
}
.cid-tgG0YnOQ5l .title-container {
  flex-grow: 1;
}
.cid-tgG0YnOQ5l .mbr-section-title {
  color: #272727;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tgG0YnOQ5l .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tgG0YnOQ5l .mbr-text {
  color: #272727;
  opacity: 0.7;
  margin-bottom: 0;
}
.cid-tgG0YnOQ5l .mbr-section-btn {
  margin-top: 20px;
}
.cid-tgG0YnOQ5l .author-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tgG0YnOQ5l .author-container {
    flex-wrap: wrap;
  }
}
.cid-tgG0YnOQ5l .item-name-wrap {
  display: flex;
  align-items: center;
  width: 45%;
}
@media (max-width: 767px) {
  .cid-tgG0YnOQ5l .item-name-wrap {
    width: 100%;
  }
}
.cid-tgG0YnOQ5l .author-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}
.cid-tgG0YnOQ5l .author-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tgG0YnOQ5l .name-text {
  color: #272727;
}
.cid-tgG0YnOQ5l .text-item-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-tgG0YnOQ5l .text-item-container {
    width: 100%;
    margin-top: 1rem;
    justify-content: flex-start;
  }
}
.cid-tgG0YnOQ5l .text-item {
  display: flex;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 5px 4px;
  border-radius: 5px;
  background-color: #c4b2f6;
}
.cid-tgG0YnOQ5l .label-text {
  color: #8c69ec;
  line-height: 1 !important;
}
.cid-tgzFFvD8ij {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f1ec;
}
.cid-tgzFFvD8ij .mbr-section-title {
  color: #272727;
  margin-bottom: 0.5em;
}
.cid-tgzFFvD8ij .mbr-text {
  color: #272727;
}
.cid-tgzFFvD8ij .item-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .cid-tgzFFvD8ij .item-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }
}
.cid-tgzFFvD8ij .item-wrap {
  display: flex;
  align-items: center;
}
.cid-tgzFFvD8ij .item-number {
  color: #00524F;
}
.cid-tgzFFvD8ij .item-text {
  color: #00524F;
  margin-left: 20px;
}
.cid-tgzFCIoK5E {
  background-image: url("https://mobirise.com/extensions/growthm5/assets/images/background4.jpg");
  display: flex;
  flex-direction: column;
}
.cid-tgzFCIoK5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzFCIoK5E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzFCIoK5E .container,
.cid-tgzFCIoK5E .container-fluid {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-left: 2%;
  padding-right: 2%;
}
@media (max-width: 575px) {
  .cid-tgzFCIoK5E .container,
  .cid-tgzFCIoK5E .container-fluid {
    padding-right: 5%;
    padding-left: 5%;
  }
}
.cid-tgzFCIoK5E .row {
  flex-grow: 1;
}
.cid-tgzFCIoK5E .main-col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
}
.cid-tgzFCIoK5E .mbr-section-title {
  color: #272727;
  opacity: 0.6;
  margin-bottom: 32px;
}
.cid-tgzFCIoK5E .mbr-text {
  width: 100%;
  color: #272727;
}
.cid-tgzFCIoK5E .mbr-section-btn {
  margin-top: 30px;
}
.cid-tgJpnUkWd6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c4b2f6;
}
.cid-tgJpnUkWd6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgJpnUkWd6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgJpnUkWd6 .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-tgJpnUkWd6 .row {
    flex-wrap: wrap;
  }
}
.cid-tgJpnUkWd6 .col-text {
  width: 50%;
}
@media (max-width: 767px) {
  .cid-tgJpnUkWd6 .col-text {
    width: 100%;
  }
}
.cid-tgJpnUkWd6 .text-wrapper {
  max-width: 500px;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .cid-tgJpnUkWd6 .text-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 10px 8%;
  }
}
@media (max-width: 767px) {
  .cid-tgJpnUkWd6 .text-wrapper {
    padding: 0;
  }
}
.cid-tgJpnUkWd6 .mbr-section-title {
  color: #272727;
  opacity: 0.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-tgJpnUkWd6 .mbr-section-title {
    margin-bottom: 8px;
  }
}
.cid-tgJpnUkWd6 .mbr-section-subtitle {
  color: #272727;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tgJpnUkWd6 .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tgJpnUkWd6 .mbr-section-subtitle {
    margin-bottom: 16px;
  }
}
.cid-tgJpnUkWd6 .mbr-text {
  color: #272727;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tgJpnUkWd6 .mbr-text {
    max-width: 290px;
  }
}
@media (max-width: 767px) {
  .cid-tgJpnUkWd6 .mbr-text {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .cid-tgJpnUkWd6 .mbr-text {
    max-width: 100%;
  }
}
.cid-tgJpnUkWd6 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tgJpnUkWd6 .col-img {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-tgJpnUkWd6 .col-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tgJpnUkWd6 .col-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-tgJpnUkWd6 .image-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tgJpnUkWd6 .image-wrapper {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cid-tgJpnUkWd6 .image-wrapper {
    width: 100%;
  }
}
.cid-tgJpnUkWd6 .image-wrapper img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tgJpnUkWd6 .image-wrapper img {
    max-width: 100%;
  }
}
.cid-tgzFHGXGtG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f1ec;
}
.cid-tgzFHGXGtG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzFHGXGtG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzFHGXGtG .mbr-section-title {
  color: #272727;
}
.cid-tgzFHGXGtG .mbr-text {
  color: #272727;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tgzFHGXGtG .mbr-text {
    margin-top: 24px;
  }
}
.cid-tgzFHGXGtG .image-wrapper {
  width: 100%;
  max-width: 350px;
  aspect-ratio: 1;
  border-radius: 20px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tgzFHGXGtG .image-wrapper {
    margin-top: 24px;
  }
}
.cid-tgzFHGXGtG .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tgzFDAy5fX {
  background-color: #f8f1ec;
}
.cid-tgzFDAy5fX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzFDAy5fX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzFDAy5fX .section-container {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2%;
}
@media (max-width: 575px) {
  .cid-tgzFDAy5fX .section-container {
    padding: 5%;
  }
}
.cid-tgzFDAy5fX .content-bg {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #272727;
  border-radius: 20px;
}
.cid-tgzFDAy5fX .container {
  max-width: 1656px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6%;
  padding-left: 6%;
}
.cid-tgzFDAy5fX .row {
  min-height: 40em;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-tgzFDAy5fX .row {
    min-height: auto;
  }
}
.cid-tgzFDAy5fX .col-text {
  overflow-x: auto;
}
.cid-tgzFDAy5fX .mbr-section-title {
  color: #f8f1ec;
  margin-bottom: 24px;
}
.cid-tgzFDAy5fX .mbr-text {
  color: #f8f1ec;
  line-height: 1.67 !important;
}
.cid-tgzFDAy5fX .mbr-text a {
  pointer-events: none !important;
  padding: 0.1em 0.2em;
  border-radius: 0.2em !important;
  overflow: hidden !important;
  white-space: nowrap;
}
.cid-tgzFDAy5fX .mbr-text a.text-primary {
  background: rgba(196, 178, 246, 0.4);
}
.cid-tgzFDAy5fX .mbr-text a.text-secondary {
  background: rgba(252, 213, 219, 0.4);
}
.cid-tgzFDAy5fX .mbr-text a.text-success {
  background: rgba(0, 82, 79, 0.4);
}
.cid-tgzFDAy5fX .mbr-text a.text-info {
  background: rgba(129, 99, 211, 0.4);
}
.cid-tgzFDAy5fX .mbr-text a.text-warning {
  background: rgba(222, 219, 123, 0.4);
}
.cid-tgzFDAy5fX .mbr-text a.text-danger {
  background: rgba(237, 122, 95, 0.4);
}
.cid-tgzFDAy5fX .mbr-text a.text-white {
  background: rgba(248, 241, 236, 0.4);
}
.cid-tgzFDAy5fX .mbr-text a.text-black {
  background: rgba(39, 39, 39, 0.4);
}
.cid-tgzFD3BI6C {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("https://mobirise.com/extensions/growthm5/assets/images/background5.jpg");
  display: flex;
  flex-direction: column;
}
.cid-tgzFD3BI6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzFD3BI6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzFD3BI6C .container,
.cid-tgzFD3BI6C .container-fluid {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-left: 2%;
  padding-right: 2%;
}
@media (max-width: 575px) {
  .cid-tgzFD3BI6C .container,
  .cid-tgzFD3BI6C .container-fluid {
    padding-right: 5%;
    padding-left: 5%;
  }
}
.cid-tgzFD3BI6C .row {
  flex-grow: 1;
}
.cid-tgzFD3BI6C .main-col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-tgzFD3BI6C .mbr-section-title {
  color: #272727;
  margin-bottom: 0;
}
.cid-tgzFD3BI6C .mbr-text {
  width: 100%;
  color: #272727;
  margin-top: 32px;
}
.cid-tgzFD3BI6C .mbr-section-btn {
  margin-top: 30px;
}
.cid-tgzFLiaTZ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f1ec;
}
.cid-tgzFLiaTZ7 .mbr-section-title {
  color: #272727;
  margin-bottom: 1.8em;
}
@media (max-width: 767px) {
  .cid-tgzFLiaTZ7 .mbr-section-title {
    margin-bottom: 1.2em;
  }
}
.cid-tgzFLiaTZ7 .text-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tgzFLiaTZ7 .text-container {
    flex-wrap: wrap;
  }
}
.cid-tgzFLiaTZ7 .mbr-section-subtitle {
  width: 60%;
  margin-bottom: 10px;
  color: #272727;
}
@media (max-width: 767px) {
  .cid-tgzFLiaTZ7 .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-tgzFLiaTZ7 .text-item-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-tgzFLiaTZ7 .text-item-container {
    width: 100%;
    margin-top: 1rem;
    justify-content: flex-start;
  }
}
.cid-tgzFLiaTZ7 .text-item {
  display: flex;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 5px 4px;
  border-radius: 5px;
  background-color: #c4b2f6;
}
.cid-tgzFLiaTZ7 .mbr-text {
  color: #8c69ec;
  line-height: 1 !important;
}
.cid-tgzFNgryXj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgzFNgryXj .row {
  justify-content: center;
}
.cid-tgzFNgryXj .col-video {
  display: flex;
  overflow: hidden;
}
.cid-tgzFNgryXj .col-video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
}
.cid-tgzFNgryXj .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 1.3888888888888888em;
  overflow: hidden;
}
.cid-tgzFNgryXj .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tgzFNgryXj .col-video .link {
  margin-right: 1rem;
}
.cid-tgzFNgryXj .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.cid-tgzFNgryXj .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tgzFNgryXj .mbr-media {
  position: relative;
}
.cid-tgzFNgryXj .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tgzFNgryXj .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all .3s;
}
.cid-tgzFNgryXj .icon-wrap .mbr-iconfont {
  padding: 24px;
  border-radius: 50%;
  background-color: #c4b2f6;
}
@media (max-width: 991px) {
  .cid-tgzFNgryXj .icon-wrap .mbr-iconfont {
    padding: 16px;
  }
}
.cid-tgzFNgryXj .icon-wrap:hover {
  transform: translate(-50%, -50%);
}
.cid-tgzFNgryXj .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tgzFNgryXj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tgzFNgryXj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tgzFNgryXj .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tgzFNgryXj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tgzFNgryXj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tgzFNgryXj a:hover {
  text-decoration-line: none !important;
}
.cid-tgzFHlhcBz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f1ec;
}
.cid-tgzFHlhcBz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzFHlhcBz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzFHlhcBz .row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.cid-tgzFHlhcBz .item-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-wrap: wrap;
}
.cid-tgzFHlhcBz .image-wrapper {
  width: 100%;
  height: 34.7vw;
  max-height: 490px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tgzFHlhcBz .image-wrapper {
    border-radius: 5px;
  }
}
@media (max-width: 575px) {
  .cid-tgzFHlhcBz .image-wrapper {
    height: 41vw;
  }
}
.cid-tgzFHlhcBz .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tgzFHlhcBz .col-text {
  flex-grow: 1;
}
.cid-tgzFHlhcBz .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0 7% 32px 7%;
}
@media (max-width: 575px) {
  .cid-tgzFHlhcBz .text-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-tgzFHlhcBz .title-container {
  margin-bottom: 140px;
}
@media (max-width: 991px) {
  .cid-tgzFHlhcBz .title-container {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-tgzFHlhcBz .title-container {
    margin-bottom: 32px;
  }
}
.cid-tgzFHlhcBz .mbr-section-title {
  color: #272727;
  margin-bottom: 0;
}
.cid-tgzFHlhcBz .mbr-text {
  color: #272727;
  opacity: 0.7;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-tgzFHlhcBz .mbr-section-btn {
  margin-top: 20px;
}
.cid-tgzFHlhcBz .author-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tgzFHlhcBz .author-container {
    flex-wrap: wrap;
  }
}
.cid-tgzFHlhcBz .item-name-wrap {
  display: flex;
  align-items: center;
  width: 45%;
}
@media (max-width: 767px) {
  .cid-tgzFHlhcBz .item-name-wrap {
    width: 100%;
  }
}
.cid-tgzFHlhcBz .author-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}
.cid-tgzFHlhcBz .author-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tgzFHlhcBz .name-text {
  color: #272727;
}
.cid-tgzFHlhcBz .text-item-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-tgzFHlhcBz .text-item-container {
    width: 100%;
    margin-top: 1rem;
    justify-content: flex-start;
  }
}
.cid-tgzFHlhcBz .text-item {
  display: flex;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 5px 4px;
  border-radius: 5px;
  background-color: #c4b2f6;
}
.cid-tgzFHlhcBz .label-text {
  color: #8c69ec;
  line-height: 1 !important;
}
.cid-tgzFLF7pjC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f1ec;
}
.cid-tgzFLF7pjC .mbr-section-title {
  color: #272727;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tgzFLF7pjC .mbr-section-title {
    margin-top: 24px;
  }
}
.cid-tgzFLF7pjC .mbr-text {
  color: #272727;
}
.cid-tgzFMhf2NC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8f1ec;
}
.cid-tgzFMhf2NC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzFMhf2NC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzFMhf2NC .container {
  max-width: 100%;
  width: 100%;
}
.cid-tgzFMhf2NC .row {
  justify-content: center;
}
.cid-tgzFMhf2NC .img-container {
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tgzFMhf2NC .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 1.3888888888888888em;
  overflow: hidden;
}
.cid-tgzFMhf2NC .image-wrapper img {
  width: 100%;
  height: 565px;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 1199px) {
  .cid-tgzFMhf2NC .image-wrapper img {
    height: 415px;
  }
}
@media (max-width: 991px) {
  .cid-tgzFMhf2NC .image-wrapper img {
    height: 345px;
  }
}
@media (max-width: 767px) {
  .cid-tgzFMhf2NC .image-wrapper img {
    height: 265px;
  }
}
@media (max-width: 575px) {
  .cid-tgzFMhf2NC .image-wrapper img {
    height: 200px;
  }
}
.cid-tgzFO5W7jc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f1ec;
}
.cid-tgzFO5W7jc .mbr-section-title {
  margin-bottom: 1em;
  color: #272727;
}
.cid-tgzFO5W7jc .mbr-section-subtitle {
  margin-bottom: 1.5625em;
  color: #272727;
  opacity: 0.4;
}
.cid-tgzFO5W7jc .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 1199px) {
  .cid-tgzFO5W7jc .item-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-tgzFO5W7jc .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tgzFO5W7jc .item {
  padding: 0;
}
.cid-tgzFO5W7jc .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: .3s all;
  border: 2px solid transparent;
}
.cid-tgzFO5W7jc .item-wrapper:hover {
  transform: scale3d(1.01, 1.01, 1);
  border-color: #c4b2f6;
}
.cid-tgzFO5W7jc .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
}
.cid-tgzFO5W7jc .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-tgzFO5W7jc .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 20px 5% 6%;
  flex-grow: 1;
  background-color: #ffffff;
}
.cid-tgzFO5W7jc .item-text-wrap {
  width: 100%;
  margin-bottom: 5.3em;
}
@media (max-width: 1199px) {
  .cid-tgzFO5W7jc .item-text-wrap {
    margin-bottom: 4em;
  }
}
@media (max-width: 767px) {
  .cid-tgzFO5W7jc .item-text-wrap {
    margin-bottom: 2em;
    max-width: 340px;
    margin-right: auto;
  }
}
.cid-tgzFO5W7jc .item-title {
  color: #272727;
  margin-bottom: 0.52em;
}
.cid-tgzFO5W7jc .item-subtitle {
  color: #272727;
  opacity: 0.4;
}
.cid-tgzFO5W7jc .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
}
.cid-tgzFO5W7jc .item-name-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-tgzFO5W7jc .image-wrapper {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 300px;
  overflow: hidden;
}
.cid-tgzFO5W7jc .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tgzFO5W7jc .mbr-text {
  flex-grow: 1;
  color: #272727;
}
.cid-tgzFO5W7jc .mbr-section-btn {
  display: flex;
  margin-top: 20px;
  width: auto !important;
}
.cid-tgzFO5W7jc .mbr-section-btn .btn {
  width: 100%;
  min-width: auto !important;
}
.cid-tgzFJCfSkw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f1ec;
  overflow: hidden;
}
.cid-tgzFJCfSkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzFJCfSkw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzFJCfSkw .mbr-section-title {
  color: #00524F;
}
.cid-tgzFJCfSkw .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tgzFJCfSkw .mbr-text {
    margin-top: 24px;
  }
}
.cid-tgzFJCfSkw .image-wrapper {
  width: 220px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
.cid-tgzFJCfSkw .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tgzFFWLs4E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f1ec;
}
.cid-tgzFFWLs4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzFFWLs4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzFFWLs4E .row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.cid-tgzFFWLs4E .content-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 22px;
}
.cid-tgzFFWLs4E .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tgzFFWLs4E .image-wrapper {
    height: 145px;
  }
}
.cid-tgzFFWLs4E .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tgzFFWLs4E .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 3.875em 4.2em 1.875em 4.125em;
  min-height: 560px;
}
@media (max-width: 1199px) {
  .cid-tgzFFWLs4E .text-wrapper {
    min-height: 504px;
  }
}
@media (max-width: 991px) {
  .cid-tgzFFWLs4E .text-wrapper {
    min-height: 280px;
    padding: 2.5em 2em 1.8em 2em;
  }
}
.cid-tgzFFWLs4E .title-container {
  flex-grow: 1;
}
.cid-tgzFFWLs4E .mbr-section-title {
  color: #272727;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tgzFFWLs4E .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tgzFFWLs4E .mbr-text {
  color: #272727;
  opacity: 0.7;
  margin-bottom: 0;
}
.cid-tgzFFWLs4E .mbr-section-btn {
  margin-top: 20px;
}
.cid-tgzFFWLs4E .author-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tgzFFWLs4E .author-container {
    flex-wrap: wrap;
  }
}
.cid-tgzFFWLs4E .item-name-wrap {
  display: flex;
  align-items: center;
  width: 45%;
}
@media (max-width: 767px) {
  .cid-tgzFFWLs4E .item-name-wrap {
    width: 100%;
  }
}
.cid-tgzFFWLs4E .author-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}
.cid-tgzFFWLs4E .author-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tgzFFWLs4E .name-text {
  color: #272727;
}
.cid-tgzFFWLs4E .text-item-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-tgzFFWLs4E .text-item-container {
    width: 100%;
    margin-top: 1rem;
    justify-content: flex-start;
  }
}
.cid-tgzFFWLs4E .text-item {
  display: flex;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 5px 4px;
  border-radius: 5px;
  background-color: #c4b2f6;
}
.cid-tgzFFWLs4E .label-text {
  color: #8c69ec;
  line-height: 1 !important;
}
.cid-tgzFP7acPw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgzFP7acPw .mbr-section-head {
  width: 100%;
  margin-bottom: 5em;
}
@media (max-width: 767px) {
  .cid-tgzFP7acPw .mbr-section-head {
    margin-bottom: 3em;
  }
}
.cid-tgzFP7acPw .mbr-section-title {
  margin-bottom: 4px;
  color: #272727;
  opacity: 0.4;
}
.cid-tgzFP7acPw .mbr-section-subtitle {
  margin-bottom: 0;
  color: #272727;
}
.cid-tgzFP7acPw .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 767px) {
  .cid-tgzFP7acPw .item-row {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 575px) {
  .cid-tgzFP7acPw .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tgzFP7acPw .item {
  padding: 0;
}
.cid-tgzFP7acPw .item:nth-child(2n) .item-wrapper {
  padding-top: 5em;
}
@media (max-width: 767px) {
  .cid-tgzFP7acPw .item:nth-child(2n) .item-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-tgzFP7acPw .item:nth-child(2n) .item-wrapper {
    padding-top: 0;
  }
}
.cid-tgzFP7acPw .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  overflow: visible;
}
.cid-tgzFP7acPw .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 330px;
  border-radius: 35%;
  overflow: hidden;
  aspect-ratio: 0.88;
  margin: 0 auto;
}
.cid-tgzFP7acPw .item-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-tgzFP7acPw .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 0;
  margin-top: 1rem;
}
.cid-tgzFP7acPw .item-title {
  color: #272727;
  margin-bottom: 4px;
}
.cid-tgzFP7acPw .mbr-text {
  color: #272727;
  opacity: 0.4;
}
.cid-tgzFKBjScb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgzFKBjScb .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-tgzFKBjScb .mbr-text {
  color: #272727;
}
.cid-tgzFOK5XUQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgzFOK5XUQ .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tgzFOK5XUQ .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-tgzFOK5XUQ .card {
  display: flex;
  justify-content: flex-start;
  width: 20%;
  transition: all 0.3s;
  height: fit-content;
  padding: 0;
  margin-bottom: 3em;
}
.cid-tgzFOK5XUQ .card img {
  width: 100%;
  padding-right: 35%;
}
@media (max-width: 1199px) {
  .cid-tgzFOK5XUQ .card img {
    padding-right: 30%;
  }
}
@media (max-width: 991px) {
  .cid-tgzFOK5XUQ .card img {
    padding-right: 25%;
  }
}
@media (max-width: 767px) {
  .cid-tgzFOK5XUQ .card img {
    padding-right: 20%;
  }
}
@media (max-width: 575px) {
  .cid-tgzFOK5XUQ .card img {
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media (max-width: 1199px) {
  .cid-tgzFOK5XUQ .card {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .cid-tgzFOK5XUQ .card {
    width: 33.33333333%;
  }
}
@media (max-width: 575px) {
  .cid-tgzFOK5XUQ .card {
    width: 50%;
    justify-content: center;
  }
}
.cid-tgzFPuCVtx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f1ec;
}
.cid-tgzFPuCVtx .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-tgzFPuCVtx .mbr-section-head {
    margin-bottom: 25px;
  }
}
.cid-tgzFPuCVtx .mbr-section-title {
  margin-bottom: 0;
  color: #00524F;
}
.cid-tgzFPuCVtx .mbr-section-subtitle {
  color: #00524F;
  margin-bottom: 0;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tgzFPuCVtx .mbr-section-subtitle {
    margin-top: 24px;
  }
}
.cid-tgzFPuCVtx .item-row {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-top: 20px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-tgzFPuCVtx .item-row {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-tgzFPuCVtx .item-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tgzFPuCVtx .item {
  padding: 10px;
}
.cid-tgzFPuCVtx .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  width: 100%;
  overflow: visible;
}
.cid-tgzFPuCVtx .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 200px;
}
.cid-tgzFPuCVtx .item-img img {
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  border-radius: 50px;
}
.cid-tgzFPuCVtx .item-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 0;
  margin-top: 20px;
}
.cid-tgzFPuCVtx .item-title {
  color: #00524F;
  margin-bottom: 10px !important;
}
.cid-tgzFPuCVtx .mbr-text {
  color: #00524F;
  margin-bottom: 10px !important;
}
.cid-tgzFSvmtOO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f1ec;
}
.cid-tgzFSvmtOO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzFSvmtOO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzFSvmtOO .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-tgzFSvmtOO .title-container {
    margin-bottom: 25px;
  }
}
.cid-tgzFSvmtOO .mbr-section-title {
  color: #00524F;
}
.cid-tgzFSvmtOO .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tgzFSvmtOO .mbr-text {
    margin-top: 24px;
  }
}
.cid-tgzFSvmtOO .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-tgzFSvmtOO .tabl-container {
    margin-top: 25px;
  }
}
.cid-tgzFSvmtOO .item-container {
  width: 100%;
  display: flex;
}
.cid-tgzFSvmtOO .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-tgzFSvmtOO .card-text {
  color: #272727;
  width: 100%;
}
.cid-tgzFE9OSQz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgzFE9OSQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzFE9OSQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzFE9OSQz .main-col {
  padding-top: 12px;
}
.cid-tgzFE9OSQz .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  min-height: 30em;
  border-radius: 4.6em;
  padding: 3%;
  transform-style: preserve-3d;
  transition: .5s all;
  margin-bottom: 2.5em;
}
@media (max-width: 575px) {
  .cid-tgzFE9OSQz .content-container {
    border-radius: 2.6em;
  }
}
.cid-tgzFE9OSQz .content-container .mbr-section-btn {
  position: relative;
  z-index: 5;
  margin-top: auto;
  transform-style: preserve-3d;
  transition: .5s all;
}
.cid-tgzFE9OSQz .content-container .mbr-section-btn .btn-white:hover {
  background-color: #f8f1ec !important;
  color: #272727 !important;
  transform: scale3d(1, 1, 1) !important;
}
.cid-tgzFE9OSQz .content-container:hover {
  transform: translate3d(0px, -12px, 0px);
}
.cid-tgzFE9OSQz .content-container:hover .text-wrap {
  transform: translate3d(0px, -4px, 0px);
}
.cid-tgzFE9OSQz .content-container:hover .mbr-section-btn {
  transform: translate3d(0px, -16px, 0px);
}
.cid-tgzFE9OSQz .content-container:hover .img-bg-wrap {
  transform: scale3d(1.2, 1.2, 1);
}
.cid-tgzFE9OSQz .img-bg-wrap {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://mobirise.com/extensions/growthm5/assets/images/features1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform-style: preserve-3d;
  transition: .5s all;
}
.cid-tgzFE9OSQz .text-wrap {
  position: relative;
  z-index: 5;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  transform-style: preserve-3d;
  transition: .5s all;
  padding-bottom: 16px;
}
.cid-tgzFE9OSQz .mbr-section-title {
  color: #272727;
  margin-bottom: 24px;
}
.cid-tgzFE9OSQz .mbr-text {
  color: #272727;
  opacity: 0.5;
}
.cid-tgzFE9OSQz .buttons-container {
  text-align: right !important;
}
.cid-tgzFJfT01b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f1ec;
}
.cid-tgzFJfT01b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzFJfT01b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzFJfT01b .mbr-section-title {
  color: #272727;
}
.cid-tgzFJfT01b .mbr-text {
  color: #272727;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tgzFJfT01b .mbr-text {
    margin-top: 24px;
  }
}
.cid-tgzFJfT01b .image-wrapper {
  width: 100%;
  margin-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .cid-tgzFJfT01b .image-wrapper {
    margin-top: 24px;
  }
}
.cid-tgzFJfT01b .image-wrapper img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
}
.cid-tgzFQfDNyI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f1ec;
}
.cid-tgzFQfDNyI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzFQfDNyI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzFQfDNyI .content-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .cid-tgzFQfDNyI .content-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.cid-tgzFQfDNyI .mbr-section-title {
  color: #272727;
  width: 100%;
  margin-bottom: 1rem !important;
}
.cid-tgzFQfDNyI .icons-menu {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.cid-tgzFQfDNyI .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  min-width: 60px;
  aspect-ratio: 1;
  border: 1px solid #272727;
  transition: .3s all;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  margin-bottom: 0.8rem;
}
.cid-tgzFQfDNyI .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #272727;
  transition: .3s all;
}
.cid-tgzFQfDNyI .iconfont-wrapper:hover {
  background-color: #272727;
}
.cid-tgzFQfDNyI .iconfont-wrapper:hover .mbr-iconfont {
  color: #FFFFFF;
}
.cid-tgzFS174rX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f1ec;
}
.cid-tgzFS174rX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzFS174rX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzFS174rX .mbr-section-title {
  color: #272727;
}
.cid-tgzFS174rX .mbr-text {
  color: #272727;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tgzFS174rX .mbr-text {
    margin-top: 24px;
  }
}
.cid-tgzFS174rX .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tgzFS174rX .tabl-container {
    margin-top: 24px;
  }
}
.cid-tgzFS174rX .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cid-tgzFS174rX .frame-item {
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-right: 12px;
  background-color: #272727;
}
.cid-tgzFS174rX .card-text {
  color: #00524F;
  flex-grow: 1;
}
.cid-tgzFRrHTou {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/growthm5/assets/images/background5.jpg");
}
.cid-tgzFRrHTou .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.2;
}
.cid-tgzFRrHTou .row {
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 auto !important;
}
.cid-tgzFRrHTou .col-title {
  margin-bottom: 36px;
}
@media (max-width: 1199px) {
  .cid-tgzFRrHTou .col-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 991px) {
  .cid-tgzFRrHTou .col-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tgzFRrHTou .col-title {
    margin-bottom: 15px;
  }
}
.cid-tgzFRrHTou .form-title {
  color: #272727;
}
.cid-tgzFRrHTou .col-form {
  display: flex;
  width: 70%;
}
@media (max-width: 991px) {
  .cid-tgzFRrHTou .col-form {
    width: 100%;
  }
}
.cid-tgzFRrHTou .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-tgzFRrHTou form {
  width: 100%;
}
.cid-tgzFRrHTou form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tgzFRrHTou form p {
  color: #272727;
}
.cid-tgzFRrHTou form .mbr-section-btn {
  text-align: center;
  justify-content: center;
  margin-right: auto;
}
.cid-tgzFRrHTou form .form-group {
  margin-top: 40px !important;
  margin-bottom: 36px !important;
}
@media (max-width: 1199px) {
  .cid-tgzFRrHTou form .form-group {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media (max-width: 767px) {
  .cid-tgzFRrHTou form .form-group {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
.cid-tgzFRrHTou form .form-control {
  height: 60px;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  background: transparent;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 8px 0;
  font-size: 40px;
  line-height: 1 !important;
  color: #272727;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-tgzFRrHTou form .form-control {
    height: 42px;
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .cid-tgzFRrHTou form .form-control {
    height: 38px;
    font-size: 20px;
  }
}
.cid-tgzFRrHTou form .form-control::-webkit-input-placeholder {
  color: #272727;
}
.cid-tgzFRrHTou form .form-control::-moz-placeholder {
  color: #272727;
}
.cid-tgzFRrHTou form .form-control:-moz-placeholder {
  color: #272727;
}
.cid-tgzFRrHTou form .form-control:-ms-input-placeholder {
  color: #272727;
}
.cid-tgzFRrHTou form select {
  color: #626161 !important;
}
.cid-tgzFRrHTou form textarea {
  height: 60px !important;
  resize: none;
}
.cid-tgzFRrHTou form input:active,
.cid-tgzFRrHTou form textarea:active,
.cid-tgzFRrHTou form input:focus,
.cid-tgzFRrHTou form textarea:focus {
  background-color: transparent !important;
  border-color: #000000 !important;
  outline: none !important;
}
.cid-tgzFRrHTou form input:active::-webkit-input-placeholder,
.cid-tgzFRrHTou form textarea:active::-webkit-input-placeholder,
.cid-tgzFRrHTou form input:focus::-webkit-input-placeholder,
.cid-tgzFRrHTou form textarea:focus::-webkit-input-placeholder {
  color: #272727;
}
.cid-tgzFRrHTou form input:active::-moz-placeholder,
.cid-tgzFRrHTou form textarea:active::-moz-placeholder,
.cid-tgzFRrHTou form input:focus::-moz-placeholder,
.cid-tgzFRrHTou form textarea:focus::-moz-placeholder {
  color: #272727;
}
.cid-tgzFRrHTou form input:active:-moz-placeholder,
.cid-tgzFRrHTou form textarea:active:-moz-placeholder,
.cid-tgzFRrHTou form input:focus:-moz-placeholder,
.cid-tgzFRrHTou form textarea:focus:-moz-placeholder {
  color: #272727;
}
.cid-tgzFRrHTou form input:active:-ms-input-placeholder,
.cid-tgzFRrHTou form textarea:active:-ms-input-placeholder,
.cid-tgzFRrHTou form input:focus:-ms-input-placeholder,
.cid-tgzFRrHTou form textarea:focus:-ms-input-placeholder {
  color: #272727;
}
.cid-tgzFRrHTou form .row {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-tgzFRrHTou form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-tgzFRrHTou form label {
  width: 100%;
  color: #272727;
  margin-bottom: 24px;
}
.cid-tgzFRrHTou form .form-control-label {
  width: 100%;
}
.cid-tgzFRrHTou form .form-check-label {
  margin-bottom: 16px;
}
.cid-tgzFRrHTou form .form-check-input {
  border-color: #626161 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-tgzFRrHTou form .form-check-input:focus,
.cid-tgzFRrHTou form .form-check-input:hover {
  background-color: #626161 !important;
  border-color: #272727 !important;
}
.cid-tgzFRrHTou form .form-check-input:checked {
  border-color: #626161 !important;
  background-color: #626161 !important;
}
.cid-tgzFRrHTou .col-btn {
  display: flex;
  justify-content: flex-end;
  width: 30%;
  padding-left: 1rem;
  padding-left: 1rem !important;
}
@media (max-width: 991px) {
  .cid-tgzFRrHTou .col-btn {
    padding: 0 !important;
    width: 100%;
  }
}
.cid-tgzFRrHTou .btn-container {
  position: sticky;
  top: 7em;
  display: flex;
  align-items: center;
  height: fit-content;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tgzFRrHTou .btn-container {
    position: static;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .cid-tgzFRrHTou .btn-container {
    margin-top: 20px;
  }
}
.cid-tgzFRrHTou .mbr-text {
  margin-right: 30px;
}
@media (max-width: 991px) {
  .cid-tgzFRrHTou .mbr-text {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .cid-tgzFRrHTou .mbr-text {
    text-align: center !important;
  }
}
.cid-tgzFQPPIbH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f1ec;
  overflow: hidden;
}
.cid-tgzFQPPIbH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgzFQPPIbH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgzFQPPIbH .mbr-section-title {
  color: #272727;
}
.cid-tgzFQPPIbH .mbr-text {
  color: #272727;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-tgzFQPPIbH .mbr-text {
    margin-top: 24px;
  }
}
.cid-tgzFQPPIbH .mbr-text a {
  transition: all .18s;
  text-decoration-line: underline;
}
.cid-tgzFQPPIbH .mbr-text a:hover {
  text-decoration-color: transparent !important;
}
.cid-tgzFQPPIbH .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 140px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 32px;
}
.cid-tgzFQPPIbH .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-tgzFQPPIbH .icons-menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 44px;
}
.cid-tgzFQPPIbH .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 6px;
  min-width: 36px;
  aspect-ratio: 1;
  border: 1px solid #626161;
  transition: .3s all;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 14px;
}
.cid-tgzFQPPIbH .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #626161;
  transition: .3s all;
}
.cid-tgzFQPPIbH .iconfont-wrapper:hover {
  background-color: #626161;
}
.cid-tgzFQPPIbH .iconfont-wrapper:hover .mbr-iconfont {
  color: #272727;
}
.cid-tgzDA8SG2K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #272727;
  overflow: hidden;
}
.cid-tgzDA8SG2K .mbr-text {
  color: #f8f1ec;
}
