body {
  font-family: Epilogue;
}
.display-1 {
  font-family: 'Epilogue', sans-serif;
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Epilogue', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d20320 !important;
}
.bg-success {
  background-color: #1b899d !important;
}
.bg-info {
  background-color: #6d88cd !important;
}
.bg-warning {
  background-color: #ffff27 !important;
}
.bg-danger {
  background-color: #f87587 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d20320 !important;
  border-color: #d20320 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #7d0213 !important;
  border-color: #7d0213 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7d0213 !important;
  border-color: #7d0213 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f32541 !important;
  border-color: #f32541 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b70a22 !important;
  border-color: #b70a22 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b70a22 !important;
  border-color: #b70a22 !important;
}
.btn-info,
.btn-info:active {
  background-color: #6d88cd !important;
  border-color: #6d88cd !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3a59a9 !important;
  border-color: #3a59a9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3a59a9 !important;
  border-color: #3a59a9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #1b899d !important;
  border-color: #1b899d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0e4853 !important;
  border-color: #0e4853 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0e4853 !important;
  border-color: #0e4853 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffff27 !important;
  border-color: #ffff27 !important;
  color: #272700 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #cfcf00 !important;
  border-color: #cfcf00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #272700 !important;
  background-color: #cfcf00 !important;
  border-color: #cfcf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f87587 !important;
  border-color: #f87587 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #f4223f !important;
  border-color: #f4223f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f4223f !important;
  border-color: #f4223f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #282828 !important;
  border-color: #282828 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d20320;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7d0213 !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: #d20320 !important;
  border-color: #d20320 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f32541;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b70a22 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f32541 !important;
  border-color: #f32541 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6d88cd;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3a59a9 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6d88cd !important;
  border-color: #6d88cd !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1b899d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0e4853 !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: #1b899d !important;
  border-color: #1b899d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffff27;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cfcf00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #272700 !important;
  background-color: #ffff27 !important;
  border-color: #ffff27 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f87587;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #f4223f !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: #f87587 !important;
  border-color: #f87587 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #282828;
}
.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: #282828 !important;
  border-color: #282828 !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: #d20320 !important;
}
.text-secondary {
  color: #f32541 !important;
}
.text-success {
  color: #1b899d !important;
}
.text-info {
  color: #6d88cd !important;
}
.text-warning {
  color: #ffff27 !important;
}
.text-danger {
  color: #f87587 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #282828 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6d0211 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a9091f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0c3d46 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #36539e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c0c000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #f31433 !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;
}
.nav-tabs .nav-link.active {
  color: #d20320;
}
.nav-tabs .nav-link:not(.active) {
  color: #282828;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6d88cd;
}
.alert-warning {
  background-color: #ffff27;
}
.alert-danger {
  background-color: #f87587;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d20320;
  border-color: #d20320;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d20320;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fea3b0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #56cce2;
}
.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: #fffff3;
}
.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: 'Epilogue', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #d20320 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #d20320;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d20320;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d20320;
}
.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: #d20320;
  border-bottom-color: #d20320;
}
.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: #d20320 !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: #f32541 !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='%23d20320' %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-uP2SQcXBxi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uP2SQcXBxi .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;
}
@media (max-width: 767px) {
  .cid-uP2SQcXBxi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uP2SQcXBxi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP2SQcXBxi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uP2SQcXBxi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP2SQcXBxi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP2SQcXBxi .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uP2SQcXBxi .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uP2SQcXBxi .navbar-nav .nav-item .nav-link {
  padding: 0 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uP2SQcXBxi .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uP2SQcXBxi .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uP2SQcXBxi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uP2SQcXBxi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uP2SQcXBxi .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #030303;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-uP2SQcXBxi .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uP2SQcXBxi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uP2SQcXBxi .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uP2SQcXBxi .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uP2SQcXBxi .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uP2SQcXBxi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uP2SQcXBxi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uP2SQcXBxi .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #030303;
  box-shadow: 5px 10px 40px 0 #eeeeee;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uP2SQcXBxi .container {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uP2SQcXBxi .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uP2SQcXBxi .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uP2SQcXBxi .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-uP2SQcXBxi .nav-item:focus,
.cid-uP2SQcXBxi .nav-link:focus {
  outline: none;
}
.cid-uP2SQcXBxi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP2SQcXBxi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP2SQcXBxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uP2SQcXBxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP2SQcXBxi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP2SQcXBxi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP2SQcXBxi .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uP2SQcXBxi .navbar.opened {
  transition: all 0.3s;
}
.cid-uP2SQcXBxi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uP2SQcXBxi .navbar .navbar-logo img {
  width: auto;
}
.cid-uP2SQcXBxi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uP2SQcXBxi .navbar.collapsed {
  justify-content: center;
}
.cid-uP2SQcXBxi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP2SQcXBxi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP2SQcXBxi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.7rem);
  }
}
.cid-uP2SQcXBxi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP2SQcXBxi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP2SQcXBxi .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-uP2SQcXBxi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP2SQcXBxi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uP2SQcXBxi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uP2SQcXBxi .navbar {
    min-height: 72px;
  }
  .cid-uP2SQcXBxi .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uP2SQcXBxi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP2SQcXBxi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP2SQcXBxi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP2SQcXBxi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP2SQcXBxi .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-uP2SQcXBxi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP2SQcXBxi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uP2SQcXBxi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP2SQcXBxi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uP2SQcXBxi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uP2SQcXBxi .dropdown-item.active,
