.btn {
  border-width: 2px;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((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: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((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: #ffb4e5 !important;
}
.bg-success {
  background-color: #bdcdc6 !important;
}
.bg-info {
  background-color: #e7d8d6 !important;
}
.bg-warning {
  background-color: #c08598 !important;
}
.bg-danger {
  background-color: #33363b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffb4e5 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff5dc7 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff5dc7 !important;
  border-color: #ff5dc7 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e4eedb !important;
  border: none  !important;
  color: #638941 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b8d2a0 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #638941 !important;
  background-color: #b8d2a0 !important;
  border-color: #b8d2a0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e7d8d6 !important;
  border: none  !important;
  color: #784c46 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c7a49f !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #784c46 !important;
  background-color: #c7a49f !important;
  border-color: #c7a49f !important;
}
.btn-success,
.btn-success:active {
  background-color: #bdcdc6 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border-color: #8ca89b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c08598 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border-color: #9d516a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #33363b !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border-color: #0b0b0c !important;
}
.btn-white,
.btn-white:active {
  background-color: #efefef !important;
  border: none  !important;
  color: #707070 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #c4c4c4 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #707070 !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #010101 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #ffb4e5;
  color: #ffb4e5;
  border-radius: 0 !important;
}
.btn-primary-outline .mbr-iconfont,
.btn-primary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff5dc7 !important;
  background-color: transparent!important;
  border-color: #ff5dc7 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb4e5 !important;
  border-color: #ffb4e5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e4eedb;
  color: #e4eedb;
  border-radius: 0 !important;
}
.btn-secondary-outline .mbr-iconfont,
.btn-secondary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b8d2a0 !important;
  background-color: transparent!important;
  border-color: #b8d2a0 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #638941 !important;
  background-color: #e4eedb !important;
  border-color: #e4eedb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e7d8d6;
  color: #e7d8d6;
  border-radius: 0 !important;
}
.btn-info-outline .mbr-iconfont,
.btn-info-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c7a49f !important;
  background-color: transparent!important;
  border-color: #c7a49f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #784c46 !important;
  background-color: #e7d8d6 !important;
  border-color: #e7d8d6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #bdcdc6;
  color: #bdcdc6;
  border-radius: 0 !important;
}
.btn-success-outline .mbr-iconfont,
.btn-success-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8ca89b !important;
  background-color: transparent!important;
  border-color: #8ca89b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bdcdc6 !important;
  border-color: #bdcdc6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #c08598;
  color: #c08598;
  border-radius: 0 !important;
}
.btn-warning-outline .mbr-iconfont,
.btn-warning-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9d516a !important;
  background-color: transparent!important;
  border-color: #9d516a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c08598 !important;
  border-color: #c08598 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #33363b;
  color: #33363b;
  border-radius: 0 !important;
}
.btn-danger-outline .mbr-iconfont,
.btn-danger-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0b0b0c !important;
  background-color: transparent!important;
  border-color: #0b0b0c !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #33363b !important;
  border-color: #33363b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #010101;
  color: #010101;
  border-radius: 0 !important;
}
.btn-black-outline .mbr-iconfont,
.btn-black-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.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: #010101 !important;
  border-color: #010101 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #efefef;
  color: #efefef;
  border-radius: 0 !important;
}
.btn-white-outline .mbr-iconfont,
.btn-white-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #c4c4c4 !important;
  background-color: transparent!important;
  border-color: #c4c4c4 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.text-primary {
  color: #ffb4e5 !important;
}
.text-secondary {
  color: #e4eedb !important;
}
.text-success {
  color: #bdcdc6 !important;
}
.text-info {
  color: #e7d8d6 !important;
}
.text-warning {
  color: #c08598 !important;
}
.text-danger {
  color: #33363b !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-black {
  color: #24262b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff4ec2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b0cd96 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #83a194 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c19b96 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #934c63 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #040404 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #bcbcbc !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: #ffb4e5;
}
.nav-tabs .nav-link:not(.active) {
  color: #24262b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e7d8d6;
}
.alert-warning {
  background-color: #c08598;
}
.alert-danger {
  background-color: #33363b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffb4e5;
  border-color: #ffb4e5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffb4e5;
}
.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: #ebd9df;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a4a8b0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #ffb4e5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #ffb4e5;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffb4e5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffb4e5;
}
.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: #ffb4e5;
  border-bottom-color: #ffb4e5;
}
.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: #ffb4e5 !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: #e4eedb !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='%23ffb4e5' %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: .3s all;
  font-weight: 600 !important;
}
a:hover {
  background-image: none !important;
}
.container {
  position: relative;
  max-width: 1380px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
.container-fluid {
  max-width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 1399px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.row {
  margin-left: -16px;
  margin-right: -16px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 52px;
  padding: 10px 30px;
  border-radius: 3px;
  transition: all .3s;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: transform .3s;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: translateX(0.5rem);
}
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black {
  color: #FFFFFF;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover {
  color: #FFFFFF;
  background-color: #ffb4e5 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover {
  color: #ffb4e5 !important;
  border-color: #ffb4e5 !important;
}
.cid-uRAOWUOrVX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-uRAOWUOrVX nav.navbar {
  position: fixed;
}
.cid-uRAOWUOrVX .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-uRAOWUOrVX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRAOWUOrVX .dropdown-item:hover,
.cid-uRAOWUOrVX .dropdown-item:focus {
  color: #ffb4e5 !important;
}
.cid-uRAOWUOrVX .dropdown-item:hover span {
  color: white;
}
.cid-uRAOWUOrVX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRAOWUOrVX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRAOWUOrVX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRAOWUOrVX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRAOWUOrVX .nav-link {
  position: relative;
}
.cid-uRAOWUOrVX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRAOWUOrVX .container {
    flex-wrap: nowrap;
  }
}
.cid-uRAOWUOrVX .navbar-caption:hover,
.cid-uRAOWUOrVX .navbar-caption:focus {
  color: #ffb4e5 !important;
}
.cid-uRAOWUOrVX .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-uRAOWUOrVX .navbar-nav .nav-item {
  color: #24262b;
}
.cid-uRAOWUOrVX .navbar-nav .nav-item:hover {
  color: #ffb4e5;
}
.cid-uRAOWUOrVX .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-uRAOWUOrVX .navbar-nav .nav-item a:hover {
  color: #ffb4e5 !important;
}
.cid-uRAOWUOrVX .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-uRAOWUOrVX .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-uRAOWUOrVX .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-uRAOWUOrVX .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffb4e5 !important;
}
.cid-uRAOWUOrVX .dropdown-menu,
.cid-uRAOWUOrVX .navbar.opened {
  background: #ffffff !important;
}
.cid-uRAOWUOrVX .nav-item:focus,
.cid-uRAOWUOrVX .nav-link:focus {
  outline: none;
}
.cid-uRAOWUOrVX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRAOWUOrVX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRAOWUOrVX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRAOWUOrVX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRAOWUOrVX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRAOWUOrVX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRAOWUOrVX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-uRAOWUOrVX .navbar.opened {
  transition: all 0.3s;
}
.cid-uRAOWUOrVX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRAOWUOrVX .navbar .navbar-logo img {
  width: auto;
}
.cid-uRAOWUOrVX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRAOWUOrVX .navbar.collapsed {
  justify-content: center;
}
.cid-uRAOWUOrVX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRAOWUOrVX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRAOWUOrVX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-uRAOWUOrVX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRAOWUOrVX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRAOWUOrVX .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-uRAOWUOrVX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRAOWUOrVX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRAOWUOrVX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRAOWUOrVX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRAOWUOrVX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRAOWUOrVX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRAOWUOrVX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRAOWUOrVX .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-uRAOWUOrVX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRAOWUOrVX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRAOWUOrVX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRAOWUOrVX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRAOWUOrVX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRAOWUOrVX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRAOWUOrVX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uRAOWUOrVX .navbar.navbar-short {
  min-height: 70px;
}
.cid-uRAOWUOrVX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-uRAOWUOrVX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRAOWUOrVX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRAOWUOrVX .dropdown-item.active,
.cid-uRAOWUOrVX .dropdown-item:active {
  background-color: transparent;
}
.cid-uRAOWUOrVX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRAOWUOrVX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRAOWUOrVX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRAOWUOrVX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRAOWUOrVX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRAOWUOrVX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRAOWUOrVX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRAOWUOrVX .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-uRAOWUOrVX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRAOWUOrVX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRAOWUOrVX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRAOWUOrVX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRAOWUOrVX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRAOWUOrVX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRAOWUOrVX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRAOWUOrVX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRAOWUOrVX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRAOWUOrVX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRAOWUOrVX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRAOWUOrVX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRAOWUOrVX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRAOWUOrVX .navbar {
    height: 70px;
  }
  .cid-uRAOWUOrVX .navbar.opened {
    height: auto;
  }
  .cid-uRAOWUOrVX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRAOWUOrVX .container-fluid {
  padding: 0 1rem !important;
}
.cid-uRAOWUOrVX .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-uRAOWUOrVX .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-uRAOWUOrVX .navbar-collapse {
    width: 100%;
  }
  .cid-uRAOWUOrVX .navbar-nav {
    width: 100%;
  }
  .cid-uRAOWUOrVX .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-uRAOXy0KCS {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cid-uRAOXy0KCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAOXy0KCS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background2.jpg");
}
@media (max-width: 767px) {
  .cid-uRAOXy0KCS .col-content {
    text-align: center;
  }
}
.cid-uRAOXy0KCS .label-container {
  margin-bottom: 16px;
}
.cid-uRAOXy0KCS .label-text {
  color: #24262b;
}
.cid-uRAOXy0KCS .label-text-2 {
  color: #24262b;
}
.cid-uRAOXy0KCS .mbr-section-title {
  color: #ffffff;
}
.cid-uRAOXy0KCS .text-container {
  margin-top: 24px;
}
.cid-uRAOXy0KCS .mbr-section-subtitle {
  color: #24262b;
}
.cid-uRAOXy0KCS .mbr-text {
  color: #b79b6c;
}
.cid-uRAOXy0KCS .mbr-section-btn {
  margin-top: 28px;
}
.cid-uRAOXy0KCS .mbr-text,
.cid-uRAOXy0KCS .mbr-section-btn {
  color: #ffffff;
}
.cid-uRAPouH0lh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffb4e5;
}
.cid-uRAPouH0lh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAPouH0lh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAPouH0lh .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uRAPouH0lh .mbr-section-title {
  color: #24262b;
}
.cid-uRAPouH0lh .mbr-section-subtitle {
  color: #24262b;
}
.cid-uRAPouH0lh .cards-row {
  row-gap: 32px;
}
.cid-uRAPouH0lh .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRAPouH0lh .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uRAPouH0lh .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uRAPouH0lh .card-subtitle {
  color: #24262b;
}
.cid-uRAPouH0lh .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uRAPouH0lh .mbr-section-btn {
  margin-top: 20px;
}
.cid-uRAPouH0lh .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-uRAPouH0lh .item-img {
    min-height: auto;
  }
}
.cid-uRAPouH0lh .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-uRAPouH0lh .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-uRAPouH0lh .card-text,
.cid-uRAPouH0lh .mbr-section-btn {
  color: #000000;
}
.cid-uRAPsFabns {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uRAPsFabns .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAPsFabns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAPsFabns .col-lg-8 {
  padding: 4rem 6rem;
}
@media (max-width: 1600px) {
  .cid-uRAPsFabns .col-lg-8 {
    padding: 2rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uRAPsFabns .col-lg-8 {
    padding: 2rem 1rem;
  }
}
.cid-uRAPsFabns .img-col {
  border-left: 1px solid lightgray;
  padding: 1rem;
}
.cid-uRAPsFabns .img-col img {
  width: 140px;
}
@media (max-width: 767px) {
  .cid-uRAPsFabns .img-col {
    border-left: 0px solid lightgray;
    padding: 0;
    padding-top: 1rem;
  }
}
.cid-uRAPsFabns .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRAPsFabns .mbr-text,
.cid-uRAPsFabns .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRAPsFabns .mbr-section-title,
.cid-uRAPsFabns .line {
  color: #000000;
}
.cid-uRAPsFabns .mbr-section-subtitle,
.cid-uRAPsFabns .align {
  text-align: left;
  color: #000000;
}
.cid-uRASX68G5Q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffb4e5;
}
.cid-uRASX68G5Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRASX68G5Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRASX68G5Q .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uRASX68G5Q .mbr-section-title {
  color: #24262b;
}
.cid-uRASX68G5Q .mbr-section-subtitle {
  color: #24262b;
}
.cid-uRASX68G5Q .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-uRASX68G5Q .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRASX68G5Q .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uRASX68G5Q .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uRASX68G5Q .card-subtitle {
  color: #24262b;
}
.cid-uRASX68G5Q .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uRASX68G5Q .mbr-section-btn {
  margin-top: 20px;
}
.cid-uRASX68G5Q .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-uRASX68G5Q .item-img {
    min-height: auto;
  }
}
.cid-uRASX68G5Q .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-uRASX68G5Q .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-uRASX68G5Q .card-text,
.cid-uRASX68G5Q .mbr-section-btn {
  color: #000000;
}
.cid-uRAPtwceNq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRAPtwceNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAPtwceNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAPtwceNq .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-uRAPtwceNq .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-uRAPtwceNq .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-uRAPtwceNq .mbr-section-title {
  color: #131313;
}
.cid-uRAPtwceNq .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-uRAPtwceNq .items-row {
  row-gap: 40px;
  margin: 5px -20px 0 !important;
}
@media (max-width: 767px) {
  .cid-uRAPtwceNq .items-row {
    row-gap: 30px;
    margin: 0 -15px !important;
  }
}
.cid-uRAPtwceNq .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
  padding: 0 20px !important;
}
.cid-uRAPtwceNq .item-wrapper {
  width: 100%;
  padding: 13px 13px 42px;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-uRAPtwceNq .item-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-uRAPtwceNq .item-img img {
  width: 100%;
  aspect-ratio: 0.90625;
  object-fit: cover;
}
.cid-uRAPtwceNq .item-content {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .cid-uRAPtwceNq .item-content {
    margin-top: 20px;
  }
}
.cid-uRAPtwceNq .card-title {
  color: #131313;
}
.cid-uRAPtwceNq .card-text {
  margin-top: 5px;
  color: #FC7942;
}
.cid-uRAPtwceNq .mbr-section-btn {
  margin-top: 5px;
}
.cid-uRAPtwceNq .card-text,
.cid-uRAPtwceNq .mbr-section-btn {
  color: #000000;
}
.cid-uRAPuhDrb7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffb4e5;
}
.cid-uRAPuhDrb7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAPuhDrb7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAPuhDrb7 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uRAPuhDrb7 .mbr-section-title {
  color: #24262b;
}
.cid-uRAPuhDrb7 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uRAPuhDrb7 .cards-row {
  row-gap: 32px;
}
.cid-uRAPuhDrb7 .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRAPuhDrb7 .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uRAPuhDrb7 .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uRAPuhDrb7 .card-subtitle {
  color: #24262b;
}
.cid-uRAPuhDrb7 .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uRAPuhDrb7 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uRAPuhDrb7 .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-uRAPuhDrb7 .item-img {
    min-height: auto;
  }
}
.cid-uRAPuhDrb7 .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-uRAPuhDrb7 .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-uRAPuhDrb7 .card-text,
.cid-uRAPuhDrb7 .mbr-section-btn {
  color: #000000;
}
.cid-uRAP0DnO2D {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uRAP0DnO2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAP0DnO2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAP0DnO2D .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uRAP0DnO2D .mbr-section-title {
  color: #24262b;
}
.cid-uRAP0DnO2D .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uRAP0DnO2D .google-map {
  height: 450px;
  position: relative;
  filter: grayscale(100%);
}
@media (max-width: 767px) {
  .cid-uRAP0DnO2D .google-map {
    height: 400px;
  }
}
.cid-uRAP0DnO2D .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRAP0DnO2D .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uRAP0DnO2D .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRAP0DnO2D .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRAP0oRdZZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRAP0oRdZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAP0oRdZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAP0oRdZZ .col-title {
  margin-bottom: 32px;
}
.cid-uRAP0oRdZZ .mbr-section-title {
  color: #24262b;
}
.cid-uRAP0oRdZZ .mbr-section-subtitle {
  color: #24262b;
}
.cid-uRAP0oRdZZ .cards-row {
  row-gap: 32px;
}
.cid-uRAP0oRdZZ .card {
  border-radius: 0;
}
.cid-uRAP0oRdZZ .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uRAP0oRdZZ .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #ffb4e5;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-uRAP0oRdZZ .text-wrap {
  flex-grow: 1;
}
.cid-uRAP0oRdZZ .card-title {
  color: #24262b;
}
.cid-uRAP0oRdZZ .card-text {
  color: #767676;
}
.cid-uRAP1e3bxm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uRAP1e3bxm .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-uRAP1e3bxm .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRAOWUOrVX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-uRAOWUOrVX nav.navbar {
  position: fixed;
}
.cid-uRAOWUOrVX .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-uRAOWUOrVX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRAOWUOrVX .dropdown-item:hover,
.cid-uRAOWUOrVX .dropdown-item:focus {
  color: #ffb4e5 !important;
}
.cid-uRAOWUOrVX .dropdown-item:hover span {
  color: white;
}
.cid-uRAOWUOrVX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRAOWUOrVX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRAOWUOrVX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRAOWUOrVX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRAOWUOrVX .nav-link {
  position: relative;
}
.cid-uRAOWUOrVX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRAOWUOrVX .container {
    flex-wrap: nowrap;
  }
}
.cid-uRAOWUOrVX .navbar-caption:hover,
.cid-uRAOWUOrVX .navbar-caption:focus {
  color: #ffb4e5 !important;
}
.cid-uRAOWUOrVX .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-uRAOWUOrVX .navbar-nav .nav-item {
  color: #24262b;
}
.cid-uRAOWUOrVX .navbar-nav .nav-item:hover {
  color: #ffb4e5;
}
.cid-uRAOWUOrVX .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-uRAOWUOrVX .navbar-nav .nav-item a:hover {
  color: #ffb4e5 !important;
}
.cid-uRAOWUOrVX .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-uRAOWUOrVX .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-uRAOWUOrVX .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-uRAOWUOrVX .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffb4e5 !important;
}
.cid-uRAOWUOrVX .dropdown-menu,
.cid-uRAOWUOrVX .navbar.opened {
  background: #ffffff !important;
}
.cid-uRAOWUOrVX .nav-item:focus,
.cid-uRAOWUOrVX .nav-link:focus {
  outline: none;
}
.cid-uRAOWUOrVX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRAOWUOrVX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRAOWUOrVX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRAOWUOrVX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRAOWUOrVX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRAOWUOrVX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRAOWUOrVX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-uRAOWUOrVX .navbar.opened {
  transition: all 0.3s;
}
.cid-uRAOWUOrVX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRAOWUOrVX .navbar .navbar-logo img {
  width: auto;
}
.cid-uRAOWUOrVX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRAOWUOrVX .navbar.collapsed {
  justify-content: center;
}
.cid-uRAOWUOrVX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRAOWUOrVX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRAOWUOrVX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-uRAOWUOrVX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRAOWUOrVX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRAOWUOrVX .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-uRAOWUOrVX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRAOWUOrVX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRAOWUOrVX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRAOWUOrVX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRAOWUOrVX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRAOWUOrVX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRAOWUOrVX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRAOWUOrVX .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-uRAOWUOrVX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRAOWUOrVX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRAOWUOrVX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRAOWUOrVX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRAOWUOrVX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRAOWUOrVX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRAOWUOrVX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uRAOWUOrVX .navbar.navbar-short {
  min-height: 70px;
}
.cid-uRAOWUOrVX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-uRAOWUOrVX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRAOWUOrVX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRAOWUOrVX .dropdown-item.active,
.cid-uRAOWUOrVX .dropdown-item:active {
  background-color: transparent;
}
.cid-uRAOWUOrVX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRAOWUOrVX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRAOWUOrVX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRAOWUOrVX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRAOWUOrVX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRAOWUOrVX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRAOWUOrVX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRAOWUOrVX .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-uRAOWUOrVX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRAOWUOrVX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRAOWUOrVX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRAOWUOrVX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRAOWUOrVX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRAOWUOrVX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRAOWUOrVX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRAOWUOrVX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRAOWUOrVX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRAOWUOrVX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRAOWUOrVX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRAOWUOrVX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRAOWUOrVX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRAOWUOrVX .navbar {
    height: 70px;
  }
  .cid-uRAOWUOrVX .navbar.opened {
    height: auto;
  }
  .cid-uRAOWUOrVX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRAOWUOrVX .container-fluid {
  padding: 0 1rem !important;
}
.cid-uRAOWUOrVX .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-uRAOWUOrVX .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-uRAOWUOrVX .navbar-collapse {
    width: 100%;
  }
  .cid-uRAOWUOrVX .navbar-nav {
    width: 100%;
  }
  .cid-uRAOWUOrVX .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-uRARGLCGpf {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #323232;
}
.cid-uRARGLCGpf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRARGLCGpf .mbr-text {
  color: #ffffff;
}
.cid-uRAP1e3bxm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uRAP1e3bxm .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-uRAP1e3bxm .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRAOWUOrVX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-uRAOWUOrVX nav.navbar {
  position: fixed;
}
.cid-uRAOWUOrVX .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-uRAOWUOrVX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRAOWUOrVX .dropdown-item:hover,
.cid-uRAOWUOrVX .dropdown-item:focus {
  color: #ffb4e5 !important;
}
.cid-uRAOWUOrVX .dropdown-item:hover span {
  color: white;
}
.cid-uRAOWUOrVX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRAOWUOrVX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRAOWUOrVX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRAOWUOrVX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRAOWUOrVX .nav-link {
  position: relative;
}
.cid-uRAOWUOrVX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRAOWUOrVX .container {
    flex-wrap: nowrap;
  }
}
.cid-uRAOWUOrVX .navbar-caption:hover,
.cid-uRAOWUOrVX .navbar-caption:focus {
  color: #ffb4e5 !important;
}
.cid-uRAOWUOrVX .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-uRAOWUOrVX .navbar-nav .nav-item {
  color: #24262b;
}
.cid-uRAOWUOrVX .navbar-nav .nav-item:hover {
  color: #ffb4e5;
}
.cid-uRAOWUOrVX .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-uRAOWUOrVX .navbar-nav .nav-item a:hover {
  color: #ffb4e5 !important;
}
.cid-uRAOWUOrVX .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-uRAOWUOrVX .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-uRAOWUOrVX .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-uRAOWUOrVX .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffb4e5 !important;
}
.cid-uRAOWUOrVX .dropdown-menu,
.cid-uRAOWUOrVX .navbar.opened {
  background: #ffffff !important;
}
.cid-uRAOWUOrVX .nav-item:focus,
.cid-uRAOWUOrVX .nav-link:focus {
  outline: none;
}
.cid-uRAOWUOrVX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRAOWUOrVX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRAOWUOrVX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRAOWUOrVX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRAOWUOrVX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRAOWUOrVX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRAOWUOrVX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-uRAOWUOrVX .navbar.opened {
  transition: all 0.3s;
}
.cid-uRAOWUOrVX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRAOWUOrVX .navbar .navbar-logo img {
  width: auto;
}
.cid-uRAOWUOrVX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRAOWUOrVX .navbar.collapsed {
  justify-content: center;
}
.cid-uRAOWUOrVX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRAOWUOrVX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRAOWUOrVX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-uRAOWUOrVX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRAOWUOrVX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRAOWUOrVX .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-uRAOWUOrVX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRAOWUOrVX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRAOWUOrVX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRAOWUOrVX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRAOWUOrVX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRAOWUOrVX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRAOWUOrVX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRAOWUOrVX .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-uRAOWUOrVX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRAOWUOrVX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRAOWUOrVX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRAOWUOrVX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRAOWUOrVX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRAOWUOrVX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRAOWUOrVX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uRAOWUOrVX .navbar.navbar-short {
  min-height: 70px;
}
.cid-uRAOWUOrVX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-uRAOWUOrVX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRAOWUOrVX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRAOWUOrVX .dropdown-item.active,
.cid-uRAOWUOrVX .dropdown-item:active {
  background-color: transparent;
}
.cid-uRAOWUOrVX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRAOWUOrVX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRAOWUOrVX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRAOWUOrVX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRAOWUOrVX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRAOWUOrVX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRAOWUOrVX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRAOWUOrVX .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-uRAOWUOrVX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRAOWUOrVX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRAOWUOrVX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRAOWUOrVX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRAOWUOrVX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRAOWUOrVX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRAOWUOrVX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRAOWUOrVX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRAOWUOrVX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRAOWUOrVX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRAOWUOrVX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRAOWUOrVX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRAOWUOrVX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRAOWUOrVX .navbar {
    height: 70px;
  }
  .cid-uRAOWUOrVX .navbar.opened {
    height: auto;
  }
  .cid-uRAOWUOrVX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRAOWUOrVX .container-fluid {
  padding: 0 1rem !important;
}
.cid-uRAOWUOrVX .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-uRAOWUOrVX .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-uRAOWUOrVX .navbar-collapse {
    width: 100%;
  }
  .cid-uRAOWUOrVX .navbar-nav {
    width: 100%;
  }
  .cid-uRAOWUOrVX .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-uRAVbhXvNW {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uRAVbhXvNW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAVbhXvNW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAVbhXvNW .col-title {
  margin-bottom: 32px;
}
.cid-uRAVbhXvNW .mbr-section-title {
  color: #24262b;
}
.cid-uRAVbhXvNW .mbr-section-subtitle {
  color: #24262b;
}
.cid-uRAVbhXvNW .cars-row {
  row-gap: 32px;
}
.cid-uRAVbhXvNW .item {
  border-radius: 0;
}
.cid-uRAVbhXvNW .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #ffb4e5;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-uRAVbhXvNW .text-wrap {
  flex-grow: 1;
}
.cid-uRAVbhXvNW .card-title {
  color: #24262b;
}
.cid-uRAVbhXvNW .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uRAVbhXvNW .mbr-section-btn {
  margin-top: 12px;
}
.cid-uRAZWdyTNu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2f7ed2a671e86b635ffeb6bf4a642f67.jpeg-1200x638.jpg");
}
.cid-uRAZWdyTNu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAZWdyTNu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAZWdyTNu .image-wrap {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uRAZWdyTNu .image-wrap {
    height: 350px;
  }
}
.cid-uRAVaUfai2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRAVaUfai2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAVaUfai2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAVaUfai2 .col-title {
  margin-bottom: 32px;
}
.cid-uRAVaUfai2 .mbr-section-title {
  color: #24262b;
}
.cid-uRAVaUfai2 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uRAVaUfai2 .cards-row {
  row-gap: 32px;
}
.cid-uRAVaUfai2 .card {
  border-radius: 0;
}
.cid-uRAVaUfai2 .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uRAVaUfai2 .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #ffb4e5;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-uRAVaUfai2 .text-wrap {
  flex-grow: 1;
}
.cid-uRAVaUfai2 .card-title {
  color: #24262b;
}
.cid-uRAVaUfai2 .card-text {
  color: #767676;
}
.cid-uRAP1e3bxm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uRAP1e3bxm .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-uRAP1e3bxm .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRAVdf3dzj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-uRAVdf3dzj nav.navbar {
  position: fixed;
}
.cid-uRAVdf3dzj .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-uRAVdf3dzj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRAVdf3dzj .dropdown-item:hover,
.cid-uRAVdf3dzj .dropdown-item:focus {
  color: #ffb4e5 !important;
}
.cid-uRAVdf3dzj .dropdown-item:hover span {
  color: white;
}
.cid-uRAVdf3dzj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRAVdf3dzj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRAVdf3dzj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRAVdf3dzj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRAVdf3dzj .nav-link {
  position: relative;
}
.cid-uRAVdf3dzj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRAVdf3dzj .container {
    flex-wrap: nowrap;
  }
}
.cid-uRAVdf3dzj .navbar-caption:hover,
.cid-uRAVdf3dzj .navbar-caption:focus {
  color: #ffb4e5 !important;
}
.cid-uRAVdf3dzj .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-uRAVdf3dzj .navbar-nav .nav-item {
  color: #24262b;
}
.cid-uRAVdf3dzj .navbar-nav .nav-item:hover {
  color: #ffb4e5;
}
.cid-uRAVdf3dzj .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-uRAVdf3dzj .navbar-nav .nav-item a:hover {
  color: #ffb4e5 !important;
}
.cid-uRAVdf3dzj .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-uRAVdf3dzj .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-uRAVdf3dzj .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-uRAVdf3dzj .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffb4e5 !important;
}
.cid-uRAVdf3dzj .dropdown-menu,
.cid-uRAVdf3dzj .navbar.opened {
  background: #ffffff !important;
}
.cid-uRAVdf3dzj .nav-item:focus,
.cid-uRAVdf3dzj .nav-link:focus {
  outline: none;
}
.cid-uRAVdf3dzj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRAVdf3dzj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRAVdf3dzj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRAVdf3dzj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRAVdf3dzj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRAVdf3dzj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRAVdf3dzj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-uRAVdf3dzj .navbar.opened {
  transition: all 0.3s;
}
.cid-uRAVdf3dzj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRAVdf3dzj .navbar .navbar-logo img {
  width: auto;
}
.cid-uRAVdf3dzj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRAVdf3dzj .navbar.collapsed {
  justify-content: center;
}
.cid-uRAVdf3dzj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRAVdf3dzj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRAVdf3dzj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-uRAVdf3dzj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRAVdf3dzj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRAVdf3dzj .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-uRAVdf3dzj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRAVdf3dzj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRAVdf3dzj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRAVdf3dzj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRAVdf3dzj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRAVdf3dzj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRAVdf3dzj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRAVdf3dzj .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-uRAVdf3dzj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRAVdf3dzj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRAVdf3dzj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRAVdf3dzj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRAVdf3dzj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRAVdf3dzj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRAVdf3dzj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uRAVdf3dzj .navbar.navbar-short {
  min-height: 70px;
}
.cid-uRAVdf3dzj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-uRAVdf3dzj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRAVdf3dzj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRAVdf3dzj .dropdown-item.active,
.cid-uRAVdf3dzj .dropdown-item:active {
  background-color: transparent;
}
.cid-uRAVdf3dzj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRAVdf3dzj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRAVdf3dzj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRAVdf3dzj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRAVdf3dzj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRAVdf3dzj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRAVdf3dzj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRAVdf3dzj .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-uRAVdf3dzj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRAVdf3dzj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRAVdf3dzj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRAVdf3dzj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRAVdf3dzj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRAVdf3dzj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRAVdf3dzj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRAVdf3dzj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRAVdf3dzj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRAVdf3dzj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRAVdf3dzj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRAVdf3dzj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRAVdf3dzj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRAVdf3dzj .navbar {
    height: 70px;
  }
  .cid-uRAVdf3dzj .navbar.opened {
    height: auto;
  }
  .cid-uRAVdf3dzj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRAVdf3dzj .container-fluid {
  padding: 0 1rem !important;
}
.cid-uRAVdf3dzj .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-uRAVdf3dzj .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-uRAVdf3dzj .navbar-collapse {
    width: 100%;
  }
  .cid-uRAVdf3dzj .navbar-nav {
    width: 100%;
  }
  .cid-uRAVdf3dzj .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-uRAVeCO1kb {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffb4e5;
}
.cid-uRAVeCO1kb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAVeCO1kb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAVeCO1kb .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uRAVeCO1kb .mbr-section-title {
  color: #ffffff;
}
.cid-uRAVeCO1kb .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uRAVeCO1kb .cards-row {
  row-gap: 32px;
}
.cid-uRAVeCO1kb .item {
  border-radius: 0;
}
.cid-uRAVeCO1kb .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 3rem 2rem;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uRAVeCO1kb .item-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uRAVeCO1kb .icons-wrap {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  row-gap: 0.4rem;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.cid-uRAVeCO1kb .icons-wrap .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-uRAVeCO1kb .icons-wrap .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 18px;
  color: #b79b6c;
}
.cid-uRAVeCO1kb .card-title {
  margin-bottom: 8px;
  color: #24262b;
}
.cid-uRAVeCO1kb .card-subtitle {
  color: #24262b;
}
.cid-uRAVeCO1kb .card-bottom-wrap {
  margin-top: 24px;
}
.cid-uRAVeCO1kb .card-name {
  color: #24262b;
}
.cid-uRAVeCO1kb .card-text {
  color: #24262b;
}
.cid-uRB01dGUvd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/7825d8f2cb5a87d4e1d1db9a469e230c.jpg-2000x1279.jpeg");
}
.cid-uRB01dGUvd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRB01dGUvd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRB01dGUvd .image-wrap {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uRB01dGUvd .image-wrap {
    height: 350px;
  }
}
.cid-uRAVdgAJAN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRAVdgAJAN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAVdgAJAN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAVdgAJAN .col-title {
  margin-bottom: 32px;
}
.cid-uRAVdgAJAN .mbr-section-title {
  color: #24262b;
}
.cid-uRAVdgAJAN .mbr-section-subtitle {
  color: #24262b;
}
.cid-uRAVdgAJAN .cards-row {
  row-gap: 32px;
}
.cid-uRAVdgAJAN .card {
  border-radius: 0;
}
.cid-uRAVdgAJAN .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uRAVdgAJAN .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #ffb4e5;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-uRAVdgAJAN .text-wrap {
  flex-grow: 1;
}
.cid-uRAVdgAJAN .card-title {
  color: #24262b;
}
.cid-uRAVdgAJAN .card-text {
  color: #767676;
}
.cid-uRAVdhQWfK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uRAVdhQWfK .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-uRAVdhQWfK .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRAVlVdBZ1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-uRAVlVdBZ1 nav.navbar {
  position: fixed;
}
.cid-uRAVlVdBZ1 .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-uRAVlVdBZ1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRAVlVdBZ1 .dropdown-item:hover,
.cid-uRAVlVdBZ1 .dropdown-item:focus {
  color: #ffb4e5 !important;
}
.cid-uRAVlVdBZ1 .dropdown-item:hover span {
  color: white;
}
.cid-uRAVlVdBZ1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRAVlVdBZ1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRAVlVdBZ1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRAVlVdBZ1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRAVlVdBZ1 .nav-link {
  position: relative;
}
.cid-uRAVlVdBZ1 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRAVlVdBZ1 .container {
    flex-wrap: nowrap;
  }
}
.cid-uRAVlVdBZ1 .navbar-caption:hover,
.cid-uRAVlVdBZ1 .navbar-caption:focus {
  color: #ffb4e5 !important;
}
.cid-uRAVlVdBZ1 .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-uRAVlVdBZ1 .navbar-nav .nav-item {
  color: #24262b;
}
.cid-uRAVlVdBZ1 .navbar-nav .nav-item:hover {
  color: #ffb4e5;
}
.cid-uRAVlVdBZ1 .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-uRAVlVdBZ1 .navbar-nav .nav-item a:hover {
  color: #ffb4e5 !important;
}
.cid-uRAVlVdBZ1 .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-uRAVlVdBZ1 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-uRAVlVdBZ1 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-uRAVlVdBZ1 .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffb4e5 !important;
}
.cid-uRAVlVdBZ1 .dropdown-menu,
.cid-uRAVlVdBZ1 .navbar.opened {
  background: #ffffff !important;
}
.cid-uRAVlVdBZ1 .nav-item:focus,
.cid-uRAVlVdBZ1 .nav-link:focus {
  outline: none;
}
.cid-uRAVlVdBZ1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRAVlVdBZ1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRAVlVdBZ1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRAVlVdBZ1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRAVlVdBZ1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRAVlVdBZ1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRAVlVdBZ1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-uRAVlVdBZ1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uRAVlVdBZ1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRAVlVdBZ1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uRAVlVdBZ1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRAVlVdBZ1 .navbar.collapsed {
  justify-content: center;
}
.cid-uRAVlVdBZ1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRAVlVdBZ1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRAVlVdBZ1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-uRAVlVdBZ1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRAVlVdBZ1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRAVlVdBZ1 .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-uRAVlVdBZ1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRAVlVdBZ1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRAVlVdBZ1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRAVlVdBZ1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRAVlVdBZ1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRAVlVdBZ1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRAVlVdBZ1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRAVlVdBZ1 .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-uRAVlVdBZ1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRAVlVdBZ1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRAVlVdBZ1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRAVlVdBZ1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRAVlVdBZ1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRAVlVdBZ1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRAVlVdBZ1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uRAVlVdBZ1 .navbar.navbar-short {
  min-height: 70px;
}
.cid-uRAVlVdBZ1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-uRAVlVdBZ1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRAVlVdBZ1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRAVlVdBZ1 .dropdown-item.active,
.cid-uRAVlVdBZ1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRAVlVdBZ1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRAVlVdBZ1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRAVlVdBZ1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRAVlVdBZ1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRAVlVdBZ1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRAVlVdBZ1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRAVlVdBZ1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRAVlVdBZ1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-uRAVlVdBZ1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRAVlVdBZ1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRAVlVdBZ1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRAVlVdBZ1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRAVlVdBZ1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRAVlVdBZ1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRAVlVdBZ1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRAVlVdBZ1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRAVlVdBZ1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRAVlVdBZ1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRAVlVdBZ1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRAVlVdBZ1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRAVlVdBZ1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRAVlVdBZ1 .navbar {
    height: 70px;
  }
  .cid-uRAVlVdBZ1 .navbar.opened {
    height: auto;
  }
  .cid-uRAVlVdBZ1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRAVlVdBZ1 .container-fluid {
  padding: 0 1rem !important;
}
.cid-uRAVlVdBZ1 .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-uRAVlVdBZ1 .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-uRAVlVdBZ1 .navbar-collapse {
    width: 100%;
  }
  .cid-uRAVlVdBZ1 .navbar-nav {
    width: 100%;
  }
  .cid-uRAVlVdBZ1 .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-uRAVwFUZ9w {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffb4e5;
}
.cid-uRAVwFUZ9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAVwFUZ9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAVwFUZ9w .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uRAVwFUZ9w .mbr-section-title {
  color: #24262b;
}
.cid-uRAVwFUZ9w .mbr-section-subtitle {
  color: #24262b;
}
.cid-uRAVwFUZ9w .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-uRAVwFUZ9w .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRAVwFUZ9w .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uRAVwFUZ9w .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uRAVwFUZ9w .card-subtitle {
  color: #24262b;
}
.cid-uRAVwFUZ9w .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uRAVwFUZ9w .mbr-section-btn {
  margin-top: 20px;
}
.cid-uRAVwFUZ9w .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-uRAVwFUZ9w .item-img {
    min-height: auto;
  }
}
.cid-uRAVwFUZ9w .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-uRAVwFUZ9w .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-uRAVwFUZ9w .card-text,
.cid-uRAVwFUZ9w .mbr-section-btn {
  color: #000000;
}
.cid-uRAVlWerUV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRAVlWerUV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAVlWerUV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAVlWerUV .col-title {
  margin-bottom: 32px;
}
.cid-uRAVlWerUV .mbr-section-title {
  color: #24262b;
}
.cid-uRAVlWerUV .mbr-section-subtitle {
  color: #24262b;
}
.cid-uRAVlWerUV .cards-row {
  row-gap: 32px;
}
.cid-uRAVlWerUV .card {
  border-radius: 0;
}
.cid-uRAVlWerUV .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uRAVlWerUV .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #ffb4e5;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-uRAVlWerUV .text-wrap {
  flex-grow: 1;
}
.cid-uRAVlWerUV .card-title {
  color: #24262b;
}
.cid-uRAVlWerUV .card-text {
  color: #767676;
}
.cid-uRAVlWNLJ3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uRAVlWNLJ3 .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-uRAVlWNLJ3 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRAVhRR5td {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-uRAVhRR5td nav.navbar {
  position: fixed;
}
.cid-uRAVhRR5td .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-uRAVhRR5td .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRAVhRR5td .dropdown-item:hover,
.cid-uRAVhRR5td .dropdown-item:focus {
  color: #ffb4e5 !important;
}
.cid-uRAVhRR5td .dropdown-item:hover span {
  color: white;
}
.cid-uRAVhRR5td .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRAVhRR5td .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRAVhRR5td .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRAVhRR5td .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRAVhRR5td .nav-link {
  position: relative;
}
.cid-uRAVhRR5td .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uRAVhRR5td .container {
    flex-wrap: nowrap;
  }
}
.cid-uRAVhRR5td .navbar-caption:hover,
.cid-uRAVhRR5td .navbar-caption:focus {
  color: #ffb4e5 !important;
}
.cid-uRAVhRR5td .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-uRAVhRR5td .navbar-nav .nav-item {
  color: #24262b;
}
.cid-uRAVhRR5td .navbar-nav .nav-item:hover {
  color: #ffb4e5;
}
.cid-uRAVhRR5td .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-uRAVhRR5td .navbar-nav .nav-item a:hover {
  color: #ffb4e5 !important;
}
.cid-uRAVhRR5td .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-uRAVhRR5td .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-uRAVhRR5td .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-uRAVhRR5td .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffb4e5 !important;
}
.cid-uRAVhRR5td .dropdown-menu,
.cid-uRAVhRR5td .navbar.opened {
  background: #ffffff !important;
}
.cid-uRAVhRR5td .nav-item:focus,
.cid-uRAVhRR5td .nav-link:focus {
  outline: none;
}
.cid-uRAVhRR5td .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRAVhRR5td .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRAVhRR5td .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRAVhRR5td .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRAVhRR5td .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRAVhRR5td .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRAVhRR5td .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-uRAVhRR5td .navbar.opened {
  transition: all 0.3s;
}
.cid-uRAVhRR5td .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRAVhRR5td .navbar .navbar-logo img {
  width: auto;
}
.cid-uRAVhRR5td .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRAVhRR5td .navbar.collapsed {
  justify-content: center;
}
.cid-uRAVhRR5td .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRAVhRR5td .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRAVhRR5td .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-uRAVhRR5td .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRAVhRR5td .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRAVhRR5td .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-uRAVhRR5td .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRAVhRR5td .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRAVhRR5td .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRAVhRR5td .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRAVhRR5td .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRAVhRR5td .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRAVhRR5td .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRAVhRR5td .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-uRAVhRR5td .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRAVhRR5td .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRAVhRR5td .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRAVhRR5td .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRAVhRR5td .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRAVhRR5td .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uRAVhRR5td .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uRAVhRR5td .navbar.navbar-short {
  min-height: 70px;
}
.cid-uRAVhRR5td .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  width: 25%;
}
.cid-uRAVhRR5td .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRAVhRR5td .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRAVhRR5td .dropdown-item.active,
.cid-uRAVhRR5td .dropdown-item:active {
  background-color: transparent;
}
.cid-uRAVhRR5td .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRAVhRR5td .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRAVhRR5td .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRAVhRR5td .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uRAVhRR5td .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRAVhRR5td .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRAVhRR5td ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRAVhRR5td .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-uRAVhRR5td button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRAVhRR5td button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uRAVhRR5td button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRAVhRR5td button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRAVhRR5td button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRAVhRR5td button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRAVhRR5td nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRAVhRR5td nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRAVhRR5td nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRAVhRR5td nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRAVhRR5td .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRAVhRR5td a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRAVhRR5td .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRAVhRR5td .navbar {
    height: 70px;
  }
  .cid-uRAVhRR5td .navbar.opened {
    height: auto;
  }
  .cid-uRAVhRR5td .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRAVhRR5td .container-fluid {
  padding: 0 1rem !important;
}
.cid-uRAVhRR5td .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-uRAVhRR5td .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-uRAVhRR5td .navbar-collapse {
    width: 100%;
  }
  .cid-uRAVhRR5td .navbar-nav {
    width: 100%;
  }
  .cid-uRAVhRR5td .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-uRAViUhI1M {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffb4e5;
}
.cid-uRAViUhI1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAViUhI1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAViUhI1M .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uRAViUhI1M .mbr-section-title {
  color: #24262b;
}
.cid-uRAViUhI1M .mbr-section-subtitle {
  color: #24262b;
}
.cid-uRAViUhI1M .cards-row {
  row-gap: 32px;
}
.cid-uRAViUhI1M .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uRAViUhI1M .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-uRAViUhI1M .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-uRAViUhI1M .card-subtitle {
  color: #24262b;
}
.cid-uRAViUhI1M .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-uRAViUhI1M .mbr-section-btn {
  margin-top: 20px;
}
.cid-uRAViUhI1M .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-uRAViUhI1M .item-img {
    min-height: auto;
  }
}
.cid-uRAViUhI1M .item-img img {
  flex-grow: 1;
  width: 100%;
  object-fit: cover;
}
.cid-uRAViUhI1M .item-img a {
  display: flex;
  flex-grow: 1;
  height: 100%;
}
.cid-uRAViUhI1M .card-text,
.cid-uRAViUhI1M .mbr-section-btn {
  color: #000000;
}
.cid-uRAVhSU5TK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRAVhSU5TK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRAVhSU5TK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRAVhSU5TK .col-title {
  margin-bottom: 32px;
}
.cid-uRAVhSU5TK .mbr-section-title {
  color: #24262b;
}
.cid-uRAVhSU5TK .mbr-section-subtitle {
  color: #24262b;
}
.cid-uRAVhSU5TK .cards-row {
  row-gap: 32px;
}
.cid-uRAVhSU5TK .card {
  border-radius: 0;
}
.cid-uRAVhSU5TK .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-uRAVhSU5TK .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #ffb4e5;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-uRAVhSU5TK .text-wrap {
  flex-grow: 1;
}
.cid-uRAVhSU5TK .card-title {
  color: #24262b;
}
.cid-uRAVhSU5TK .card-text {
  color: #767676;
}
.cid-uRAVhTkTFt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uRAVhTkTFt .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-uRAVhTkTFt .mbr-text {
  color: #000000;
  text-align: center;
}
