body {
  font-family: Kiwi Maru;
}
.display-1 {
  font-family: 'Kiwi Maru', serif;
  font-size: 5.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Kiwi Maru', serif;
  font-size: 2.8rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Kiwi Maru', serif;
  font-size: 1rem;
  line-height: 1.45;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Kiwi Maru', serif;
  font-size: 1.25rem;
  line-height: 1.25;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-7 {
  font-family: 'Kiwi Maru', serif;
  font-size: 1rem;
  line-height: 1.55;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((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: 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))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 2.4rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff0066 !important;
}
.bg-success {
  background-color: #84b134 !important;
}
.bg-info {
  background-color: #f9eb72 !important;
}
.bg-warning {
  background-color: #ff9966 !important;
}
.bg-danger {
  background-color: #fd72a2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff0066 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a80043 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a80043 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #1d1d1b !important;
  background-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ebeae2 !important;
  color: #7a7654 !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c8c5af !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #7a7654 !important;
  background-color: #c8c5af !important;
}
.btn-info,
.btn-info:active {
  background-color: #f9eb72 !important;
  color: #685d04 !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #141201 !important;
  background-color: #f5df1f !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #685d04 !important;
  background-color: #f5df1f !important;
}
.btn-success,
.btn-success:active {
  background-color: #84b134 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #526e20 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #526e20 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fd72a2 !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fc1d6a !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fc1d6a !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #ff0066 !important;
}
.btn-black,
.btn-black:active {
  background-color: #1d1d1b !important;
  color: #ffffff !important;
  box-shadow: 0 10px 20px 0 rgba(29, 29, 27, 0.2);
  border: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff0066;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a80043 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0066 !important;
  border-color: #ff0066 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ebeae2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c8c5af !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #7a7654 !important;
  background-color: #ebeae2 !important;
  border-color: #ebeae2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9eb72;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #f5df1f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #685d04 !important;
  background-color: #f9eb72 !important;
  border-color: #f9eb72 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #84b134;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #526e20 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #84b134 !important;
  border-color: #84b134 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fd72a2;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fc1d6a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fd72a2 !important;
  border-color: #fd72a2 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1d1d1b;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #1d1d1b !important;
  border-color: #1d1d1b !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff0066 !important;
}
.text-secondary {
  color: #ebeae2 !important;
}
.text-success {
  color: #84b134 !important;
}
.text-info {
  color: #f9eb72 !important;
}
.text-warning {
  color: #ff9966 !important;
}
.text-danger {
  color: #fd72a2 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #1d1d1b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #99003d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c1bea6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #49621d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #f5dd10 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff5500 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fc0d60 !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: #ff0066;
}
.nav-tabs .nav-link:not(.active) {
  color: #1d1d1b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f9eb72;
}
.alert-warning {
  background-color: #ff9966;
}
.alert-danger {
  background-color: #fd72a2;
}
.btn {
  border-radius: 60px;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 60px;
}
.mbr-gallery-filter li a {
  border-radius: 60px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff0066;
  border-color: #ff0066;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 60px !important;
}
a,
a:hover {
  color: #ff0066;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcce0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bedc88;
}
.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: 'Kiwi Maru', serif;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ff0066 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kiwi Maru', serif;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff0066;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 60px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 60px !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: #ff0066;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff0066;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff0066;
  border-bottom-color: #ff0066;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ff0066 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ebeae2 !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='%23ff0066' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sRPFumDjMS .navbar-dropdown {
  position: relative !important;
}
.cid-sRPFumDjMS .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-sRPFumDjMS .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRPFumDjMS .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRPFumDjMS .navbar-caption {
  font-weight: 500;
}
.cid-sRPFumDjMS .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-sRPFumDjMS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sRPFumDjMS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRPFumDjMS .dropdown-item:hover,
.cid-sRPFumDjMS .dropdown-item:focus {
  color: #ff0066 !important;
}
.cid-sRPFumDjMS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRPFumDjMS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRPFumDjMS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRPFumDjMS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRPFumDjMS .nav-link {
  position: relative;
}
.cid-sRPFumDjMS .nav-link:hover {
  color: #ff0066 !important;
}
.cid-sRPFumDjMS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-sRPFumDjMS .container,
  .cid-sRPFumDjMS .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sRPFumDjMS .dropdown-menu,