.cid-uP2SQcXBxi .dropdown-item:active {
  background-color: transparent;
}
.cid-uP2SQcXBxi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP2SQcXBxi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP2SQcXBxi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP2SQcXBxi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uP2SQcXBxi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uP2SQcXBxi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uP2SQcXBxi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uP2SQcXBxi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uP2SQcXBxi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uP2SQcXBxi .navbar-buttons {
    text-align: left;
  }
}
.cid-uP2SQcXBxi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uP2SQcXBxi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19171c;
}
.cid-uP2SQcXBxi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP2SQcXBxi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP2SQcXBxi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP2SQcXBxi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP2SQcXBxi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP2SQcXBxi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uP2SQcXBxi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uP2SQcXBxi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP2SQcXBxi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uP2SQcXBxi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP2SQcXBxi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uP2SQcXBxi .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP2SQcXBxi .navbar {
    height: 70px;
  }
  .cid-uP2SQcXBxi .navbar.opened {
    height: auto;
  }
  .cid-uP2SQcXBxi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uP2SQcXBxi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  margin-right: 30px;
}
.cid-uP2SQcXBxi .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uP2SQcXBxi .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uP2SQcXBxi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uP2SQcXBxi .navbar-brand {
    margin-right: auto;
  }
  .cid-uP2SQcXBxi .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #030303;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uP2SQcXBxi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uP2SQcXBxi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uP2SQcXBxi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uP33lALHeu {
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-uP33lALHeu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP33lALHeu .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-uP33lALHeu .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uP33lALHeu .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uP33lALHeu .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uP33lALHeu .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uP33lALHeu .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uP33lALHeu .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uP33lALHeu .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP33lALHeu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uP33lALHeu .btn-wrapper {
  margin-top: -15%;
}
.cid-uP33lALHeu .mbr-section-title {
  color: #272b2e;
}
.cid-uP33lALHeu .mbr-text,
.cid-uP33lALHeu .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uP33lALHeu .mbr-section-title,
.cid-uP33lALHeu .mbr-section-btn,
.cid-uP33lALHeu .clients-wrapper {
  text-align: center;
  color: #030303;
}
.cid-uP33y8Rgsd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e0f4f2;
}
.cid-uP33y8Rgsd .counter-container ul {
  margin-bottom: 0;
}
.cid-uP33y8Rgsd .counter-container ul li {
  padding-left: 0rem;
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uP33y8Rgsd .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -40px;
  content: "\e96b";
  top: -2px;
  display: flex;
  transform: rotate(30deg);
  justify-content: center;
  align-items: center;
  color: #ffb18a;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-uP3aGtfY8A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf7f7;
  overflow: hidden;
}
.cid-uP3aGtfY8A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3aGtfY8A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3aGtfY8A .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #e0f4f2, #e0f4f2);
  box-shadow: 10px 10px 19px #fdf7f7, -10px -10px 19px #fdf7f7;
}
@media (max-width: 767px) {
  .cid-uP3aGtfY8A .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uP3aGtfY8A .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uP3aGtfY8A .card-title {
  color: #030303;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uP3aGtfY8A .card-title {
    margin-bottom: 20px;
  }
}
.cid-uP3aGtfY8A .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uP3aGtfY8A .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uP3aGtfY8A .card-text {
  color: #878e99;
  margin-bottom: 0;
}
.cid-uP1UlMmHhi {
  overflow: hidden;
  background-color: #e0f4f2;
}
.cid-uP1UlMmHhi .reverse {
  flex-direction: row-reverse;
}
.cid-uP1UlMmHhi .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uP1UlMmHhi .mbr-section-head {
  position: absolute;
  transform: translate(10rem, 2rem) rotate(-90deg);
}
@media (max-width: 767px) {
  .cid-uP1UlMmHhi .mbr-section-head {
    transform: translate(-1rem, 2rem) rotate(-90deg);
  }
}
.cid-uP1UlMmHhi .wrap {
  padding-top: 10rem;
  padding-bottom: 8rem;
}
.cid-uP1UlMmHhi .content {
  background: #fdf7f7;
}
.cid-uP1UlMmHhi .item-content {
  padding: 12px 0;
}
.cid-uP1UlMmHhi img,
.cid-uP1UlMmHhi .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uP1UlMmHhi img,
  .cid-uP1UlMmHhi .item-img {
    max-height: 250px;
  }
}
.cid-uP1UlMmHhi .item:focus,
.cid-uP1UlMmHhi span:focus {
  outline: none;
}
.cid-uP1UlMmHhi .item-wrap {
  padding-right: 23px;
  padding-left: 23px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-uP1UlMmHhi .item-wrap {
    padding-right: 56.4px;
    padding-left: 56.4px;
    border-right: 1px solid rgba(61, 61, 61, 0.3);
  }
}
.cid-uP1UlMmHhi .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uP1UlMmHhi .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-uP1UlMmHhi .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-uP1UlMmHhi .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-uP1UlMmHhi .mbr-section-subtitle {
  text-align: right;
}
.cid-uP1UlMmHhi .mbr-section-title {
  text-align: right;
}
.cid-uP39UoZQUm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/4c8d1b3c4e78a45f2c72ef745986b2b0.png-1500x1000.png");
}
.cid-uP39UoZQUm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP39UoZQUm .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-uP39UoZQUm .container {
    padding: 0 30px;
  }
}
.cid-uP39UoZQUm .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uP39UoZQUm .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uP39UoZQUm .row.content {
  padding: 30px 0;
  border-top: 1px solid #030303;
  border-bottom: 1px solid #030303;
}
.cid-uP39UoZQUm .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uP39UoZQUm .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uP39UoZQUm .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP39UoZQUm .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uP39UoZQUm .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-uP39UoZQUm .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-uP39UoZQUm .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-uP39UoZQUm .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uP39UoZQUm .mbr-section-btn {
  margin-top: 30px;
}
.cid-uP39UoZQUm .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uP39UoZQUm .mbr-section-title {
  color: #f1f4e9;
}
.cid-uP39UoZQUm .mbr-desc {
  color: #f1f4e9;
}
.cid-uP39UoZQUm .mbr-text {
  color: #030303;
}
.cid-uP39UoZQUm .mbr-name {
  color: #f1f4e9;
}
.cid-uP39UoZQUm .mbr-section-title,
.cid-uP39UoZQUm .mbr-section-btn {
  text-align: center;
}
.cid-uP39UoZQUm .mbr-desc,
.cid-uP39UoZQUm .rating-wrapper {
  text-align: center;
  color: #030303;
}
.cid-uP34k1ezMi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f4f2;
}
.cid-uP34k1ezMi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP34k1ezMi .mbr-fallback-image {
  display: block;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP34k1ezMi .content-wrapper {
  display: flex;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uP34k1ezMi .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uP34k1ezMi .content-wrapper .content-wrap {
  width: 60%;
}
@media (max-width: 1199px) {
  .cid-uP34k1ezMi .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uP34k1ezMi .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uP34k1ezMi .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uP34k1ezMi .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uP34k1ezMi .content-wrapper .content-wrap .text-wrapper .mbr-section-title .mbr-iconfont {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uP34k1ezMi .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uP34k1ezMi .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uP34k1ezMi .content-wrapper .panel-group {
  width: 40%;
}
@media (max-width: 1199px) {
  .cid-uP34k1ezMi .content-wrapper .panel-group {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uP34k1ezMi .content-wrapper .panel-group {
    margin-bottom: 24px;
    width: 100%;
    padding: 0;
  }
}
.cid-uP34k1ezMi .content-wrapper .panel-group .card {
  position: relative;
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #000000;
  background-color: #fdf7f7;
  backgraund-color: show.bs.collapse #000000;
}
@media (max-width: 992px) {
  .cid-uP34k1ezMi .content-wrapper .panel-group .card {
    padding: 16px;
    width: 100%;
  }
}
.cid-uP34k1ezMi .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uP34k1ezMi .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uP34k1ezMi .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uP34k1ezMi .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uP34k1ezMi .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uP34k1ezMi .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-uP34k1ezMi .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uP34k1ezMi .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uP34k1ezMi .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uP34k1ezMi .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uP34k1ezMi .mbr-section-title,
.cid-uP34k1ezMi .mbr-text,
.cid-uP34k1ezMi .panel-title-edit,
.cid-uP34k1ezMi .panel-text {
  color: #000000;
}
.cid-uP3dwis9gQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf7f7;
}
.cid-uP3dwis9gQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3dwis9gQ .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-uP3dwis9gQ .container {
    padding: 0 30px;
  }
}
.cid-uP3dwis9gQ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uP3dwis9gQ .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uP3dwis9gQ .row.content {
  padding: 30px 0;
  border-top: 1px solid #030303;
  border-bottom: 1px solid #030303;
}
.cid-uP3dwis9gQ .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uP3dwis9gQ .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uP3dwis9gQ .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP3dwis9gQ .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uP3dwis9gQ .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-uP3dwis9gQ .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-uP3dwis9gQ .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-uP3dwis9gQ .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uP3dwis9gQ .mbr-section-btn {
  margin-top: 30px;
}
.cid-uP3dwis9gQ .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uP3dwis9gQ .mbr-section-title {
  color: #f1f4e9;
}
.cid-uP3dwis9gQ .mbr-desc {
  color: #f1f4e9;
}
.cid-uP3dwis9gQ .mbr-text {
  color: #030303;
}
.cid-uP3dwis9gQ .mbr-name {
  color: #f1f4e9;
}
.cid-uP3dwis9gQ .mbr-section-title,
.cid-uP3dwis9gQ .mbr-section-btn {
  text-align: center;
}
.cid-uP3dwis9gQ .mbr-desc,
.cid-uP3dwis9gQ .rating-wrapper {
  text-align: center;
  color: #030303;
}
.cid-uP3aZRhf0k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/web-0-cover-gettyimages-1263930254-1170x658.jpg-1170x658.jpg");
}
.cid-uP3aZRhf0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3aZRhf0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3aZRhf0k .row {
  justify-content: center;
}
.cid-uP3aZRhf0k .title-wrapper {
  padding: 71px;
  background-color: #fdf7f7;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uP3aZRhf0k .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uP3aZRhf0k .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP3aZRhf0k .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uP3aZRhf0k .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uP3aZRhf0k .mbr-text {
  color: #747474;
}
.cid-uP3aZRhf0k .mbr-text,
.cid-uP3aZRhf0k .mbr-section-btn {
  text-align: center;
  color: #030303;
}
.cid-uP3aZRhf0k .mbr-section-title,
.cid-uP3aZRhf0k .mbr-iconfont {
  color: #030303;
}
.cid-uP37XLQs40 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf7f7;
}
.cid-uP37XLQs40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP37XLQs40 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP37XLQs40 .row {
  justify-content: space-between;
}
.cid-uP37XLQs40 .card {
  justify-content: center;
}
.cid-uP37XLQs40 .content-wrapper .number-wrapper {
  margin-bottom: 20px;
  padding: 0 20px;
}
.cid-uP37XLQs40 .content-wrapper .number-wrapper .mbr-number {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 20px;
  background-color: #030303;
  z-index: 1;
}
.cid-uP37XLQs40 .content-wrapper .number-wrapper .mbr-number::before {
  content: '';
  position: absolute;
  left: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #030303;
  z-index: -1;
}
.cid-uP37XLQs40 .content-wrapper .number-wrapper .mbr-number::after {
  content: '';
  position: absolute;
  right: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #030303;
  z-index: -1;
}
.cid-uP37XLQs40 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uP37XLQs40 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uP37XLQs40 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uP37XLQs40 .image-wrapper {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uP37XLQs40 .image-wrapper {
    margin-left: 0;
  }
}
.cid-uP37XLQs40 .image-wrapper img {
  height: 700px;
  border: 20px solid #ffffff;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uP37XLQs40 .image-wrapper img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uP37XLQs40 .mbr-number {
  color: #000c3f;
}
.cid-uP37XLQs40 .mbr-section-title {
  color: #ffffff;
}
.cid-uP37XLQs40 .mbr-text {
  color: #ffffff;
}
.cid-uP37XLQs40 .mbr-number,
.cid-uP37XLQs40 .number-wrapper {
  color: #ffffff;
}
.cid-uP21E3uuqN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f4f2;
}
.cid-uP21E3uuqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP21E3uuqN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP21E3uuqN .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uP21E3uuqN .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uP21E3uuqN .container {
    padding: 0 12px;
  }
}
.cid-uP21E3uuqN .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uP21E3uuqN .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uP21E3uuqN .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #e0f4f2;
  box-shadow: 4px 4px #e0f4f2;
  background-color: #e0f4f2;
}
@media (max-width: 992px) {
  .cid-uP21E3uuqN .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uP21E3uuqN .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uP21E3uuqN .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uP21E3uuqN .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uP21E3uuqN .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uP21E3uuqN .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uP21E3uuqN .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uP21E3uuqN .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uP21E3uuqN .mbr-section-title {
  color: #030303;
  text-align: center;
}
.cid-uP21E3uuqN .mbr-section-subtitle {
  color: #222222;
}
.cid-uP21E3uuqN .mbr-text {
  color: #222222;
}
.cid-uP21E3uuqN .list {
  color: #222222;
}
.cid-uP34nVghxM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uP34nVghxM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP34nVghxM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP34nVghxM .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uP34nVghxM .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uP34nVghxM .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uP34nVghxM .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #fdf7f7;
}
@media (max-width: 992px) {
  .cid-uP34nVghxM .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uP34nVghxM .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uP34nVghxM .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uP34nVghxM .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uP34nVghxM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uP34nVghxM .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uP34nVghxM .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uP34nVghxM .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #030303;
}
.cid-uP34nVghxM .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uP34nVghxM .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uP34nVghxM .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uP34nVghxM .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uP34nVghxM .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uP34nVghxM .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP34nVghxM .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uP34nVghxM .card {
  justify-content: space-between;
}
.cid-uP34nVghxM .mbr-section-title {
  color: #030303;
  text-align: center;
}
.cid-uP34nVghxM .panel-title-edit {
  color: #030303;
}
.cid-uP34nVghxM .panel-text {
  color: #f24d4a;
}
.cid-uP3b0TY8rB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f4f2;
}
.cid-uP3b0TY8rB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3b0TY8rB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3b0TY8rB .row {
  justify-content: center;
}
.cid-uP3b0TY8rB .title-wrapper {
  padding: 71px;
  background-color: #fdf7f7;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uP3b0TY8rB .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uP3b0TY8rB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP3b0TY8rB .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uP3b0TY8rB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uP3b0TY8rB .mbr-text {
  color: #747474;
}
.cid-uP3b0TY8rB .mbr-text,
.cid-uP3b0TY8rB .mbr-section-btn {
  text-align: center;
  color: #030303;
}
.cid-uP3b0TY8rB .mbr-section-title,
.cid-uP3b0TY8rB .mbr-iconfont {
  color: #030303;
}
.cid-uP3dAuajX6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf7f7;
}
.cid-uP3dAuajX6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3dAuajX6 .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-uP3dAuajX6 .container {
    padding: 0 30px;
  }
}
.cid-uP3dAuajX6 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uP3dAuajX6 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uP3dAuajX6 .row.content {
  padding: 30px 0;
  border-top: 1px solid #030303;
  border-bottom: 1px solid #030303;
}
.cid-uP3dAuajX6 .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uP3dAuajX6 .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uP3dAuajX6 .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP3dAuajX6 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uP3dAuajX6 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-uP3dAuajX6 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-uP3dAuajX6 .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-uP3dAuajX6 .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uP3dAuajX6 .mbr-section-btn {
  margin-top: 30px;
}
.cid-uP3dAuajX6 .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uP3dAuajX6 .mbr-section-title {
  color: #f1f4e9;
}
.cid-uP3dAuajX6 .mbr-desc {
  color: #f1f4e9;
}
.cid-uP3dAuajX6 .mbr-text {
  color: #030303;
}
.cid-uP3dAuajX6 .mbr-name {
  color: #f1f4e9;
}
.cid-uP3dAuajX6 .mbr-section-title,
.cid-uP3dAuajX6 .mbr-section-btn {
  text-align: center;
}
.cid-uP3dAuajX6 .mbr-desc,
.cid-uP3dAuajX6 .rating-wrapper {
  text-align: center;
  color: #030303;
}
.cid-uP1TaOKpCY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f4f2;
}
.cid-uP1TaOKpCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP1TaOKpCY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP1TaOKpCY .mbr-section-title {
  margin-bottom: 0;
  color: #2c2c26;
  text-align: center;
}
.cid-uP1TaOKpCY .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .cid-uP1TaOKpCY .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uP1TaOKpCY .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uP1TaOKpCY .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uP1TaOKpCY .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-uP1TaOKpCY .card-wrapper .google-map {
  position: relative;
  z-index: 1;
}
.cid-uP1TaOKpCY .card-wrapper .google-map iframe {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uP1TaOKpCY .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-t84tfqwGWD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e0f4f2;
}
@media (min-width: 992px) {
  .cid-t84tfqwGWD .wrapper {
    padding: 0 28px;
  }
}
.cid-t84tfqwGWD .list {
  list-style: none;
  padding-left: 0;
  color: #030303;
}
@media (max-width: 991px) {
  .cid-t84tfqwGWD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t84tfqwGWD .list {
    margin-bottom: 0rem;
  }
}
.cid-t84tfqwGWD .list li {
  transition: all linear .3s;
}
.cid-t84tfqwGWD .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-t84tfqwGWD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t84tfqwGWD .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-t84tfqwGWD .copyright {
  color: #030303;
}
.cid-t84tfqwGWD .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-t84tfqwGWD .top {
    padding-top: 75px;
  }
}
.cid-t84tfqwGWD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t84tfqwGWD .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-t84tfqwGWD .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-t84tfqwGWD .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-t84tfqwGWD .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-t84tfqwGWD .mbr-section-subtitle {
  color: #030303;
}
.cid-uP2SQcXBxi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uP2SQcXBxi .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;
}
@media (max-width: 767px) {
  .cid-uP2SQcXBxi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uP2SQcXBxi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP2SQcXBxi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uP2SQcXBxi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP2SQcXBxi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP2SQcXBxi .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uP2SQcXBxi .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uP2SQcXBxi .navbar-nav .nav-item .nav-link {
  padding: 0 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uP2SQcXBxi .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uP2SQcXBxi .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uP2SQcXBxi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uP2SQcXBxi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uP2SQcXBxi .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #030303;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-uP2SQcXBxi .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uP2SQcXBxi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uP2SQcXBxi .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uP2SQcXBxi .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uP2SQcXBxi .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uP2SQcXBxi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uP2SQcXBxi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uP2SQcXBxi .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #030303;
  box-shadow: 5px 10px 40px 0 #eeeeee;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uP2SQcXBxi .container {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uP2SQcXBxi .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uP2SQcXBxi .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uP2SQcXBxi .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-uP2SQcXBxi .nav-item:focus,
.cid-uP2SQcXBxi .nav-link:focus {
  outline: none;
}
.cid-uP2SQcXBxi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP2SQcXBxi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP2SQcXBxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uP2SQcXBxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP2SQcXBxi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP2SQcXBxi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP2SQcXBxi .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uP2SQcXBxi .navbar.opened {
  transition: all 0.3s;
}
.cid-uP2SQcXBxi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uP2SQcXBxi .navbar .navbar-logo img {
  width: auto;
}
.cid-uP2SQcXBxi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uP2SQcXBxi .navbar.collapsed {
  justify-content: center;
}
.cid-uP2SQcXBxi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP2SQcXBxi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP2SQcXBxi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.7rem);
  }
}
.cid-uP2SQcXBxi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP2SQcXBxi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP2SQcXBxi .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-uP2SQcXBxi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP2SQcXBxi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uP2SQcXBxi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uP2SQcXBxi .navbar {
    min-height: 72px;
  }
  .cid-uP2SQcXBxi .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uP2SQcXBxi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP2SQcXBxi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP2SQcXBxi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP2SQcXBxi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP2SQcXBxi .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-uP2SQcXBxi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP2SQcXBxi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uP2SQcXBxi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP2SQcXBxi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uP2SQcXBxi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uP2SQcXBxi .dropdown-item.active,
