.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #ffffff;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4.7rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.875rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: -4px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.2rem;
  line-height: 40px;
  letter-spacing: -2.3px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 3.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.29rem;
    font-size: calc( 2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #a9e5d5 !important;
}
.bg-success {
  background-color: #75e6b2 !important;
}
.bg-info {
  background-color: #64def7 !important;
}
.bg-warning {
  background-color: #ffd65c !important;
}
.bg-danger {
  background-color: #e7747f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a9e5d5 !important;
  border-color: #a9e5d5 !important;
  color: #216e59 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #d0f1e8 !important;
  border-color: #d0f1e8 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #216e59 !important;
  background-color: #d0f1e8 !important;
  border-color: #d0f1e8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #44455b !important;
  border-color: #44455b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #5a5b78 !important;
  border-color: #5a5b78 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #5a5b78 !important;
  border-color: #5a5b78 !important;
}
.btn-info,
.btn-info:active {
  background-color: #64def7 !important;
  border-color: #64def7 !important;
  color: #054957 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #94e8fa !important;
  border-color: #94e8fa !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #054957 !important;
  background-color: #94e8fa !important;
  border-color: #94e8fa !important;
}
.btn-success,
.btn-success:active {
  background-color: #75e6b2 !important;
  border-color: #75e6b2 !important;
  color: #0e4e31 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a0eeca !important;
  border-color: #a0eeca !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0e4e31 !important;
  background-color: #a0eeca !important;
  border-color: #a0eeca !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd65c !important;
  border-color: #ffd65c !important;
  color: #5c4500 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe38f !important;
  border-color: #ffe38f !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #5c4500 !important;
  background-color: #ffe38f !important;
  border-color: #ffe38f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e7747f !important;
  border-color: #e7747f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ef9fa7 !important;
  border-color: #ef9fa7 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ef9fa7 !important;
  border-color: #ef9fa7 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #a9e5d5;
  color: #a9e5d5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #66d1b4 !important;
  background-color: transparent !important;
  border-color: #66d1b4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #216e59 !important;
  background-color: #a9e5d5 !important;
  border-color: #a9e5d5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #44455b;
  color: #44455b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1f1f29 !important;
  background-color: transparent !important;
  border-color: #1f1f29 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #44455b !important;
  border-color: #44455b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #64def7;
  color: #64def7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #12ccf3 !important;
  background-color: transparent !important;
  border-color: #12ccf3 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #054957 !important;
  background-color: #64def7 !important;
  border-color: #64def7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #75e6b2;
  color: #75e6b2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2cd989 !important;
  background-color: transparent !important;
  border-color: #2cd989 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0e4e31 !important;
  background-color: #75e6b2 !important;
  border-color: #75e6b2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd65c;
  color: #ffd65c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc005 !important;
  background-color: transparent !important;
  border-color: #ffc005 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5c4500 !important;
  background-color: #ffd65c !important;
  border-color: #ffd65c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e7747f;
  color: #e7747f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #da2a3b !important;
  background-color: transparent !important;
  border-color: #da2a3b !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e7747f !important;
  border-color: #e7747f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #a9e5d5 !important;
}
.text-secondary {
  color: #44455b !important;
}
.text-success {
  color: #75e6b2 !important;
}
.text-info {
  color: #64def7 !important;
}
.text-warning {
  color: #ffd65c !important;
}
.text-danger {
  color: #e7747f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5bcdaf !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #181921 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #26cf81 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0cc3e9 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #f5b700 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d12435 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #a9e5d5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #64def7;
}
.alert-warning {
  background-color: #ffd65c;
}
.alert-danger {
  background-color: #e7747f;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a9e5d5;
  border-color: #a9e5d5;
  color: #278169;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a9e5d5;
}
.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: #ffffff;
}
.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: 'Golos Text', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #a9e5d5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #a9e5d5;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a9e5d5;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a9e5d5;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a9e5d5;
  border-bottom-color: #a9e5d5;
}
.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: #a9e5d5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #44455b !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='%23a9e5d5' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 35px 100px;
  box-shadow: none;
  border-radius: 250px !important;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 30px 50px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-v1PkwHIZlb .navbar-dropdown {
  position: relative !important;
}
.cid-v1PkwHIZlb .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-v1PkwHIZlb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1PkwHIZlb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1PkwHIZlb .dropdown-item:hover,
.cid-v1PkwHIZlb .dropdown-item:focus {
  background: #a9e5d5 !important;
  color: white !important;
}
.cid-v1PkwHIZlb .dropdown-item:hover span {
  color: white;
}
.cid-v1PkwHIZlb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1PkwHIZlb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1PkwHIZlb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1PkwHIZlb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1PkwHIZlb .nav-link {
  position: relative;
}
.cid-v1PkwHIZlb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v1PkwHIZlb .container {
    flex-wrap: nowrap;
  }
}
.cid-v1PkwHIZlb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1PkwHIZlb .dropdown-menu,
.cid-v1PkwHIZlb .navbar.opened {
  background: #ffffff !important;
}
.cid-v1PkwHIZlb .nav-item:focus,
.cid-v1PkwHIZlb .nav-link:focus {
  outline: none;
}
.cid-v1PkwHIZlb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1PkwHIZlb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1PkwHIZlb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1PkwHIZlb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1PkwHIZlb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1PkwHIZlb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1PkwHIZlb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-v1PkwHIZlb .navbar.opened {
  transition: all 0.3s;
}
.cid-v1PkwHIZlb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1PkwHIZlb .navbar .navbar-logo img {
  width: auto;
}
.cid-v1PkwHIZlb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1PkwHIZlb .navbar.collapsed {
  justify-content: center;
}
.cid-v1PkwHIZlb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1PkwHIZlb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1PkwHIZlb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1PkwHIZlb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1PkwHIZlb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1PkwHIZlb .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-v1PkwHIZlb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1PkwHIZlb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1PkwHIZlb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1PkwHIZlb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1PkwHIZlb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1PkwHIZlb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1PkwHIZlb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1PkwHIZlb .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-v1PkwHIZlb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1PkwHIZlb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1PkwHIZlb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1PkwHIZlb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1PkwHIZlb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1PkwHIZlb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1PkwHIZlb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v1PkwHIZlb .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1PkwHIZlb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1PkwHIZlb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1PkwHIZlb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1PkwHIZlb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1PkwHIZlb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1PkwHIZlb .dropdown-item.active,
.cid-v1PkwHIZlb .dropdown-item:active {
  background-color: transparent;
}
.cid-v1PkwHIZlb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1PkwHIZlb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1PkwHIZlb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1PkwHIZlb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1PkwHIZlb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1PkwHIZlb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1PkwHIZlb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1PkwHIZlb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1PkwHIZlb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1PkwHIZlb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-v1PkwHIZlb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1PkwHIZlb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1PkwHIZlb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1PkwHIZlb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1PkwHIZlb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1PkwHIZlb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1PkwHIZlb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1PkwHIZlb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1PkwHIZlb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1PkwHIZlb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1PkwHIZlb .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-v1PkwHIZlb .navbar {
    height: 70px;
  }
  .cid-v1PkwHIZlb .navbar.opened {
    height: auto;
  }
  .cid-v1PkwHIZlb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0STzWCdAu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-v0STzWCdAu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0STzWCdAu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0STzWCdAu .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0STzWCdAu .container {
    padding: 10px 8px;
  }
}
.cid-v0STzWCdAu .row {
  border-radius: 25px;
  background-color: #ee7eee;
  padding: 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v0STzWCdAu .row {
    padding: 40px 10px;
  }
}
.cid-v0STzWCdAu .row .card {
  padding: 0;
  justify-content: center;
}
.cid-v0STzWCdAu .content-wrapper {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .cid-v0STzWCdAu .content-wrapper {
    padding: 0;
  }
}
.cid-v0STzWCdAu .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v0STzWCdAu .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-v0STzWCdAu .content-wrapper .cards-wrap {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v0STzWCdAu .content-wrapper .cards-wrap {
    margin: 32px 0 32px;
  }
}
.cid-v0STzWCdAu .content-wrapper .cards-wrap .card-wrap {
  display: inline-flex;
  width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(12px);
  margin-bottom: 16px;
}
@media (max-width: 1500px) {
  .cid-v0STzWCdAu .content-wrapper .cards-wrap .card-wrap {
    width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-v0STzWCdAu .content-wrapper .cards-wrap .card-wrap {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-v0STzWCdAu .content-wrapper .cards-wrap .card-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-v0STzWCdAu .content-wrapper .cards-wrap .card-wrap {
    border-radius: 17px;
  }
}
.cid-v0STzWCdAu .content-wrapper .cards-wrap .card-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-v0STzWCdAu .content-wrapper .cards-wrap .card-wrap .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-v0STzWCdAu .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img {
  display: flex;
  justify-content: flex-end;
}
.cid-v0STzWCdAu .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-img img {
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 100% !important;
  margin: -4px -4px 0 0;
  object-fit: cover;
}
.cid-v0STzWCdAu .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-v0STzWCdAu .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content {
    padding: 15px;
  }
}
.cid-v0STzWCdAu .content-wrapper .cards-wrap .card-wrap .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v0STzWCdAu .image-wrapper .icon-wrapper {
  display: flex;
  justify-content: space-between;
}
.cid-v0STzWCdAu .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #000000;
  background-color: #a9e5d5;
  transform: rotate(-5deg);
  margin-top: 100px;
}
.cid-v0STzWCdAu .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  background-color: #44455b;
  margin-top: 0;
  color: #ffffff;
}
.cid-v0STzWCdAu .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  background-color: #f85f32;
  transform: rotate(5deg);
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v0STzWCdAu .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    font-size: 25px;
  }
}
.cid-v0STzWCdAu .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
  margin-top: -8rem;
}
.cid-v0STzWCdAu .image-wrapper .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1199px) {
  .cid-v0STzWCdAu .image-wrapper .image-wrap img {
    height: 450px;
    width: 450px;
    min-width: 450px;
  }
}
.cid-v0STzWCdAu .image-wrapper .cards-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: -8rem;
}
@media (max-width: 992px) {
  .cid-v0STzWCdAu .image-wrapper .cards-wrapper {
    flex-direction: column;
  }
}
.cid-v0STzWCdAu .image-wrapper .cards-wrapper .card-wrapper {
  display: inline-flex;
  max-width: 250px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  padding: 30px;
  backdrop-filter: blur(12px);
  height: fit-content;
}
@media (max-width: 1500px) {
  .cid-v0STzWCdAu .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 200px;
  }
}
@media (max-width: 1280px) {
  .cid-v0STzWCdAu .image-wrapper .cards-wrapper .card-wrapper {
    max-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-v0STzWCdAu .image-wrapper .cards-wrapper .card-wrapper {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 16px;
  }
  .cid-v0STzWCdAu .image-wrapper .cards-wrapper .card-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-v0STzWCdAu .image-wrapper .cards-wrapper .card-wrapper {
    padding: 15px;
    border-radius: 17px;
  }
}
.cid-v0STzWCdAu .image-wrapper .cards-wrapper .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.8;
}
.cid-v0STzWCdAu .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v0STzWCdAu .image-wrapper .cards-wrapper .card-wrapper:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-v0STzWCdAu .image-wrapper .cards-wrapper .card-wrapper .item-wrapper {
  position: relative;
  width: 100%;
}
.cid-v0STzWCdAu .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper {
  margin-bottom: 40px;
}
.cid-v0STzWCdAu .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .dot-wrapper .dot-wrap {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000000;
}
.cid-v0STzWCdAu .image-wrapper .cards-wrapper .card-wrapper .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v0STzWCdAu .mbr-section-title {
  color: #ffffff;
}
.cid-v0STzWCdAu .mbr-text {
  color: #000000;
}
.cid-v0STzWCdAu .card-text {
  color: #000000;
}
.cid-v0STzWCdAu .mbr-section-title,
.cid-v0STzWCdAu .mbr-section-btn,
.cid-v0STzWCdAu .cards-wrap {
  color: #000000;
}
.cid-v0STzWCdAu .card-text,
.cid-v0STzWCdAu .dot-wrapper {
  color: #000000;
}
.cid-v0STzWD2Xa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-v0STzWD2Xa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0STzWD2Xa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0STzWD2Xa .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0STzWD2Xa .container {
    padding: 10px 8px;
  }
}
.cid-v0STzWD2Xa .row {
  margin: 0;
}
.cid-v0STzWD2Xa .row .card {
  padding: 0;
}
.cid-v0STzWD2Xa .image-wrapper {
  height: 100%;
  margin-right: 8px;
}
@media (max-width: 992px) {
  .cid-v0STzWD2Xa .image-wrapper {
    margin: 0;
  }
}
.cid-v0STzWD2Xa .image-wrapper img {
  height: 100%;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0STzWD2Xa .image-wrapper img {
    height: 300px;
  }
}
.cid-v0STzWD2Xa .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-image: linear-gradient(0.375turn, #ee7eee 0%, #a9e5d5 98%);
  border-radius: 25px;
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0STzWD2Xa .content-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-v0STzWD2Xa .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-v0STzWD2Xa .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v0STzWD2Xa .content-wrapper .content-wrap .desc-wrapper {
  margin-bottom: 20px;
}
.cid-v0STzWD2Xa .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #fef7ec;
  margin-bottom: 0;
}
.cid-v0STzWD2Xa .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 80px;
}
.cid-v0STzWD2Xa .content-wrapper .content-wrap .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
@media (max-width: 768px) {
  .cid-v0STzWD2Xa .content-wrapper .content-wrap .cards-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v0STzWD2Xa .content-wrapper .content-wrap .cards-wrapper .item {
  padding: 20px;
  border-radius: 17px;
  background-color: #fef7ec;
}
.cid-v0STzWD2Xa .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-img {
  margin-bottom: 5px;
  text-align: right;
  margin-top: -3rem;
}
.cid-v0STzWD2Xa .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-v0STzWD2Xa .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-v0STzWD2Xa .content-wrapper .content-wrap .cards-wrapper .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v0STzWD2Xa .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v0STzWD2Xa .mbr-desc,
.cid-v0STzWD2Xa .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0STzWD2Xa .card-title {
  color: #000000;
}
.cid-v0STzWD2Xa .card-text {
  color: #000000;
}
.cid-v0STzWE8NI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-v0STzWE8NI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0STzWE8NI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0STzWE8NI .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0STzWE8NI .container {
    padding: 10px 8px;
  }
}
.cid-v0STzWE8NI .row {
  border-radius: 25px;
  background-color: #44455b;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v0STzWE8NI .row {
    padding: 50px 2px;
  }
}
.cid-v0STzWE8NI .row .card {
  padding: 0 8px;
}
.cid-v0STzWE8NI .row .card:nth-child(2) {
  justify-content: center;
}
.cid-v0STzWE8NI .item {
  margin-bottom: 50px;
  margin-left: 15%;
}
.cid-v0STzWE8NI .item:nth-child(2n) {
  margin-left: 0;
  margin-right: 5%;
}
.cid-v0STzWE8NI .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-v0STzWE8NI .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-v0STzWE8NI .item:last-child {
  margin-bottom: 0;
}
.cid-v0STzWE8NI .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #fef7ec;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-v0STzWE8NI .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-v0STzWE8NI .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-v0STzWE8NI .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-v0STzWE8NI .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v0STzWE8NI .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0STzWE8NI .content-wrapper {
    margin: 50px 0;
  }
}
.cid-v0STzWE8NI .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-v0STzWE8NI .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border: 1px solid #44455b;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #f9ab40;
  margin-bottom: 0;
}
.cid-v0STzWE8NI .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-v0STzWE8NI .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v0STzWE8NI .content-wrapper .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-v0STzWE8NI .content-wrapper .image-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-v0STzWE8NI .content-wrapper .image-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-v0STzWE8NI .item-next {
  margin-bottom: 50px;
  margin-right: 15%;
  margin-left: 0;
}
.cid-v0STzWE8NI .item-next:nth-child(2n) {
  margin-right: 0;
  margin-left: 5%;
}
.cid-v0STzWE8NI .item-next .item-wrapper {
  border-radius: 25px !important;
  background-color: #fef7ec;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-v0STzWE8NI .item-next .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-v0STzWE8NI .item-next .item-wrapper .card-box .icon-wrapper {
  text-align: left;
  margin-bottom: 50px;
}
.cid-v0STzWE8NI .item-next .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-v0STzWE8NI .item-next .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v0STzWE8NI .item-next .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v0STzWE8NI .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-v0STzWE8NI .mbr-desc,
.cid-v0STzWE8NI .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v0STzWE8NI .card-title {
  color: #000000;
}
.cid-v0STzWE8NI .card-text {
  color: #000000;
}
.cid-v1m8Wg6QZy {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #060606;
}
.cid-v1m8Wg6QZy .item:focus,
.cid-v1m8Wg6QZy span:focus {
  outline: none;
}
.cid-v1m8Wg6QZy .mbr-section-title {
  margin-bottom: 60px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1m8Wg6QZy .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-v1m8Wg6QZy .item {
  cursor: pointer;
}
.cid-v1m8Wg6QZy .grid-container {
  grid-row-gap: 0;
}
.cid-v1m8Wg6QZy .grid-container-1,
.cid-v1m8Wg6QZy .grid-container-2,
.cid-v1m8Wg6QZy .grid-container-3 {
  gap: 0;
}
.cid-v1m8Wg6QZy .mbr-text,
.cid-v1m8Wg6QZy .mbr-section-btn {
  color: #000000;
}
.cid-v1m8Wg6QZy .content-head {
  max-width: 800px;
}
.cid-v1m8Wg6QZy .container,
.cid-v1m8Wg6QZy .container-fluid {
  overflow: hidden;
}
.cid-v1m8Wg6QZy .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v1m8Wg6QZy .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v1m8Wg6QZy .grid-item img {
  border: 2px solid transparent;
  min-width: 30vw;
  max-width: 100%;
  height: 480px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v1m8Wg6QZy .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v1m8Wg6QZy .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-v1m8Wg6QZy .grid-container-1,
.cid-v1m8Wg6QZy .grid-container-2,
.cid-v1m8Wg6QZy .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v1m8Wg6QZy .grid-container-1 {
  align-items: flex-end;
}
.cid-v1m8Wg6QZy .grid-container-2 {
  align-items: flex-start;
}
.cid-v1xoSk6tfz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1xoSk6tfz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1xoSk6tfz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1xoSk6tfz .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-v1xoSk6tfz .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v1xoSk6tfz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1xoSk6tfz .media-content,
.cid-v1xoSk6tfz .mbr-figure {
  align-self: center;
}
.cid-v1xoSk6tfz .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-v1xoSk6tfz .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-v1xoSk6tfz .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-v1xoSk6tfz .mbr-section-maintitle {
  text-align: center;
}
.cid-v1xoSk6tfz .mbr-section-title {
  text-align: left;
}
.cid-v1xoSk6tfz .mbr-text,
.cid-v1xoSk6tfz .mbr-section-btn {
  text-align: left;
}
.cid-v0STzWFHpl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-v0STzWFHpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0STzWFHpl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0STzWFHpl .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0STzWFHpl .container {
    padding: 10px 8px;
  }
}
.cid-v0STzWFHpl .row {
  border-radius: 25px;
  background-color: #e354e3;
  box-shadow: inset 0 0 5rem #e1edff;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v0STzWFHpl .row {
    padding: 50px 2px 34px;
  }
}
.cid-v0STzWFHpl .mbr-section-title {
  margin-bottom: 80px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0STzWFHpl .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v0STzWFHpl .card {
  padding: 0 8px;
}
.cid-v0STzWFHpl .card:nth-child(2n) {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-v0STzWFHpl .card:nth-child(2n) {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-v0STzWFHpl .card {
    margin-bottom: 16px;
  }
}
.cid-v0STzWFHpl .card .item {
  margin-bottom: 16px;
}
.cid-v0STzWFHpl .card .item:last-child {
  margin-bottom: 0;
}
.cid-v0STzWFHpl .card .item .item-wrapper {
  background-color: #ffffff;
  border-radius: 33px !important;
  height: 100%;
  padding: 20px;
}
@media (max-width: 992px) {
  .cid-v0STzWFHpl .card .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-v0STzWFHpl .card .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-v0STzWFHpl .card .item .item-wrapper .item-img img {
  display: inline-flex;
  width: 120px;
  height: 120px;
  border-radius: 25px !important;
  object-fit: cover;
}
.cid-v0STzWFHpl .card .item .item-wrapper .item-content .card-text {
  margin-bottom: 16px;
}
.cid-v0STzWFHpl .card .item .item-wrapper .item-content .name-wrap {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .cid-v0STzWFHpl .card .item .item-wrapper .item-content .name-wrap {
    margin-top: 16px;
  }
}
.cid-v0STzWFHpl .card .item .item-wrapper .item-content .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-v0STzWFHpl .card .item .item-wrapper .item-content .name-wrap .card-role {
  margin-bottom: 0;
}
.cid-v0STzWFHpl .card-text {
  color: #222222;
}
.cid-v0STzWFHpl .card-name {
  color: #000000;
}
.cid-v0STzWFHpl .card-role {
  color: #000000;
}
.cid-v0STzWFHpl .card-text,
.cid-v0STzWFHpl .item-img {
  color: #000000;
}
.cid-v0STzWGT6d {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-v0STzWGT6d .item:focus,
.cid-v0STzWGT6d span:focus {
  outline: none;
}
.cid-v0STzWGT6d .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v0STzWGT6d .content-head {
  max-width: 800px;
}
.cid-v0STzWGT6d .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v0STzWGT6d .item {
    min-height: 45px;
  }
}
.cid-v0STzWGJhp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-v0STzWGJhp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0STzWGJhp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0STzWGJhp .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0STzWGJhp .container {
    padding: 10px 8px;
  }
}
.cid-v0STzWGJhp .row {
  border-radius: 25px;
  background-color: #ee7eee;
  box-shadow: inset 0 0 5rem #fef7ec;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v0STzWGJhp .row {
    padding: 50px 2px 34px;
  }
}
.cid-v0STzWGJhp .mbr-section-title {
  margin-bottom: 80px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0STzWGJhp .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v0STzWGJhp .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-v0STzWGJhp .item .item-wrapper {
  background-color: #fef7ec;
  border-radius: 25px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px;
}
@media (max-width: 1199px) {
  .cid-v0STzWGJhp .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v0STzWGJhp .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-v0STzWGJhp .item .item-wrapper .item-img img {
  display: inline-flex;
  height: 300px;
  width: 300px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1660px) {
  .cid-v0STzWGJhp .item .item-wrapper .item-img img {
    height: 240px;
    width: 240px;
  }
}
@media (max-width: 1500px) {
  .cid-v0STzWGJhp .item .item-wrapper .item-img img {
    height: 240px;
    width: 240px;
  }
}
@media (max-width: 1420px) {
  .cid-v0STzWGJhp .item .item-wrapper .item-img img {
    height: 180px;
    width: 180px;
  }
}
@media (max-width: 1100px) {
  .cid-v0STzWGJhp .item .item-wrapper .item-img img {
    height: 150px;
    width: 150px;
  }
}
.cid-v0STzWGJhp .item .item-wrapper .item-content .card-name {
  margin-bottom: 5px;
}
.cid-v0STzWGJhp .item .item-wrapper .item-content .card-role {
  margin-bottom: 0;
}
.cid-v0STzWGJhp .card-name {
  color: #222222;
}
.cid-v0STzWGJhp .card-role {
  color: #000000;
  text-align: center;
}
.cid-v0STzWGJhp .card-name,
.cid-v0STzWGJhp .item-img {
  text-align: center;
  color: #000000;
}
.cid-v0ZGwCvCFj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-v0ZGwCvCFj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0ZGwCvCFj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0ZGwCvCFj .row {
  justify-content: center;
}
.cid-v0ZGwCvCFj .card {
  justify-content: center;
}
.cid-v0ZGwCvCFj .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0ZGwCvCFj .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v0ZGwCvCFj .tabs-wrapper {
  border-bottom: none;
}
@media (max-width: 992px) {
  .cid-v0ZGwCvCFj .tabs-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v0ZGwCvCFj .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-block;
}
.cid-v0ZGwCvCFj .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 16px;
}
.cid-v0ZGwCvCFj .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #ee7eee;
  padding: 11px 64px;
  border: 2px solid #ee7eee;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  min-height: 88px;
}
@media (max-width: 992px) {
  .cid-v0ZGwCvCFj .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    min-height: 54px;
    padding: 11px 32px;
  }
}
.cid-v0ZGwCvCFj .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ee7eee;
  color: #000000;
}
.cid-v0ZGwCvCFj .tab-content .tab-pane .item-content {
  border: none;
  background-color: transparent;
}
.cid-v0ZGwCvCFj .tab-content .tab-pane .item-content .image-wrap {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0ZGwCvCFj .tab-content .tab-pane .item-content .image-wrap {
    margin-bottom: 30px;
  }
}
.cid-v0ZGwCvCFj .tab-content .tab-pane .item-content .image-wrap::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#ee7eee, transparent);
  filter: blur(100px);
}
.cid-v0ZGwCvCFj .tab-content .tab-pane .item-content .image-wrap img {
  position: relative;
  z-index: 1;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0ZGwCvCFj .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-v0ZGwCvCFj .tab-content .tab-pane .item-content .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0ZGwCvCFj .tab-content .tab-pane .item-content .item-title {
    margin-bottom: 30px;
  }
}
.cid-v0ZGwCvCFj .tab-content .tab-pane .item-content .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v0ZGwCvCFj .tab-content .tab-pane .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0ZGwCvCFj .tab-content .tab-pane .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-v0ZGwCvCFj .mbr-section-title {
  color: #ffffff;
}
.cid-v0ZGwCvCFj .item-title {
  color: #ee7eee;
}
.cid-v0ZGwCvCFj .item-text {
  color: #ffffff;
}
.cid-v0STzWE1qh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-v0STzWE1qh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0STzWE1qh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0STzWE1qh .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0STzWE1qh .container {
    padding: 10px 8px;
  }
}
.cid-v0STzWE1qh .row {
  border-radius: 25px;
  background-color: #bdbdbd;
  box-shadow: inset 0 0 5rem #fef7ec;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v0STzWE1qh .row {
    padding: 50px 10px;
  }
}
.cid-v0STzWE1qh .row .card {
  padding: 0;
}
.cid-v0STzWE1qh .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0STzWE1qh .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-v0STzWE1qh .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
.cid-v0STzWKwJb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-v0STzWKwJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0STzWKwJb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0STzWKwJb .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0STzWKwJb .container {
    padding: 10px 8px;
  }
}
.cid-v0STzWKwJb .row {
  border-radius: 25px;
  background-color: #44455b;
  padding: 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v0STzWKwJb .row {
    padding: 40px 10px;
  }
}
.cid-v0STzWKwJb .row .card,
.cid-v0STzWKwJb .row .item {
  padding: 0;
}
.cid-v0STzWKwJb .row-main {
  padding-top: 100px;
  border-radius: 25px 25px 0 0;
}
@media (max-width: 768px) {
  .cid-v0STzWKwJb .row-main {
    padding-top: 50px;
  }
}
.cid-v0STzWKwJb .row-main .mbr-text {
  margin-bottom: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-v0STzWKwJb .row-main .mbr-text {
    padding: 0;
  }
}
.cid-v0STzWKwJb .row-main .mbr-section-title {
  margin: 0;
}
.cid-v0STzWKwJb .row-content {
  justify-content: center;
  padding: 40px 32px 84px;
  border-radius: 0 0 25px 25px;
}
@media (max-width: 768px) {
  .cid-v0STzWKwJb .row-content {
    padding: 40px 2px 34px;
  }
}
.cid-v0STzWKwJb .row-content .item {
  padding: 0 8px;
  min-height: 410px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v0STzWKwJb .row-content .item {
    min-height: 300px;
  }
}
.cid-v0STzWKwJb .row-content .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
}
.cid-v0STzWKwJb .row-content .item .item-wrapper .item-img {
  position: relative;
  border-radius: 33px !important;
  overflow: hidden;
  height: 100%;
}
.cid-v0STzWKwJb .row-content .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
.cid-v0STzWKwJb .row-content .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  pointer-events: none;
  z-index: 1;
}
.cid-v0STzWKwJb .row-content .item .item-wrapper .item-img .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 56px 40px 40px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v0STzWKwJb .row-content .item .item-wrapper .item-img .item-content {
    padding: 30px 15px;
  }
}
.cid-v0STzWKwJb .row-content .item .item-wrapper .item-img .item-content .card-number {
  width: 100%;
  margin-bottom: 0;
  pointer-events: visible;
}
.cid-v0STzWKwJb .row-content .item .item-wrapper .item-img .item-content .card-desc {
  margin-bottom: 0;
  pointer-events: visible;
}
.cid-v0STzWKwJb .row-content .item .item-wrapper .card_2::before {
  background-color: #f9ab40;
}
.cid-v0STzWKwJb .row-content .item .item-wrapper .card_3::before {
  background-color: #a9e5d5;
}
.cid-v0STzWKwJb .mbr-section-title {
  color: #FFFFFF;
}
.cid-v0STzWKwJb .mbr-text {
  color: #FFFFFF;
}
.cid-v0STzWKwJb .card-number {
  color: #FEF7EC;
}
.cid-v0STzWKwJb .card-desc {
  color: #FEF7EC;
}
.cid-v0STzWKwJb .card-number_2 {
  color: #000000;
}
.cid-v0STzWKwJb .card-desc_2 {
  color: #000000;
}
.cid-v0STzWKwJb .card-number_3 {
  color: #000000;
}
.cid-v0STzWKwJb .card-desc_3 {
  color: #000000;
}
.cid-v0Yp5QGaKC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v0Yp5QGaKC .mbr-section-title {
  margin-bottom: 30px;
  color: #130947;
}
.cid-v0Yp5QGaKC .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v0Yp5QGaKC .google-map {
  height: 30rem;
  position: relative;
  width: 100%;
}
.cid-v0Yp5QGaKC .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0Yp5QGaKC .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0Yp5QGaKC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0Yp5QGaKC .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-v0Yp5QGaKC .map-placeholder {
  display: none;
}
.cid-v0Yp5QGaKC h4 {
  padding-top: 5rem;
  color: #767676;
  text-align: center;
}
.cid-v0STzWKs4r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-v0STzWKs4r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0STzWKs4r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0STzWKs4r .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0STzWKs4r .container {
    padding: 10px 8px;
  }
}
.cid-v0STzWKs4r .row {
  position: relative;
  border-radius: 25px;
  background-color: #44455b;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v0STzWKs4r .row {
    padding: 50px 10px;
  }
}
.cid-v0STzWKs4r .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: #ee7eee;
}
.cid-v0STzWKs4r .row .card {
  position: relative;
  padding: 0;
}
.cid-v0STzWKs4r .content-wrapper {
  padding-right: 150px;
}
@media (max-width: 992px) {
  .cid-v0STzWKs4r .content-wrapper {
    margin-bottom: 30px;
    padding: 0;
  }
}
.cid-v0STzWKs4r .content-wrapper .desc-wrapper {
  margin-bottom: 30px;
}
.cid-v0STzWKs4r .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #fef7ec;
  margin-bottom: 0;
}
.cid-v0STzWKs4r .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0STzWKs4r .content-wrapper .mbr-section-title span {
  opacity: 0.5;
}
.cid-v0STzWKs4r .content-wrapper .card-wrapper {
  display: flex;
  justify-content: flex-end;
}
.cid-v0STzWKs4r .content-wrapper .card-wrapper .card-wrap {
  margin-top: 50px;
  max-width: 200px;
  padding: 20px;
  background-color: #a9e5d5;
  border-radius: 17px;
}
.cid-v0STzWKs4r .content-wrapper .card-wrapper .card-wrap .card-title {
  margin-bottom: 0;
}
.cid-v0STzWKs4r .content-wrapper .card-wrapper .card-wrap .card-text {
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-v0STzWKs4r .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-v0STzWKs4r .image-wrapper img {
    height: 300px;
  }
}
.cid-v0STzWKs4r .mbr-section-title {
  color: #000000;
}
.cid-v0STzWKs4r .mbr-desc {
  color: #222222;
}
.cid-v0STzWKs4r .card-title {
  color: #000000;
}
.cid-v0STzWKs4r .card-text {
  color: #000000;
}
.cid-v0STzWKs4r .mbr-desc,
.cid-v0STzWKs4r .desc-wrapper {
  color: #000000;
}
.cid-v0STzWLvs5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-v0STzWLvs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0STzWLvs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0STzWLvs5 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0STzWLvs5 .container {
    padding: 10px 8px;
  }
}
.cid-v0STzWLvs5 .row {
  border-radius: 25px;
  background-color: #bdbdbd;
  justify-content: center;
  padding: 100px 32px;
  margin: 0;
  overflow: hidden;
  box-shadow: inset 0 0 5rem #fef7ec;
}
@media (max-width: 768px) {
  .cid-v0STzWLvs5 .row {
    padding: 50px 2px;
  }
}
.cid-v0STzWLvs5 .row .card {
  padding: 0 8px;
  justify-content: center;
}
.cid-v0STzWLvs5 .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0STzWLvs5 .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v0STzWLvs5 .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v0STzWLvs5 .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v0STzWLvs5 .image-wrapper img {
  height: 100%;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0STzWLvs5 .image-wrapper img {
    height: 300px;
  }
}
.cid-v0STzWLvs5 .content-wrapper .panel-group {
  border-radius: 25px !important;
}
.cid-v0STzWLvs5 .content-wrapper .panel-group .card {
  background-color: #fef7ec;
  border-radius: 17px !important;
  margin-bottom: 16px;
}
.cid-v0STzWLvs5 .content-wrapper .panel-group .card:last-child {
  margin-bottom: 0;
}
.cid-v0STzWLvs5 .content-wrapper .panel-group .card .card-header {
  padding: 20px;
  border: none;
  background-color: transparent;
}
.cid-v0STzWLvs5 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v0STzWLvs5 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-v0STzWLvs5 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v0STzWLvs5 .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  margin-left: 10px;
  background-color: #f9ab40;
}
.cid-v0STzWLvs5 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 20px 20px;
}
.cid-v0STzWLvs5 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-v0STzWLvs5 .panel-title {
  color: #222222;
}
.cid-v0STzWLvs5 .panel-text {
  color: #000000;
}
.cid-v0STzWLvs5 .mbr-section-title,
.cid-v0STzWLvs5 .mbr-section-btn {
  color: #000000;
}
.cid-v0STzWLvs5 .panel-title-edit {
  color: #000000;
}
.cid-v0STzWLeNa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-v0STzWLeNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0STzWLeNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0STzWLeNa .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0STzWLeNa .container {
    padding: 10px 8px;
  }
}
.cid-v0STzWLeNa .row {
  border-radius: 25px;
  background-color: #44455b;
  justify-content: center;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v0STzWLeNa .row {
    padding: 50px 10px;
  }
}
.cid-v0STzWLeNa .row .card {
  padding: 0;
  justify-content: center;
}
.cid-v0STzWLeNa .mbr-section-title {
  margin-bottom: 80px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0STzWLeNa .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v0STzWLeNa .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-v0STzWLeNa .items-wrapper {
    grid-template-columns: 1fr;
    margin: 0 0 40px 0;
  }
}
.cid-v0STzWLeNa .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #e354e3;
}
.cid-v0STzWLeNa .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  background-color: #f85f32;
}
.cid-v0STzWLeNa .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  background-color: #fef7ec;
  height: 100%;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-v0STzWLeNa .items-wrapper .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-v0STzWLeNa .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  text-align: right;
  margin-bottom: 50px;
  margin-top: -4rem;
}
.cid-v0STzWLeNa .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background-color: #715edb;
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.cid-v0STzWLeNa .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v0STzWLeNa .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v0STzWLeNa .image-wrapper {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-v0STzWLeNa .image-wrapper {
    margin: 0;
  }
}
.cid-v0STzWLeNa .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .cid-v0STzWLeNa .image-wrapper img {
    height: 300px;
  }
}
.cid-v0STzWLeNa .card-title {
  color: #000000;
}
.cid-v0STzWLeNa .card-text {
  color: #000000;
}
.cid-v0STzWMQNw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-v0STzWMQNw .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0STzWMQNw .container {
    padding: 10px 8px;
  }
}
.cid-v0STzWMQNw .row {
  border-radius: 25px;
  background-color: #44455b;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v0STzWMQNw .row {
    padding: 50px 10px;
  }
}
.cid-v0STzWMQNw .row .card {
  padding: 0;
}
.cid-v0STzWMQNw .item:focus,
.cid-v0STzWMQNw span:focus {
  outline: none;
}
.cid-v0STzWMQNw .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-v0STzWMQNw .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v0STzWMQNw .embla__slide .slide-content {
  width: 100%;
}
.cid-v0STzWMQNw .embla__slide .slide-content .item-wrapper .item-img img {
  height: 440px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-v0STzWMQNw .embla__button--next,
.cid-v0STzWMQNw .embla__button--prev {
  display: flex;
}
.cid-v0STzWMQNw .embla__button {
  bottom: -4.5rem;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-image: linear-gradient(45deg, #3283fb 0, #73abff 98%);
  color: #ffffff !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v0STzWMQNw .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v0STzWMQNw .embla__button:hover {
  transform: scale(1.15);
}
.cid-v0STzWMQNw .embla__button.embla__button--prev {
  right: 6rem;
  margin-left: 2.5rem;
}
.cid-v0STzWMQNw .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v0STzWMQNw .embla {
  position: relative;
  width: 100%;
}
.cid-v0STzWMQNw .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  border-radius: 25px;
}
.cid-v0STzWMQNw .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0STzWMQNw .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0STzWMQNw .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v0STzWMuxe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-v0STzWMuxe .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0STzWMuxe .container {
    padding: 10px 8px;
  }
}
.cid-v0STzWMuxe .row {
  border-radius: 25px;
  background-color: #ee7eee;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v0STzWMuxe .row {
    padding: 100px 10px;
    padding: 50px 10px 100px;
  }
}
.cid-v0STzWMuxe .row .card {
  padding: 0;
}
.cid-v0STzWMuxe .item:focus,
.cid-v0STzWMuxe span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v0STzWMuxe .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0STzWMuxe .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #fef7ec;
  margin-bottom: 0;
}
.cid-v0STzWMuxe .mbr-section-title {
  width: 50%;
  margin-bottom: 50px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v0STzWMuxe .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .cid-v0STzWMuxe .mbr-section-title {
    width: 100%;
  }
}
.cid-v0STzWMuxe .mbr-section-title span {
  opacity: 0.5;
}
.cid-v0STzWMuxe .mbr-section-btn {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v0STzWMuxe .mbr-section-btn {
    margin-bottom: 30px;
  }
}
.cid-v0STzWMuxe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cid-v0STzWMuxe .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v0STzWMuxe .embla__slide .slide-content {
  width: 100%;
  background-color: #fef7ec;
  border-radius: 25px !important;
  padding: 30px;
}
@media (max-width: 768px) {
  .cid-v0STzWMuxe .embla__slide .slide-content {
    padding: 20px;
  }
}
.cid-v0STzWMuxe .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-v0STzWMuxe .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
}
.cid-v0STzWMuxe .embla__slide .slide-content .item-wrapper .item-content .card-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-v0STzWMuxe .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
  margin-top: 16px;
}
.cid-v0STzWMuxe .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0STzWMuxe .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .card-circle {
  width: 100px;
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #73abff;
  border-radius: 100%;
  margin-bottom: 0;
  margin-right: 16px;
}
.cid-v0STzWMuxe .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-v0STzWMuxe .embla__button--next,
.cid-v0STzWMuxe .embla__button--prev {
  display: flex;
}
.cid-v0STzWMuxe .embla__button {
  bottom: -4.5rem;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-image: linear-gradient(45deg, #a9e5d5 0, #a9e5d5 98%);
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v0STzWMuxe .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v0STzWMuxe .embla__button:hover {
  transform: scale(1.15);
}
.cid-v0STzWMuxe .embla__button.embla__button--prev {
  right: 6rem;
  margin-left: 2.5rem;
}
.cid-v0STzWMuxe .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v0STzWMuxe .embla {
  position: relative;
  width: 100%;
}
.cid-v0STzWMuxe .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v0STzWMuxe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0STzWMuxe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0STzWMuxe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v0STzWMuxe .mbr-desc {
  color: #ffffff;
}
.cid-v0STzWMuxe .card-text {
  color: #000000;
}
.cid-v0STzWMuxe .card-circle {
  color: #ffffff;
}
.cid-v0STzWMuxe .card-name {
  color: #000000;
}
.cid-v0STzWMuxe .mbr-desc,
.cid-v0STzWMuxe .desc-wrapper {
  color: #000000;
}
.cid-v0UlIyiuhG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v0UlIyiuhG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0UlIyiuhG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0UlIyiuhG .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-v0UlIyiuhG .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-v0UlIyiuhG .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #ee7eee, #000000 50%);
  opacity: .5;
}
.cid-v0UlIyiuhG .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v0UlIyiuhG .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0UlIyiuhG .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #323046;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v0UlIyiuhG .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-v0UlIyiuhG .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-v0UlIyiuhG .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v0UlIyiuhG .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v0UlIyiuhG .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #e354e3;
  border-radius: 100%;
}
.cid-v0UlIyiuhG .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #000000;
}
.cid-v0UlIyiuhG .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-v0UlIyiuhG .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-v0UlIyiuhG .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-v0UlIyiuhG .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0UlIyiuhG .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v0UlIyiuhG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0UlIyiuhG .panel-title-edit {
  color: #ffffff;
}
.cid-v0UlIyiuhG .panel-text {
  color: #ffffff;
}
.cid-v0STzWNkxQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-v0STzWNkxQ .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0STzWNkxQ .container {
    padding: 10px 8px;
  }
}
.cid-v0STzWNkxQ .row {
  border-radius: 25px;
  background-color: #ee7eee;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v0STzWNkxQ .row {
    padding: 100px 10px;
  }
}
.cid-v0STzWNkxQ .row .card {
  padding: 0;
}
.cid-v0STzWNkxQ .item:focus,
.cid-v0STzWNkxQ span:focus {
  outline: none;
}
@media (max-width: 992px) {
  .cid-v0STzWNkxQ .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0STzWNkxQ .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 300px;
  padding: 5px 25px;
  background-color: #fef7ec;
  margin-bottom: 0;
}
.cid-v0STzWNkxQ .mbr-section-title {
  width: 50%;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v0STzWNkxQ .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .cid-v0STzWNkxQ .mbr-section-title {
    width: 100%;
  }
}
.cid-v0STzWNkxQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 650px;
  max-width: 650px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v0STzWNkxQ .embla__slide {
    min-width: 550px;
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .cid-v0STzWNkxQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v0STzWNkxQ .embla__slide .slide-content {
  width: 100%;
  background-color: #fef7ec;
  border-radius: 25px !important;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v0STzWNkxQ .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-v0STzWNkxQ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 240px;
  object-fit: cover;
  border-radius: 25px !important;
}
.cid-v0STzWNkxQ .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-v0STzWNkxQ .embla__slide .slide-content .item-content .card-title {
  margin-bottom: 30px;
}
.cid-v0STzWNkxQ .embla__slide .slide-content .item-content .items-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v0STzWNkxQ .embla__slide .slide-content .item-content .items-wrapper {
    display: block;
  }
}
.cid-v0STzWNkxQ .embla__slide .slide-content .item-content .items-wrapper .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
@media (max-width: 768px) {
  .cid-v0STzWNkxQ .embla__slide .slide-content .item-content .items-wrapper .items-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-v0STzWNkxQ .embla__slide .slide-content .item-content .items-wrapper .items-wrap .item-wrap {
  border-radius: 17px;
  background-color: #f9ab40;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.cid-v0STzWNkxQ .embla__slide .slide-content .item-content .items-wrapper .items-wrap .item-wrap .item-title {
  margin-bottom: 0;
}
.cid-v0STzWNkxQ .embla__slide .slide-content .item-content .items-wrapper .items-wrap .item-wrap .item-number {
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-v0STzWNkxQ .embla__slide .slide-content .item-content .items-wrapper a {
  display: block;
}
.cid-v0STzWNkxQ .embla__slide .slide-content .item-content .items-wrapper a:hover .mbr-iconfont,
.cid-v0STzWNkxQ .embla__slide .slide-content .item-content .items-wrapper a:focus .mbr-iconfont {
  transform: scale(1.15);
}
.cid-v0STzWNkxQ .embla__slide .slide-content .item-content .items-wrapper a .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9ab40;
  color: #000000;
  font-size: 16px;
  margin-left: 50px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0STzWNkxQ .embla__slide .slide-content .item-content .items-wrapper a .mbr-iconfont {
    margin: 20px auto 0;
  }
}
.cid-v0STzWNkxQ .embla__button--next,
.cid-v0STzWNkxQ .embla__button--prev {
  display: flex;
}
.cid-v0STzWNkxQ .embla__button {
  top: -7.5rem;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-image: linear-gradient(45deg, #000000 0, #000000 98%);
  color: #f9ab40 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-v0STzWNkxQ .embla__button {
    top: -3rem;
  }
}
.cid-v0STzWNkxQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v0STzWNkxQ .embla__button:hover {
  transform: scale(1.15);
}
.cid-v0STzWNkxQ .embla__button.embla__button--prev {
  right: 6rem;
  margin-left: 2.5rem;
}
.cid-v0STzWNkxQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v0STzWNkxQ .embla {
  position: relative;
  width: 100%;
  margin-top: 80px;
}
.cid-v0STzWNkxQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v0STzWNkxQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0STzWNkxQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0STzWNkxQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v0STzWNkxQ .mbr-desc {
  color: #222222;
}
.cid-v0STzWNkxQ .card-title {
  color: #000000;
}
.cid-v0STzWNkxQ .item-title {
  color: #000000;
}
.cid-v0STzWNkxQ .item-number {
  color: #222222;
}
.cid-v0STzWNkxQ .mbr-desc,
.cid-v0STzWNkxQ .desc-wrapper {
  color: #000000;
}
.cid-v0STzWOnOJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-v0STzWOnOJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0STzWOnOJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0STzWOnOJ .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0STzWOnOJ .container {
    padding: 10px 8px;
  }
}
.cid-v0STzWOnOJ .row {
  border-radius: 25px;
  background-color: #44455b;
  margin: 0;
  overflow: hidden;
  padding: 100px 40px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v0STzWOnOJ .row {
    padding: 50px 10px;
  }
}
.cid-v0STzWOnOJ .item {
  margin-bottom: 16px;
}
.cid-v0STzWOnOJ .item:last-child {
  margin-bottom: 0;
}
.cid-v0STzWOnOJ .item .item-wrapper {
  position: relative;
  display: flex;
  border-radius: 33px !important;
  padding: 25px;
  overflow: hidden;
}
.cid-v0STzWOnOJ .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fef7ec;
  opacity: 0.4;
}
@media (max-width: 992px) {
  .cid-v0STzWOnOJ .item .item-wrapper {
    padding: 20px 15px;
    display: block;
  }
}
.cid-v0STzWOnOJ .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-v0STzWOnOJ .item .item-wrapper .item-img {
    margin: 0 0 20px 0;
  }
}
.cid-v0STzWOnOJ .item .item-wrapper .item-img img {
  width: 260px;
  height: 100%;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v0STzWOnOJ .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v0STzWOnOJ .item .item-wrapper .item-img img {
    width: 100%;
    height: 140px;
  }
}
.cid-v0STzWOnOJ .item .item-wrapper .item-img a {
  height: 100%;
}
.cid-v0STzWOnOJ .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  font-size: 130px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v0STzWOnOJ .item .item-wrapper .item-img .mbr-iconfont {
    font-size: 64px;
  }
}
.cid-v0STzWOnOJ .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-right: 100px;
  padding: 30px 0;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-v0STzWOnOJ .item .item-wrapper .item-content {
    margin-right: 0;
    padding: 0;
    width: 100%;
  }
}
.cid-v0STzWOnOJ .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
}
.cid-v0STzWOnOJ .item .item-wrapper .item-content .card-price {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .cid-v0STzWOnOJ .item .item-wrapper .item-content .card-price {
    line-height: 50px;
  }
}
@media (max-width: 992px) {
  .cid-v0STzWOnOJ .item .item-wrapper .item-content .card-price {
    margin-bottom: 20px;
  }
}
.cid-v0STzWOnOJ .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v0STzWOnOJ .item .item-wrapper .tags-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-v0STzWOnOJ .item .item-wrapper .tags-wrapper {
    margin-top: 20px;
    padding: 0;
    justify-content: flex-start;
  }
}
.cid-v0STzWOnOJ .item .item-wrapper .tags-wrapper .card-tag {
  border: 1px solid #f9ab40;
  background-color: #f9ab40;
  padding: 5px 25px;
  margin: 0 16px 16px 0;
  border-radius: 300px;
}
.cid-v0STzWOnOJ .mbr-section-title {
  margin-bottom: 80px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0STzWOnOJ .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v0STzWOnOJ .image-wrap {
  height: 100%;
}
.cid-v0STzWOnOJ .item-menu-overlay .btn-wrapper {
  margin-top: 15%;
}
.cid-v0STzWOnOJ .card-title {
  color: #000000;
}
.cid-v0STzWOnOJ .card-text {
  color: #000000;
}
.cid-v0STzWOnOJ .card-tag {
  color: #000000;
}
.cid-v0STzWOnOJ .card-price {
  color: #000000;
}
.cid-v0STzWPMcQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-v0STzWPMcQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0STzWPMcQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0STzWPMcQ .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0STzWPMcQ .container {
    padding: 10px 8px;
  }
}
.cid-v0STzWPMcQ .row {
  border-radius: 25px;
  background-color: #a9e5d5;
  padding: 100px 40px 40px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
  box-shadow: inset -60px 0 30rem #fef7ec;
}
@media (max-width: 768px) {
  .cid-v0STzWPMcQ .row {
    padding: 50px 10px 40px;
  }
}
.cid-v0STzWPMcQ .row .card {
  padding: 0;
  justify-content: center;
}
.cid-v0STzWPMcQ .image-wrapper {
  position: relative;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-v0STzWPMcQ .image-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-v0STzWPMcQ .image-wrapper img {
  height: 650px;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0STzWPMcQ .image-wrapper img {
    height: 350px;
  }
}
.cid-v0STzWPMcQ .image-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cid-v0STzWPMcQ .image-wrapper .icon-wrapper .mbr-iconfont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #000000;
  background-color: #f9ab40;
  transform: rotate(-20deg);
  pointer-events: visible;
}
.cid-v0STzWPMcQ .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(2) {
  left: auto;
  right: 0;
  background-color: #44455b;
  transform: rotate(20deg);
  color: #ffffff;
}
.cid-v0STzWPMcQ .image-wrapper .icon-wrapper .mbr-iconfont:nth-child(3) {
  top: auto;
  bottom: 0;
  background-color: #715edb;
  transform: rotate(-20deg);
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-v0STzWPMcQ .image-wrapper .icon-wrapper .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.cid-v0STzWPMcQ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v0STzWPMcQ .content-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-v0STzWPMcQ .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v0STzWPMcQ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v0STzWPMcQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0STzWPMcQ .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v0STzWPMcQ .mbr-section-title {
  color: #ffffff;
}
.cid-v0STzWPMcQ .mbr-section-subtitle {
  color: #000000;
}
.cid-v0STzWPMcQ .mbr-text {
  color: #000000;
}
.cid-v0STzWPMcQ .mbr-section-title,
.cid-v0STzWPMcQ .mbr-section-btn {
  color: #000000;
}
.cid-v0STzWPhDs {
  background-image: url("https://r.mobirisesite.com/1965110/assets/images/g712018a36e635d9f2867c12c8362-h_mh9zl1aw.jpg");
}
.cid-v0STzWPhDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0STzWPhDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1lZgA1xjx {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: radial-gradient(circle farthest-side at 120% 20%, #d531d5, #000000 30%);
}
.cid-v1lZgA1xjx .title-wrapper {
  margin-bottom: 22px;
}
.cid-v1lZgA1xjx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1lZgA1xjx .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #ee7eee 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v1lZgA1xjx .mbr-section-btn {
  text-align: right;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v1lZgA1xjx .mbr-section-btn {
    text-align: left;
  }
}
.cid-v1lZgA1xjx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 390px;
  max-width: 390px;
}
@media (max-width: 767px) {
  .cid-v1lZgA1xjx .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1lZgA1xjx .embla__slide .slide-content {
  width: 100%;
}
.cid-v1lZgA1xjx .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-v1lZgA1xjx .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-v1lZgA1xjx .embla__slide .slide-content .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-v1lZgA1xjx .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v1lZgA1xjx .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .item-wrap {
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 2px 8px;
}
.cid-v1lZgA1xjx .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v1lZgA1xjx .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-v1lZgA1xjx .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn-item .btn {
  margin-left: 0;
}
.cid-v1lZgA1xjx .embla__button--next,
.cid-v1lZgA1xjx .embla__button--prev {
  display: flex;
}
.cid-v1lZgA1xjx .embla__button {
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
}
.cid-v1lZgA1xjx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1lZgA1xjx .embla__button:hover {
  box-shadow: 0 0 33px 0 #000000;
}
.cid-v1lZgA1xjx .embla__button.embla__button--prev {
  right: 50px;
}
.cid-v1lZgA1xjx .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-v1lZgA1xjx .embla__button.embla__button--next {
  right: 0;
}
.cid-v1lZgA1xjx .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-v1lZgA1xjx .embla {
  position: relative;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v1lZgA1xjx .embla {
    padding-bottom: 32px;
  }
}
.cid-v1lZgA1xjx .embla::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-v1lZgA1xjx .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v1lZgA1xjx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1lZgA1xjx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1lZgA1xjx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1lZgA1xjx .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1lZgA1xjx .mbr-section-title {
  color: #ffffff;
}
.cid-v1lZgA1xjx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v1lZgA1xjx .item-wrap {
  color: #ffffff;
}
.cid-v1lZgA1xjx .item-title {
  color: #ffffff;
}
.cid-v1lZgA1xjx .item-text {
  color: #ffffff;
}
.cid-v1m2I5FAQX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #222222;
}
.cid-v1m2I5FAQX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1m2I5FAQX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1m2I5FAQX .container-fluid {
  margin: 0;
  padding: 0 0 0 72px;
}
@media (max-width: 992px) {
  .cid-v1m2I5FAQX .container-fluid {
    padding: 0 20px;
  }
}
.cid-v1m2I5FAQX .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v1m2I5FAQX .container {
    padding: 0 20px;
  }
  .cid-v1m2I5FAQX .container .row {
    padding: 0;
  }
}
.cid-v1m2I5FAQX .title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v1m2I5FAQX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1m2I5FAQX .title-wrapper .title-wrap {
  background-color: #222222;
  position: absolute;
  min-width: 400px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v1m2I5FAQX .title-wrapper .title-wrap {
    position: static;
    min-width: 100%;
  }
}
.cid-v1m2I5FAQX .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v1m2I5FAQX .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-v1m2I5FAQX .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-v1m2I5FAQX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 800px;
  max-width: 800px;
}
@media (max-width: 768px) {
  .cid-v1m2I5FAQX .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v1m2I5FAQX .embla__slide a {
  width: 100%;
}
.cid-v1m2I5FAQX .embla__slide a .card-wrap .item-wrapper .image-wrap img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-v1m2I5FAQX .embla__slide a .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v1m2I5FAQX .embla__button--next,
.cid-v1m2I5FAQX .embla__button--prev {
  display: flex;
}
.cid-v1m2I5FAQX .embla__button {
  top: -2rem;
  width: 20px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent;
  color: #64def7;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-v1m2I5FAQX .embla__button {
    display: none;
  }
}
.cid-v1m2I5FAQX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1m2I5FAQX .embla__button:hover {
  background-color: transparent;
  color: #64def7;
}
.cid-v1m2I5FAQX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1m2I5FAQX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1m2I5FAQX .embla__button {
    top: -2rem;
  }
}
.cid-v1m2I5FAQX .embla {
  position: relative;
  width: 100%;
}
.cid-v1m2I5FAQX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1m2I5FAQX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1m2I5FAQX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1m2I5FAQX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1m2I5FAQX .mbr-section-title {
  color: #ffffff;
}
.cid-v1m2I5FAQX .mbr-text {
  color: #ffffff;
}
.cid-v0STzWQIK7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-v0STzWQIK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0STzWQIK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0STzWQIK7 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0STzWQIK7 .container {
    padding: 10px 8px;
  }
}
.cid-v0STzWQIK7 .row {
  border-radius: 25px;
  background-color: #ee7eee;
  box-shadow: inset 0 0 5rem #fef7ec;
  margin: 0;
  overflow: hidden;
  padding: 100px 32px 84px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v0STzWQIK7 .row {
    padding: 50px 2px 34px;
  }
}
.cid-v0STzWQIK7 .mbr-section-title {
  margin-bottom: 80px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0STzWQIK7 .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v0STzWQIK7 .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-v0STzWQIK7 .item .item-wrapper {
  background-color: #fef7ec;
  border-radius: 25px !important;
  height: 100%;
  display: flex;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v0STzWQIK7 .item .item-wrapper {
    display: block;
  }
}
.cid-v0STzWQIK7 .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-v0STzWQIK7 .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-v0STzWQIK7 .item .item-wrapper .item-img img {
  min-height: 560px;
  border-radius: 25px !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-v0STzWQIK7 .item .item-wrapper .item-img img {
    min-height: auto;
    height: 300px;
  }
}
.cid-v0STzWQIK7 .item .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 50%;
  padding: 32px;
}
@media (max-width: 1199px) {
  .cid-v0STzWQIK7 .item .item-wrapper .item-content {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .cid-v0STzWQIK7 .item .item-wrapper .item-content {
    width: 100%;
    display: block;
  }
}
.cid-v0STzWQIK7 .item .item-wrapper .item-content .card-text {
  margin-bottom: 16px;
}
.cid-v0STzWQIK7 .item .item-wrapper .item-content .name-wrap .card-name {
  margin-bottom: 5px;
}
.cid-v0STzWQIK7 .item .item-wrapper .item-content .name-wrap .card-role {
  margin-bottom: 0;
}
.cid-v0STzWQIK7 .card-text {
  color: #000000;
}
.cid-v0STzWQIK7 .card-name {
  color: #000000;
}
.cid-v0STzWQIK7 .card-role {
  color: #000000;
}
.cid-v0STzWQRmT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-v0STzWQRmT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0STzWQRmT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0STzWQRmT .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0STzWQRmT .container {
    padding: 10px 8px;
  }
}
.cid-v0STzWQRmT .row {
  border-radius: 25px;
  background-color: #44455b;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v0STzWQRmT .row {
    padding: 50px 10px;
  }
}
.cid-v0STzWQRmT .row .card {
  padding: 0;
}
.cid-v0STzWQRmT .social-wrapper {
  padding-right: 16px;
}
@media (max-width: 992px) {
  .cid-v0STzWQRmT .social-wrapper {
    padding: 0;
    margin-bottom: 32px;
    text-align: center;
  }
}
.cid-v0STzWQRmT .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-v0STzWQRmT .social-wrapper .soc-wrap {
    display: block;
  }
}
.cid-v0STzWQRmT .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
@media (max-width: 768px) {
  .cid-v0STzWQRmT .social-wrapper .soc-wrap .soc-item {
    margin-left: 0;
  }
}
.cid-v0STzWQRmT .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v0STzWQRmT .social-wrapper .soc-wrap .soc-item:nth-child(2) a .mbr-iconfont {
  background-color: #f9ab40;
  color: #000000;
}
.cid-v0STzWQRmT .social-wrapper .soc-wrap .soc-item:nth-child(3) a .mbr-iconfont {
  background-color: #fef7ec;
  color: #000000;
}
.cid-v0STzWQRmT .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-v0STzWQRmT .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-v0STzWQRmT .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  border-radius: 100%;
}
.cid-v0STzWQRmT .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 33px;
  color: #000000;
  background-color: #a9e5d5;
  transition: all 0.5s ease-in-out;
}
.cid-v0STzWQRmT .mbr-section-title {
  padding-right: 80px;
  margin-bottom: 0;
  color: #222222;
}
@media (max-width: 992px) {
  .cid-v0STzWQRmT .mbr-section-title {
    padding: 0;
    margin-bottom: 22px;
    text-align: center;
  }
}
.cid-v0STzWQRmT .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v0STzWQRmT .mbr-section-btn {
    text-align: center;
  }
}
.cid-v0STzWQRmT .mbr-section-title,
.cid-v0STzWQRmT .social-wrapper,
.cid-v0STzWQRmT .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v0STzWRXbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-v0STzWRXbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0STzWRXbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0STzWRXbD .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0STzWRXbD .container {
    padding: 10px 8px;
  }
}
.cid-v0STzWRXbD .row {
  margin: 0;
}
.cid-v0STzWRXbD .row .card {
  padding: 0;
}
.cid-v0STzWRXbD .content-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #44455b;
  border-radius: 25px;
  margin-right: 8px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-v0STzWRXbD .content-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-v0STzWRXbD .content-wrapper {
    padding: 50px 10px;
  }
}
.cid-v0STzWRXbD .content-wrapper .content-wrap {
  width: 100%;
}
.cid-v0STzWRXbD .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v0STzWRXbD .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v0STzWRXbD .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0STzWRXbD .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-v0STzWRXbD .content-wrapper .content-wrap .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0STzWRXbD .content-wrapper .content-wrap .person-wrapper .person-wrap img {
  width: 120px;
  height: 120px;
  border-radius: 100% !important;
  margin-right: 25px;
  object-fit: cover;
}
.cid-v0STzWRXbD .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrap .mbr-name {
  margin-bottom: 5px;
}
.cid-v0STzWRXbD .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrap .mbr-role {
  opacity: 0.5;
  margin-bottom: 0;
}
.cid-v0STzWRXbD .form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 40px;
  background-image: linear-gradient(0.375turn, #ee7eee 0%, #a9e5d5 98%);
  border-radius: 25px;
  margin-left: 8px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-v0STzWRXbD .form-wrapper {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-v0STzWRXbD .form-wrapper {
    padding: 50px 10px;
  }
}
.cid-v0STzWRXbD .form-wrapper .form-wrap {
  padding: 20px 15px;
  border-radius: 25px;
  border: 1px solid #000000;
  position: relative;
  overflow: hidden;
  width: 65%;
}
@media (max-width: 768px) {
  .cid-v0STzWRXbD .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-v0STzWRXbD .form-wrapper .form-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.cid-v0STzWRXbD .form-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-v0STzWRXbD .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-v0STzWRXbD .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  border: 1px solid #000000 !important;
  box-shadow: none;
  background: transparent;
  border-radius: 17px !important;
  padding: 20px 25px;
  color: #64def7;
}
@media (max-width: 768px) {
  .cid-v0STzWRXbD .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 20px 15px;
  }
}
.cid-v0STzWRXbD .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-v0STzWRXbD .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v0STzWRXbD .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v0STzWRXbD .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-label {
  color: #64def7;
}
.cid-v0STzWRXbD .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v0STzWRXbD .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-v0STzWRXbD .mbr-section-title {
  color: #222222;
}
.cid-v0STzWRXbD .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-v0STzWRXbD .mbr-name {
  color: #FFFFFF;
}
.cid-v0STzWRXbD .mbr-role {
  color: #FFFFFF;
}
.cid-v0STzWRXbD label {
  color: #ffffff;
}
.cid-v0STzWRXbD .mbr-section-title,
.cid-v0STzWRXbD .person-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-v0ToR8lasg {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #25303e;
}
.cid-v0ToR8lasg section {
  position: relative;
}
.cid-v0ToR8lasg .widget-title {
  font-weight: 600;
}
.cid-v0ToR8lasg .widget-title.display-7 {
  font-size: 17px;
  line-height: 1.59;
  letter-spacing: 0.5px;
}
.cid-v0ToR8lasg .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.cid-v0ToR8lasg .item .card-box .item-title {
  font-weight: 300;
}
.cid-v0ToR8lasg .item .card-box .item-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v0ToR8lasg .item .card-img {
  width: auto;
  background-color: #a9e5d5;
  border-radius: 100%;
}
.cid-v0ToR8lasg .item .card-img .img1 {
  display: block;
  padding: 6px;
  font-size: 13px;
}
.cid-v0ToR8lasg img {
  height: 100px;
  padding-right: 8px;
}
.cid-v0ToR8lasg .img1 {
  color: #ffffff;
  background-color: #4f87fb;
  border-radius: 50%;
}
.cid-v0ToR8lasg .img2 {
  color: #ffffff;
  font-size: 10px;
}
.cid-v0ToR8lasg .line {
  width: 50px;
  height: 2px;
  display: inline-block;
  background: #4f87fb;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-v0ToR8lasg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v0ToR8lasg .content .link-wrap {
  font-weight: 300;
  color: #fff;
}
.cid-v0ToR8lasg .content .link-wrap.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v0ToR8lasg .content .date-wrap {
  color: #4f87fb;
  font-weight: 500;
}
.cid-v0ToR8lasg .content .date-wrap.display-4 {
  font-size: 13px;
  line-height: 1.3;
}
.cid-v0ToR8lasg .item,
.cid-v0ToR8lasg .link {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-v0ToR8lasg .item h4,
.cid-v0ToR8lasg .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-v0ToR8lasg .link .card-img {
  padding-bottom: 3px;
}
.cid-v0ToR8lasg .link .card-box .link-title {
  font-weight: 300;
}
.cid-v0ToR8lasg .link .card-box .link-title a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #4f87fb !important;
}
.cid-v0ToR8lasg .link .card-box .link-title.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v0ToR8lasg .card-img {
  width: auto;
}
@media (max-width: 767px) {
  .cid-v0ToR8lasg h5 {
    text-align: left !important;
  }
  .cid-v0ToR8lasg .line-wrap {
    text-align: left !important;
  }
}
.cid-v0ToR8lasg .item-title {
  color: #ffffff;
}
.cid-v0ToR8lasg .tips {
  height: 70px;
  width: 70px;
  margin: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-v0ToR8lasg .btn[class*='-outline'] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
  text-align: left;
  line-height: 1.5;
}
.cid-v0ToR8lasg .btn[class*='-outline'] span {
  -webkit-box-ordinal-group: 3;
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  -webkit-transition: padding 0.3s !important;
  transition: padding 0.3s !important;
}
.cid-v0ToR8lasg .btn[class*='-outline']:hover {
  background-color: transparent !important;
  color: #a9e5d5 !important;
  box-shadow: none !important;
}
.cid-v0ToR8lasg .btn[class*='-outline']:active,
.cid-v0ToR8lasg .btn[class*='-outline']:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-v0ToR8lasg .list .list-item:first-child {
  padding-bottom: 15px;
}
.cid-v0ToR8lasg .list .list-item:last-child {
  margin-top: 10px;
}
.cid-v0ToR8lasg .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  font-weight: 300;
}
.cid-v0ToR8lasg .box-list li {
  padding: 10px 0 10px;
  color: #ffffff;
}
.cid-v0ToR8lasg .box-list li:first-child {
  padding-top: 0;
}
.cid-v0ToR8lasg .box-list li:last-child {
  border-bottom: none;
}
.cid-v0ToR8lasg .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #4f87fb;
}
.cid-v0ToR8lasg .box-list.display-4 {
  line-height: 1.71;
}
.cid-v0ToR8lasg .mbr-text {
  line-height: 1.5;
  margin-bottom: 25px;
}
.cid-v0STzWTQ7d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e1edff;
}
.cid-v0STzWTQ7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0STzWTQ7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0STzWTQ7d .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v0STzWTQ7d .container {
    padding: 10px 8px;
  }
}
.cid-v0STzWTQ7d .row-main {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 40px 32px;
  margin: 0;
  overflow: hidden;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-v0STzWTQ7d .row-main {
    padding: 40px 2px;
  }
}
.cid-v0STzWTQ7d .row-main .card {
  padding: 0 8px;
}
.cid-v0STzWTQ7d .mbr-section-title {
  margin-bottom: 16px;
  color: #222222;
}
.cid-v0STzWTQ7d .mbr-desc {
  opacity: 0.5;
  margin-bottom: 16px;
  color: #222222;
}
.cid-v0STzWTQ7d .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-v0STzWTQ7d .list-wrapper {
    display: block;
  }
}
.cid-v0STzWTQ7d .list-wrapper .list {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
}
.cid-v0STzWTQ7d .list-wrapper .list .item-wrap {
  opacity: 0.5;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v0STzWTQ7d .list-wrapper .list .item-wrap:hover,
.cid-v0STzWTQ7d .list-wrapper .list .item-wrap:focus {
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-v0STzWTQ7d .social-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0STzWTQ7d .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v0STzWTQ7d .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
.cid-v0STzWTQ7d .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v0STzWTQ7d .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-v0STzWTQ7d .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-v0STzWTQ7d .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #3283fb;
  border: 1px solid #3283fb;
  color: #ffffff;
}
.cid-v0STzWTQ7d .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  transition: all 0.3s ease-in-out;
}
.cid-v0STzWTQ7d .contacts-wrapper {
  margin-bottom: 20px;
}
.cid-v0STzWTQ7d .contacts-wrapper:last-child {
  margin-bottom: 0;
}
.cid-v0STzWTQ7d .contacts-wrapper a {
  display: block;
}
.cid-v0STzWTQ7d .contacts-wrapper a:hover .mbr-contact,
.cid-v0STzWTQ7d .contacts-wrapper a:focus .mbr-contact {
  opacity: 0.5;
}
.cid-v0STzWTQ7d .contacts-wrapper a .mbr-contact {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-v0STzWTQ7d .contacts-wrapper .mbr-contact-desc {
  opacity: 0.5;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v0STzWTQ7d .mbr-section-btn .btn {
    padding: 35px 50px;
  }
}
.cid-v0STzWTQ7d .row-copy {
  background-color: transparent;
  border-radius: 0;
  padding: 40px 32px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-v0STzWTQ7d .row-copy {
    padding: 40px 2px;
  }
}
.cid-v0STzWTQ7d .row-copy .card {
  padding: 0 8px;
}
.cid-v0STzWTQ7d .row-copy .card .mbr-copy {
  margin-bottom: 0;
}
.cid-v0STzWTQ7d .list {
  color: #222222;
}
.cid-v0STzWTQ7d .mbr-contact {
  color: #222222;
}
.cid-v0STzWTQ7d .mbr-contact-desc {
  color: #222222;
}
.cid-v0STzWTQ7d .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-v1OYms4sHF .navbar-dropdown {
  position: relative !important;
}
.cid-v1OYms4sHF .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-v1OYms4sHF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1OYms4sHF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1OYms4sHF .dropdown-item:hover,
.cid-v1OYms4sHF .dropdown-item:focus {
  background: #a9e5d5 !important;
  color: white !important;
}
.cid-v1OYms4sHF .dropdown-item:hover span {
  color: white;
}
.cid-v1OYms4sHF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1OYms4sHF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1OYms4sHF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1OYms4sHF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1OYms4sHF .nav-link {
  position: relative;
}
.cid-v1OYms4sHF .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v1OYms4sHF .container {
    flex-wrap: nowrap;
  }
}
.cid-v1OYms4sHF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1OYms4sHF .dropdown-menu,
.cid-v1OYms4sHF .navbar.opened {
  background: #ffffff !important;
}
.cid-v1OYms4sHF .nav-item:focus,
.cid-v1OYms4sHF .nav-link:focus {
  outline: none;
}
.cid-v1OYms4sHF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1OYms4sHF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1OYms4sHF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1OYms4sHF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1OYms4sHF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1OYms4sHF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1OYms4sHF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-v1OYms4sHF .navbar.opened {
  transition: all 0.3s;
}
.cid-v1OYms4sHF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1OYms4sHF .navbar .navbar-logo img {
  width: auto;
}
.cid-v1OYms4sHF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1OYms4sHF .navbar.collapsed {
  justify-content: center;
}
.cid-v1OYms4sHF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1OYms4sHF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1OYms4sHF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1OYms4sHF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1OYms4sHF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1OYms4sHF .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-v1OYms4sHF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1OYms4sHF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1OYms4sHF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1OYms4sHF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1OYms4sHF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1OYms4sHF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1OYms4sHF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1OYms4sHF .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-v1OYms4sHF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1OYms4sHF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1OYms4sHF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1OYms4sHF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1OYms4sHF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1OYms4sHF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v1OYms4sHF .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v1OYms4sHF .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1OYms4sHF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1OYms4sHF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1OYms4sHF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1OYms4sHF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1OYms4sHF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1OYms4sHF .dropdown-item.active,
.cid-v1OYms4sHF .dropdown-item:active {
  background-color: transparent;
}
.cid-v1OYms4sHF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1OYms4sHF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1OYms4sHF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1OYms4sHF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1OYms4sHF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1OYms4sHF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1OYms4sHF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1OYms4sHF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1OYms4sHF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1OYms4sHF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #491414;
}
.cid-v1OYms4sHF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1OYms4sHF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1OYms4sHF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1OYms4sHF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1OYms4sHF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1OYms4sHF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1OYms4sHF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1OYms4sHF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1OYms4sHF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1OYms4sHF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1OYms4sHF .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-v1OYms4sHF .navbar {
    height: 70px;
  }
  .cid-v1OYms4sHF .navbar.opened {
    height: auto;
  }
  .cid-v1OYms4sHF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v28WH1mjqM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v28WH1mjqM h2 {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-v28WH1mjqM .nav-tabs .nav-item.open .nav-link:focus,
.cid-v28WH1mjqM .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-v28WH1mjqM .nav-link.active {
  background: #4f87fb;
}
.cid-v28WH1mjqM .nav-link {
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 25px;
  line-height: 1.5;
  border-radius: 0;
  text-align: left;
  margin: 0px;
  font-weight: 700 !important;
  position: relative;
}
.cid-v28WH1mjqM .nav-link:hover {
  background: #4f87fb;
}
.cid-v28WH1mjqM .nav-link .mbr-iconfont {
  font-weight: bold;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: #f2f3f7;
  line-height: 1.9;
  text-align: center;
  border-radius: 50%;
  color: #000000;
  font-size: 17px;
}
.cid-v28WH1mjqM .nav-link .mbr-iconfont:before {
  margin-left: 3px;
}
.cid-v28WH1mjqM .nav-link.display-4 {
  font-size: 15px;
}
.cid-v28WH1mjqM .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e8ef;
  -webkit-box-pack: center;
  justify-content: center;
  border: 1px solid #e5e8ef;
}
.cid-v28WH1mjqM .nav-tabs .nav-item {
  padding: 0;
  -webkit-box-flex: 1;
  flex: 1 1 100%;
}
.cid-v28WH1mjqM .nav-tabs .nav-link {
  color: #28303f;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
.cid-v28WH1mjqM .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-v28WH1mjqM .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-v28WH1mjqM .widget {
  margin-top: 30px;
  background-color: #4f87fb;
  border-radius: 4px;
}
.cid-v28WH1mjqM .widget .textwidget .single-service-contact {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  color: #fff;
}
.cid-v28WH1mjqM .widget .textwidget .single-service-contact .img-wrap {
  margin: 0 0 25px;
}
.cid-v28WH1mjqM .widget .textwidget .single-service-contact .img-wrap img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
.cid-v28WH1mjqM .widget .textwidget .single-service-contact-inner {
  text-align: center;
  color: #fff;
  padding: 0 30px 15px;
  position: relative;
}
.cid-v28WH1mjqM .widget .textwidget .single-service-contact-inner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 344px solid white;
  border-bottom: 0 solid transparent;
  left: -10px;
  top: -57px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.cid-v28WH1mjqM .widget .textwidget .single-service-contact-inner::after {
  border-right-color: #4f87fb;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 73px solid transparent;
  border-right: 382px solid #4f87fb;
  border-bottom: 0 solid transparent;
  left: -9px;
  top: -83px;
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}
.cid-v28WH1mjqM .widget .textwidget .single-service-contact-inner .iconbox {
  margin-bottom: 30px;
}
.cid-v28WH1mjqM .widget .textwidget .single-service-contact-inner .iconbox span {
  font-size: 60px;
  line-height: 1;
}
.cid-v28WH1mjqM .widget .textwidget .single-service-contact-inner h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.cid-v28WH1mjqM .widget .textwidget .single-service-contact-inner h2.display-2 {
  font-size: 22px;
  line-height: 1.09;
  letter-spacing: -0.5px;
}
.cid-v28WH1mjqM .widget .textwidget .single-service-contact-inner .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v28WH1mjqM .widget .textwidget .single-service-contact-inner .mbr-text {
  font-weight: 400;
}
.cid-v28WH1mjqM .widget .textwidget .single-service-contact-inner .mbr-section-btn {
  margin-bottom: 25px;
}
.cid-v28WH1mjqM .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  border-radius: 2em;
  display: inline-block;
}
.cid-v28WH1mjqM .widget .textwidget .single-service-contact-inner .mbr-section-btn .btn.display-4 {
  font-size: 12px;
}
.cid-v28WH1mjqM .tab-pane img {
  display: block;
  box-shadow: 0 0 50px rgba(79, 110, 173, 0.1);
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  margin-bottom: 50px;
}
.cid-v28WH1mjqM .tab-pane .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-v28WH1mjqM .tab-pane .mbr-section-title.display-5 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-v28WH1mjqM .tab-pane .mbr-text {
  color: #6d7a8c;
}
.cid-v28WH1mjqM .tab-pane .mbr-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-v28WH1mjqM .tab-pane .wrapper {
  border-radius: 0.25rem;
  padding: 1rem;
  background: #ffffff;
}
.cid-v28WH1mjqM .tab-pane .wrapper .img {
  margin-bottom: 20px;
}
.cid-v28WH1mjqM .tab-pane .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #4f87fb;
  border-radius: 50%;
}
.cid-v28WH1mjqM .tab-pane .wrapper .mbr-card-title {
  font-weight: 700;
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: #130947;
}
.cid-v28WH1mjqM .tab-pane .wrapper .mbr-card-title.display-7 {
  line-height: 1.4;
  letter-spacing: -0.5px;
  font-size: 20px;
}
.cid-v28WH1mjqM .tab-pane .wrapper .mbr-text {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-v28WH1mjqM .tab-pane .wrapper .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .cid-v28WH1mjqM .nav-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-v28WH1mjqM .mbr-text,
  .cid-v28WH1mjqM .nav-link,
  .cid-v28WH1mjqM .mbr-card-title,
  .cid-v28WH1mjqM .mbr-section-title {
    text-align: left;
  }
  .cid-v28WH1mjqM .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-v28WH1mjqM .single-service-contact-inner .mbr-text {
    text-align: center;
  }
}
.cid-v28WH1mjqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v28WH1mjqM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