.cid-sRPFumDjMS .navbar.opened {
  background: #ffffff !important;
}
.cid-sRPFumDjMS .nav-item:focus,
.cid-sRPFumDjMS .nav-link:focus {
  outline: none;
}
.cid-sRPFumDjMS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRPFumDjMS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRPFumDjMS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRPFumDjMS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRPFumDjMS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRPFumDjMS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRPFumDjMS .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sRPFumDjMS .navbar.opened {
  transition: all 0.3s;
}
.cid-sRPFumDjMS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRPFumDjMS .navbar .navbar-logo img {
  width: auto;
}
.cid-sRPFumDjMS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRPFumDjMS .navbar.collapsed {
  justify-content: center;
}
.cid-sRPFumDjMS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRPFumDjMS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRPFumDjMS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRPFumDjMS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRPFumDjMS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRPFumDjMS .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-sRPFumDjMS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRPFumDjMS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRPFumDjMS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRPFumDjMS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRPFumDjMS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRPFumDjMS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRPFumDjMS .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-sRPFumDjMS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRPFumDjMS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRPFumDjMS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRPFumDjMS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRPFumDjMS .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRPFumDjMS .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRPFumDjMS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRPFumDjMS .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRPFumDjMS .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-sRPFumDjMS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRPFumDjMS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRPFumDjMS .dropdown-item.active,
.cid-sRPFumDjMS .dropdown-item:active {
  background-color: transparent;
}
.cid-sRPFumDjMS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRPFumDjMS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRPFumDjMS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRPFumDjMS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRPFumDjMS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRPFumDjMS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRPFumDjMS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRPFumDjMS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRPFumDjMS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sRPFumDjMS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRPFumDjMS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRPFumDjMS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRPFumDjMS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRPFumDjMS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRPFumDjMS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRPFumDjMS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRPFumDjMS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRPFumDjMS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRPFumDjMS .navbar {
    height: 70px;
  }
  .cid-sRPFumDjMS .navbar.opened {
    height: auto;
  }
  .cid-sRPFumDjMS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRPFumDjMS .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-sRPFumDjMS .addr {
    margin: 0 auto;
  }
}
.cid-sRPFumDjMS .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-sRPFumDjMS .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-sRPHDARW8q {
  background-image: url("https://mobirise.com/extensions/preschoolm5/assets/images/3-bg.jpg");
}
.cid-sRPHDARW8q .img-container img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}
.cid-sRPHDARW8q .mbr-section-title {
  color: #000000;
}
.cid-sRPHuidqIW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPHuidqIW .wrapper {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-sRPHuidqIW .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}
.cid-sRPJhSFJwG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/preschoolm5/assets/images/5-bg.jpg");
}
.cid-sRPJhSFJwG .title-section {
  margin-bottom: 4.5rem;
  padding: 0 90px;
}
@media (max-width: 992px) {
  .cid-sRPJhSFJwG .title-section {
    padding: 0 20px;
    margin-bottom: 2rem;
  }
}
.cid-sRPJhSFJwG .card,
.cid-sRPJhSFJwG .btn {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transition: 0.2s linear;
}
.cid-sRPJhSFJwG .card:hover,
.cid-sRPJhSFJwG .btn:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.cid-sRPJhSFJwG .card {
  background-color: white;
}
.cid-sRPJhSFJwG .card-img-top {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: auto;
}
.cid-sRPJhSFJwG .list {
  margin-bottom: 18px;
}
.cid-sRPJhSFJwG .card-body {
  padding-top: 18px;
  padding-bottom: 20px;
}
.cid-sRPJhSFJwG .btn {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sRPJhSFJwG .mbr-section-title {
  text-align: center;
}
.cid-sRPKdwh4fd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPKdwh4fd .box {
  border-radius: 20px;
  overflow: hidden;
}
.cid-sRPKdwh4fd .wrapper {
  background: transparent;
}
.cid-sRPKdwh4fd .title-section {
  margin-bottom: 4.5rem;
  padding: 0 90px;
}
@media (max-width: 992px) {
  .cid-sRPKdwh4fd .title-section {
    padding: 0 20px;
    margin-bottom: 2rem;
  }
}
.cid-sRPKdwh4fd .show-modal {
  position: relative;
}
.cid-sRPKdwh4fd .show-modal .icon-wrap {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ff0066;
  cursor: pointer;
  transition: 0.4s ease;
}
.cid-sRPKdwh4fd .show-modal .icon-wrap:hover {
  width: 70px;
  height: 70px;
}
.cid-sRPKdwh4fd .show-modal .icon-wrap:hover .play {
  border-top: 12px solid transparent;
  border-left: 19px solid #ffffff;
  border-bottom: 12px solid transparent;
}
.cid-sRPKdwh4fd .show-modal .icon-wrap .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-36%, -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 17px solid #ffffff;
  border-bottom: 10px solid transparent;
  transition: 0.4s ease;
}
.cid-sRPKdwh4fd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sRPKdwh4fd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sRPKdwh4fd .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sRPKdwh4fd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sRPKdwh4fd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sRPKdwh4fd .mbr-section-title {
  text-align: center;
}
.cid-sRPTlDArmU {
  background-image: url("https://mobirise.com/extensions/preschoolm5/assets/images/blocks-1.jpg");
}
.cid-sRPTlDArmU .btn {
  box-shadow: none;
}
.cid-sRPTlDArmU .title-section {
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-sRPTlDArmU .title-section {
    margin-bottom: 2rem;
  }
}
.cid-sRPTlDArmU .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sRPKrBHICA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sRPKrBHICA .container {
    padding: 60px;
  }
}
.cid-sRPKrBHICA .wrapper {
  background-color: #ebeae2;
}
.cid-sRPKrBHICA .sect {
  display: flex;
  align-items: center;
}
.cid-sRPKrBHICA .sect .img {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  margin-right: 16px;
}
.cid-sRPKrBHICA .sect .mbr-text {
  flex: 1 1 auto;
}
.cid-sRPKrBHICA .r.mbr-text {
  text-align: right;
}
.cid-sRPKrBHICA .l.mbr-text {
  text-align: center;
}
.cid-sRPFumDjMS .navbar-dropdown {
  position: relative !important;
}
.cid-sRPFumDjMS .navbar-dropdown {
  position: absolute !important;
}
@media (max-width: 992px) {
  .cid-sRPFumDjMS .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sRPFumDjMS .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sRPFumDjMS .navbar-caption {
  font-weight: 500;
}
.cid-sRPFumDjMS .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-sRPFumDjMS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sRPFumDjMS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRPFumDjMS .dropdown-item:hover,
.cid-sRPFumDjMS .dropdown-item:focus {
  color: #ff0066 !important;
}
.cid-sRPFumDjMS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRPFumDjMS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRPFumDjMS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRPFumDjMS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRPFumDjMS .nav-link {
  position: relative;
}
.cid-sRPFumDjMS .nav-link:hover {
  color: #ff0066 !important;
}
.cid-sRPFumDjMS .container {
  display: flex;
  margin: auto;
}
@media (min-width: 991px) {
  .cid-sRPFumDjMS .container,
  .cid-sRPFumDjMS .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sRPFumDjMS .dropdown-menu,
.cid-sRPFumDjMS .navbar.opened {
  background: #ffffff !important;
}
.cid-sRPFumDjMS .nav-item:focus,
.cid-sRPFumDjMS .nav-link:focus {
  outline: none;
}
.cid-sRPFumDjMS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRPFumDjMS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRPFumDjMS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRPFumDjMS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRPFumDjMS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRPFumDjMS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRPFumDjMS .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sRPFumDjMS .navbar.opened {
  transition: all 0.3s;
}
.cid-sRPFumDjMS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRPFumDjMS .navbar .navbar-logo img {
  width: auto;
}
.cid-sRPFumDjMS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRPFumDjMS .navbar.collapsed {
  justify-content: center;
}
.cid-sRPFumDjMS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRPFumDjMS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRPFumDjMS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRPFumDjMS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRPFumDjMS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRPFumDjMS .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-sRPFumDjMS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRPFumDjMS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sRPFumDjMS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRPFumDjMS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRPFumDjMS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRPFumDjMS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRPFumDjMS .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-sRPFumDjMS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRPFumDjMS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRPFumDjMS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRPFumDjMS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRPFumDjMS .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sRPFumDjMS .navbar.navbar-short {
  min-height: 80px;
}
.cid-sRPFumDjMS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRPFumDjMS .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sRPFumDjMS .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-sRPFumDjMS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRPFumDjMS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRPFumDjMS .dropdown-item.active,
.cid-sRPFumDjMS .dropdown-item:active {
  background-color: transparent;
}
.cid-sRPFumDjMS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRPFumDjMS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRPFumDjMS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRPFumDjMS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRPFumDjMS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRPFumDjMS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRPFumDjMS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRPFumDjMS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRPFumDjMS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sRPFumDjMS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRPFumDjMS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRPFumDjMS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRPFumDjMS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRPFumDjMS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRPFumDjMS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRPFumDjMS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRPFumDjMS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRPFumDjMS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sRPFumDjMS .navbar {
    height: 70px;
  }
  .cid-sRPFumDjMS .navbar.opened {
    height: auto;
  }
  .cid-sRPFumDjMS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRPFumDjMS .addr {
  text-align: center;
  max-width: 230px;
  min-width: 150px;
  margin: 0 10px;
}
@media (max-width: 992px) {
  .cid-sRPFumDjMS .addr {
    margin: 0 auto;
  }
}
.cid-sRPFumDjMS .mbr-section-subtitle.addr {
  color: #1d1d1b;
}
.cid-sRPFumDjMS .mbr-section-btn {
  flex: 0 0 240px;
}
.cid-sRPGckWfUP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGckWfUP .decor {
  width: 90px;
  height: 90px;
  position: relative;
  flex: 0 0 100px;
}
.cid-sRPGckWfUP .decor svg {
  width: 100%;
  height: 100%;
  position: absolute;
  fill: #84b134;
  transform: rotate(210deg) scale(1, -1);
}
.cid-sRPGckWfUP .mbr-text {
  color: #1d1d1b;
}
.cid-sRPGckWfUP .mbr-section-title {
  color: #1d1d1b;
}
.cid-sRPGckWfUP .mbr-section-subtitle {
  color: #1d1d1b;
}
.cid-sRPGcQrww0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGcQrww0 .img-container img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
.cid-sRPGddFqtj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGddFqtj .btn {
  box-shadow: none;
}
.cid-sRPGddFqtj .title-section {
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-sRPGddFqtj .title-section {
    margin-bottom: 2rem;
  }
}
.cid-sRPGdyLOoh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGdyLOoh .img-container img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
.cid-sRPGdyLOoh .mbr-section-title {
  color: #1d1d1b;
}
.cid-sRPGe4QfpQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGe4QfpQ .btn {
  box-shadow: none;
}
.cid-sRPGe4QfpQ .img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}
.cid-sRPGe4QfpQ .title-margin {
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-sRPGe4QfpQ .title-margin {
    margin-bottom: 2rem;
  }
}
.cid-sRPGeCXcrd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGeCXcrd .card {
  background: #ffffff;
  display: inline-block;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-sRPGeCXcrd .card .card-body {
  display: flex;
  align-items: center;
  padding: 20px 30px;
}
.cid-sRPGeCXcrd .card .card-body .card-img-top {
  margin: 0 20px 0 0;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.cid-sRPGeCXcrd .btn {
  box-shadow: none;
}
.cid-sRPGeCXcrd .title-margin {
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-sRPGeCXcrd .title-margin {
    margin-bottom: 2rem;
  }
}
.cid-sRPGfynZuA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGfynZuA .wrapper {
  background-color: #ebeae2;
  padding: 100px 90px 50px 90px;
}
@media (max-width: 992px) {
  .cid-sRPGfynZuA .wrapper {
    padding: 20px 30px;
  }
}
.cid-sRPGfynZuA .title-section {
  margin-bottom: 50px;
}
.cid-sRPGfynZuA .card-1 {
  background-color: #fab6c6;
}
.cid-sRPGfynZuA .card-2 {
  background-color: #9cca4c;
}
.cid-sRPGfynZuA .card-3 {
  background-color: #f5e74c;
}
.cid-sRPGfynZuA .card-4 {
  background-color: #2ee6fa;
}
.cid-sRPGfynZuA .card-img-top {
  width: 35px;
  height: 35px;
}
.cid-sRPGg8e73I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGg8e73I .card-1 {
  background-color: #f5e74c;
}
.cid-sRPGg8e73I .card-2 {
  background-color: #dba5f7;
}
@media (min-width: 992px) {
  .cid-sRPGg8e73I .first-cont {
    margin-top: -1rem;
  }
  .cid-sRPGg8e73I .sec-cont {
    margin-bottom: -1.5rem;
  }
}
.cid-sRPGg8e73I .mbr-section-btn {
  position: relative;
}
.cid-sRPGg8e73I .card-body {
  padding: 4rem 2rem 5rem 5rem;
}
@media (max-width: 992px) {
  .cid-sRPGg8e73I .card-body {
    padding: 50px 20px;
  }
}
.cid-sRPGg8e73I .card-img {
  width: 100%;
  height: 250px;
}
@media (max-width: 992px) {
  .cid-sRPGg8e73I .card-img {
    height: 300px;
  }
}
.cid-sRPGg8e73I .card-img-container {
  height: 300px;
  width: 250px;
  position: relative;
}
.cid-sRPGg8e73I .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.cid-sRPGg8e73I .decor {
  width: 90px;
  height: 90px;
  position: absolute;
}
.cid-sRPGg8e73I .decor svg {
  width: 100%;
  height: 100%;
}
.cid-sRPGg8e73I .decor.first {
  bottom: 0;
  right: 0;
}
.cid-sRPGg8e73I .decor.first svg {
  fill: #bc5dec;
}
.cid-sRPGg8e73I .decor.second {
  top: 10%;
  left: 0;
}
.cid-sRPGg8e73I .decor.second svg {
  fill: #f5e74c;
}
.cid-sRPGgzK1Dj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGgzK1Dj .card {
  background-color: #ebeae2;
}
.cid-sRPGgzK1Dj .card-img-top {
  width: 40px;
  height: 40px;
}
.cid-sRPGgzK1Dj .card-body {
  padding: 50px;
}
.cid-sRPGhdNwlL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sRPGhdNwlL .image-body {
    margin-right: 16px;
  }
}
.cid-sRPGhdNwlL .card-img-top {
  width: 35px;
  height: 35px;
}
.cid-sRPGhdNwlL .card-body {
  flex: 0 1 auto;
  padding: 10px;
}
.cid-sRPGhdNwlL .card {
  padding: 50px;
  flex-direction: row;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (min-width: 992px) {
  .cid-sRPGhdNwlL .card {
    padding: 36px 70px;
  }
}
@media (max-width: 992px) {
  .cid-sRPGhdNwlL .card {
    flex-direction: column;
  }
  .cid-sRPGhdNwlL .image-body {
    padding-bottom: 0;
  }
  .cid-sRPGhdNwlL .text-body {
    padding-top: 10px;
  }
}
.cid-sRPGhRZtje {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGhRZtje .title-section {
  margin-bottom: 4.5rem;
  padding: 0 90px;
}
@media (max-width: 992px) {
  .cid-sRPGhRZtje .title-section {
    padding: 0 20px;
    margin-bottom: 2rem;
  }
}
.cid-sRPGhRZtje .card,
.cid-sRPGhRZtje .btn {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transition: 0.2s linear;
}
.cid-sRPGhRZtje .card:hover,
.cid-sRPGhRZtje .btn:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.cid-sRPGhRZtje .card {
  background-color: white;
}
.cid-sRPGhRZtje .card-img-top {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: auto;
}
.cid-sRPGhRZtje .list {
  margin-bottom: 18px;
}
.cid-sRPGhRZtje .card-body {
  padding-top: 18px;
  padding-bottom: 20px;
}
.cid-sRPGhRZtje .btn {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sRPGiqteOF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGiqteOF .title-section {
  margin-bottom: 4.5rem;
  padding: 0 90px;
}
@media (max-width: 992px) {
  .cid-sRPGiqteOF .title-section {
    padding: 0 20px;
    margin-bottom: 2rem;
  }
}
.cid-sRPGiqteOF .card {
  background-color: #ebeae2;
}
.cid-sRPGiqteOF .img-center {
  display: flex;
  justify-content: center;
}
.cid-sRPGiqteOF .card-img-top {
  width: 40px;
  height: 40px;
}
@media (min-width: 992px) {
  .cid-sRPGiqteOF .card-body {
    padding: 52px 90px;
  }
}
.cid-sRPGj41FX1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGj41FX1 .card {
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-sRPGj41FX1 .title-section {
  padding: 0px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-sRPGj41FX1 .card-body {
    padding: 60px;
  }
  .cid-sRPGj41FX1 .title-section {
    padding: 0 100px;
    margin-bottom: 60px;
  }
}
.cid-sRPGj41FX1 .card-img-top {
  width: 40px;
  height: 40px;
}
.cid-sRPGj41FX1 li {
  margin-bottom: 16px;
}
.cid-sRPGjMstvP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGjMstvP .wrapper {
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-sRPGjMstvP .card {
  background: transparent;
}
.cid-sRPGjMstvP .card-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.cid-sRPGjMstvP .col.img {
  flex: 0 0 32px;
}
.cid-sRPGjMstvP .card-body {
  padding: 10px;
}
.cid-sRPGkF4I3U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGkF4I3U .card-body {
  padding: 60px 90px 20px 90px;
}
@media (max-width: 768px) {
  .cid-sRPGkF4I3U .card-body {
    padding: 30px 20px;
  }
}
.cid-sRPGkF4I3U .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sRPGkF4I3U .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-sRPGkF4I3U .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-sRPGkF4I3U .card {
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-sRPGkF4I3U .card-img-top {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.cid-sRPGlfWHJy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGlfWHJy .card {
  background: transparent;
}
.cid-sRPGlfWHJy .img-container img {
  border-radius: 20px;
  width: 355px;
  height: 90%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-sRPGlfWHJy .img-container img {
    width: 100%;
  }
}
.cid-sRPGlfWHJy .card-img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.cid-sRPGlfWHJy .col.img {
  margin-right: -10px;
  flex: 0 0 18px;
}
.cid-sRPGlfWHJy .card-body {
  padding: 10px;
}
.cid-sRPGlMWhAQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGlMWhAQ .card {
  background: transparent;
}
.cid-sRPGlMWhAQ .card-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.cid-sRPGlMWhAQ .col.img {
  flex: 0 0 32px;
}
.cid-sRPGlMWhAQ .col.text {
  flex: 1 1 75%;
}
.cid-sRPGlMWhAQ .card-body {
  padding: 10px;
}
.cid-sRPGmkImwX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGmkImwX .card {
  background: transparent;
}
.cid-sRPGmkImwX .title-section {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .cid-sRPGmkImwX .title-section {
    margin-bottom: 3rem;
  }
}
.cid-sRPGmkImwX .card-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sRPGmkImwX .card-img {
    width: 345px;
    height: 345px;
  }
}
.cid-sRPGmkImwX .header-container {
  padding: 10px;
}
.cid-sRPGmkImwX .card-body {
  padding: 10px;
}
.cid-sRPGmkImwX .mbr-section-title {
  text-align: center;
}
.cid-sRPGnclN1V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGnclN1V .wrapper {
  padding: 70px 45px 70px 45px;
  background-color: #a8d657;
}
@media (max-width: 768px) {
  .cid-sRPGnclN1V .wrapper {
    padding: 20px;
  }
}
.cid-sRPGnclN1V .mbr-section-title {
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sRPGnclN1V .container {
    padding: 60px;
  }
}
.cid-sRPGnclN1V .mbr-section-btn {
  width: 100%;
  display: inline-block;
}
.cid-sRPGnclN1V .btn {
  display: block;
}
.cid-sRPGnclN1V .mbr-text {
  margin: 0;
  text-align: left;
}
.cid-sRPGnclN1V .ico-section {
  flex: 0 0 100%;
}
@media (max-width: 768px) {
  .cid-sRPGnclN1V .ico-section {
    flex-wrap: wrap;
  }
}
.cid-sRPGnclN1V .img {
  margin: 0 20px;
  flex: 0 0 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sRPGnclN1V .img img {
  object-fit: contain;
}
.cid-sRPGnH2K0H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGnH2K0H .wrapper {
  padding: 40px;
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (min-width: 992px) {
  .cid-sRPGnH2K0H .wrapper {
    padding: 80px 80px 60px 80px;
  }
}
.cid-sRPGnH2K0H .card-1 {
  background-color: #fab6c6;
}
.cid-sRPGnH2K0H .card-2 {
  background-color: #a8d657;
}
.cid-sRPGnH2K0H .card-3 {
  background-color: #f5e74c;
}
.cid-sRPGnH2K0H .card-body {
  align-items: start;
  flex: 0 0 auto;
}
.cid-sRPGnH2K0H .card-icon {
  flex: 0 0 28px;
  width: 28px;
  height: auto;
  margin-right: 18px;
}
.cid-sRPGnH2K0H .card-content {
  flex: 1 1 auto;
}
.cid-sRPGnH2K0H .card {
  height: auto;
}
.cid-sRPGoy0LIZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGp4fp67 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGp4fp67 .wrapper {
  padding: 70px 90px;
  background: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (max-width: 768px) {
  .cid-sRPGp4fp67 .wrapper {
    padding: 20px;
  }
}
.cid-sRPGputLIj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGputLIj .wrapper {
  max-width: 760px;
  margin: 0 auto;
}
.cid-sRPGputLIj .card {
  background: transparent;
}
.cid-sRPGputLIj .card-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-sRPGq9GZJE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGq9GZJE .wrapper {
  background: #ebeae2;
}
.cid-sRPGqZyVtL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGqZyVtL .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sRPGqZyVtL .wrapper .left-col {
    flex: 1 0 50%;
    padding-right: 12px;
  }
  .cid-sRPGqZyVtL .wrapper .right-col {
    flex: 1 0 50%;
    padding-left: 12px;
  }
}
.cid-sRPGqZyVtL .card {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-sRPGqZyVtL .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 20px;
}
.cid-sRPGrytqK8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGrytqK8 .wrapper {
  padding: 0;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-sRPGrytqK8 .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}
.cid-sRPGrXveew {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGrXveew .box {
  border-radius: 20px;
  overflow: hidden;
}
.cid-sRPGrXveew .wrapper {
  background: transparent;
}
.cid-sRPGrXveew .title-section {
  margin-bottom: 4.5rem;
  padding: 0 90px;
}
@media (max-width: 992px) {
  .cid-sRPGrXveew .title-section {
    padding: 0 20px;
    margin-bottom: 2rem;
  }
}
.cid-sRPGrXveew .show-modal {
  position: relative;
}
.cid-sRPGrXveew .show-modal .icon-wrap {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ff0066;
  cursor: pointer;
  transition: 0.4s ease;
}
.cid-sRPGrXveew .show-modal .icon-wrap:hover {
  width: 70px;
  height: 70px;
}
.cid-sRPGrXveew .show-modal .icon-wrap:hover .play {
  border-top: 12px solid transparent;
  border-left: 19px solid #ffffff;
  border-bottom: 12px solid transparent;
}
.cid-sRPGrXveew .show-modal .icon-wrap .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-36%, -50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 17px solid #ffffff;
  border-bottom: 10px solid transparent;
  transition: 0.4s ease;
}
.cid-sRPGrXveew .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sRPGrXveew .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sRPGrXveew .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sRPGrXveew .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sRPGrXveew .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sRPGsHdSeE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGsHdSeE .title-section {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cid-sRPGsHdSeE .title-section {
    padding: 0 6rem;
    margin-bottom: 6.5rem;
  }
}
.cid-sRPGsHdSeE img {
  object-fit: cover;
}
.cid-sRPGsHdSeE .carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sRPGsHdSeE .carousel .carousel-container {
  width: 100%;
  position: relative;
}
.cid-sRPGsHdSeE .carousel .carousel-container .carousel-inner {
  border-radius: 20px;
  max-height: 1000px;
  height: 100vh;
}
@media (max-width: 768px) {
  .cid-sRPGsHdSeE .carousel .carousel-container .carousel-inner {
    height: 60vh;
  }
}
.cid-sRPGsHdSeE .carousel .carousel-container .carousel-inner .carousel-item,
.cid-sRPGsHdSeE .carousel .carousel-container .carousel-inner img {
  height: 100%;
}
.cid-sRPGsHdSeE .carousel .carousel-container .carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 0;
  margin: 0;
  display: flex;
}
.cid-sRPGsHdSeE .carousel .carousel-container .carousel-indicators button {
  display: block;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  margin: 0 8px;
  padding: 0;
  border-radius: 50%;
  background-color: #ffcce0;
  opacity: 1;
  transition: 0.4s ease;
}
.cid-sRPGsHdSeE .carousel .carousel-container .carousel-indicators .active {
  background-clip: padding-box;
  background-color: #ff0066;
}
.cid-sRPGsHdSeE .carousel .buttons-container {
  width: 80px;
  display: flex;
  justify-content: space-between;
}
.cid-sRPGsHdSeE .carousel .buttons-container button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff0066;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.cid-sRPGsHdSeE .carousel .buttons-container button span {
  line-height: 2px;
  color: white;
}
.cid-sRPGtnEnnW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGtnEnnW .title-section {
  margin-bottom: 4.25rem;
  padding: 0 90px;
}
@media (max-width: 992px) {
  .cid-sRPGtnEnnW .title-section {
    padding: 0 20px;
    margin-bottom: 2rem;
  }
}
.cid-sRPGtnEnnW .card {
  height: auto;
  margin: 0;
  width: 100%;
  background-color: #ebeae2;
}
.cid-sRPGtnEnnW .card .card-body {
  padding: 42px 20px;
  width: 100%;
}
.cid-sRPGtnEnnW .card .card-img-top {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-sRPGtnEnnW .buttons-container {
  margin: 40px auto 0px auto;
  width: 80px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-sRPGtnEnnW .buttons-container {
    display: none;
  }
}
.cid-sRPGtnEnnW .buttons-container button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff0066;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: all 0.7s ease;
}
.cid-sRPGtnEnnW .buttons-container button:hover {
  background-color: #ff66a3;
}
.cid-sRPGtnEnnW .buttons-container button span {
  line-height: 2px;
  color: white;
}
@media (max-width: 768px) {
  .cid-sRPGtnEnnW .embla__button {
    display: none;
  }
}
.cid-sRPGtnEnnW .embla__button:disabled {
  cursor: default;
}
.cid-sRPGtnEnnW .embla__button:hover {
  cursor: pointer;
}
.cid-sRPGtnEnnW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 340px;
  max-width: 340px;
  min-height: 380px;
}
@media (max-width: 768px) {
  .cid-sRPGtnEnnW .embla__slide {
    min-width: 300px;
    max-width: 300px;
  }
}
.cid-sRPGtnEnnW .embla {
  position: relative;
  width: 100%;
}
.cid-sRPGtnEnnW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-sRPGtnEnnW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-sRPGtnEnnW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-sRPGtnEnnW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-sRPGtnEnnW .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-sRPGtnEnnW .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-sRPGtnEnnW .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-sRPGtnEnnW .slide-content {
  width: 100%;
  height: 100%;
}
.cid-sRPGtnEnnW .mbr-section-subtitle {
  text-align: center;
}
.cid-sRPGtnEnnW .mbr-text {
  text-align: center;
}
.cid-sRPGtnEnnW .main-sect.mbr-section-subtitle {
  text-align: left;
}
.cid-sRPGtnEnnW .main-sect.mbr-text {
  text-align: left;
}
.cid-sRPGtnEnnW .main-sect.mbr-section-title {
  text-align: left;
}
.cid-sRPGtTeoRl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGtTeoRl .side-section .col-img {
  flex: 0 0 80px;
}
.cid-sRPGtTeoRl .side-section .col-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-sRPGtTeoRl .carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sRPGtTeoRl .carousel .carousel-container {
  position: relative;
}
.cid-sRPGtTeoRl .carousel .carousel-container .carousel-inner {
  border-radius: 20px;
}
.cid-sRPGtTeoRl .carousel .carousel-container .carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 0;
  margin: 0;
  display: flex;
}
.cid-sRPGtTeoRl .carousel .carousel-container .carousel-indicators button {
  display: block;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  margin: 0 8px;
  padding: 0;
  border-radius: 50%;
  background-color: #ffcce0;
  opacity: 1;
  transition: 0.4s ease;
}
.cid-sRPGtTeoRl .carousel .carousel-container .carousel-indicators .active {
  background-clip: padding-box;
  background-color: #ff0066;
}
.cid-sRPGtTeoRl .carousel .buttons-container {
  width: 80px;
  display: flex;
  justify-content: space-between;
}
.cid-sRPGtTeoRl .carousel .buttons-container button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff0066;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.cid-sRPGtTeoRl .carousel .buttons-container button span {
  line-height: 2px;
  color: white;
}
.cid-sRPGvcCCBv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGvcCCBv .title-section {
  margin-bottom: 4.25rem;
  padding: 0 90px;
}
@media (max-width: 992px) {
  .cid-sRPGvcCCBv .title-section {
    padding: 0 20px;
    margin-bottom: 2rem;
  }
}
.cid-sRPGvcCCBv .card {
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #ebeae2;
}
.cid-sRPGvcCCBv .card .card-body {
  padding: 50px 70px;
}
@media (max-width: 992px) {
  .cid-sRPGvcCCBv .card .card-body {
    padding: 20px;
  }
}
.cid-sRPGvcCCBv .buttons-container {
  margin: 40px auto 0px auto;
  width: 80px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-sRPGvcCCBv .buttons-container {
    display: none;
  }
}
.cid-sRPGvcCCBv .buttons-container button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff0066;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: all 0.7s ease;
}
.cid-sRPGvcCCBv .buttons-container button:hover {
  background-color: #ff66a3;
}
.cid-sRPGvcCCBv .buttons-container button span {
  line-height: 2px;
  color: white;
}
@media (max-width: 768px) {
  .cid-sRPGvcCCBv .embla__button {
    display: none;
  }
}
.cid-sRPGvcCCBv .embla__button:disabled {
  cursor: default;
}
.cid-sRPGvcCCBv .embla__button:hover {
  cursor: pointer;
}
.cid-sRPGvcCCBv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 610px;
  max-width: 610px;
  height: auto;
}
@media (max-width: 768px) {
  .cid-sRPGvcCCBv .embla__slide {
    min-width: 310px;
    max-width: 310px;
  }
}
.cid-sRPGvcCCBv .embla {
  position: relative;
  width: 100%;
}
.cid-sRPGvcCCBv .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-sRPGvcCCBv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-sRPGvcCCBv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-sRPGvcCCBv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-sRPGvcCCBv .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-sRPGvcCCBv .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-sRPGvcCCBv .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-sRPGvcCCBv .slide-content {
  width: 100%;
  height: 100%;
}
.cid-sRPGvcCCBv .mbr-section-subtitle {
  text-align: left;
}
.cid-sRPGvcCCBv .mbr-text {
  text-align: left;
}
.cid-sRPGuARHqi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGuARHqi .wrapper {
  background-color: #cc81f2;
}
.cid-sRPGuARHqi .carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sRPGuARHqi .carousel .carousel-container {
  position: relative;
}
.cid-sRPGuARHqi .carousel .carousel-container .carousel-inner {
  border-radius: 50%;
  width: 300px;
  height: 300px;
}
.cid-sRPGuARHqi .carousel .carousel-container .carousel-inner .carousel-item,
.cid-sRPGuARHqi .carousel .carousel-container .carousel-inner img {
  height: 100%;
}
.cid-sRPGuARHqi .carousel .carousel-container .carousel-inner img {
  object-fit: cover;
}
.cid-sRPGuARHqi .carousel .carousel-container .carousel-indicators {
  position: static;
  padding: 20px 0;
  margin: 0;
  margin-bottom: -60px;
  display: flex;
}
.cid-sRPGuARHqi .carousel .carousel-container .carousel-indicators button {
  display: block;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  margin: 0 8px;
  padding: 0;
  border-radius: 50%;
  background-color: #ffcce0;
  opacity: 1;
  transition: 0.4s ease;
}
.cid-sRPGuARHqi .carousel .carousel-container .carousel-indicators .active {
  background-clip: padding-box;
  background-color: #ff0066;
}
.cid-sRPGwD6G10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGwD6G10 .title-section {
  margin-bottom: 4.25rem;
  padding: 0 90px;
}
@media (max-width: 992px) {
  .cid-sRPGwD6G10 .title-section {
    padding: 0 20px;
    margin-bottom: 2rem;
  }
}
.cid-sRPGwD6G10 .card-body {
  padding: 70px 30px;
}
.cid-sRPGwD6G10 .card {
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-sRPGwD6G10 .img-container {
  display: flex;
  justify-content: center;
}
.cid-sRPGwD6G10 .img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-sRPGxizulm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGxizulm .card {
  height: auto;
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
  transition: all 0.6s ease;
}
.cid-sRPGxizulm .card:hover {
  transform: scale(1.03);
}
.cid-sRPGxizulm .card-padding {
  padding: 0.72rem 0.75rem;
}
.cid-sRPGxizulm .title-section {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cid-sRPGxizulm .title-section {
    padding: 0 6rem;
    margin-bottom: 4rem;
  }
}
.cid-sRPGxizulm .img-container {
  display: flex;
  justify-content: center;
}
.cid-sRPGxizulm .card-img-top {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-sRPGxizulm .mbr-section-subtitle {
  text-align: center;
}
.cid-sRPGxizulm .mbr-text {
  text-align: center;
}
.cid-sRPGy79zkd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGy79zkd .google-map {
  height: 35rem;
  position: relative;
}
.cid-sRPGy79zkd .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sRPGy79zkd .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sRPGy79zkd .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sRPGy79zkd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sRPGyNpw2O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGyNpw2O li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-sRPGyNpw2O li:last-child {
  margin-bottom: 0;
}
.cid-sRPGyNpw2O .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-sRPGyNpw2O .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-sRPGyNpw2O .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-sRPGApoIno {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGApoIno .wrapper {
  background-color: #cc81f2;
}
@media (min-width: 992px) {
  .cid-sRPGApoIno .container {
    padding: 60px;
  }
}
.cid-sRPGApoIno .carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sRPGApoIno .carousel .carousel-container {
  position: relative;
}
.cid-sRPGApoIno .carousel .carousel-container .carousel-inner {
  border-radius: 50%;
  width: 300px;
  height: 300px;
}
@media (max-width: 768px) {
  .cid-sRPGApoIno .carousel .carousel-container .carousel-inner {
    width: 250px;
    height: 250px;
  }
}
.cid-sRPGApoIno .carousel .carousel-container .carousel-inner .carousel-item,
.cid-sRPGApoIno .carousel .carousel-container .carousel-inner img {
  height: 100%;
}
.cid-sRPGApoIno .carousel .carousel-container .carousel-inner img {
  object-fit: cover;
}
.cid-sRPGApoIno .carousel .carousel-container .carousel-indicators {
  position: static;
  padding: 20px 0;
  margin: 0;
  margin-bottom: -60px;
  display: flex;
}
.cid-sRPGApoIno .carousel .carousel-container .carousel-indicators button {
  display: block;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  margin: 0 8px;
  padding: 0;
  border-radius: 50%;
  background-color: #ffcce0;
  opacity: 1;
  transition: 0.4s ease;
}
.cid-sRPGApoIno .carousel .carousel-container .carousel-indicators .active {
  background-clip: padding-box;
  background-color: #ff0066;
}
.cid-sRPGDJgIU2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGDJgIU2 .wrapper {
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
@media (min-width: 992px) {
  .cid-sRPGDJgIU2 .container {
    padding: 60px;
  }
}
.cid-sRPGDJgIU2 .carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sRPGDJgIU2 .carousel .carousel-container {
  position: relative;
}
.cid-sRPGDJgIU2 .carousel .carousel-container .carousel-inner {
  border-radius: 20px;
}
.cid-sRPGDJgIU2 .carousel .carousel-container .carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 0;
  margin: 0;
  display: flex;
}
.cid-sRPGDJgIU2 .carousel .carousel-container .carousel-indicators button {
  display: block;
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  margin: 0 8px;
  padding: 0;
  border-radius: 50%;
  background-color: #ffcce0;
  opacity: 1;
  transition: 0.4s ease;
}
.cid-sRPGDJgIU2 .carousel .carousel-container .carousel-indicators .active {
  background-clip: padding-box;
  background-color: #ff0066;
}
.cid-sRPGDJgIU2 .carousel .buttons-container {
  width: 80px;
  display: flex;
  justify-content: space-between;
}
.cid-sRPGDJgIU2 .carousel .buttons-container button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff0066;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.cid-sRPGDJgIU2 .carousel .buttons-container button span {
  line-height: 2px;
  color: white;
}
.cid-sRPGEP6Vgs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGEP6Vgs .card {
  padding: 30px;
  background-color: #ebeae2;
}
@media (min-width: 992px) {
  .cid-sRPGEP6Vgs .card {
    padding: 60px;
  }
}
.cid-sRPGFQjz8V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGFQjz8V .card {
  background-color: #ebeae2;
}
.cid-sRPGGtxszL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGGtxszL .card {
  padding: 40px;
  background-color: #ebeae2;
}
.cid-sRPGGtxszL .mbr-section-btn {
  margin: 0 -0.6rem;
}
.cid-sRPGHEs1dr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGHEs1dr .card {
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-sRPGHEs1dr .title-section .mbr-section-title {
  text-align: center;
}
.cid-sRPGHEs1dr .card-title {
  flex: 1 1 auto;
}
.cid-sRPGHEs1dr .accordion-body {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.cid-sRPGHEs1dr .heading-acc[aria-expanded="true"] .acc-button {
  transform: rotate(-45deg);
}
.cid-sRPGHEs1dr .heading-acc:hover .acc-button {
  background-color: #ff0066;
}
.cid-sRPGHEs1dr .heading-acc:hover .acc-button .acc-button-line1,
.cid-sRPGHEs1dr .heading-acc:hover .acc-button .acc-button-line2 {
  background-color: white;
}
.cid-sRPGHEs1dr .acc-button-container .acc-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  transition: 0.3s linear;
}
.cid-sRPGHEs1dr .acc-button-container .acc-button .acc-button-line1,
.cid-sRPGHEs1dr .acc-button-container .acc-button .acc-button-line2 {
  transition: 0.3s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: black;
  width: 2px;
  height: 22px;
  transform: translate(-50%, -50%);
}
.cid-sRPGHEs1dr .acc-button-container .acc-button .acc-button-line1 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.cid-sRPGIqQUgJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGIqQUgJ .wrapper {
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-sRPGJ9VOC2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGJ9VOC2 .wrapper {
  padding: 40px;
  background-color: #ebeae2;
}
@media (min-width: 992px) {
  .cid-sRPGJ9VOC2 .wrapper {
    padding: 85px 100px 35px 100px;
  }
}
.cid-sRPGJ9VOC2 .card-padding {
  padding: 0.7rem;
}
.cid-sRPGJ9VOC2 .btn {
  display: flex;
  padding: 0.5rem 1rem;
}
.cid-sRPGJ9VOC2 .card {
  background-color: #ffffff;
}
.cid-sRPGJ9VOC2 .list {
  margin-bottom: 30px;
}
.cid-sRPGJ9VOC2 .card-body {
  padding: 45px;
  padding-bottom: 36px;
}
.cid-sRPGJ9VOC2 .card-img-top {
  width: 40px;
  height: 40px;
}
.cid-sRPGM1mEtg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGM1mEtg .title-section {
  padding: 0px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cid-sRPGM1mEtg .title-section {
    padding: 0 90px;
    margin-bottom: 40px;
  }
}
.cid-sRPGM1mEtg .btn {
  display: flex;
}
.cid-sRPGM1mEtg .card {
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-sRPGM1mEtg .card-body {
  padding: 40px 55px 30px 55px;
}
.cid-sRPGM1mEtg .col-img {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  margin-right: 22px;
}
.cid-sRPGM1mEtg .card-title {
  flex: 1 1 auto;
  width: auto;
}
.cid-sRPGM1mEtg .price {
  text-align: left;
}
.cid-sRPGM1mEtg .title-section .mbr-section-subtitle {
  text-align: center;
}
.cid-sRPGMA0Rs3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGMA0Rs3 .card {
  background-color: #ffffff;
  overflow: hidden;
  border: 2px solid #ebeae2;
}
.cid-sRPGMA0Rs3 .card-head-color {
  background-color: #ebeae2;
}
.cid-sRPGMA0Rs3 .card-header-container {
  padding: 30px 60px 20px 60px;
}
.cid-sRPGMA0Rs3 .card-content-container {
  padding: 20px 60px 30px 60px;
}
.cid-sRPGMA0Rs3 .card-content-section {
  margin-bottom: 0.8rem;
}
.cid-sRPGMA0Rs3 .card-content-section {
  border-bottom: 1px #ebeae2 solid;
}
.cid-sRPGMA0Rs3 .card-row {
  display: flex;
  margin-bottom: 0.3rem;
}
.cid-sRPGMA0Rs3 .card-row:last-child {
  margin-bottom: 0.8rem;
}
.cid-sRPGMA0Rs3 .card-row .card-l {
  flex: 1 1 50%;
  padding-right: 4px;
}
.cid-sRPGMA0Rs3 .card-row .card-r {
  padding-left: 4px;
  flex: 1 1 50%;
}
.cid-sRPGMA0Rs3 .card-content-footer {
  display: flex;
  align-items: center;
}
.cid-sRPGMA0Rs3 .card-content-footer .footer-left {
  flex: 1 0 auto;
}
.cid-sRPGMA0Rs3 .card-content-footer .footer-right {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
}
.cid-sRPGMA0Rs3 .card-content-footer .footer-right img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.cid-sRPGMA0Rs3 .card-head-title {
  display: flex;
  align-items: center;
}
.cid-sRPGMA0Rs3 .card-head-title__left {
  flex: 0 0 32px;
  height: 32px;
  padding-right: 15px;
}
.cid-sRPGMA0Rs3 .card-head-title__left .card-ico {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.cid-sRPGMA0Rs3 .card-head-title__right {
  flex: 1 1 auto;
  line-height: 1;
}
.cid-sRPGMA0Rs3 .card-header-container .card-r .mbr-text {
  text-align: right;
}
.cid-sRPGMA0Rs3 .card-content-section .card-r .mbr-text {
  text-align: right;
}
.cid-sRPGMA0Rs3 .title-margin {
  margin-bottom: 0.4rem;
}
.cid-sRPGOq7ILw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGOq7ILw .wrapper {
  background-color: #ebeae2;
}
.cid-sRPGOq7ILw li {
  list-style-type: none;
}
.cid-sRPGOq7ILw .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-sRPGOq7ILw .list-1 li {
  margin-bottom: 1rem;
}
.cid-sRPGOq7ILw .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-sRPGOq7ILw .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-sRPGOq7ILw .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-sRPGOq7ILw ul {
  margin: 0;
}
.cid-sRPGOq7ILw .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-sRPGSwQAN1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRPGSwQAN1 .wrapper {
  background-color: #ebeae2;
}
.cid-sRPGSwQAN1 .top-row {
  border-bottom: 1px solid #d1d0c5;
}
.cid-sRPGSwQAN1 li {
  list-style-type: none;
}
.cid-sRPGSwQAN1 .contact-info-m {
  margin-bottom: 1.875rem;
}
.cid-sRPGSwQAN1 .list-1 li {
  margin-bottom: 1rem;
}
.cid-sRPGSwQAN1 .list-1 li:last-child {
  margin-bottom: 0;
}
.cid-sRPGSwQAN1 .list-2 li {
  margin-bottom: 1.875rem;
}
.cid-sRPGSwQAN1 .list-2 li:last-child {
  margin-bottom: 0;
}
.cid-sRPGSwQAN1 ul {
  margin: 0;
}
.cid-sRPGSwQAN1 .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.cid-sRPGSwQAN1 .sect {
  display: flex;
  align-items: center;
}
.cid-sRPGSwQAN1 .sect__left {
  flex: 0 0 32px;
  margin-right: 15px;
}
.cid-sRPGSwQAN1 .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-sRPGSwQAN1 .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-sRPGWehCy8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sRPGWehCy8 .container {
    padding: 60px;
  }
}
.cid-sRPGWehCy8 .wrapper {
  background-color: #ebeae2;
}
.cid-sRPGWehCy8 .sect {
  display: flex;
  align-items: center;
}
.cid-sRPGWehCy8 .sect .img {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  margin-right: 16px;
}
.cid-sRPGWehCy8 .sect .mbr-text {
  flex: 1 1 auto;
}
.cid-sRPGWehCy8 .r.mbr-text {
  text-align: right;
}