.cid-uP2SQcXBxi .dropdown-item:active {
  background-color: transparent;
}
.cid-uP2SQcXBxi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP2SQcXBxi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP2SQcXBxi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP2SQcXBxi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uP2SQcXBxi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uP2SQcXBxi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uP2SQcXBxi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uP2SQcXBxi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uP2SQcXBxi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uP2SQcXBxi .navbar-buttons {
    text-align: left;
  }
}
.cid-uP2SQcXBxi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uP2SQcXBxi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19171c;
}
.cid-uP2SQcXBxi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP2SQcXBxi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP2SQcXBxi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP2SQcXBxi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP2SQcXBxi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP2SQcXBxi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uP2SQcXBxi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uP2SQcXBxi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP2SQcXBxi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uP2SQcXBxi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP2SQcXBxi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uP2SQcXBxi .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP2SQcXBxi .navbar {
    height: 70px;
  }
  .cid-uP2SQcXBxi .navbar.opened {
    height: auto;
  }
  .cid-uP2SQcXBxi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uP2SQcXBxi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  margin-right: 30px;
}
.cid-uP2SQcXBxi .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uP2SQcXBxi .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uP2SQcXBxi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uP2SQcXBxi .navbar-brand {
    margin-right: auto;
  }
  .cid-uP2SQcXBxi .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #030303;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uP2SQcXBxi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uP2SQcXBxi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uP2SQcXBxi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uP3iQPiN7U {
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-uP3iQPiN7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3iQPiN7U .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-uP3iQPiN7U .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uP3iQPiN7U .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uP3iQPiN7U .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uP3iQPiN7U .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uP3iQPiN7U .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uP3iQPiN7U .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uP3iQPiN7U .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3iQPiN7U .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uP3iQPiN7U .btn-wrapper {
  margin-top: -15%;
}
.cid-uP3iQPiN7U .mbr-section-title {
  color: #272b2e;
}
.cid-uP3iQPiN7U .mbr-text,
.cid-uP3iQPiN7U .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uP3iQPiN7U .mbr-section-title,
.cid-uP3iQPiN7U .mbr-section-btn,
.cid-uP3iQPiN7U .clients-wrapper {
  text-align: center;
  color: #030303;
}
.cid-uP3iYqJu4q {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fdf7f7;
}
.cid-uP3iYqJu4q .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-uP3iYqJu4q .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uP3iYqJu4q .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uP3iYqJu4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3iYqJu4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP2dkx802Y {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #e0f4f2;
}
.cid-uP2dkx802Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP2dkx802Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP2dkx802Y .mbr-section-title {
  margin-bottom: 0;
  color: #2c2c26;
  text-align: center;
}
.cid-uP2dkx802Y .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .cid-uP2dkx802Y .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uP2dkx802Y .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uP2dkx802Y .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uP2dkx802Y .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-uP2dkx802Y .card-wrapper .google-map {
  position: relative;
  z-index: 1;
}
.cid-uP2dkx802Y .card-wrapper .google-map iframe {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uP2dkx802Y .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-uP2dkyc7jh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e0f4f2;
}
@media (min-width: 992px) {
  .cid-uP2dkyc7jh .wrapper {
    padding: 0 28px;
  }
}
.cid-uP2dkyc7jh .list {
  list-style: none;
  padding-left: 0;
  color: #030303;
}
@media (max-width: 991px) {
  .cid-uP2dkyc7jh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP2dkyc7jh .list {
    margin-bottom: 0rem;
  }
}
.cid-uP2dkyc7jh .list li {
  transition: all linear .3s;
}
.cid-uP2dkyc7jh .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uP2dkyc7jh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uP2dkyc7jh .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uP2dkyc7jh .copyright {
  color: #030303;
}
.cid-uP2dkyc7jh .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uP2dkyc7jh .top {
    padding-top: 75px;
  }
}
.cid-uP2dkyc7jh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uP2dkyc7jh .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uP2dkyc7jh .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uP2dkyc7jh .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uP2dkyc7jh .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uP2dkyc7jh .mbr-section-subtitle {
  color: #030303;
}
.cid-uP2SQcXBxi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uP2SQcXBxi .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;
}
@media (max-width: 767px) {
  .cid-uP2SQcXBxi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uP2SQcXBxi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP2SQcXBxi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uP2SQcXBxi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP2SQcXBxi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP2SQcXBxi .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uP2SQcXBxi .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uP2SQcXBxi .navbar-nav .nav-item .nav-link {
  padding: 0 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uP2SQcXBxi .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uP2SQcXBxi .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uP2SQcXBxi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uP2SQcXBxi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uP2SQcXBxi .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #030303;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-uP2SQcXBxi .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uP2SQcXBxi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uP2SQcXBxi .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uP2SQcXBxi .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uP2SQcXBxi .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uP2SQcXBxi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uP2SQcXBxi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uP2SQcXBxi .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #030303;
  box-shadow: 5px 10px 40px 0 #eeeeee;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uP2SQcXBxi .container {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uP2SQcXBxi .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uP2SQcXBxi .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uP2SQcXBxi .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-uP2SQcXBxi .nav-item:focus,
.cid-uP2SQcXBxi .nav-link:focus {
  outline: none;
}
.cid-uP2SQcXBxi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP2SQcXBxi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP2SQcXBxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uP2SQcXBxi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP2SQcXBxi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP2SQcXBxi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP2SQcXBxi .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uP2SQcXBxi .navbar.opened {
  transition: all 0.3s;
}
.cid-uP2SQcXBxi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uP2SQcXBxi .navbar .navbar-logo img {
  width: auto;
}
.cid-uP2SQcXBxi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uP2SQcXBxi .navbar.collapsed {
  justify-content: center;
}
.cid-uP2SQcXBxi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP2SQcXBxi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP2SQcXBxi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.7rem);
  }
}
.cid-uP2SQcXBxi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP2SQcXBxi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP2SQcXBxi .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-uP2SQcXBxi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP2SQcXBxi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uP2SQcXBxi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uP2SQcXBxi .navbar {
    min-height: 72px;
  }
  .cid-uP2SQcXBxi .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uP2SQcXBxi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP2SQcXBxi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP2SQcXBxi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP2SQcXBxi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP2SQcXBxi .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-uP2SQcXBxi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP2SQcXBxi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uP2SQcXBxi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP2SQcXBxi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uP2SQcXBxi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uP2SQcXBxi .dropdown-item.active,
.cid-uP2SQcXBxi .dropdown-item:active {
  background-color: transparent;
}
.cid-uP2SQcXBxi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP2SQcXBxi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP2SQcXBxi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP2SQcXBxi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uP2SQcXBxi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uP2SQcXBxi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uP2SQcXBxi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uP2SQcXBxi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uP2SQcXBxi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uP2SQcXBxi .navbar-buttons {
    text-align: left;
  }
}
.cid-uP2SQcXBxi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uP2SQcXBxi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19171c;
}
.cid-uP2SQcXBxi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP2SQcXBxi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP2SQcXBxi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP2SQcXBxi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP2SQcXBxi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP2SQcXBxi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uP2SQcXBxi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uP2SQcXBxi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP2SQcXBxi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uP2SQcXBxi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP2SQcXBxi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uP2SQcXBxi .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP2SQcXBxi .navbar {
    height: 70px;
  }
  .cid-uP2SQcXBxi .navbar.opened {
    height: auto;
  }
  .cid-uP2SQcXBxi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uP2SQcXBxi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  margin-right: 30px;
}
.cid-uP2SQcXBxi .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uP2SQcXBxi .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uP2SQcXBxi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uP2SQcXBxi .navbar-brand {
    margin-right: auto;
  }
  .cid-uP2SQcXBxi .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #030303;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uP2SQcXBxi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uP2SQcXBxi .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uP2SQcXBxi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uP2SQcXBxi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uP3jnrATLG {
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-uP3jnrATLG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3jnrATLG .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-uP3jnrATLG .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uP3jnrATLG .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uP3jnrATLG .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uP3jnrATLG .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uP3jnrATLG .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uP3jnrATLG .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uP3jnrATLG .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3jnrATLG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uP3jnrATLG .btn-wrapper {
  margin-top: -15%;
}
.cid-uP3jnrATLG .mbr-section-title {
  color: #272b2e;
}
.cid-uP3jnrATLG .mbr-text,
.cid-uP3jnrATLG .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uP3jnrATLG .mbr-section-title,
.cid-uP3jnrATLG .mbr-section-btn,
.cid-uP3jnrATLG .clients-wrapper {
  text-align: center;
  color: #030303;
}
.cid-uP3jvSmd7H {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fdf7f7;
}
.cid-uP3jvSmd7H .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-uP3jvSmd7H .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uP3jvSmd7H .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uP3jvSmd7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3jvSmd7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP2dV8Tzkt {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #e0f4f2;
}
.cid-uP2dV8Tzkt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP2dV8Tzkt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP2dV8Tzkt .mbr-section-title {
  margin-bottom: 0;
  color: #2c2c26;
  text-align: center;
}
.cid-uP2dV8Tzkt .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .cid-uP2dV8Tzkt .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uP2dV8Tzkt .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uP2dV8Tzkt .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uP2dV8Tzkt .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-uP2dV8Tzkt .card-wrapper .google-map {
  position: relative;
  z-index: 1;
}
.cid-uP2dV8Tzkt .card-wrapper .google-map iframe {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uP2dV8Tzkt .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-uP2dV9RCkM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e0f4f2;
}
@media (min-width: 992px) {
  .cid-uP2dV9RCkM .wrapper {
    padding: 0 28px;
  }
}
.cid-uP2dV9RCkM .list {
  list-style: none;
  padding-left: 0;
  color: #030303;
}
@media (max-width: 991px) {
  .cid-uP2dV9RCkM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP2dV9RCkM .list {
    margin-bottom: 0rem;
  }
}
.cid-uP2dV9RCkM .list li {
  transition: all linear .3s;
}
.cid-uP2dV9RCkM .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uP2dV9RCkM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uP2dV9RCkM .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uP2dV9RCkM .copyright {
  color: #030303;
}
.cid-uP2dV9RCkM .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uP2dV9RCkM .top {
    padding-top: 75px;
  }
}
.cid-uP2dV9RCkM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uP2dV9RCkM .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uP2dV9RCkM .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uP2dV9RCkM .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uP2dV9RCkM .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uP2dV9RCkM .mbr-section-subtitle {
  color: #030303;
}
.cid-uP3k04XLpX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uP3k04XLpX .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;
}
@media (max-width: 767px) {
  .cid-uP3k04XLpX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uP3k04XLpX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP3k04XLpX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uP3k04XLpX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP3k04XLpX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP3k04XLpX .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uP3k04XLpX .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uP3k04XLpX .navbar-nav .nav-item .nav-link {
  padding: 0 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uP3k04XLpX .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uP3k04XLpX .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uP3k04XLpX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uP3k04XLpX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uP3k04XLpX .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #030303;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-uP3k04XLpX .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uP3k04XLpX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uP3k04XLpX .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uP3k04XLpX .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uP3k04XLpX .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uP3k04XLpX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uP3k04XLpX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uP3k04XLpX .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #030303;
  box-shadow: 5px 10px 40px 0 #eeeeee;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uP3k04XLpX .container {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uP3k04XLpX .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uP3k04XLpX .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uP3k04XLpX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-uP3k04XLpX .nav-item:focus,
.cid-uP3k04XLpX .nav-link:focus {
  outline: none;
}
.cid-uP3k04XLpX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP3k04XLpX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP3k04XLpX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uP3k04XLpX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP3k04XLpX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP3k04XLpX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP3k04XLpX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uP3k04XLpX .navbar.opened {
  transition: all 0.3s;
}
.cid-uP3k04XLpX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uP3k04XLpX .navbar .navbar-logo img {
  width: auto;
}
.cid-uP3k04XLpX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uP3k04XLpX .navbar.collapsed {
  justify-content: center;
}
.cid-uP3k04XLpX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP3k04XLpX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP3k04XLpX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.7rem);
  }
}
.cid-uP3k04XLpX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP3k04XLpX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP3k04XLpX .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-uP3k04XLpX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP3k04XLpX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uP3k04XLpX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uP3k04XLpX .navbar {
    min-height: 72px;
  }
  .cid-uP3k04XLpX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uP3k04XLpX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP3k04XLpX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP3k04XLpX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP3k04XLpX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP3k04XLpX .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-uP3k04XLpX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP3k04XLpX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uP3k04XLpX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP3k04XLpX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uP3k04XLpX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uP3k04XLpX .dropdown-item.active,
