.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 9rem;
  line-height: 1;
  letter-spacing: -0.18rem;
}
.display-1 > .mbr-iconfont {
  font-size: 11.25rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -0.08ch;
}
.display-2 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.44rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.8rem;
}
/* ---- 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: 7.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.3rem;
    font-size: calc( 3.8rem + (9 - 3.8) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.8rem + (9 - 3.8) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.152rem;
    font-size: calc( 1.154rem + (1.44 - 1.154) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.154rem + (1.44 - 1.154) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #c5ddbb !important;
}
.bg-success {
  background-color: #7ee7b6 !important;
}
.bg-info {
  background-color: #6ee0f7 !important;
}
.bg-warning {
  background-color: #ffd966 !important;
}
.bg-danger {
  background-color: #e87d87 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c5ddbb !important;
  border-color: #c5ddbb !important;
  color: #426633 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e2eedd !important;
  border-color: #e2eedd !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #426633 !important;
  background-color: #e2eedd !important;
  border-color: #e2eedd !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ddd3bb !important;
  border-color: #ddd3bb !important;
  color: #665733 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #eee9dd !important;
  border-color: #eee9dd !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #665733 !important;
  background-color: #eee9dd !important;
  border-color: #eee9dd !important;
}
.btn-info,
.btn-info:active {
  background-color: #6ee0f7 !important;
  border-color: #6ee0f7 !important;
  color: #055161 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #9eeafa !important;
  border-color: #9eeafa !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #055161 !important;
  background-color: #9eeafa !important;
  border-color: #9eeafa !important;
}
.btn-success,
.btn-success:active {
  background-color: #7ee7b6 !important;
  border-color: #7ee7b6 !important;
  color: #105635 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a9efce !important;
  border-color: #a9efce !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #105635 !important;
  background-color: #a9efce !important;
  border-color: #a9efce !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd966 !important;
  border-color: #ffd966 !important;
  color: #664d00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe699 !important;
  border-color: #ffe699 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #664d00 !important;
  background-color: #ffe699 !important;
  border-color: #ffe699 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e87d87 !important;
  border-color: #e87d87 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f0a8af !important;
  border-color: #f0a8af !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f0a8af !important;
  border-color: #f0a8af !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #c5ddbb;
  color: #c5ddbb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #94c081 !important;
  background-color: transparent !important;
  border-color: #94c081 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #426633 !important;
  background-color: #c5ddbb !important;
  border-color: #c5ddbb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ddd3bb;
  color: #ddd3bb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c0ae81 !important;
  background-color: transparent !important;
  border-color: #c0ae81 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #665733 !important;
  background-color: #ddd3bb !important;
  border-color: #ddd3bb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #6ee0f7;
  color: #6ee0f7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1ccef2 !important;
  background-color: transparent !important;
  border-color: #1ccef2 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #055161 !important;
  background-color: #6ee0f7 !important;
  border-color: #6ee0f7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #7ee7b6;
  color: #7ee7b6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #35d98d !important;
  background-color: transparent !important;
  border-color: #35d98d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #105635 !important;
  background-color: #7ee7b6 !important;
  border-color: #7ee7b6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd966;
  color: #ffd966;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc30f !important;
  background-color: transparent !important;
  border-color: #ffc30f !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #664d00 !important;
  background-color: #ffd966 !important;
  border-color: #ffd966 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e87d87;
  color: #e87d87;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #db3343 !important;
  background-color: transparent !important;
  border-color: #db3343 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e87d87 !important;
  border-color: #e87d87 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #c5ddbb !important;
}
.text-secondary {
  color: #ddd3bb !important;
}
.text-success {
  color: #7ee7b6 !important;
}
.text-info {
  color: #6ee0f7 !important;
}
.text-warning {
  color: #ffd966 !important;
}
.text-danger {
  color: #e87d87 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8bbb77 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bba777 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #28d785 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0dcbf2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d92637 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #c5ddbb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6ee0f7;
}
.alert-warning {
  background-color: #ffd966;
}
.alert-danger {
  background-color: #e87d87;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c5ddbb;
  border-color: #c5ddbb;
  color: #4d773b;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c5ddbb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1.44rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.8rem;
}
.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: #c5ddbb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.44rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.8rem;
}
blockquote {
  border-color: #c5ddbb;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c5ddbb;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c5ddbb;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c5ddbb;
  border-bottom-color: #c5ddbb;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #c5ddbb !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ddd3bb !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='%23c5ddbb' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  border-radius: .3rem !important;
  padding: 16px 20px;
  font-weight: 500 !important;
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  border-width: 1px !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  width: 0;
  opacity: 0;
  margin: 2px 0 0 0;
  transform: translateX(-5px);
  color: #ffd966 !important;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  width: 1.5rem;
  display: inline-flex;
  opacity: 1;
  transform: translateX(0);
  margin: 2px 8px 0 0;
}
img {
  border-radius: .3rem !important;
}
.cid-uJbhKaElqx {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uJbhKaElqx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJbhKaElqx .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-uJbhKaElqx .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uJbhKaElqx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJbhKaElqx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJbhKaElqx .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.cid-uJbhKaElqx .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uJbhKaElqx .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 0.3rem !important;
  transition: 0.3s all !important;
}
.cid-uJbhKaElqx .navbar-nav .nav-item .nav-link:hover {
  cursor: pointer;
}
.cid-uJbhKaElqx .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uJbhKaElqx .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uJbhKaElqx .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.3rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uJbhKaElqx .navbar-nav .dropdown-item:hover {
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-uJbhKaElqx .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uJbhKaElqx .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uJbhKaElqx .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uJbhKaElqx .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uJbhKaElqx .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJbhKaElqx .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uJbhKaElqx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uJbhKaElqx .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;
}
@media (max-width: 992px) {
  .cid-uJbhKaElqx .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJbhKaElqx .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uJbhKaElqx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJbhKaElqx .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 0rem 0rem 0.3rem 0.3rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uJbhKaElqx .nav-item:focus,
.cid-uJbhKaElqx .nav-link:focus {
  outline: none;
}
.cid-uJbhKaElqx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJbhKaElqx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJbhKaElqx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJbhKaElqx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJbhKaElqx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJbhKaElqx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJbhKaElqx .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-uJbhKaElqx .navbar.opened {
  transition: all 0.25s;
}
.cid-uJbhKaElqx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJbhKaElqx .navbar .navbar-logo img {
  width: auto;
}
.cid-uJbhKaElqx .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uJbhKaElqx .navbar.collapsed {
  justify-content: center;
}
.cid-uJbhKaElqx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJbhKaElqx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJbhKaElqx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJbhKaElqx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJbhKaElqx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJbhKaElqx .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-uJbhKaElqx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJbhKaElqx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJbhKaElqx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uJbhKaElqx .navbar {
    min-height: 72px;
  }
  .cid-uJbhKaElqx .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uJbhKaElqx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJbhKaElqx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJbhKaElqx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJbhKaElqx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJbhKaElqx .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-uJbhKaElqx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJbhKaElqx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uJbhKaElqx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJbhKaElqx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJbhKaElqx .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uJbhKaElqx .dropdown-item.active,
.cid-uJbhKaElqx .dropdown-item:active {
  background-color: transparent;
}
.cid-uJbhKaElqx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJbhKaElqx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJbhKaElqx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJbhKaElqx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJbhKaElqx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uJbhKaElqx .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uJbhKaElqx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJbhKaElqx .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJbhKaElqx .navbar-buttons {
    text-align: left;
  }
}
.cid-uJbhKaElqx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJbhKaElqx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJbhKaElqx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJbhKaElqx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJbhKaElqx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJbhKaElqx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJbhKaElqx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJbhKaElqx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJbhKaElqx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJbhKaElqx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJbhKaElqx .navbar-dropdown {
  padding: 0;
  background-color: #ffffff !important;
  position: fixed;
}
.cid-uJbhKaElqx .opacityScroll {
  background: #ffffff !important;
}
.cid-uJbhKaElqx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJbhKaElqx .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-uJbhKaElqx .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJbhKaElqx .navbar {
    height: 70px;
  }
  .cid-uJbhKaElqx .navbar.opened {
    height: auto;
  }
  .cid-uJbhKaElqx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJbhKaElqx .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uJbhKaElqx .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uJbhKaElqx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uJbhKaElqx .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: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uJbhKaElqx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uJbhKaElqx .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uJbhKaElqx .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uJbhKaElqx .navbar-brand {
    margin-right: auto;
  }
  .cid-uJbhKaElqx .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 0.3rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uJbhKaElqx .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uJbhKaElqx .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uJbhKaElqx .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 0.3rem;
  }
  .cid-uJbhKaElqx .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uJbhKaElqx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uJbhKaElqx .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: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uJbhKaElqx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uJbhKaElqx .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;
    border-radius: 0.3rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uJbhKaElqx .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJbhKaElqx .navbar-toggler {
    transform: scale(0.8);
  }
  .cid-uJbhKaElqx .btn {
    padding: 0.75rem 1.5rem;
    margin-left: 32px;
  }
  .cid-uJbhKaElqx .navbar-nav .nav-item .nav-link {
    padding: 16px 0px !important;
  }
  .cid-uJbhKaElqx .navbar-buttons {
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uJbhKaElqx .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uJbhKaElqx .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uJbhKaElqx .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uJbhKaElqx nav .mbr-section-btn {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uJbhKaElqx .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 16px 8px !important;
  }
}
.cid-uJbhKaWLXQ {
  padding-top: 12rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #71818e;
  position: relative;
}
.cid-uJbhKaWLXQ::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#d3bbdd 30%, #a777bb);
}
.cid-uJbhKaWLXQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbhKaWLXQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbhKaWLXQ .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uJbhKaWLXQ .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKaWLXQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKaWLXQ .container {
    padding: 0 16px;
  }
}
.cid-uJbhKaWLXQ .content-wrapper {
  position: relative;
  margin-bottom: 32px;
}
.cid-uJbhKaWLXQ .content-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uJbhKaWLXQ .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 32px;
  display: inline-flex;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-uJbhKaWLXQ .content-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKaWLXQ .content-wrapper .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uJbhKaWLXQ .content-wrapper .text-wrap {
  position: relative;
  z-index: 1;
}
.cid-uJbhKaWLXQ .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  margin-bottom: 32px;
  width: 50%;
}
@media (max-width: 1200px) {
  .cid-uJbhKaWLXQ .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKaWLXQ .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uJbhKaWLXQ .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uJbhKaWLXQ .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin: 200px 0 0 0;
}
.cid-uJbhKaWLXQ .content-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  object-fit: cover;
  margin-right: 60px;
}
@media (max-width: 992px) {
  .cid-uJbhKaWLXQ .content-wrapper img {
    width: 100%;
    height: 400px;
    margin: 0;
    top: auto;
    bottom: 0;
  }
}
.cid-uJbhKaWLXQ .mbr-section-title {
  color: #ffffff;
}
.cid-uJbhKaWLXQ .mbr-text {
  color: #f4f4f4;
}
.cid-uJbhKaWLXQ .mbr-desc {
  color: #000000;
}
.cid-uJbhKaWLXQ .mbr-section-title,
.cid-uJbhKaWLXQ .mbr-section-btn,
.cid-uJbhKaWLXQ .title-wrap {
  color: #000000;
}
.cid-uJbhKaWLXQ .mbr-text,
.cid-uJbhKaWLXQ .text-wrap {
  color: #000000;
}
.cid-uJbhKb67g7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uJbhKb67g7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbhKb67g7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbhKb67g7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uJbhKb67g7 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKb67g7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKb67g7 .container {
    padding: 0 16px;
  }
}
.cid-uJbhKb67g7 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJbhKb67g7 .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uJbhKb67g7 .desc-wrapper {
  margin-bottom: 32px;
  padding-right: 60px;
  padding-right: 0;
  padding-left: 60px;
}
@media (max-width: 992px) {
  .cid-uJbhKb67g7 .desc-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKb67g7 .desc-wrapper {
    padding: 0;
  }
}
.cid-uJbhKb67g7 .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uJbhKb67g7 .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #c5ddbb, #d3bbdd);
}
.cid-uJbhKb67g7 .image-wrapper {
  padding-right: 60px;
  padding-right: 0;
  padding-left: 60px;
}
@media (max-width: 992px) {
  .cid-uJbhKb67g7 .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKb67g7 .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uJbhKb67g7 .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJbhKb67g7 .image-wrapper img {
    height: 350px;
  }
}
.cid-uJbhKb67g7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJbhKb67g7 .mbr-section-title {
  color: #000000;
}
.cid-uJbhKb67g7 .mbr-desc {
  color: #1c1c1c;
}
.cid-uJbhKb67g7 .mbr-text {
  color: #000000;
}
.cid-uJbhKb67g7 .mbr-desc,
.cid-uJbhKb67g7 .desc-wrapper {
  color: #000000;
}
.cid-uJbhKbedij {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
  position: relative;
}
.cid-uJbhKbedij .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJbhKbedij .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uJbhKbedij::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #d3bbdd, #a777bb);
}
.cid-uJbhKbedij .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbhKbedij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbhKbedij .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uJbhKbedij .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKbedij .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKbedij .container {
    padding: 0 16px;
  }
}
.cid-uJbhKbedij .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uJbhKbedij .image-wrapper img {
  height: 630px;
  width: 70%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJbhKbedij .image-wrapper img {
    height: 350px;
  }
}
.cid-uJbhKbedij .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJbhKblKLs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uJbhKblKLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbhKblKLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbhKblKLs .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uJbhKblKLs .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKblKLs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKblKLs .container {
    padding: 0 16px;
  }
}
.cid-uJbhKblKLs .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJbhKblKLs .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uJbhKblKLs .desc-wrapper {
  margin-bottom: 32px;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-uJbhKblKLs .desc-wrapper {
    padding: 0;
  }
}
.cid-uJbhKblKLs .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uJbhKblKLs .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #c5ddbb, #d3bbdd);
}
.cid-uJbhKblKLs .image-wrapper {
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-uJbhKblKLs .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uJbhKblKLs .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJbhKblKLs .image-wrapper img {
    height: 350px;
  }
}
.cid-uJbhKblKLs .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJbhKblKLs .mbr-section-title {
  color: #000000;
}
.cid-uJbhKblKLs .mbr-desc {
  color: #1c1c1c;
}
.cid-uJbhKblKLs .mbr-text {
  color: #000000;
}
.cid-uJbhKblKLs .mbr-desc,
.cid-uJbhKblKLs .desc-wrapper {
  color: #000000;
}
.cid-uJbhKbuhFD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uJbhKbuhFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbhKbuhFD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbhKbuhFD .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uJbhKbuhFD .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKbuhFD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKbuhFD .container {
    padding: 0 16px;
  }
}
.cid-uJbhKbuhFD .row {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uJbhKbuhFD .row .item {
  padding: 0 24px;
}
.cid-uJbhKbuhFD .row .item:first-child {
  margin-bottom: 0;
}
.cid-uJbhKbuhFD .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJbhKbuhFD .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uJbhKbuhFD .item {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJbhKbuhFD .item {
    margin-bottom: 32px;
  }
}
.cid-uJbhKbuhFD .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uJbhKbuhFD .item .item-wrapper .item-img img {
  height: 136px;
  width: 136px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uJbhKbuhFD .item .item-wrapper .item-content .card-price {
  padding-top: 32px;
  border-top: 1px solid #000000;
  margin-bottom: 24px;
}
.cid-uJbhKbuhFD .item .item-wrapper .item-content .card-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJbhKbuhFD .item .item-wrapper .item-content .card-title {
    margin-bottom: 16px;
  }
}
.cid-uJbhKbuhFD .item .item-wrapper .item-content .card-desc {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJbhKbuhFD .item .item-wrapper .item-content .card-desc {
    margin-bottom: 16px;
  }
}
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0 0 5px 0;
  border: none !important;
  position: relative;
  margin-top: 0;
}
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline::before,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline::before,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline::before,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline::before,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline::before,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline::before,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline::before,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover:before,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover:before,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover:before,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover:before,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover:before,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover:before,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover:before,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover:before,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus:before,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus:before,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus:before,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus:before,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus:before,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus:before,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus:before,
.cid-uJbhKbuhFD .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus:before {
  width: 0;
}
.cid-uJbhKbuhFD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJbhKbuhFD .card-title {
  color: #1c1c1c;
}
.cid-uJbhKbuhFD .card-desc {
  color: #000000;
  text-align: center;
}
.cid-uJbhKbuhFD .card-price {
  color: #000000;
  text-align: center;
}
.cid-uJbhKbuhFD .card-title,
.cid-uJbhKbuhFD .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uJbhKc9Ft6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uJbhKc9Ft6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbhKc9Ft6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbhKc9Ft6 .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uJbhKc9Ft6 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKc9Ft6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKc9Ft6 .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKc9Ft6 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uJbhKc9Ft6 .row {
  justify-content: space-between;
}
.cid-uJbhKc9Ft6 .item {
  border-bottom: 1px solid #000000;
}
.cid-uJbhKc9Ft6 .item:first-child {
  border-top: 1px solid #000000;
}
.cid-uJbhKc9Ft6 .item .item-wrapper .card-box {
  display: flex;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uJbhKc9Ft6 .item .item-wrapper .card-box {
    padding: 48px 0;
    display: block;
  }
}
.cid-uJbhKc9Ft6 .item .item-wrapper .card-box .card-title {
  width: 35%;
  margin-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJbhKc9Ft6 .item .item-wrapper .card-box .card-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uJbhKc9Ft6 .item .item-wrapper .card-box .card-text {
  width: 55%;
  margin-bottom: 0;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uJbhKc9Ft6 .item .item-wrapper .card-box .card-text {
    width: 100%;
    margin-right: 0;
  }
}
.cid-uJbhKc9Ft6 .card-title {
  color: #000000;
}
.cid-uJbhKc9Ft6 .card-text {
  color: #000000;
}
.cid-uJbhKcvP3b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: transparent;
}
.cid-uJbhKcvP3b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbhKcvP3b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbhKcvP3b .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uJbhKcvP3b .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKcvP3b .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKcvP3b .container {
    padding: 0 16px;
  }
}
.cid-uJbhKcvP3b .image-wrapper {
  height: 100%;
}
.cid-uJbhKcvP3b .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJbhKcvP3b .image-wrapper img {
    height: 400px;
    margin: 32px 0;
    border-radius: 0.3rem !important;
  }
}
.cid-uJbhKcvP3b .content-wrapper {
  padding: 150px 150px 150px 32px ;
  padding: 150px 32px 150px 150px;
}
@media (max-width: 1440px) {
  .cid-uJbhKcvP3b .content-wrapper {
    padding: 150px 32px 150px 96px;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKcvP3b .content-wrapper {
    padding: 0 0 48px 0;
  }
}
@media (max-width: 1440px) {
  .cid-uJbhKcvP3b .content-wrapper {
    padding: 150px 96px 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKcvP3b .content-wrapper {
    padding: 0 0 48px 0;
  }
}
.cid-uJbhKcvP3b .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJbhKcvP3b .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uJbhKcvP3b .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uJbhKcvP3b .content-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uJbhKcvP3b .mbr-section-title {
  color: #1c1c1c;
}
.cid-uJbhKcvP3b .mbr-text {
  color: #1c1c1c;
}
.cid-uJbhKcoqlM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uJbhKcoqlM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbhKcoqlM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbhKcoqlM .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uJbhKcoqlM .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKcoqlM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKcoqlM .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKcoqlM .desc-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uJbhKcoqlM .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uJbhKcoqlM .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #c5ddbb, #d3bbdd);
}
.cid-uJbhKcoqlM .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJbhKcoqlM .mbr-desc {
  color: #1c1c1c;
}
.cid-uJbhKcoqlM .mbr-text {
  color: #000000;
}
.cid-uJbhKcoqlM .mbr-desc,
.cid-uJbhKcoqlM .desc-wrapper {
  color: #000000;
}
.cid-uJbhKcuyKy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uJbhKcuyKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbhKcuyKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbhKcuyKy .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uJbhKcuyKy .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKcuyKy .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKcuyKy .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKcuyKy .desc-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uJbhKcuyKy .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uJbhKcuyKy .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #c5ddbb, #d3bbdd);
}
.cid-uJbhKcuyKy .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJbhKcuyKy .mbr-desc {
  color: #1c1c1c;
}
.cid-uJbhKcuyKy .mbr-text {
  color: #000000;
}
.cid-uJbhKcuyKy .mbr-desc,
.cid-uJbhKcuyKy .desc-wrapper {
  color: #000000;
}
.cid-uJbhKdPmLM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaeaea;
}
.cid-uJbhKdPmLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbhKdPmLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJbhKdPmLM .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uJbhKdPmLM .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKdPmLM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uJbhKdPmLM .container {
    padding: 0 16px;
  }
}
.cid-uJbhKdPmLM .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uJbhKdPmLM .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJbhKdPmLM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJbhKdPmLM .nav-wrapper .list {
  display: inline-block;
  padding: 0;
  margin: 0 0 150px 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uJbhKdPmLM .nav-wrapper .list {
    margin: 0 0 48px 0;
  }
}
.cid-uJbhKdPmLM .nav-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-uJbhKdPmLM .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJbhKdPmLM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uJbhKdPmLM .nav-wrapper .list .item-wrap:hover::before,
.cid-uJbhKdPmLM .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uJbhKdPmLM .border-wrap {
  height: 1px;
  background-color: #c1c1c1;
}
.cid-uJbhKdPmLM .mbr-copy {
  padding: 16px 0;
  margin-bottom: 0;
  color: #1c1c1c;
}
.cid-uJbhKdPmLM .mbr-section-title {
  color: #1c1c1c;
}
.cid-uJbhKdPmLM .list {
  color: #1c1c1c;
}