.cid-uP3k04XLpX .dropdown-item:active {
  background-color: transparent;
}
.cid-uP3k04XLpX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP3k04XLpX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP3k04XLpX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP3k04XLpX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uP3k04XLpX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uP3k04XLpX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uP3k04XLpX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uP3k04XLpX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uP3k04XLpX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uP3k04XLpX .navbar-buttons {
    text-align: left;
  }
}
.cid-uP3k04XLpX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uP3k04XLpX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19171c;
}
.cid-uP3k04XLpX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP3k04XLpX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP3k04XLpX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP3k04XLpX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP3k04XLpX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP3k04XLpX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uP3k04XLpX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uP3k04XLpX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP3k04XLpX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uP3k04XLpX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP3k04XLpX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uP3k04XLpX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP3k04XLpX .navbar {
    height: 70px;
  }
  .cid-uP3k04XLpX .navbar.opened {
    height: auto;
  }
  .cid-uP3k04XLpX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP3k04XLpX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uP3k04XLpX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uP3k04XLpX .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uP3k04XLpX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uP3k04XLpX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uP3k04XLpX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uP3k04XLpX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  margin-right: 30px;
}
.cid-uP3k04XLpX .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uP3k04XLpX .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uP3k04XLpX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uP3k04XLpX .navbar-brand {
    margin-right: auto;
  }
  .cid-uP3k04XLpX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #030303;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uP3k04XLpX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uP3k04XLpX .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uP3k04XLpX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uP3k04XLpX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uP3k04XLpX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uP3k04XLpX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uP3k04XLpX .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uP3k04XLpX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uP3k04XLpX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uP3k06h2EI {
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-uP3k06h2EI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3k06h2EI .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-uP3k06h2EI .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uP3k06h2EI .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uP3k06h2EI .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uP3k06h2EI .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uP3k06h2EI .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uP3k06h2EI .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uP3k06h2EI .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3k06h2EI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uP3k06h2EI .btn-wrapper {
  margin-top: -15%;
}
.cid-uP3k06h2EI .mbr-section-title {
  color: #272b2e;
}
.cid-uP3k06h2EI .mbr-text,
.cid-uP3k06h2EI .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uP3k06h2EI .mbr-section-title,
.cid-uP3k06h2EI .mbr-section-btn,
.cid-uP3k06h2EI .clients-wrapper {
  text-align: center;
  color: #030303;
}
.cid-uP3k07YPbT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e0f4f2;
}
.cid-uP3k07YPbT .counter-container ul {
  margin-bottom: 0;
}
.cid-uP3k07YPbT .counter-container ul li {
  padding-left: 0rem;
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uP3k07YPbT .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -40px;
  content: "\e96b";
  top: -2px;
  display: flex;
  transform: rotate(30deg);
  justify-content: center;
  align-items: center;
  color: #ffb18a;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-uP3k096xkA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf7f7;
  overflow: hidden;
}
.cid-uP3k096xkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3k096xkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3k096xkA .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #e0f4f2, #e0f4f2);
  box-shadow: 10px 10px 19px #fdf7f7, -10px -10px 19px #fdf7f7;
}
@media (max-width: 767px) {
  .cid-uP3k096xkA .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uP3k096xkA .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uP3k096xkA .card-title {
  color: #030303;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uP3k096xkA .card-title {
    margin-bottom: 20px;
  }
}
.cid-uP3k096xkA .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uP3k096xkA .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uP3k096xkA .card-text {
  color: #878e99;
  margin-bottom: 0;
}
.cid-uP3k0aeLzi {
  overflow: hidden;
  background-color: #e0f4f2;
}
.cid-uP3k0aeLzi .reverse {
  flex-direction: row-reverse;
}
.cid-uP3k0aeLzi .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uP3k0aeLzi .mbr-section-head {
  position: absolute;
  transform: translate(10rem, 2rem) rotate(-90deg);
}
@media (max-width: 767px) {
  .cid-uP3k0aeLzi .mbr-section-head {
    transform: translate(-1rem, 2rem) rotate(-90deg);
  }
}
.cid-uP3k0aeLzi .wrap {
  padding-top: 10rem;
  padding-bottom: 8rem;
}
.cid-uP3k0aeLzi .content {
  background: #fdf7f7;
}
.cid-uP3k0aeLzi .item-content {
  padding: 12px 0;
}
.cid-uP3k0aeLzi img,
.cid-uP3k0aeLzi .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uP3k0aeLzi img,
  .cid-uP3k0aeLzi .item-img {
    max-height: 250px;
  }
}
.cid-uP3k0aeLzi .item:focus,
.cid-uP3k0aeLzi span:focus {
  outline: none;
}
.cid-uP3k0aeLzi .item-wrap {
  padding-right: 23px;
  padding-left: 23px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-uP3k0aeLzi .item-wrap {
    padding-right: 56.4px;
    padding-left: 56.4px;
    border-right: 1px solid rgba(61, 61, 61, 0.3);
  }
}
.cid-uP3k0aeLzi .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uP3k0aeLzi .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-uP3k0aeLzi .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-uP3k0aeLzi .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-uP3k0aeLzi .mbr-section-subtitle {
  text-align: right;
}
.cid-uP3k0aeLzi .mbr-section-title {
  text-align: right;
}
.cid-uP3k0bLPDu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf7f7;
}
.cid-uP3k0bLPDu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3k0bLPDu .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-uP3k0bLPDu .container {
    padding: 0 30px;
  }
}
.cid-uP3k0bLPDu .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uP3k0bLPDu .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uP3k0bLPDu .row.content {
  padding: 30px 0;
  border-top: 1px solid #030303;
  border-bottom: 1px solid #030303;
}
.cid-uP3k0bLPDu .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uP3k0bLPDu .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uP3k0bLPDu .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP3k0bLPDu .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uP3k0bLPDu .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-uP3k0bLPDu .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-uP3k0bLPDu .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-uP3k0bLPDu .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uP3k0bLPDu .mbr-section-btn {
  margin-top: 30px;
}
.cid-uP3k0bLPDu .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uP3k0bLPDu .mbr-section-title {
  color: #f1f4e9;
}
.cid-uP3k0bLPDu .mbr-desc {
  color: #f1f4e9;
}
.cid-uP3k0bLPDu .mbr-text {
  color: #030303;
}
.cid-uP3k0bLPDu .mbr-name {
  color: #f1f4e9;
}
.cid-uP3k0bLPDu .mbr-section-title,
.cid-uP3k0bLPDu .mbr-section-btn {
  text-align: center;
}
.cid-uP3k0bLPDu .mbr-desc,
.cid-uP3k0bLPDu .rating-wrapper {
  text-align: center;
  color: #030303;
}
.cid-uP3k0d2TsP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f4f2;
}
.cid-uP3k0d2TsP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3k0d2TsP .mbr-fallback-image {
  display: block;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3k0d2TsP .content-wrapper {
  display: flex;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uP3k0d2TsP .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uP3k0d2TsP .content-wrapper .content-wrap {
  width: 60%;
}
@media (max-width: 1199px) {
  .cid-uP3k0d2TsP .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uP3k0d2TsP .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uP3k0d2TsP .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uP3k0d2TsP .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uP3k0d2TsP .content-wrapper .content-wrap .text-wrapper .mbr-section-title .mbr-iconfont {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uP3k0d2TsP .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uP3k0d2TsP .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uP3k0d2TsP .content-wrapper .panel-group {
  width: 40%;
}
@media (max-width: 1199px) {
  .cid-uP3k0d2TsP .content-wrapper .panel-group {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uP3k0d2TsP .content-wrapper .panel-group {
    margin-bottom: 24px;
    width: 100%;
    padding: 0;
  }
}
.cid-uP3k0d2TsP .content-wrapper .panel-group .card {
  position: relative;
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #000000;
  background-color: #fdf7f7;
  backgraund-color: show.bs.collapse #000000;
}
@media (max-width: 992px) {
  .cid-uP3k0d2TsP .content-wrapper .panel-group .card {
    padding: 16px;
    width: 100%;
  }
}
.cid-uP3k0d2TsP .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uP3k0d2TsP .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uP3k0d2TsP .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uP3k0d2TsP .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uP3k0d2TsP .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uP3k0d2TsP .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-uP3k0d2TsP .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uP3k0d2TsP .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uP3k0d2TsP .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uP3k0d2TsP .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uP3k0d2TsP .mbr-section-title,
.cid-uP3k0d2TsP .mbr-text,
.cid-uP3k0d2TsP .panel-title-edit,
.cid-uP3k0d2TsP .panel-text {
  color: #000000;
}
.cid-uP3k0etxvO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf7f7;
}
.cid-uP3k0etxvO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3k0etxvO .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-uP3k0etxvO .container {
    padding: 0 30px;
  }
}
.cid-uP3k0etxvO .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uP3k0etxvO .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uP3k0etxvO .row.content {
  padding: 30px 0;
  border-top: 1px solid #030303;
  border-bottom: 1px solid #030303;
}
.cid-uP3k0etxvO .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uP3k0etxvO .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uP3k0etxvO .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP3k0etxvO .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uP3k0etxvO .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-uP3k0etxvO .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-uP3k0etxvO .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-uP3k0etxvO .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uP3k0etxvO .mbr-section-btn {
  margin-top: 30px;
}
.cid-uP3k0etxvO .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uP3k0etxvO .mbr-section-title {
  color: #f1f4e9;
}
.cid-uP3k0etxvO .mbr-desc {
  color: #f1f4e9;
}
.cid-uP3k0etxvO .mbr-text {
  color: #030303;
}
.cid-uP3k0etxvO .mbr-name {
  color: #f1f4e9;
}
.cid-uP3k0etxvO .mbr-section-title,
.cid-uP3k0etxvO .mbr-section-btn {
  text-align: center;
}
.cid-uP3k0etxvO .mbr-desc,
.cid-uP3k0etxvO .rating-wrapper {
  text-align: center;
  color: #030303;
}
.cid-uP3k0g72Hd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/cannabis-packaging-image2.png-800x450.png");
}
.cid-uP3k0g72Hd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3k0g72Hd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3k0g72Hd .row {
  justify-content: center;
}
.cid-uP3k0g72Hd .title-wrapper {
  padding: 71px;
  background-color: #fdf7f7;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uP3k0g72Hd .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uP3k0g72Hd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP3k0g72Hd .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uP3k0g72Hd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uP3k0g72Hd .mbr-text {
  color: #747474;
}
.cid-uP3k0g72Hd .mbr-text,
.cid-uP3k0g72Hd .mbr-section-btn {
  text-align: center;
  color: #030303;
}
.cid-uP3k0g72Hd .mbr-section-title,
.cid-uP3k0g72Hd .mbr-iconfont {
  color: #030303;
}
.cid-uP3k0hvcyu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf7f7;
}
.cid-uP3k0hvcyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3k0hvcyu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3k0hvcyu .row {
  justify-content: space-between;
}
.cid-uP3k0hvcyu .card {
  justify-content: center;
}
.cid-uP3k0hvcyu .content-wrapper .number-wrapper {
  margin-bottom: 20px;
  padding: 0 20px;
}
.cid-uP3k0hvcyu .content-wrapper .number-wrapper .mbr-number {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 20px;
  background-color: #030303;
  z-index: 1;
}
.cid-uP3k0hvcyu .content-wrapper .number-wrapper .mbr-number::before {
  content: '';
  position: absolute;
  left: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #030303;
  z-index: -1;
}
.cid-uP3k0hvcyu .content-wrapper .number-wrapper .mbr-number::after {
  content: '';
  position: absolute;
  right: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #030303;
  z-index: -1;
}
.cid-uP3k0hvcyu .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uP3k0hvcyu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uP3k0hvcyu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uP3k0hvcyu .image-wrapper {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uP3k0hvcyu .image-wrapper {
    margin-left: 0;
  }
}
.cid-uP3k0hvcyu .image-wrapper img {
  height: 700px;
  border: 20px solid #ffffff;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uP3k0hvcyu .image-wrapper img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uP3k0hvcyu .mbr-number {
  color: #000c3f;
}
.cid-uP3k0hvcyu .mbr-section-title {
  color: #ffffff;
}
.cid-uP3k0hvcyu .mbr-text {
  color: #ffffff;
}
.cid-uP3k0hvcyu .mbr-number,
.cid-uP3k0hvcyu .number-wrapper {
  color: #ffffff;
}
.cid-uP3k0jqI45 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f4f2;
}
.cid-uP3k0jqI45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3k0jqI45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3k0jqI45 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uP3k0jqI45 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uP3k0jqI45 .container {
    padding: 0 12px;
  }
}
.cid-uP3k0jqI45 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uP3k0jqI45 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uP3k0jqI45 .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #e0f4f2;
  box-shadow: 4px 4px #e0f4f2;
  background-color: #e0f4f2;
}
@media (max-width: 992px) {
  .cid-uP3k0jqI45 .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uP3k0jqI45 .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uP3k0jqI45 .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uP3k0jqI45 .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uP3k0jqI45 .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uP3k0jqI45 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uP3k0jqI45 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uP3k0jqI45 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uP3k0jqI45 .mbr-section-title {
  color: #030303;
  text-align: center;
}
.cid-uP3k0jqI45 .mbr-section-subtitle {
  color: #222222;
}
.cid-uP3k0jqI45 .mbr-text {
  color: #222222;
}
.cid-uP3k0jqI45 .list {
  color: #222222;
}
.cid-uP3k0lbmi0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uP3k0lbmi0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3k0lbmi0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3k0lbmi0 .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uP3k0lbmi0 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uP3k0lbmi0 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uP3k0lbmi0 .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #fdf7f7;
}
@media (max-width: 992px) {
  .cid-uP3k0lbmi0 .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uP3k0lbmi0 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uP3k0lbmi0 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uP3k0lbmi0 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uP3k0lbmi0 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uP3k0lbmi0 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uP3k0lbmi0 .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uP3k0lbmi0 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #030303;
}
.cid-uP3k0lbmi0 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uP3k0lbmi0 .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uP3k0lbmi0 .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uP3k0lbmi0 .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uP3k0lbmi0 .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uP3k0lbmi0 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP3k0lbmi0 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uP3k0lbmi0 .card {
  justify-content: space-between;
}
.cid-uP3k0lbmi0 .mbr-section-title {
  color: #030303;
  text-align: center;
}
.cid-uP3k0lbmi0 .panel-title-edit {
  color: #030303;
}
.cid-uP3k0lbmi0 .panel-text {
  color: #f24d4a;
}
.cid-uP3k0nmro3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f4f2;
}
.cid-uP3k0nmro3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3k0nmro3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3k0nmro3 .row {
  justify-content: center;
}
.cid-uP3k0nmro3 .title-wrapper {
  padding: 71px;
  background-color: #fdf7f7;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uP3k0nmro3 .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uP3k0nmro3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP3k0nmro3 .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uP3k0nmro3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uP3k0nmro3 .mbr-text {
  color: #747474;
}
.cid-uP3k0nmro3 .mbr-text,
.cid-uP3k0nmro3 .mbr-section-btn {
  text-align: center;
  color: #030303;
}
.cid-uP3k0nmro3 .mbr-section-title,
.cid-uP3k0nmro3 .mbr-iconfont {
  color: #030303;
}
.cid-uP3k0oIUr9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf7f7;
}
.cid-uP3k0oIUr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3k0oIUr9 .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-uP3k0oIUr9 .container {
    padding: 0 30px;
  }
}
.cid-uP3k0oIUr9 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uP3k0oIUr9 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uP3k0oIUr9 .row.content {
  padding: 30px 0;
  border-top: 1px solid #030303;
  border-bottom: 1px solid #030303;
}
.cid-uP3k0oIUr9 .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uP3k0oIUr9 .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uP3k0oIUr9 .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP3k0oIUr9 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uP3k0oIUr9 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-uP3k0oIUr9 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-uP3k0oIUr9 .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-uP3k0oIUr9 .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uP3k0oIUr9 .mbr-section-btn {
  margin-top: 30px;
}
.cid-uP3k0oIUr9 .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uP3k0oIUr9 .mbr-section-title {
  color: #f1f4e9;
}
.cid-uP3k0oIUr9 .mbr-desc {
  color: #f1f4e9;
}
.cid-uP3k0oIUr9 .mbr-text {
  color: #030303;
}
.cid-uP3k0oIUr9 .mbr-name {
  color: #f1f4e9;
}
.cid-uP3k0oIUr9 .mbr-section-title,
.cid-uP3k0oIUr9 .mbr-section-btn {
  text-align: center;
}
.cid-uP3k0oIUr9 .mbr-desc,
.cid-uP3k0oIUr9 .rating-wrapper {
  text-align: center;
  color: #030303;
}
.cid-uP3keF9bAn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf7f7;
}
.cid-uP3keF9bAn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3keF9bAn .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-uP3keF9bAn .container {
    padding: 0 16px;
  }
}
.cid-uP3keF9bAn .row {
  justify-content: center;
}
.cid-uP3keF9bAn .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #e0f4f2;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uP3keF9bAn .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uP3keF9bAn .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #e0f4f2;
  background-color: #fdf7f7;
}
@media (max-width: 992px) {
  .cid-uP3keF9bAn .panel-group .card {
    padding: 24px;
  }
}
.cid-uP3keF9bAn .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uP3keF9bAn .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uP3keF9bAn .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uP3keF9bAn .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uP3keF9bAn .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uP3keF9bAn .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #030303;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uP3keF9bAn .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #030303;
}
.cid-uP3keF9bAn .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uP3keF9bAn .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uP3keF9bAn .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uP3keF9bAn .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uP3keF9bAn .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uP3keF9bAn .mbr-section-title {
  color: #000000;
}
.cid-uP3keF9bAn .panel-title-edit {
  color: #030303;
}
.cid-uP3keF9bAn .panel-text {
  color: #030303;
}
.cid-uP3k0r5BNw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f4f2;
}
.cid-uP3k0r5BNw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3k0r5BNw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3k0r5BNw .mbr-section-title {
  margin-bottom: 0;
  color: #2c2c26;
  text-align: center;
}
.cid-uP3k0r5BNw .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .cid-uP3k0r5BNw .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uP3k0r5BNw .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uP3k0r5BNw .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uP3k0r5BNw .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-uP3k0r5BNw .card-wrapper .google-map {
  position: relative;
  z-index: 1;
}
.cid-uP3k0r5BNw .card-wrapper .google-map iframe {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uP3k0r5BNw .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-uP3k0u3MuW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e0f4f2;
}
@media (min-width: 992px) {
  .cid-uP3k0u3MuW .wrapper {
    padding: 0 28px;
  }
}
.cid-uP3k0u3MuW .list {
  list-style: none;
  padding-left: 0;
  color: #030303;
}
@media (max-width: 991px) {
  .cid-uP3k0u3MuW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP3k0u3MuW .list {
    margin-bottom: 0rem;
  }
}
.cid-uP3k0u3MuW .list li {
  transition: all linear .3s;
}
.cid-uP3k0u3MuW .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uP3k0u3MuW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uP3k0u3MuW .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uP3k0u3MuW .copyright {
  color: #030303;
}
.cid-uP3k0u3MuW .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uP3k0u3MuW .top {
    padding-top: 75px;
  }
}
.cid-uP3k0u3MuW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uP3k0u3MuW .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uP3k0u3MuW .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uP3k0u3MuW .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uP3k0u3MuW .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uP3k0u3MuW .mbr-section-subtitle {
  color: #030303;
}
.cid-uP3nnGdtIR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uP3nnGdtIR .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;
}
@media (max-width: 767px) {
  .cid-uP3nnGdtIR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uP3nnGdtIR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP3nnGdtIR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uP3nnGdtIR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP3nnGdtIR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP3nnGdtIR .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uP3nnGdtIR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uP3nnGdtIR .navbar-nav .nav-item .nav-link {
  padding: 0 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uP3nnGdtIR .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uP3nnGdtIR .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uP3nnGdtIR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uP3nnGdtIR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uP3nnGdtIR .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #030303;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-uP3nnGdtIR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uP3nnGdtIR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uP3nnGdtIR .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uP3nnGdtIR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uP3nnGdtIR .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uP3nnGdtIR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uP3nnGdtIR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uP3nnGdtIR .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #030303;
  box-shadow: 5px 10px 40px 0 #eeeeee;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uP3nnGdtIR .container {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uP3nnGdtIR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uP3nnGdtIR .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uP3nnGdtIR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-uP3nnGdtIR .nav-item:focus,
.cid-uP3nnGdtIR .nav-link:focus {
  outline: none;
}
.cid-uP3nnGdtIR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP3nnGdtIR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP3nnGdtIR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uP3nnGdtIR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP3nnGdtIR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP3nnGdtIR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP3nnGdtIR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uP3nnGdtIR .navbar.opened {
  transition: all 0.3s;
}
.cid-uP3nnGdtIR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uP3nnGdtIR .navbar .navbar-logo img {
  width: auto;
}
.cid-uP3nnGdtIR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uP3nnGdtIR .navbar.collapsed {
  justify-content: center;
}
.cid-uP3nnGdtIR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP3nnGdtIR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP3nnGdtIR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.7rem);
  }
}
.cid-uP3nnGdtIR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP3nnGdtIR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP3nnGdtIR .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-uP3nnGdtIR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP3nnGdtIR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uP3nnGdtIR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uP3nnGdtIR .navbar {
    min-height: 72px;
  }
  .cid-uP3nnGdtIR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uP3nnGdtIR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP3nnGdtIR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP3nnGdtIR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP3nnGdtIR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP3nnGdtIR .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-uP3nnGdtIR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP3nnGdtIR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uP3nnGdtIR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP3nnGdtIR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uP3nnGdtIR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uP3nnGdtIR .dropdown-item.active,
.cid-uP3nnGdtIR .dropdown-item:active {
  background-color: transparent;
}
.cid-uP3nnGdtIR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP3nnGdtIR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP3nnGdtIR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP3nnGdtIR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uP3nnGdtIR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uP3nnGdtIR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uP3nnGdtIR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uP3nnGdtIR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uP3nnGdtIR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uP3nnGdtIR .navbar-buttons {
    text-align: left;
  }
}
.cid-uP3nnGdtIR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uP3nnGdtIR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19171c;
}
.cid-uP3nnGdtIR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP3nnGdtIR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP3nnGdtIR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP3nnGdtIR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP3nnGdtIR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP3nnGdtIR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uP3nnGdtIR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uP3nnGdtIR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP3nnGdtIR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uP3nnGdtIR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP3nnGdtIR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uP3nnGdtIR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP3nnGdtIR .navbar {
    height: 70px;
  }
  .cid-uP3nnGdtIR .navbar.opened {
    height: auto;
  }
  .cid-uP3nnGdtIR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP3nnGdtIR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uP3nnGdtIR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uP3nnGdtIR .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uP3nnGdtIR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uP3nnGdtIR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uP3nnGdtIR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uP3nnGdtIR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  margin-right: 30px;
}
.cid-uP3nnGdtIR .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uP3nnGdtIR .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uP3nnGdtIR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uP3nnGdtIR .navbar-brand {
    margin-right: auto;
  }
  .cid-uP3nnGdtIR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #030303;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uP3nnGdtIR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uP3nnGdtIR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uP3nnGdtIR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uP3nnGdtIR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uP3nnGdtIR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uP3nnGdtIR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uP3nnGdtIR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uP3nnGdtIR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uP3nnGdtIR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uP3nnIIuG6 {
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-uP3nnIIuG6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3nnIIuG6 .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-uP3nnIIuG6 .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uP3nnIIuG6 .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uP3nnIIuG6 .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uP3nnIIuG6 .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uP3nnIIuG6 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uP3nnIIuG6 .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uP3nnIIuG6 .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3nnIIuG6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uP3nnIIuG6 .btn-wrapper {
  margin-top: -15%;
}
.cid-uP3nnIIuG6 .mbr-section-title {
  color: #272b2e;
}
.cid-uP3nnIIuG6 .mbr-text,
.cid-uP3nnIIuG6 .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uP3nnIIuG6 .mbr-section-title,
.cid-uP3nnIIuG6 .mbr-section-btn,
.cid-uP3nnIIuG6 .clients-wrapper {
  text-align: center;
  color: #030303;
}
.cid-uP3nnKTq5q {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e0f4f2;
}
.cid-uP3nnKTq5q .counter-container ul {
  margin-bottom: 0;
}
.cid-uP3nnKTq5q .counter-container ul li {
  padding-left: 0rem;
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uP3nnKTq5q .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -40px;
  content: "\e96b";
  top: -2px;
  display: flex;
  transform: rotate(30deg);
  justify-content: center;
  align-items: center;
  color: #ffb18a;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-uP3nnMVoaF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf7f7;
  overflow: hidden;
}
.cid-uP3nnMVoaF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3nnMVoaF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3nnMVoaF .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #e0f4f2, #e0f4f2);
  box-shadow: 10px 10px 19px #fdf7f7, -10px -10px 19px #fdf7f7;
}
@media (max-width: 767px) {
  .cid-uP3nnMVoaF .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uP3nnMVoaF .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uP3nnMVoaF .card-title {
  color: #030303;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uP3nnMVoaF .card-title {
    margin-bottom: 20px;
  }
}
.cid-uP3nnMVoaF .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uP3nnMVoaF .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uP3nnMVoaF .card-text {
  color: #878e99;
  margin-bottom: 0;
}
.cid-uP3nnOSnHB {
  overflow: hidden;
  background-color: #e0f4f2;
}
.cid-uP3nnOSnHB .reverse {
  flex-direction: row-reverse;
}
.cid-uP3nnOSnHB .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uP3nnOSnHB .mbr-section-head {
  position: absolute;
  transform: translate(10rem, 2rem) rotate(-90deg);
}
@media (max-width: 767px) {
  .cid-uP3nnOSnHB .mbr-section-head {
    transform: translate(-1rem, 2rem) rotate(-90deg);
  }
}
.cid-uP3nnOSnHB .wrap {
  padding-top: 10rem;
  padding-bottom: 8rem;
}
.cid-uP3nnOSnHB .content {
  background: #fdf7f7;
}
.cid-uP3nnOSnHB .item-content {
  padding: 12px 0;
}
.cid-uP3nnOSnHB img,
.cid-uP3nnOSnHB .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uP3nnOSnHB img,
  .cid-uP3nnOSnHB .item-img {
    max-height: 250px;
  }
}
.cid-uP3nnOSnHB .item:focus,
.cid-uP3nnOSnHB span:focus {
  outline: none;
}
.cid-uP3nnOSnHB .item-wrap {
  padding-right: 23px;
  padding-left: 23px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-uP3nnOSnHB .item-wrap {
    padding-right: 56.4px;
    padding-left: 56.4px;
    border-right: 1px solid rgba(61, 61, 61, 0.3);
  }
}
.cid-uP3nnOSnHB .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uP3nnOSnHB .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-uP3nnOSnHB .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-uP3nnOSnHB .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-uP3nnOSnHB .mbr-section-subtitle {
  text-align: right;
}
.cid-uP3nnOSnHB .mbr-section-title {
  text-align: right;
}
.cid-uP3nnR43di {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf7f7;
}
.cid-uP3nnR43di .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3nnR43di .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-uP3nnR43di .container {
    padding: 0 30px;
  }
}
.cid-uP3nnR43di .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uP3nnR43di .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uP3nnR43di .row.content {
  padding: 30px 0;
  border-top: 1px solid #030303;
  border-bottom: 1px solid #030303;
}
.cid-uP3nnR43di .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uP3nnR43di .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uP3nnR43di .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP3nnR43di .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uP3nnR43di .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-uP3nnR43di .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-uP3nnR43di .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-uP3nnR43di .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uP3nnR43di .mbr-section-btn {
  margin-top: 30px;
}
.cid-uP3nnR43di .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uP3nnR43di .mbr-section-title {
  color: #f1f4e9;
}
.cid-uP3nnR43di .mbr-desc {
  color: #f1f4e9;
}
.cid-uP3nnR43di .mbr-text {
  color: #030303;
}
.cid-uP3nnR43di .mbr-name {
  color: #f1f4e9;
}
.cid-uP3nnR43di .mbr-section-title,
.cid-uP3nnR43di .mbr-section-btn {
  text-align: center;
}
.cid-uP3nnR43di .mbr-desc,
.cid-uP3nnR43di .rating-wrapper {
  text-align: center;
  color: #030303;
}
.cid-uP3nnTgIIk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f4f2;
}
.cid-uP3nnTgIIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3nnTgIIk .mbr-fallback-image {
  display: block;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3nnTgIIk .content-wrapper {
  display: flex;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uP3nnTgIIk .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uP3nnTgIIk .content-wrapper .content-wrap {
  width: 60%;
}
@media (max-width: 1199px) {
  .cid-uP3nnTgIIk .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uP3nnTgIIk .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uP3nnTgIIk .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uP3nnTgIIk .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uP3nnTgIIk .content-wrapper .content-wrap .text-wrapper .mbr-section-title .mbr-iconfont {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uP3nnTgIIk .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uP3nnTgIIk .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uP3nnTgIIk .content-wrapper .panel-group {
  width: 40%;
}
@media (max-width: 1199px) {
  .cid-uP3nnTgIIk .content-wrapper .panel-group {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uP3nnTgIIk .content-wrapper .panel-group {
    margin-bottom: 24px;
    width: 100%;
    padding: 0;
  }
}
.cid-uP3nnTgIIk .content-wrapper .panel-group .card {
  position: relative;
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #000000;
  background-color: #fdf7f7;
  backgraund-color: show.bs.collapse #000000;
}
@media (max-width: 992px) {
  .cid-uP3nnTgIIk .content-wrapper .panel-group .card {
    padding: 16px;
    width: 100%;
  }
}
.cid-uP3nnTgIIk .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uP3nnTgIIk .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uP3nnTgIIk .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uP3nnTgIIk .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uP3nnTgIIk .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uP3nnTgIIk .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-uP3nnTgIIk .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uP3nnTgIIk .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uP3nnTgIIk .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uP3nnTgIIk .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uP3nnTgIIk .mbr-section-title,
.cid-uP3nnTgIIk .mbr-text,
.cid-uP3nnTgIIk .panel-title-edit,
.cid-uP3nnTgIIk .panel-text {
  color: #000000;
}
.cid-uP3nnVDgNX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf7f7;
}
.cid-uP3nnVDgNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3nnVDgNX .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-uP3nnVDgNX .container {
    padding: 0 30px;
  }
}
.cid-uP3nnVDgNX .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uP3nnVDgNX .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uP3nnVDgNX .row.content {
  padding: 30px 0;
  border-top: 1px solid #030303;
  border-bottom: 1px solid #030303;
}
.cid-uP3nnVDgNX .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uP3nnVDgNX .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uP3nnVDgNX .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP3nnVDgNX .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uP3nnVDgNX .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-uP3nnVDgNX .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-uP3nnVDgNX .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-uP3nnVDgNX .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uP3nnVDgNX .mbr-section-btn {
  margin-top: 30px;
}
.cid-uP3nnVDgNX .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uP3nnVDgNX .mbr-section-title {
  color: #f1f4e9;
}
.cid-uP3nnVDgNX .mbr-desc {
  color: #f1f4e9;
}
.cid-uP3nnVDgNX .mbr-text {
  color: #030303;
}
.cid-uP3nnVDgNX .mbr-name {
  color: #f1f4e9;
}
.cid-uP3nnVDgNX .mbr-section-title,
.cid-uP3nnVDgNX .mbr-section-btn {
  text-align: center;
}
.cid-uP3nnVDgNX .mbr-desc,
.cid-uP3nnVDgNX .rating-wrapper {
  text-align: center;
  color: #030303;
}
.cid-uP3nnYcmVz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/firefly-the-importance-of-sustainability-in-cannabis-packaging-51984.jpg-2000x1143.jpg");
}
.cid-uP3nnYcmVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3nnYcmVz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3nnYcmVz .row {
  justify-content: center;
}
.cid-uP3nnYcmVz .title-wrapper {
  padding: 71px;
  background-color: #fdf7f7;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uP3nnYcmVz .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uP3nnYcmVz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP3nnYcmVz .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uP3nnYcmVz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uP3nnYcmVz .mbr-text {
  color: #747474;
}
.cid-uP3nnYcmVz .mbr-text,
.cid-uP3nnYcmVz .mbr-section-btn {
  text-align: center;
  color: #030303;
}
.cid-uP3nnYcmVz .mbr-section-title,
.cid-uP3nnYcmVz .mbr-iconfont {
  color: #030303;
}
.cid-uP3no1tiNe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf7f7;
}
.cid-uP3no1tiNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3no1tiNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3no1tiNe .row {
  justify-content: space-between;
}
.cid-uP3no1tiNe .card {
  justify-content: center;
}
.cid-uP3no1tiNe .content-wrapper .number-wrapper {
  margin-bottom: 20px;
  padding: 0 20px;
}
.cid-uP3no1tiNe .content-wrapper .number-wrapper .mbr-number {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 20px;
  background-color: #030303;
  z-index: 1;
}
.cid-uP3no1tiNe .content-wrapper .number-wrapper .mbr-number::before {
  content: '';
  position: absolute;
  left: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #030303;
  z-index: -1;
}
.cid-uP3no1tiNe .content-wrapper .number-wrapper .mbr-number::after {
  content: '';
  position: absolute;
  right: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #030303;
  z-index: -1;
}
.cid-uP3no1tiNe .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uP3no1tiNe .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uP3no1tiNe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uP3no1tiNe .image-wrapper {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uP3no1tiNe .image-wrapper {
    margin-left: 0;
  }
}
.cid-uP3no1tiNe .image-wrapper img {
  height: 700px;
  border: 20px solid #ffffff;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uP3no1tiNe .image-wrapper img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uP3no1tiNe .mbr-number {
  color: #000c3f;
}
.cid-uP3no1tiNe .mbr-section-title {
  color: #ffffff;
}
.cid-uP3no1tiNe .mbr-text {
  color: #ffffff;
}
.cid-uP3no1tiNe .mbr-number,
.cid-uP3no1tiNe .number-wrapper {
  color: #ffffff;
}
.cid-uP3no3Ikdz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f4f2;
}
.cid-uP3no3Ikdz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3no3Ikdz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3no3Ikdz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uP3no3Ikdz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uP3no3Ikdz .container {
    padding: 0 12px;
  }
}
.cid-uP3no3Ikdz .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uP3no3Ikdz .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uP3no3Ikdz .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #e0f4f2;
  box-shadow: 4px 4px #e0f4f2;
  background-color: #e0f4f2;
}
@media (max-width: 992px) {
  .cid-uP3no3Ikdz .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uP3no3Ikdz .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uP3no3Ikdz .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uP3no3Ikdz .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uP3no3Ikdz .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uP3no3Ikdz .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uP3no3Ikdz .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uP3no3Ikdz .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uP3no3Ikdz .mbr-section-title {
  color: #030303;
  text-align: center;
}
.cid-uP3no3Ikdz .mbr-section-subtitle {
  color: #222222;
}
.cid-uP3no3Ikdz .mbr-text {
  color: #222222;
}
.cid-uP3no3Ikdz .list {
  color: #222222;
}
.cid-uP3no6boEm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uP3no6boEm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3no6boEm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3no6boEm .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uP3no6boEm .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uP3no6boEm .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uP3no6boEm .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #fdf7f7;
}
@media (max-width: 992px) {
  .cid-uP3no6boEm .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uP3no6boEm .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uP3no6boEm .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uP3no6boEm .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uP3no6boEm .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uP3no6boEm .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uP3no6boEm .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uP3no6boEm .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #030303;
}
.cid-uP3no6boEm .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uP3no6boEm .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uP3no6boEm .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uP3no6boEm .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uP3no6boEm .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uP3no6boEm .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP3no6boEm .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uP3no6boEm .card {
  justify-content: space-between;
}
.cid-uP3no6boEm .mbr-section-title {
  color: #030303;
  text-align: center;
}
.cid-uP3no6boEm .panel-title-edit {
  color: #030303;
}
.cid-uP3no6boEm .panel-text {
  color: #f24d4a;
}
.cid-uP3no9nMMf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f4f2;
}
.cid-uP3no9nMMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3no9nMMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3no9nMMf .row {
  justify-content: center;
}
.cid-uP3no9nMMf .title-wrapper {
  padding: 71px;
  background-color: #fdf7f7;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uP3no9nMMf .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uP3no9nMMf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP3no9nMMf .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uP3no9nMMf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uP3no9nMMf .mbr-text {
  color: #747474;
}
.cid-uP3no9nMMf .mbr-text,
.cid-uP3no9nMMf .mbr-section-btn {
  text-align: center;
  color: #030303;
}
.cid-uP3no9nMMf .mbr-section-title,
.cid-uP3no9nMMf .mbr-iconfont {
  color: #030303;
}
.cid-uP3qLcs9aE {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #fdf7f7;
}
.cid-uP3qLcs9aE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3qLcs9aE .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-uP3qLcs9aE .container {
    padding: 0 20px;
  }
}
.cid-uP3qLcs9aE .row {
  margin: 0;
}
.cid-uP3qLcs9aE .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uP3qLcs9aE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uP3qLcs9aE .video-block .video-wrapper .app-video-wrapper::before {
  color: #bce9e4;
  text-shadow: none;
}
.cid-uP3qLcs9aE .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uP3qLcs9aE .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uP3qLcs9aE .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uP3qLcs9aE .mbr-section-title {
  color: #000000;
}
.cid-uP3nocoYHx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf7f7;
}
.cid-uP3nocoYHx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3nocoYHx .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-uP3nocoYHx .container {
    padding: 0 30px;
  }
}
.cid-uP3nocoYHx .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uP3nocoYHx .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uP3nocoYHx .row.content {
  padding: 30px 0;
  border-top: 1px solid #030303;
  border-bottom: 1px solid #030303;
}
.cid-uP3nocoYHx .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uP3nocoYHx .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uP3nocoYHx .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP3nocoYHx .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uP3nocoYHx .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-uP3nocoYHx .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-uP3nocoYHx .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-uP3nocoYHx .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uP3nocoYHx .mbr-section-btn {
  margin-top: 30px;
}
.cid-uP3nocoYHx .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uP3nocoYHx .mbr-section-title {
  color: #f1f4e9;
}
.cid-uP3nocoYHx .mbr-desc {
  color: #f1f4e9;
}
.cid-uP3nocoYHx .mbr-text {
  color: #030303;
}
.cid-uP3nocoYHx .mbr-name {
  color: #f1f4e9;
}
.cid-uP3nocoYHx .mbr-section-title,
.cid-uP3nocoYHx .mbr-section-btn {
  text-align: center;
}
.cid-uP3nocoYHx .mbr-desc,
.cid-uP3nocoYHx .rating-wrapper {
  text-align: center;
  color: #030303;
}
.cid-uP3noeWYyI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf7f7;
}
.cid-uP3noeWYyI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3noeWYyI .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-uP3noeWYyI .container {
    padding: 0 16px;
  }
}
.cid-uP3noeWYyI .row {
  justify-content: center;
}
.cid-uP3noeWYyI .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #e0f4f2;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uP3noeWYyI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uP3noeWYyI .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #e0f4f2;
  background-color: #fdf7f7;
}
@media (max-width: 992px) {
  .cid-uP3noeWYyI .panel-group .card {
    padding: 24px;
  }
}
.cid-uP3noeWYyI .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uP3noeWYyI .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uP3noeWYyI .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uP3noeWYyI .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uP3noeWYyI .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uP3noeWYyI .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #030303;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uP3noeWYyI .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #030303;
}
.cid-uP3noeWYyI .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uP3noeWYyI .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uP3noeWYyI .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uP3noeWYyI .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uP3noeWYyI .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uP3noeWYyI .mbr-section-title {
  color: #000000;
}
.cid-uP3noeWYyI .panel-title-edit {
  color: #030303;
}
.cid-uP3noeWYyI .panel-text {
  color: #030303;
}
.cid-uP3nohlV6z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f4f2;
}
.cid-uP3nohlV6z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3nohlV6z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3nohlV6z .mbr-section-title {
  margin-bottom: 0;
  color: #2c2c26;
  text-align: center;
}
.cid-uP3nohlV6z .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .cid-uP3nohlV6z .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uP3nohlV6z .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uP3nohlV6z .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uP3nohlV6z .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-uP3nohlV6z .card-wrapper .google-map {
  position: relative;
  z-index: 1;
}
.cid-uP3nohlV6z .card-wrapper .google-map iframe {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uP3nohlV6z .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-uP3nojzeHg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e0f4f2;
}
@media (min-width: 992px) {
  .cid-uP3nojzeHg .wrapper {
    padding: 0 28px;
  }
}
.cid-uP3nojzeHg .list {
  list-style: none;
  padding-left: 0;
  color: #030303;
}
@media (max-width: 991px) {
  .cid-uP3nojzeHg .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP3nojzeHg .list {
    margin-bottom: 0rem;
  }
}
.cid-uP3nojzeHg .list li {
  transition: all linear .3s;
}
.cid-uP3nojzeHg .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uP3nojzeHg div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uP3nojzeHg .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uP3nojzeHg .copyright {
  color: #030303;
}
.cid-uP3nojzeHg .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uP3nojzeHg .top {
    padding-top: 75px;
  }
}
.cid-uP3nojzeHg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uP3nojzeHg .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uP3nojzeHg .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uP3nojzeHg .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uP3nojzeHg .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uP3nojzeHg .mbr-section-subtitle {
  color: #030303;
}
.cid-uP3qBrs0r8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uP3qBrs0r8 .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;
}
@media (max-width: 767px) {
  .cid-uP3qBrs0r8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uP3qBrs0r8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uP3qBrs0r8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uP3qBrs0r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uP3qBrs0r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uP3qBrs0r8 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uP3qBrs0r8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uP3qBrs0r8 .navbar-nav .nav-item .nav-link {
  padding: 0 24px !important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uP3qBrs0r8 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uP3qBrs0r8 .navbar-nav .nav-item .nav-link:hover {
  opacity: .5;
}
.cid-uP3qBrs0r8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uP3qBrs0r8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uP3qBrs0r8 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #030303;
  border-radius: 4px !important;
}
@media (min-width: 992px) {
  .cid-uP3qBrs0r8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uP3qBrs0r8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uP3qBrs0r8 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uP3qBrs0r8 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uP3qBrs0r8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cid-uP3qBrs0r8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uP3qBrs0r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uP3qBrs0r8 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #030303;
  box-shadow: 5px 10px 40px 0 #eeeeee;
  border-radius: 4px !important;
}
@media (max-width: 992px) {
  .cid-uP3qBrs0r8 .container {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uP3qBrs0r8 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uP3qBrs0r8 .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uP3qBrs0r8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  border-radius: 4px !important;
}
.cid-uP3qBrs0r8 .nav-item:focus,
.cid-uP3qBrs0r8 .nav-link:focus {
  outline: none;
}
.cid-uP3qBrs0r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uP3qBrs0r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uP3qBrs0r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uP3qBrs0r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uP3qBrs0r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uP3qBrs0r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uP3qBrs0r8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uP3qBrs0r8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uP3qBrs0r8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uP3qBrs0r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uP3qBrs0r8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uP3qBrs0r8 .navbar.collapsed {
  justify-content: center;
}
.cid-uP3qBrs0r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uP3qBrs0r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uP3qBrs0r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.7rem);
  }
}
.cid-uP3qBrs0r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uP3qBrs0r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uP3qBrs0r8 .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-uP3qBrs0r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uP3qBrs0r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uP3qBrs0r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uP3qBrs0r8 .navbar {
    min-height: 72px;
  }
  .cid-uP3qBrs0r8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uP3qBrs0r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uP3qBrs0r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uP3qBrs0r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uP3qBrs0r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uP3qBrs0r8 .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-uP3qBrs0r8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uP3qBrs0r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uP3qBrs0r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uP3qBrs0r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uP3qBrs0r8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uP3qBrs0r8 .dropdown-item.active,
.cid-uP3qBrs0r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uP3qBrs0r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uP3qBrs0r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uP3qBrs0r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uP3qBrs0r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uP3qBrs0r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uP3qBrs0r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uP3qBrs0r8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uP3qBrs0r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uP3qBrs0r8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uP3qBrs0r8 .navbar-buttons {
    text-align: left;
  }
}
.cid-uP3qBrs0r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uP3qBrs0r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19171c;
}
.cid-uP3qBrs0r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uP3qBrs0r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP3qBrs0r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uP3qBrs0r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uP3qBrs0r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP3qBrs0r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uP3qBrs0r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uP3qBrs0r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uP3qBrs0r8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uP3qBrs0r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uP3qBrs0r8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uP3qBrs0r8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uP3qBrs0r8 .navbar {
    height: 70px;
  }
  .cid-uP3qBrs0r8 .navbar.opened {
    height: auto;
  }
  .cid-uP3qBrs0r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uP3qBrs0r8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uP3qBrs0r8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uP3qBrs0r8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uP3qBrs0r8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uP3qBrs0r8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uP3qBrs0r8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uP3qBrs0r8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  margin-right: 30px;
}
.cid-uP3qBrs0r8 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uP3qBrs0r8 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uP3qBrs0r8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uP3qBrs0r8 .navbar-brand {
    margin-right: auto;
  }
  .cid-uP3qBrs0r8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #030303;
    backdrop-filter: blur(8px);
    border-radius: 4px !important;
  }
  .cid-uP3qBrs0r8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uP3qBrs0r8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uP3qBrs0r8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uP3qBrs0r8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uP3qBrs0r8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uP3qBrs0r8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uP3qBrs0r8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uP3qBrs0r8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uP3qBrs0r8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uP3qBv2iej {
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-uP3qBv2iej .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3qBv2iej .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-uP3qBv2iej .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uP3qBv2iej .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uP3qBv2iej .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uP3qBv2iej .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uP3qBv2iej .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uP3qBv2iej .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uP3qBv2iej .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uP3qBv2iej .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uP3qBv2iej .btn-wrapper {
  margin-top: -15%;
}
.cid-uP3qBv2iej .mbr-section-title {
  color: #272b2e;
}
.cid-uP3qBv2iej .mbr-text,
.cid-uP3qBv2iej .text-wrapper {
  color: #272b2e;
  text-align: center;
}
.cid-uP3qBv2iej .mbr-section-title,
.cid-uP3qBv2iej .mbr-section-btn,
.cid-uP3qBv2iej .clients-wrapper {
  text-align: center;
  color: #030303;
}
.cid-uP3qByHQSe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e0f4f2;
}
.cid-uP3qByHQSe .counter-container ul {
  margin-bottom: 0;
}
.cid-uP3qByHQSe .counter-container ul li {
  padding-left: 0rem;
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uP3qByHQSe .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -40px;
  content: "\e96b";
  top: -2px;
  display: flex;
  transform: rotate(30deg);
  justify-content: center;
  align-items: center;
  color: #ffb18a;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-uP3qBBrHdG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf7f7;
  overflow: hidden;
}
.cid-uP3qBBrHdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3qBBrHdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3qBBrHdG .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #e0f4f2, #e0f4f2);
  box-shadow: 10px 10px 19px #fdf7f7, -10px -10px 19px #fdf7f7;
}
@media (max-width: 767px) {
  .cid-uP3qBBrHdG .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uP3qBBrHdG .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uP3qBBrHdG .card-title {
  color: #030303;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uP3qBBrHdG .card-title {
    margin-bottom: 20px;
  }
}
.cid-uP3qBBrHdG .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uP3qBBrHdG .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uP3qBBrHdG .card-text {
  color: #878e99;
  margin-bottom: 0;
}
.cid-uP3qBDFgk8 {
  overflow: hidden;
  background-color: #e0f4f2;
}
.cid-uP3qBDFgk8 .reverse {
  flex-direction: row-reverse;
}
.cid-uP3qBDFgk8 .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-uP3qBDFgk8 .mbr-section-head {
  position: absolute;
  transform: translate(10rem, 2rem) rotate(-90deg);
}
@media (max-width: 767px) {
  .cid-uP3qBDFgk8 .mbr-section-head {
    transform: translate(-1rem, 2rem) rotate(-90deg);
  }
}
.cid-uP3qBDFgk8 .wrap {
  padding-top: 10rem;
  padding-bottom: 8rem;
}
.cid-uP3qBDFgk8 .content {
  background: #fdf7f7;
}
.cid-uP3qBDFgk8 .item-content {
  padding: 12px 0;
}
.cid-uP3qBDFgk8 img,
.cid-uP3qBDFgk8 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uP3qBDFgk8 img,
  .cid-uP3qBDFgk8 .item-img {
    max-height: 250px;
  }
}
.cid-uP3qBDFgk8 .item:focus,
.cid-uP3qBDFgk8 span:focus {
  outline: none;
}
.cid-uP3qBDFgk8 .item-wrap {
  padding-right: 23px;
  padding-left: 23px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-uP3qBDFgk8 .item-wrap {
    padding-right: 56.4px;
    padding-left: 56.4px;
    border-right: 1px solid rgba(61, 61, 61, 0.3);
  }
}
.cid-uP3qBDFgk8 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uP3qBDFgk8 .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-uP3qBDFgk8 .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-uP3qBDFgk8 .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-uP3qBDFgk8 .mbr-section-subtitle {
  text-align: right;
}
.cid-uP3qBDFgk8 .mbr-section-title {
  text-align: right;
}
.cid-uP3qBFLYs8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf7f7;
}
.cid-uP3qBFLYs8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3qBFLYs8 .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-uP3qBFLYs8 .container {
    padding: 0 30px;
  }
}
.cid-uP3qBFLYs8 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uP3qBFLYs8 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uP3qBFLYs8 .row.content {
  padding: 30px 0;
  border-top: 1px solid #030303;
  border-bottom: 1px solid #030303;
}
.cid-uP3qBFLYs8 .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uP3qBFLYs8 .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uP3qBFLYs8 .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP3qBFLYs8 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uP3qBFLYs8 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-uP3qBFLYs8 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-uP3qBFLYs8 .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-uP3qBFLYs8 .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uP3qBFLYs8 .mbr-section-btn {
  margin-top: 30px;
}
.cid-uP3qBFLYs8 .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uP3qBFLYs8 .mbr-section-title {
  color: #f1f4e9;
}
.cid-uP3qBFLYs8 .mbr-desc {
  color: #f1f4e9;
}
.cid-uP3qBFLYs8 .mbr-text {
  color: #030303;
}
.cid-uP3qBFLYs8 .mbr-name {
  color: #f1f4e9;
}
.cid-uP3qBFLYs8 .mbr-section-title,
.cid-uP3qBFLYs8 .mbr-section-btn {
  text-align: center;
}
.cid-uP3qBFLYs8 .mbr-desc,
.cid-uP3qBFLYs8 .rating-wrapper {
  text-align: center;
  color: #030303;
}
.cid-uP3qBICmFB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f4f2;
}
.cid-uP3qBICmFB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3qBICmFB .mbr-fallback-image {
  display: block;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3qBICmFB .content-wrapper {
  display: flex;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uP3qBICmFB .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uP3qBICmFB .content-wrapper .content-wrap {
  width: 60%;
}
@media (max-width: 1199px) {
  .cid-uP3qBICmFB .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uP3qBICmFB .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uP3qBICmFB .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uP3qBICmFB .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uP3qBICmFB .content-wrapper .content-wrap .text-wrapper .mbr-section-title .mbr-iconfont {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uP3qBICmFB .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uP3qBICmFB .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uP3qBICmFB .content-wrapper .panel-group {
  width: 40%;
}
@media (max-width: 1199px) {
  .cid-uP3qBICmFB .content-wrapper .panel-group {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uP3qBICmFB .content-wrapper .panel-group {
    margin-bottom: 24px;
    width: 100%;
    padding: 0;
  }
}
.cid-uP3qBICmFB .content-wrapper .panel-group .card {
  position: relative;
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #000000;
  background-color: #fdf7f7;
  backgraund-color: show.bs.collapse #000000;
}
@media (max-width: 992px) {
  .cid-uP3qBICmFB .content-wrapper .panel-group .card {
    padding: 16px;
    width: 100%;
  }
}
.cid-uP3qBICmFB .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uP3qBICmFB .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uP3qBICmFB .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uP3qBICmFB .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uP3qBICmFB .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uP3qBICmFB .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-uP3qBICmFB .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uP3qBICmFB .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uP3qBICmFB .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uP3qBICmFB .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uP3qBICmFB .mbr-section-title,
.cid-uP3qBICmFB .mbr-text,
.cid-uP3qBICmFB .panel-title-edit,
.cid-uP3qBICmFB .panel-text {
  color: #000000;
}
.cid-uP3qBLarPC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf7f7;
}
.cid-uP3qBLarPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3qBLarPC .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-uP3qBLarPC .container {
    padding: 0 30px;
  }
}
.cid-uP3qBLarPC .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uP3qBLarPC .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uP3qBLarPC .row.content {
  padding: 30px 0;
  border-top: 1px solid #030303;
  border-bottom: 1px solid #030303;
}
.cid-uP3qBLarPC .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uP3qBLarPC .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uP3qBLarPC .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP3qBLarPC .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uP3qBLarPC .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-uP3qBLarPC .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-uP3qBLarPC .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-uP3qBLarPC .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uP3qBLarPC .mbr-section-btn {
  margin-top: 30px;
}
.cid-uP3qBLarPC .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uP3qBLarPC .mbr-section-title {
  color: #f1f4e9;
}
.cid-uP3qBLarPC .mbr-desc {
  color: #f1f4e9;
}
.cid-uP3qBLarPC .mbr-text {
  color: #030303;
}
.cid-uP3qBLarPC .mbr-name {
  color: #f1f4e9;
}
.cid-uP3qBLarPC .mbr-section-title,
.cid-uP3qBLarPC .mbr-section-btn {
  text-align: center;
}
.cid-uP3qBLarPC .mbr-desc,
.cid-uP3qBLarPC .rating-wrapper {
  text-align: center;
  color: #030303;
}
.cid-uP3qBNv75e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/daklapack-recyclable-flat-bags.png-1536x600.png");
}
.cid-uP3qBNv75e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3qBNv75e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3qBNv75e .row {
  justify-content: center;
}
.cid-uP3qBNv75e .title-wrapper {
  padding: 71px;
  background-color: #fdf7f7;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uP3qBNv75e .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uP3qBNv75e .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP3qBNv75e .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uP3qBNv75e .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uP3qBNv75e .mbr-text {
  color: #747474;
}
.cid-uP3qBNv75e .mbr-text,
.cid-uP3qBNv75e .mbr-section-btn {
  text-align: center;
  color: #030303;
}
.cid-uP3qBNv75e .mbr-section-title,
.cid-uP3qBNv75e .mbr-iconfont {
  color: #030303;
}
.cid-uP3qBPWqqp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf7f7;
}
.cid-uP3qBPWqqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3qBPWqqp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3qBPWqqp .row {
  justify-content: space-between;
}
.cid-uP3qBPWqqp .card {
  justify-content: center;
}
.cid-uP3qBPWqqp .content-wrapper .number-wrapper {
  margin-bottom: 20px;
  padding: 0 20px;
}
.cid-uP3qBPWqqp .content-wrapper .number-wrapper .mbr-number {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 20px;
  background-color: #030303;
  z-index: 1;
}
.cid-uP3qBPWqqp .content-wrapper .number-wrapper .mbr-number::before {
  content: '';
  position: absolute;
  left: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #030303;
  z-index: -1;
}
.cid-uP3qBPWqqp .content-wrapper .number-wrapper .mbr-number::after {
  content: '';
  position: absolute;
  right: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #030303;
  z-index: -1;
}
.cid-uP3qBPWqqp .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uP3qBPWqqp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uP3qBPWqqp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uP3qBPWqqp .image-wrapper {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uP3qBPWqqp .image-wrapper {
    margin-left: 0;
  }
}
.cid-uP3qBPWqqp .image-wrapper img {
  height: 700px;
  border: 20px solid #ffffff;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uP3qBPWqqp .image-wrapper img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uP3qBPWqqp .mbr-number {
  color: #000c3f;
}
.cid-uP3qBPWqqp .mbr-section-title {
  color: #ffffff;
}
.cid-uP3qBPWqqp .mbr-text {
  color: #ffffff;
}
.cid-uP3qBPWqqp .mbr-number,
.cid-uP3qBPWqqp .number-wrapper {
  color: #ffffff;
}
.cid-uP3qBSgW43 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f4f2;
}
.cid-uP3qBSgW43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3qBSgW43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3qBSgW43 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uP3qBSgW43 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uP3qBSgW43 .container {
    padding: 0 12px;
  }
}
.cid-uP3qBSgW43 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uP3qBSgW43 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uP3qBSgW43 .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #e0f4f2;
  box-shadow: 4px 4px #e0f4f2;
  background-color: #e0f4f2;
}
@media (max-width: 992px) {
  .cid-uP3qBSgW43 .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uP3qBSgW43 .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uP3qBSgW43 .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uP3qBSgW43 .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uP3qBSgW43 .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uP3qBSgW43 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uP3qBSgW43 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uP3qBSgW43 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uP3qBSgW43 .mbr-section-title {
  color: #030303;
  text-align: center;
}
.cid-uP3qBSgW43 .mbr-section-subtitle {
  color: #222222;
}
.cid-uP3qBSgW43 .mbr-text {
  color: #222222;
}
.cid-uP3qBSgW43 .list {
  color: #222222;
}
.cid-uP3qBUusgu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uP3qBUusgu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3qBUusgu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3qBUusgu .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uP3qBUusgu .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uP3qBUusgu .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uP3qBUusgu .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #fdf7f7;
}
@media (max-width: 992px) {
  .cid-uP3qBUusgu .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uP3qBUusgu .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uP3qBUusgu .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uP3qBUusgu .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uP3qBUusgu .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uP3qBUusgu .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uP3qBUusgu .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uP3qBUusgu .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #030303;
}
.cid-uP3qBUusgu .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uP3qBUusgu .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uP3qBUusgu .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uP3qBUusgu .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uP3qBUusgu .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uP3qBUusgu .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uP3qBUusgu .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uP3qBUusgu .card {
  justify-content: space-between;
}
.cid-uP3qBUusgu .mbr-section-title {
  color: #030303;
  text-align: center;
}
.cid-uP3qBUusgu .panel-title-edit {
  color: #030303;
}
.cid-uP3qBUusgu .panel-text {
  color: #f24d4a;
}
.cid-uP3qBX13T7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f4f2;
}
.cid-uP3qBX13T7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3qBX13T7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3qBX13T7 .row {
  justify-content: center;
}
.cid-uP3qBX13T7 .title-wrapper {
  padding: 71px;
  background-color: #fdf7f7;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uP3qBX13T7 .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uP3qBX13T7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uP3qBX13T7 .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uP3qBX13T7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uP3qBX13T7 .mbr-text {
  color: #747474;
}
.cid-uP3qBX13T7 .mbr-text,
.cid-uP3qBX13T7 .mbr-section-btn {
  text-align: center;
  color: #030303;
}
.cid-uP3qBX13T7 .mbr-section-title,
.cid-uP3qBX13T7 .mbr-iconfont {
  color: #030303;
}
.cid-uP3qBZ9n32 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf7f7;
}
.cid-uP3qBZ9n32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3qBZ9n32 .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-uP3qBZ9n32 .container {
    padding: 0 30px;
  }
}
.cid-uP3qBZ9n32 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uP3qBZ9n32 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uP3qBZ9n32 .row.content {
  padding: 30px 0;
  border-top: 1px solid #030303;
  border-bottom: 1px solid #030303;
}
.cid-uP3qBZ9n32 .row.content .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uP3qBZ9n32 .row.content .desc-wrapper {
    height: auto;
    margin-bottom: 16px;
  }
}
.cid-uP3qBZ9n32 .row.content .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 16px;
}
.cid-uP3qBZ9n32 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uP3qBZ9n32 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-uP3qBZ9n32 .row.content .desc-wrapper .desc-wrap .rating-wrapper .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-uP3qBZ9n32 .row.content .text-wrapper .mbr-text {
  margin-bottom: 18px;
}
.cid-uP3qBZ9n32 .row.content .text-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uP3qBZ9n32 .mbr-section-btn {
  margin-top: 30px;
}
.cid-uP3qBZ9n32 .mbr-section-subtitle {
  color: #f1f4e9;
  text-align: center;
}
.cid-uP3qBZ9n32 .mbr-section-title {
  color: #f1f4e9;
}
.cid-uP3qBZ9n32 .mbr-desc {
  color: #f1f4e9;
}
.cid-uP3qBZ9n32 .mbr-text {
  color: #030303;
}
.cid-uP3qBZ9n32 .mbr-name {
  color: #f1f4e9;
}
.cid-uP3qBZ9n32 .mbr-section-title,
.cid-uP3qBZ9n32 .mbr-section-btn {
  text-align: center;
}
.cid-uP3qBZ9n32 .mbr-desc,
.cid-uP3qBZ9n32 .rating-wrapper {
  text-align: center;
  color: #030303;
}
.cid-uP3qC1fmmL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf7f7;
}
.cid-uP3qC1fmmL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3qC1fmmL .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-uP3qC1fmmL .container {
    padding: 0 16px;
  }
}
.cid-uP3qC1fmmL .row {
  justify-content: center;
}
.cid-uP3qC1fmmL .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #e0f4f2;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uP3qC1fmmL .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uP3qC1fmmL .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #e0f4f2;
  background-color: #fdf7f7;
}
@media (max-width: 992px) {
  .cid-uP3qC1fmmL .panel-group .card {
    padding: 24px;
  }
}
.cid-uP3qC1fmmL .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uP3qC1fmmL .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uP3qC1fmmL .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uP3qC1fmmL .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uP3qC1fmmL .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uP3qC1fmmL .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #030303;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uP3qC1fmmL .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #030303;
}
.cid-uP3qC1fmmL .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uP3qC1fmmL .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uP3qC1fmmL .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uP3qC1fmmL .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uP3qC1fmmL .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uP3qC1fmmL .mbr-section-title {
  color: #000000;
}
.cid-uP3qC1fmmL .panel-title-edit {
  color: #030303;
}
.cid-uP3qC1fmmL .panel-text {
  color: #030303;
}
.cid-uP3qC3lriA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e0f4f2;
}
.cid-uP3qC3lriA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3qC3lriA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3qC3lriA .mbr-section-title {
  margin-bottom: 0;
  color: #2c2c26;
  text-align: center;
}
.cid-uP3qC3lriA .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .cid-uP3qC3lriA .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uP3qC3lriA .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uP3qC3lriA .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uP3qC3lriA .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-uP3qC3lriA .card-wrapper .google-map {
  position: relative;
  z-index: 1;
}
.cid-uP3qC3lriA .card-wrapper .google-map iframe {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-uP3qC3lriA .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-uP3qC5vqTr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #e0f4f2;
}
@media (min-width: 992px) {
  .cid-uP3qC5vqTr .wrapper {
    padding: 0 28px;
  }
}
.cid-uP3qC5vqTr .list {
  list-style: none;
  padding-left: 0;
  color: #030303;
}
@media (max-width: 991px) {
  .cid-uP3qC5vqTr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uP3qC5vqTr .list {
    margin-bottom: 0rem;
  }
}
.cid-uP3qC5vqTr .list li {
  transition: all linear .3s;
}
.cid-uP3qC5vqTr .list li:hover {
  color: #FFFF27;
}
@media (max-width: 991px) {
  .cid-uP3qC5vqTr div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uP3qC5vqTr .copyrightDiv {
  margin-top: 108px;
  flex-direction: row-reverse;
}
.cid-uP3qC5vqTr .copyright {
  color: #030303;
}
.cid-uP3qC5vqTr .top {
  padding-top: 72px;
}
@media (min-width: 768px) {
  .cid-uP3qC5vqTr .top {
    padding-top: 75px;
  }
}
.cid-uP3qC5vqTr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uP3qC5vqTr .soc-item {
  font-family: "Cormorant Garamond";
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 0.5rem;
  padding: 1rem;
  height: 3rem;
  width: 3rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  border: 1px solid #ffffff;
}
.cid-uP3qC5vqTr .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
@media (max-width: 991px) {
  .cid-uP3qC5vqTr .bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uP3qC5vqTr .mbr-white div {
    margin-bottom: 30px;
  }
}
.cid-uP3qC5vqTr .mbr-section-subtitle {
  color: #030303;
}
