.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Bricolage Grotesque;
}
.display-1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 4.8rem;
  line-height: 100%;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 3rem;
  line-height: 140%;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.6rem;
  line-height: 140%;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 2.5rem;
  line-height: 120%;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.25rem;
  line-height: 140%;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff5753 !important;
}
.bg-success {
  background-color: #eeeeee !important;
}
.bg-info {
  background-color: #e3f008 !important;
}
.bg-warning {
  background-color: #ddf5ac !important;
}
.bg-danger {
  background-color: #eb312c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff5753 !important;
  border-color: #ff5753 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff8986 !important;
  border-color: #ff8986 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff8986 !important;
  border-color: #ff8986 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #e3f008 !important;
  border-color: #e3f008 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #edf833 !important;
  border-color: #edf833 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #edf833 !important;
  border-color: #edf833 !important;
}
.btn-success,
.btn-success:active {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  color: #6f6f6f !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6f6f6f !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ddf5ac !important;
  border-color: #ddf5ac !important;
  color: #679111 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f0fada !important;
  border-color: #f0fada !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #679111 !important;
  background-color: #f0fada !important;
  border-color: #f0fada !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #eb312c !important;
  border-color: #eb312c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ef5e5b !important;
  border-color: #ef5e5b !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ef5e5b !important;
  border-color: #ef5e5b !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff5753;
  color: #ff5753;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fb0600 !important;
  background-color: transparent !important;
  border-color: #fb0600 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5753 !important;
  border-color: #ff5753 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e3f008;
  color: #e3f008;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #949c05 !important;
  background-color: transparent !important;
  border-color: #949c05 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #e3f008 !important;
  border-color: #e3f008 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #eeeeee;
  color: #eeeeee;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c3c3c3 !important;
  background-color: transparent !important;
  border-color: #c3c3c3 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6f6f6f !important;
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ddf5ac;
  color: #ddf5ac;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bdec5f !important;
  background-color: transparent !important;
  border-color: #bdec5f !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #679111 !important;
  background-color: #ddf5ac !important;
  border-color: #ddf5ac !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #eb312c;
  color: #eb312c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b01511 !important;
  background-color: transparent !important;
  border-color: #b01511 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #eb312c !important;
  border-color: #eb312c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff5753 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #eeeeee !important;
}
.text-info {
  color: #e3f008 !important;
}
.text-warning {
  color: #ddf5ac !important;
}
.text-danger {
  color: #eb312c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ec0500 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bbbbbb !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #868d05 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b8ea51 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a2130f !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff5753;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e3f008;
}
.alert-warning {
  background-color: #ddf5ac;
}
.alert-danger {
  background-color: #eb312c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff5753;
  border-color: #ff5753;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff5753;
}
.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: #fafdc7;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fde7e6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff5753 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #ff5753;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff5753;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff5753;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff5753;
  border-bottom-color: #ff5753;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ff5753 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #000000 !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='%23ff5753' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  font-weight: 600 !important;
  padding: 10px 24px;
  border-radius: 64px;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 18px !important;
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  margin-left: 16px;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  border: none !important;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 24px;
  border-radius: 64px;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border: 2px solid;
}
.mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:focus .mbr-iconfont {
  padding: 10px 24px 10px 48px;
  margin-left: 16px;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont {
  border-color: #ff5753;
}
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont {
  border-color: #000000;
}
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont {
  border-color: #eeeeee;
}
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont {
  border-color: #e3f008;
}
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont {
  border-color: #ddf5ac;
}
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont {
  border-color: #eb312c;
}
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont {
  border-color: #000000;
}
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  border-color: #ffffff;
}
img {
  border-radius: 0 !important;
}
.cid-tWwgujl84C {
  background-color: transparent;
}
.cid-tWwgujl84C .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tWwgujl84C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tWwgujl84C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWwgujl84C .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tWwgujl84C .menu_box .navbar.opened,
  .cid-tWwgujl84C .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tWwgujl84C .navbar-dropdown {
  position: relative !important;
}
.cid-tWwgujl84C .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tWwgujl84C .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tWwgujl84C .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tWwgujl84C .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-tWwgujl84C .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tWwgujl84C .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tWwgujl84C .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tWwgujl84C .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tWwgujl84C .offcanvas-body .mbr-text,
  .cid-tWwgujl84C .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tWwgujl84C .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tWwgujl84C .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tWwgujl84C ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tWwgujl84C .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWwgujl84C .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tWwgujl84C .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tWwgujl84C li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tWwgujl84C .lg_brand {
    margin: 0 1rem;
  }
  .cid-tWwgujl84C .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-tWwgujl84C .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tWwgujl84C .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .nav-item {
    margin: 0 !important;
  }
}
.cid-tWwgujl84C .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-tWwgujl84C .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tWwgujl84C .nav-item .nav-link:hover::before,
.cid-tWwgujl84C .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tWwgujl84C .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tWwgujl84C .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tWwgujl84C .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tWwgujl84C .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tWwgujl84C .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tWwgujl84C .offcanvas_box {
    display: none;
  }
}
.cid-tWwgujl84C .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tWwgujl84C .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tWwgujl84C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tWwgujl84C .container {
  display: flex;
  margin: auto;
}
.cid-tWwgujl84C .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tWwgujl84C .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tWwgujl84C .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tWwgujl84C .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tWwgujl84C .navbar-nav {
    margin: 0;
  }
}
.cid-tWwgujl84C .dropdown-menu,
.cid-tWwgujl84C .navbar.opened {
  background-color: false !important;
}
.cid-tWwgujl84C .nav-item:focus,
.cid-tWwgujl84C .nav-link:focus {
  outline: none;
}
.cid-tWwgujl84C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWwgujl84C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWwgujl84C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWwgujl84C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWwgujl84C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWwgujl84C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWwgujl84C .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tWwgujl84C .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tWwgujl84C .navbar.opened {
  transition: all 0.3s;
}
.cid-tWwgujl84C .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tWwgujl84C .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tWwgujl84C .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-tWwgujl84C .navbar.collapsed {
  justify-content: center;
}
.cid-tWwgujl84C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWwgujl84C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tWwgujl84C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWwgujl84C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWwgujl84C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWwgujl84C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tWwgujl84C .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tWwgujl84C .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tWwgujl84C .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tWwgujl84C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWwgujl84C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWwgujl84C .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tWwgujl84C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWwgujl84C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tWwgujl84C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWwgujl84C .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tWwgujl84C .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tWwgujl84C .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tWwgujl84C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tWwgujl84C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWwgujl84C .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tWwgujl84C .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWwgujl84C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWwgujl84C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWwgujl84C .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tWwgujl84C .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-tWwgujl84C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWwgujl84C .dropdown-item.active,
.cid-tWwgujl84C .dropdown-item:active {
  background-color: transparent;
}
.cid-tWwgujl84C .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-tWwgujl84C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWwgujl84C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWwgujl84C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWwgujl84C ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tWwgujl84C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWwgujl84C button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff5753;
}
.cid-tWwgujl84C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWwgujl84C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWwgujl84C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWwgujl84C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWwgujl84C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWwgujl84C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWwgujl84C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWwgujl84C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWwgujl84C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWwgujl84C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tWwgujl84C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tWwgujl84C .navbar {
    height: 70px;
  }
  .cid-tWwgujl84C .navbar.opened {
    height: auto;
  }
  .cid-tWwgujl84C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWwgujl84C .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-tWwgujl84C .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-tWwgujl84C .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tWwgujl84C .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tWwgujl84C .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-tWwgujl84C .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-tWwgujl84C .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tWwgujl84C .text_widget {
  margin-bottom: 32px;
}
.cid-tWwgujl84C .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tWwgujl84C .text_widget a:hover,
.cid-tWwgujl84C .text_widget a:focus {
  opacity: .8;
}
.cid-tWwgujl84C .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tWwgujl84C .navbar-caption {
  color: #000000;
}
.cid-tWwgujl84C .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tWwgujl84C .mbr-section-subtitle,
.cid-tWwgujl84C .text_widget,
.cid-tWwgujl84C .mbr-section-btn {
  text-align: center;
}
.cid-tWwgujl84C a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udYgI77D9X {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ddf5ac;
}
.cid-udYgI77D9X .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYgI77D9X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYgI77D9X a {
  font-weight: 900;
}
.cid-udYgI77D9X .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-udYgI77D9X .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-udYgI77D9X .wrapper {
  background: #a70327;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-udYgI77D9X .image-wrapper {
  padding: 0;
}
.cid-udYgI77D9X .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-udYgI77D9X .image-wrapper img {
    border-radius: 0;
  }
}
.cid-udYgI77D9X .mbr-section-title {
  color: #ffffff;
}
.cid-udYgI77D9X .mbr-text,
.cid-udYgI77D9X .mbr-section-btn {
  color: #ffffff;
}
.cid-udYgVPlKEO {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ddf5ac;
}
.cid-udYgVPlKEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYgVPlKEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYgVPlKEO .text-wrap {
  width: 100%;
}
.cid-udYgVPlKEO .mbr-title {
  margin-bottom: 0;
  color: #829D85;
}
.cid-udYgVPlKEO .mbr-text {
  padding-top: 16px;
  color: #353535;
}
.cid-udYgVPlKEO .list-wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-udYgVPlKEO .list-wrap {
    margin-top: 24px;
  }
}
.cid-udYgVPlKEO .list-box {
  width: 100%;
}
.cid-udYgVPlKEO .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
}
.cid-udYgVPlKEO .list-text {
  position: relative;
}
.cid-udYgVPlKEO .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-udYgVPlKEO .list-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  left: -30px;
  top: 7px;
  background-image: url("../../../assets/images/marker.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-udYjovf4S5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #a70327;
}
.cid-udYjovf4S5 .content {
  padding: 50px 75px;
  background-color: #ddf5ac;
}
.cid-udYjovf4S5 .content a {
  background-size: 100% 0%;
}
.cid-udYjovf4S5 .content a:hover {
  background-size: 100% 100%;
}
.cid-udYjovf4S5 .content .list {
  margin-bottom: 0;
}
.cid-udYjovf4S5 ul li::marker {
  font-size: 28px;
}
@media (max-width: 992px) {
  .cid-udYjovf4S5 .content {
    padding: 50px 50px;
  }
}
@media (max-width: 767px) {
  .cid-udYjovf4S5 .content {
    padding: 12% 9% 12% 9%;
  }
}
.cid-udYh1uEM2C {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #a70327;
  overflow: hidden;
}
.cid-udYh1uEM2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYh1uEM2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYh1uEM2C .row {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-udYh1uEM2C .row {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-udYh1uEM2C .col-text {
    order: 2;
  }
}
.cid-udYh1uEM2C .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-udYh1uEM2C .text-wrap {
    margin-top: 30px;
  }
}
.cid-udYh1uEM2C .mbr-section-title {
  color: #ffffff;
}
.cid-udYh1uEM2C .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-udYh1uEM2C .mbr-text {
    margin-top: 12px;
  }
}
.cid-udYh1uEM2C .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-udYh1uEM2C .mbr-section-btn {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-udYh1uEM2C .col-img {
    order: 1;
  }
}
.cid-udYh1uEM2C .img-wrap {
  position: relative;
  width: 100%;
}
.cid-udYh1uEM2C .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 65px 65px 65px 0;
  overflow: hidden;
  border-radius: 65px 65px 0 65px;
}
@media (max-width: 1199px) {
  .cid-udYh1uEM2C .img-wrap .img-box {
    border-radius: 55px 55px 55px 0;
    border-radius: 55px 55px 0 55px;
  }
}
@media (max-width: 991px) {
  .cid-udYh1uEM2C .img-wrap .img-box {
    border-radius: 65px 65px 65px 0;
    border-radius: 65px 65px 0 65px;
  }
}
@media (max-width: 767px) {
  .cid-udYh1uEM2C .img-wrap .img-box {
    border-radius: 55px 55px 55px 0;
    border-radius: 55px  55px 0 55px;
  }
}
@media (max-width: 575px) {
  .cid-udYh1uEM2C .img-wrap .img-box {
    border-radius: 45px 45px 45px 0;
    border-radius: 45px 45px 0 45px;
  }
}
.cid-udYh1uEM2C .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-udYh1uEM2C .mbr-text,
.cid-udYh1uEM2C .mbr-section-btn {
  color: #ffffff;
}
.cid-tWwgEBc8q3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddf5ac;
}
.cid-tWwgEBc8q3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwgEBc8q3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWwgEBc8q3 .container {
    padding: 0 22px;
  }
}
.cid-tWwgEBc8q3 .items-wrapper {
  justify-content: center;
  margin: 0 -6px;
}
.cid-tWwgEBc8q3 .items-wrapper .item {
  padding: 0 6px;
}
.cid-tWwgEBc8q3 .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-tWwgEBc8q3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tWwgEBc8q3 .mbr-section-btn {
  margin-bottom: 55px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tWwgEBc8q3 .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-tWwgEBc8q3 .desc-wrapper .mbr-desc {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 28px;
}
.cid-tWwgEBc8q3 .item {
  margin-bottom: 12px;
}
.cid-tWwgEBc8q3 .item .item-wrapper {
  padding: 32px 24px 24px;
  border-radius: 15px !important;
  border: 1px solid #000000;
  height: 100%;
}
.cid-tWwgEBc8q3 .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 16px;
}
.cid-tWwgEBc8q3 .item .item-wrapper .card-box .tag-wrapper .card-tag {
  padding: 0 16px;
  display: inline-flex;
  border: 1px solid #000000;
  border-radius: 15px;
}
.cid-tWwgEBc8q3 .item .item-wrapper .card-box .card-title {
  margin-bottom: 18px;
}
.cid-tWwgEBc8q3 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tWwgEBc8q3 .mbr-section-title {
  color: #000000;
}
.cid-tWwgEBc8q3 .mbr-desc {
  color: #000000;
}
.cid-tWwgEBc8q3 .card-title {
  color: #000000;
}
.cid-tWwgEBc8q3 .card-tag {
  color: #000000;
}
.cid-tWwgEBc8q3 .card-text {
  color: #000000;
}
.cid-tWwgEBc8q3 .mbr-section-title,
.cid-tWwgEBc8q3 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-udY1f8UEeP {
  background-color: #a70327;
}
.cid-udY1f8UEeP .mbr-fallback-image.disabled {
  display: none;
}
.cid-udY1f8UEeP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udY1f8UEeP .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #a70327;
}
.cid-udY1f8UEeP .container {
  max-width: 1280px;
}
.cid-udY1f8UEeP .row {
  justify-content: center;
}
.cid-udY1f8UEeP .mbr-section-title {
  color: #212132;
}
.cid-udY1f8UEeP .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1rem;
}
.cid-udY1f8UEeP .mbr-section-title,
.cid-udY1f8UEeP .mbr-section-btn {
  color: #ffffff;
}
.cid-udWRBdDeWG {
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-udWRBdDeWG .row {
  flex-direction: column;
}
.cid-udWRBdDeWG .row {
  flex-direction: column-reverse;
}
.cid-udWRBdDeWG .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-udWRBdDeWG .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-udWRBdDeWG .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-udWRBdDeWG .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-udWRBdDeWG .mbr-section-tag {
  margin-bottom: 0.5rem;
}
.cid-udWRBdDeWG .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-udWRBdDeWG .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-udWRBdDeWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-udWRBdDeWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udWRBdDeWG .mbr-text {
  color: #000000;
}
.cid-udWJWMQfZ3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
}
.cid-udWJWMQfZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udWJWMQfZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udWJWMQfZ3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-udWJWMQfZ3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-udWJWMQfZ3 .container {
    padding: 0;
  }
}
.cid-udWJWMQfZ3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udWJWMQfZ3 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-udWJWMQfZ3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udWJWMQfZ3 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-udWJWMQfZ3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udWJWMQfZ3 .mbr-text {
  color: #ffffff;
}
.cid-udYlrHrdjf {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ddf5ac;
}
.cid-udYlrHrdjf .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYlrHrdjf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYlrHrdjf .container {
  max-width: 1600px;
}
.cid-udYlrHrdjf .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-udYlrHrdjf .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-udYlrHrdjf .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-udYlrHrdjf .mbr-section-title {
  color: #212132;
}
.cid-udYlrHrdjf .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-udYlrHrdjf .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-udYlrHrdjf .card-bg-item {
  padding: 3px;
  background-color: #a70327;
  border-radius: 2.3rem;
}
.cid-udYlrHrdjf .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #a70327;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-udYlrHrdjf .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-udYlrHrdjf .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-udYlrHrdjf .text-container {
    margin-bottom: 24px;
  }
}
.cid-udYlrHrdjf .card-title {
  color: #ffffff;
}
.cid-udYlrHrdjf .mbr-text {
  color: #212132;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-udYlrHrdjf .mbr-text {
    margin-top: 16px;
  }
}
.cid-udYlrHrdjf .price-text {
  color: #212132;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-udYlrHrdjf .price-text {
    margin-bottom: 8px;
  }
}
.cid-udYlrHrdjf .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-udYlrHrdjf .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-udYlrHrdjf .custom-section-btn {
  width: 100%;
  margin-left: 0;
}
.cid-udYlrHrdjf .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-udYlrHrdjf .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-udYlrHrdjf .list {
    margin-top: 24px;
  }
}
.cid-udYlrHrdjf .list-title {
  color: #212132;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-udYlrHrdjf .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #f1f5f7;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-udYlrHrdjf .item-wrap {
    padding: 8px;
  }
}
.cid-udYlrHrdjf .list-text {
  color: #212132;
}
.cid-udYlrHrdjf .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffdd65;
}
.cid-udYlrHrdjf .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #212132;
}
.cid-udWSohxLK6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
}
.cid-udWSohxLK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udWSohxLK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udWSohxLK6 .container {
    padding: 0 20px;
  }
}
.cid-udWSohxLK6 .row {
  margin: 0;
}
.cid-udWSohxLK6 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udWSohxLK6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-udWSohxLK6 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-udWSohxLK6 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-udWSohxLK6 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-udWSohxLK6 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-udWSohxLK6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udTZxTGi9M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddf5ac;
  overflow: hidden;
}
.cid-udTZxTGi9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-udTZxTGi9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udTZxTGi9M .container {
    padding: 0 30px;
  }
}
.cid-udTZxTGi9M .card {
  justify-content: center;
}
.cid-udTZxTGi9M .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-udTZxTGi9M .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-udTZxTGi9M .content-wrapper {
    padding: 0;
  }
}
.cid-udTZxTGi9M .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udTZxTGi9M .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udTZxTGi9M .mbr-section-title {
  color: #bee0d6;
}
.cid-udTZxTGi9M .mbr-section-title,
.cid-udTZxTGi9M .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-udWSYm4bM3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
}
.cid-udWSYm4bM3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udWSYm4bM3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udWSYm4bM3 .container {
    padding: 0 30px;
  }
}
.cid-udWSYm4bM3 .row {
  justify-content: center;
}
.cid-udWSYm4bM3 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udWSYm4bM3 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udWSYm4bM3 .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #ffffff;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-udWSYm4bM3 .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-udWSYm4bM3 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-udWSYm4bM3 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-udWSYm4bM3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-udWSYm4bM3 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-udWSYm4bM3 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-udWSYm4bM3 .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-udWSYm4bM3 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-udWSYm4bM3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udWSYm4bM3 .panel-title-edit {
  color: #ffffff;
}
.cid-udWSYm4bM3 .panel-text {
  color: #144031;
}
.cid-udYhfqCJmN {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ddf5ac;
  position: relative;
  overflow: hidden;
}
.cid-udYhfqCJmN svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-udYhfqCJmN .mbr-text,
.cid-udYhfqCJmN .mbr-section-btn {
  color: #000000;
}
.cid-udYhfqCJmN #e12_areaS3 {
  fill: #a70327 !important;
}
.cid-udYhfqCJmN #e19_areaS3 {
  fill: #a70327 !important;
}
.cid-udYhfqCJmN H1 {
  color: #000000;
}
.cid-udYhfqCJmN img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-udYhfqCJmN .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-udYhfqCJmN .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-udYhfqCJmN img {
    width: 100%;
  }
}
.cid-udYnp2YFKN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddf5ac;
}
.cid-udYnp2YFKN .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #a70327;
  border-bottom: 1px solid #a70327;
  z-index: 1;
}
.cid-udYnp2YFKN .content_wrapper:hover .mbr-section-title a {
  color: #000000 !important;
}
.cid-udYnp2YFKN .mbr-section-title {
  margin-bottom: 12px;
  text-align: center;
}
.cid-udYnp2YFKN .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-udYnp2YFKN .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-udYnp2YFKN .mbr-section-btn .btn-secondary-outline:hover,
.cid-udYnp2YFKN .mbr-section-btn .btn-secondary-outline .active,
.cid-udYnp2YFKN .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff5753 !important;
}
.cid-udYnp2YFKN .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-udYnp2YFKN .image_post {
  display: inline-block;
}
.cid-udYnp2YFKN .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-udYnp2YFKN .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-udYnp2YFKN .mbr-text,
.cid-udYnp2YFKN .mbr-section-btn {
  color: #000000;
}
.cid-udWScS7HA8 {
  background-color: #ddf5ac;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-udWScS7HA8 .google-map {
  height: 30rem;
  position: relative;
}
.cid-udWScS7HA8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udWScS7HA8 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udWScS7HA8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udWScS7HA8 .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-tWwgPL2ezV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
}
.cid-tWwgPL2ezV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwgPL2ezV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWwgPL2ezV .container {
    padding: 0 22px;
  }
}
.cid-tWwgPL2ezV .row {
  justify-content: space-between;
}
.cid-tWwgPL2ezV .content-wrapper {
  margin-bottom: 32px;
}
.cid-tWwgPL2ezV .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tWwgPL2ezV .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tWwgPL2ezV .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tWwgPL2ezV .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-tWwgPL2ezV .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-tWwgPL2ezV .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tWwgPL2ezV .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-tWwgPL2ezV .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-tWwgPL2ezV .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tWwgPL2ezV .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-tWwgPL2ezV .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-tWwgPL2ezV .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-tWwgPL2ezV .copy-wrapper {
    display: block;
  }
}
.cid-tWwgPL2ezV .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tWwgPL2ezV .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-tWwgPL2ezV .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tWwgPL2ezV .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-tWwgPL2ezV .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-tWwgPL2ezV .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-tWwgPL2ezV .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-tWwgPL2ezV .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-tWwgPL2ezV .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tWwgPL2ezV .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWwgPL2ezV .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-tWwgPL2ezV .mbr-section-title {
  color: #ff5753;
}
.cid-tWwgPL2ezV .mbr-text {
  color: #ffffff;
}
.cid-tWwgPL2ezV .list {
  color: #635d60;
}
.cid-tWwgPL2ezV .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tWwgPL2ezV .list,
.cid-tWwgPL2ezV .item-wrap {
  color: #ffffff;
}
.cid-udX9pjkzvv {
  background-color: transparent;
}
.cid-udX9pjkzvv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-udX9pjkzvv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-udX9pjkzvv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udX9pjkzvv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udX9pjkzvv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udX9pjkzvv .menu_box .navbar.opened,
  .cid-udX9pjkzvv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-udX9pjkzvv .navbar-dropdown {
  position: relative !important;
}
.cid-udX9pjkzvv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-udX9pjkzvv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udX9pjkzvv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udX9pjkzvv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udX9pjkzvv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-udX9pjkzvv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-udX9pjkzvv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udX9pjkzvv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udX9pjkzvv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udX9pjkzvv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udX9pjkzvv .offcanvas-body .mbr-text,
  .cid-udX9pjkzvv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-udX9pjkzvv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-udX9pjkzvv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-udX9pjkzvv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-udX9pjkzvv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udX9pjkzvv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udX9pjkzvv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udX9pjkzvv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udX9pjkzvv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udX9pjkzvv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udX9pjkzvv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-udX9pjkzvv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udX9pjkzvv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-udX9pjkzvv .lg_brand {
    margin: 0 1rem;
  }
  .cid-udX9pjkzvv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-udX9pjkzvv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-udX9pjkzvv .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-udX9pjkzvv .nav-item {
    margin: 0 !important;
  }
}
.cid-udX9pjkzvv .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-udX9pjkzvv .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-udX9pjkzvv .nav-item .nav-link:hover::before,
.cid-udX9pjkzvv .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-udX9pjkzvv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udX9pjkzvv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udX9pjkzvv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udX9pjkzvv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udX9pjkzvv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-udX9pjkzvv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udX9pjkzvv .offcanvas_box {
    display: none;
  }
}
.cid-udX9pjkzvv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udX9pjkzvv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udX9pjkzvv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udX9pjkzvv .container {
  display: flex;
  margin: auto;
}
.cid-udX9pjkzvv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-udX9pjkzvv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udX9pjkzvv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-udX9pjkzvv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-udX9pjkzvv .navbar-nav {
    margin: 0;
  }
}
.cid-udX9pjkzvv .dropdown-menu,
.cid-udX9pjkzvv .navbar.opened {
  background-color: false !important;
}
.cid-udX9pjkzvv .nav-item:focus,
.cid-udX9pjkzvv .nav-link:focus {
  outline: none;
}
.cid-udX9pjkzvv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udX9pjkzvv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udX9pjkzvv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udX9pjkzvv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udX9pjkzvv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udX9pjkzvv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udX9pjkzvv .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udX9pjkzvv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udX9pjkzvv .navbar.opened {
  transition: all 0.3s;
}
.cid-udX9pjkzvv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udX9pjkzvv .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-udX9pjkzvv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-udX9pjkzvv .navbar.collapsed {
  justify-content: center;
}
.cid-udX9pjkzvv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udX9pjkzvv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udX9pjkzvv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udX9pjkzvv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udX9pjkzvv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udX9pjkzvv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udX9pjkzvv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udX9pjkzvv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udX9pjkzvv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-udX9pjkzvv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udX9pjkzvv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udX9pjkzvv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udX9pjkzvv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udX9pjkzvv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udX9pjkzvv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udX9pjkzvv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udX9pjkzvv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udX9pjkzvv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udX9pjkzvv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udX9pjkzvv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udX9pjkzvv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udX9pjkzvv .navbar.navbar-short {
  min-height: 60px;
}
.cid-udX9pjkzvv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udX9pjkzvv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udX9pjkzvv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udX9pjkzvv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-udX9pjkzvv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udX9pjkzvv .dropdown-item.active,
.cid-udX9pjkzvv .dropdown-item:active {
  background-color: transparent;
}
.cid-udX9pjkzvv .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-udX9pjkzvv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udX9pjkzvv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udX9pjkzvv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udX9pjkzvv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udX9pjkzvv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udX9pjkzvv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff5753;
}
.cid-udX9pjkzvv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udX9pjkzvv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udX9pjkzvv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udX9pjkzvv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udX9pjkzvv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udX9pjkzvv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udX9pjkzvv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udX9pjkzvv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udX9pjkzvv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udX9pjkzvv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udX9pjkzvv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udX9pjkzvv .navbar {
    height: 70px;
  }
  .cid-udX9pjkzvv .navbar.opened {
    height: auto;
  }
  .cid-udX9pjkzvv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udX9pjkzvv .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-udX9pjkzvv .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-udX9pjkzvv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udX9pjkzvv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-udX9pjkzvv .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-udX9pjkzvv .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-udX9pjkzvv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-udX9pjkzvv .text_widget {
  margin-bottom: 32px;
}
.cid-udX9pjkzvv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udX9pjkzvv .text_widget a:hover,
.cid-udX9pjkzvv .text_widget a:focus {
  opacity: .8;
}
.cid-udX9pjkzvv .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-udX9pjkzvv .navbar-caption {
  color: #000000;
}
.cid-udX9pjkzvv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-udX9pjkzvv .mbr-section-subtitle,
.cid-udX9pjkzvv .text_widget,
.cid-udX9pjkzvv .mbr-section-btn {
  text-align: center;
}
.cid-udX9pjkzvv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udYiR5LKTI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ddf5ac;
}
.cid-udYiR5LKTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYiR5LKTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYiR5LKTI a {
  font-weight: 900;
}
.cid-udYiR5LKTI .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-udYiR5LKTI .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-udYiR5LKTI .wrapper {
  background: #a70327;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-udYiR5LKTI .image-wrapper {
  padding: 0;
}
.cid-udYiR5LKTI .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-udYiR5LKTI .image-wrapper img {
    border-radius: 0;
  }
}
.cid-udYiR5LKTI .mbr-section-title {
  color: #ffffff;
}
.cid-udYiR5LKTI .mbr-text,
.cid-udYiR5LKTI .mbr-section-btn {
  color: #ffffff;
}
.cid-udX9pmNGW4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udX9pmNGW4 .row {
  min-height: 400px;
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .cid-udX9pmNGW4 .row {
    padding: 46px 34px;
  }
}
.cid-udX9pmNGW4 .mbr-section-title {
  text-align: center;
}
.cid-udX9pmNGW4 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-udX9pmNGW4 .mbr-section-subtitle {
  color: #000000;
}
.cid-udX9pnvV2D {
  background-color: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-udX9pnvV2D .google-map {
  height: 30rem;
  position: relative;
}
.cid-udX9pnvV2D .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udX9pnvV2D .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udX9pnvV2D .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udX9pnvV2D .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-udX9pod0z8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
}
.cid-udX9pod0z8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udX9pod0z8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udX9pod0z8 .container {
    padding: 0 22px;
  }
}
.cid-udX9pod0z8 .row {
  justify-content: space-between;
}
.cid-udX9pod0z8 .content-wrapper {
  margin-bottom: 32px;
}
.cid-udX9pod0z8 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-udX9pod0z8 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-udX9pod0z8 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-udX9pod0z8 .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-udX9pod0z8 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-udX9pod0z8 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-udX9pod0z8 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-udX9pod0z8 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-udX9pod0z8 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-udX9pod0z8 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-udX9pod0z8 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-udX9pod0z8 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-udX9pod0z8 .copy-wrapper {
    display: block;
  }
}
.cid-udX9pod0z8 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-udX9pod0z8 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-udX9pod0z8 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-udX9pod0z8 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-udX9pod0z8 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-udX9pod0z8 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-udX9pod0z8 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-udX9pod0z8 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-udX9pod0z8 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-udX9pod0z8 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udX9pod0z8 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-udX9pod0z8 .mbr-section-title {
  color: #ff5753;
}
.cid-udX9pod0z8 .mbr-text {
  color: #ffffff;
}
.cid-udX9pod0z8 .list {
  color: #635d60;
}
.cid-udX9pod0z8 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-udX9pod0z8 .list,
.cid-udX9pod0z8 .item-wrap {
  color: #ffffff;
}
.cid-udX8X5vjE6 {
  background-color: transparent;
}
.cid-udX8X5vjE6 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-udX8X5vjE6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-udX8X5vjE6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udX8X5vjE6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udX8X5vjE6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udX8X5vjE6 .menu_box .navbar.opened,
  .cid-udX8X5vjE6 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-udX8X5vjE6 .navbar-dropdown {
  position: relative !important;
}
.cid-udX8X5vjE6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-udX8X5vjE6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udX8X5vjE6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udX8X5vjE6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udX8X5vjE6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-udX8X5vjE6 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-udX8X5vjE6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udX8X5vjE6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udX8X5vjE6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udX8X5vjE6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udX8X5vjE6 .offcanvas-body .mbr-text,
  .cid-udX8X5vjE6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-udX8X5vjE6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-udX8X5vjE6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-udX8X5vjE6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-udX8X5vjE6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udX8X5vjE6 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udX8X5vjE6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udX8X5vjE6 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udX8X5vjE6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udX8X5vjE6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udX8X5vjE6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-udX8X5vjE6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udX8X5vjE6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-udX8X5vjE6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-udX8X5vjE6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-udX8X5vjE6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-udX8X5vjE6 .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-udX8X5vjE6 .nav-item {
    margin: 0 !important;
  }
}
.cid-udX8X5vjE6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-udX8X5vjE6 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-udX8X5vjE6 .nav-item .nav-link:hover::before,
.cid-udX8X5vjE6 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-udX8X5vjE6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udX8X5vjE6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udX8X5vjE6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udX8X5vjE6 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udX8X5vjE6 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-udX8X5vjE6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udX8X5vjE6 .offcanvas_box {
    display: none;
  }
}
.cid-udX8X5vjE6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udX8X5vjE6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udX8X5vjE6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udX8X5vjE6 .container {
  display: flex;
  margin: auto;
}
.cid-udX8X5vjE6 .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-udX8X5vjE6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udX8X5vjE6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-udX8X5vjE6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-udX8X5vjE6 .navbar-nav {
    margin: 0;
  }
}
.cid-udX8X5vjE6 .dropdown-menu,
.cid-udX8X5vjE6 .navbar.opened {
  background-color: false !important;
}
.cid-udX8X5vjE6 .nav-item:focus,
.cid-udX8X5vjE6 .nav-link:focus {
  outline: none;
}
.cid-udX8X5vjE6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udX8X5vjE6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udX8X5vjE6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udX8X5vjE6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udX8X5vjE6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udX8X5vjE6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udX8X5vjE6 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udX8X5vjE6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udX8X5vjE6 .navbar.opened {
  transition: all 0.3s;
}
.cid-udX8X5vjE6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udX8X5vjE6 .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-udX8X5vjE6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-udX8X5vjE6 .navbar.collapsed {
  justify-content: center;
}
.cid-udX8X5vjE6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udX8X5vjE6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udX8X5vjE6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udX8X5vjE6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udX8X5vjE6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udX8X5vjE6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udX8X5vjE6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udX8X5vjE6 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udX8X5vjE6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-udX8X5vjE6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udX8X5vjE6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udX8X5vjE6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udX8X5vjE6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udX8X5vjE6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udX8X5vjE6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udX8X5vjE6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udX8X5vjE6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udX8X5vjE6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udX8X5vjE6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udX8X5vjE6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udX8X5vjE6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udX8X5vjE6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-udX8X5vjE6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udX8X5vjE6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udX8X5vjE6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udX8X5vjE6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-udX8X5vjE6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udX8X5vjE6 .dropdown-item.active,
.cid-udX8X5vjE6 .dropdown-item:active {
  background-color: transparent;
}
.cid-udX8X5vjE6 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-udX8X5vjE6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udX8X5vjE6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udX8X5vjE6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udX8X5vjE6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udX8X5vjE6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udX8X5vjE6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff5753;
}
.cid-udX8X5vjE6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udX8X5vjE6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udX8X5vjE6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udX8X5vjE6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udX8X5vjE6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udX8X5vjE6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udX8X5vjE6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udX8X5vjE6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udX8X5vjE6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udX8X5vjE6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udX8X5vjE6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udX8X5vjE6 .navbar {
    height: 70px;
  }
  .cid-udX8X5vjE6 .navbar.opened {
    height: auto;
  }
  .cid-udX8X5vjE6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udX8X5vjE6 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-udX8X5vjE6 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-udX8X5vjE6 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udX8X5vjE6 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-udX8X5vjE6 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-udX8X5vjE6 .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-udX8X5vjE6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-udX8X5vjE6 .text_widget {
  margin-bottom: 32px;
}
.cid-udX8X5vjE6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udX8X5vjE6 .text_widget a:hover,
.cid-udX8X5vjE6 .text_widget a:focus {
  opacity: .8;
}
.cid-udX8X5vjE6 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-udX8X5vjE6 .navbar-caption {
  color: #000000;
}
.cid-udX8X5vjE6 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-udX8X5vjE6 .mbr-section-subtitle,
.cid-udX8X5vjE6 .text_widget,
.cid-udX8X5vjE6 .mbr-section-btn {
  text-align: center;
}
.cid-udX8X5vjE6 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udYiwOmTuj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ddf5ac;
}
.cid-udYiwOmTuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYiwOmTuj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYiwOmTuj a {
  font-weight: 900;
}
.cid-udYiwOmTuj .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-udYiwOmTuj .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-udYiwOmTuj .wrapper {
  background: #a70327;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-udYiwOmTuj .image-wrapper {
  padding: 0;
}
.cid-udYiwOmTuj .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-udYiwOmTuj .image-wrapper img {
    border-radius: 0;
  }
}
.cid-udYiwOmTuj .mbr-section-title {
  color: #ffffff;
}
.cid-udYiwOmTuj .mbr-text,
.cid-udYiwOmTuj .mbr-section-btn {
  color: #ffffff;
}
.cid-udX8X9HnGO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udX8X9HnGO .row {
  min-height: 400px;
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .cid-udX8X9HnGO .row {
    padding: 46px 34px;
  }
}
.cid-udX8X9HnGO .mbr-section-title {
  text-align: center;
}
.cid-udX8X9HnGO .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-udX8X9HnGO .mbr-section-subtitle {
  color: #000000;
}
.cid-udX8Xqzhdl {
  background-color: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-udX8Xqzhdl .google-map {
  height: 30rem;
  position: relative;
}
.cid-udX8Xqzhdl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udX8Xqzhdl .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udX8Xqzhdl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udX8Xqzhdl .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-udX8XrIwZX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
}
.cid-udX8XrIwZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-udX8XrIwZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udX8XrIwZX .container {
    padding: 0 22px;
  }
}
.cid-udX8XrIwZX .row {
  justify-content: space-between;
}
.cid-udX8XrIwZX .content-wrapper {
  margin-bottom: 32px;
}
.cid-udX8XrIwZX .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-udX8XrIwZX .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-udX8XrIwZX .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-udX8XrIwZX .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-udX8XrIwZX .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-udX8XrIwZX .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-udX8XrIwZX .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-udX8XrIwZX .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-udX8XrIwZX .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-udX8XrIwZX .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-udX8XrIwZX .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-udX8XrIwZX .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-udX8XrIwZX .copy-wrapper {
    display: block;
  }
}
.cid-udX8XrIwZX .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-udX8XrIwZX .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-udX8XrIwZX .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-udX8XrIwZX .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-udX8XrIwZX .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-udX8XrIwZX .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-udX8XrIwZX .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-udX8XrIwZX .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-udX8XrIwZX .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-udX8XrIwZX .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udX8XrIwZX .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-udX8XrIwZX .mbr-section-title {
  color: #ff5753;
}
.cid-udX8XrIwZX .mbr-text {
  color: #ffffff;
}
.cid-udX8XrIwZX .list {
  color: #635d60;
}
.cid-udX8XrIwZX .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-udX8XrIwZX .list,
.cid-udX8XrIwZX .item-wrap {
  color: #ffffff;
}
.cid-udZnD4ostd {
  background-color: transparent;
}
.cid-udZnD4ostd .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-udZnD4ostd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-udZnD4ostd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udZnD4ostd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udZnD4ostd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udZnD4ostd .menu_box .navbar.opened,
  .cid-udZnD4ostd .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-udZnD4ostd .navbar-dropdown {
  position: relative !important;
}
.cid-udZnD4ostd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-udZnD4ostd .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udZnD4ostd .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udZnD4ostd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udZnD4ostd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-udZnD4ostd .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-udZnD4ostd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udZnD4ostd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udZnD4ostd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udZnD4ostd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udZnD4ostd .offcanvas-body .mbr-text,
  .cid-udZnD4ostd .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-udZnD4ostd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-udZnD4ostd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-udZnD4ostd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-udZnD4ostd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udZnD4ostd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udZnD4ostd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udZnD4ostd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udZnD4ostd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udZnD4ostd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udZnD4ostd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-udZnD4ostd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udZnD4ostd li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-udZnD4ostd .lg_brand {
    margin: 0 1rem;
  }
  .cid-udZnD4ostd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-udZnD4ostd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-udZnD4ostd .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-udZnD4ostd .nav-item {
    margin: 0 !important;
  }
}
.cid-udZnD4ostd .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-udZnD4ostd .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-udZnD4ostd .nav-item .nav-link:hover::before,
.cid-udZnD4ostd .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-udZnD4ostd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udZnD4ostd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udZnD4ostd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udZnD4ostd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udZnD4ostd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-udZnD4ostd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udZnD4ostd .offcanvas_box {
    display: none;
  }
}
.cid-udZnD4ostd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udZnD4ostd .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udZnD4ostd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udZnD4ostd .container {
  display: flex;
  margin: auto;
}
.cid-udZnD4ostd .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-udZnD4ostd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udZnD4ostd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-udZnD4ostd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-udZnD4ostd .navbar-nav {
    margin: 0;
  }
}
.cid-udZnD4ostd .dropdown-menu,
.cid-udZnD4ostd .navbar.opened {
  background-color: false !important;
}
.cid-udZnD4ostd .nav-item:focus,
.cid-udZnD4ostd .nav-link:focus {
  outline: none;
}
.cid-udZnD4ostd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udZnD4ostd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udZnD4ostd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udZnD4ostd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udZnD4ostd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udZnD4ostd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udZnD4ostd .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udZnD4ostd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udZnD4ostd .navbar.opened {
  transition: all 0.3s;
}
.cid-udZnD4ostd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udZnD4ostd .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-udZnD4ostd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-udZnD4ostd .navbar.collapsed {
  justify-content: center;
}
.cid-udZnD4ostd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udZnD4ostd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udZnD4ostd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udZnD4ostd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udZnD4ostd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udZnD4ostd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udZnD4ostd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udZnD4ostd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udZnD4ostd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-udZnD4ostd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udZnD4ostd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udZnD4ostd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udZnD4ostd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udZnD4ostd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udZnD4ostd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udZnD4ostd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udZnD4ostd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udZnD4ostd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udZnD4ostd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udZnD4ostd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udZnD4ostd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udZnD4ostd .navbar.navbar-short {
  min-height: 60px;
}
.cid-udZnD4ostd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udZnD4ostd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udZnD4ostd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udZnD4ostd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-udZnD4ostd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udZnD4ostd .dropdown-item.active,
.cid-udZnD4ostd .dropdown-item:active {
  background-color: transparent;
}
.cid-udZnD4ostd .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-udZnD4ostd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udZnD4ostd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udZnD4ostd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udZnD4ostd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udZnD4ostd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udZnD4ostd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff5753;
}
.cid-udZnD4ostd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udZnD4ostd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udZnD4ostd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZnD4ostd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZnD4ostd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udZnD4ostd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZnD4ostd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udZnD4ostd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udZnD4ostd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZnD4ostd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udZnD4ostd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udZnD4ostd .navbar {
    height: 70px;
  }
  .cid-udZnD4ostd .navbar.opened {
    height: auto;
  }
  .cid-udZnD4ostd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udZnD4ostd .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-udZnD4ostd .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-udZnD4ostd .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udZnD4ostd .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-udZnD4ostd .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-udZnD4ostd .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-udZnD4ostd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-udZnD4ostd .text_widget {
  margin-bottom: 32px;
}
.cid-udZnD4ostd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udZnD4ostd .text_widget a:hover,
.cid-udZnD4ostd .text_widget a:focus {
  opacity: .8;
}
.cid-udZnD4ostd .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-udZnD4ostd .navbar-caption {
  color: #000000;
}
.cid-udZnD4ostd .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-udZnD4ostd .mbr-section-subtitle,
.cid-udZnD4ostd .text_widget,
.cid-udZnD4ostd .mbr-section-btn {
  text-align: center;
}
.cid-udZnD4ostd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udZnD7MpLd {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ddf5ac;
}
.cid-udZnD7MpLd .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZnD7MpLd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZnD7MpLd a {
  font-weight: 900;
}
.cid-udZnD7MpLd .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-udZnD7MpLd .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-udZnD7MpLd .wrapper {
  background: #a70327;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-udZnD7MpLd .image-wrapper {
  padding: 0;
}
.cid-udZnD7MpLd .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-udZnD7MpLd .image-wrapper img {
    border-radius: 0;
  }
}
.cid-udZnD7MpLd .mbr-section-title {
  color: #ffffff;
}
.cid-udZnD7MpLd .mbr-text,
.cid-udZnD7MpLd .mbr-section-btn {
  color: #ffffff;
}
.cid-udZnD9A5FC {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ddf5ac;
}
.cid-udZnD9A5FC .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZnD9A5FC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZnD9A5FC .text-wrap {
  width: 100%;
}
.cid-udZnD9A5FC .mbr-title {
  margin-bottom: 0;
  color: #829D85;
}
.cid-udZnD9A5FC .mbr-text {
  padding-top: 16px;
  color: #353535;
}
.cid-udZnD9A5FC .list-wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-udZnD9A5FC .list-wrap {
    margin-top: 24px;
  }
}
.cid-udZnD9A5FC .list-box {
  width: 100%;
}
.cid-udZnD9A5FC .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
}
.cid-udZnD9A5FC .list-text {
  position: relative;
}
.cid-udZnD9A5FC .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-udZnD9A5FC .list-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  left: -30px;
  top: 7px;
  background-image: url("../../../assets/images/marker.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-udZnDaIz1v {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #a70327;
}
.cid-udZnDaIz1v .content {
  padding: 50px 75px;
  background-color: #ddf5ac;
}
.cid-udZnDaIz1v .content a {
  background-size: 100% 0%;
}
.cid-udZnDaIz1v .content a:hover {
  background-size: 100% 100%;
}
.cid-udZnDaIz1v .content .list {
  margin-bottom: 0;
}
.cid-udZnDaIz1v ul li::marker {
  font-size: 28px;
}
@media (max-width: 992px) {
  .cid-udZnDaIz1v .content {
    padding: 50px 50px;
  }
}
@media (max-width: 767px) {
  .cid-udZnDaIz1v .content {
    padding: 12% 9% 12% 9%;
  }
}
.cid-udZnDc2Ldc {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #a70327;
  overflow: hidden;
}
.cid-udZnDc2Ldc .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZnDc2Ldc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZnDc2Ldc .row {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-udZnDc2Ldc .row {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-udZnDc2Ldc .col-text {
    order: 2;
  }
}
.cid-udZnDc2Ldc .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-udZnDc2Ldc .text-wrap {
    margin-top: 30px;
  }
}
.cid-udZnDc2Ldc .mbr-section-title {
  color: #ffffff;
}
.cid-udZnDc2Ldc .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-udZnDc2Ldc .mbr-text {
    margin-top: 12px;
  }
}
.cid-udZnDc2Ldc .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-udZnDc2Ldc .mbr-section-btn {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-udZnDc2Ldc .col-img {
    order: 1;
  }
}
.cid-udZnDc2Ldc .img-wrap {
  position: relative;
  width: 100%;
}
.cid-udZnDc2Ldc .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 65px 65px 65px 0;
  overflow: hidden;
  border-radius: 65px 65px 0 65px;
}
@media (max-width: 1199px) {
  .cid-udZnDc2Ldc .img-wrap .img-box {
    border-radius: 55px 55px 55px 0;
    border-radius: 55px 55px 0 55px;
  }
}
@media (max-width: 991px) {
  .cid-udZnDc2Ldc .img-wrap .img-box {
    border-radius: 65px 65px 65px 0;
    border-radius: 65px 65px 0 65px;
  }
}
@media (max-width: 767px) {
  .cid-udZnDc2Ldc .img-wrap .img-box {
    border-radius: 55px 55px 55px 0;
    border-radius: 55px  55px 0 55px;
  }
}
@media (max-width: 575px) {
  .cid-udZnDc2Ldc .img-wrap .img-box {
    border-radius: 45px 45px 45px 0;
    border-radius: 45px 45px 0 45px;
  }
}
.cid-udZnDc2Ldc .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-udZnDc2Ldc .mbr-text,
.cid-udZnDc2Ldc .mbr-section-btn {
  color: #ffffff;
}
.cid-udZnDdnEEn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddf5ac;
}
.cid-udZnDdnEEn .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZnDdnEEn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udZnDdnEEn .container {
    padding: 0 22px;
  }
}
.cid-udZnDdnEEn .items-wrapper {
  justify-content: center;
  margin: 0 -6px;
}
.cid-udZnDdnEEn .items-wrapper .item {
  padding: 0 6px;
}
.cid-udZnDdnEEn .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-udZnDdnEEn .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-udZnDdnEEn .mbr-section-btn {
  margin-bottom: 55px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-udZnDdnEEn .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-udZnDdnEEn .desc-wrapper .mbr-desc {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 28px;
}
.cid-udZnDdnEEn .item {
  margin-bottom: 12px;
}
.cid-udZnDdnEEn .item .item-wrapper {
  padding: 32px 24px 24px;
  border-radius: 15px !important;
  border: 1px solid #000000;
  height: 100%;
}
.cid-udZnDdnEEn .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 16px;
}
.cid-udZnDdnEEn .item .item-wrapper .card-box .tag-wrapper .card-tag {
  padding: 0 16px;
  display: inline-flex;
  border: 1px solid #000000;
  border-radius: 15px;
}
.cid-udZnDdnEEn .item .item-wrapper .card-box .card-title {
  margin-bottom: 18px;
}
.cid-udZnDdnEEn .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-udZnDdnEEn .mbr-section-title {
  color: #000000;
}
.cid-udZnDdnEEn .mbr-desc {
  color: #000000;
}
.cid-udZnDdnEEn .card-title {
  color: #000000;
}
.cid-udZnDdnEEn .card-tag {
  color: #000000;
}
.cid-udZnDdnEEn .card-text {
  color: #000000;
}
.cid-udZnDdnEEn .mbr-section-title,
.cid-udZnDdnEEn .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-udZnDeYrhu {
  background-color: #a70327;
}
.cid-udZnDeYrhu .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZnDeYrhu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZnDeYrhu .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #a70327;
}
.cid-udZnDeYrhu .container {
  max-width: 1280px;
}
.cid-udZnDeYrhu .row {
  justify-content: center;
}
.cid-udZnDeYrhu .mbr-section-title {
  color: #212132;
}
.cid-udZnDeYrhu .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1rem;
}
.cid-udZnDeYrhu .mbr-section-title,
.cid-udZnDeYrhu .mbr-section-btn {
  color: #ffffff;
}
.cid-udZnDggU1J {
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-udZnDggU1J .row {
  flex-direction: column;
}
.cid-udZnDggU1J .row {
  flex-direction: column-reverse;
}
.cid-udZnDggU1J .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-udZnDggU1J .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-udZnDggU1J .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-udZnDggU1J .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-udZnDggU1J .mbr-section-tag {
  margin-bottom: 0.5rem;
}
.cid-udZnDggU1J .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-udZnDggU1J .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-udZnDggU1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZnDggU1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZnDggU1J .mbr-text {
  color: #000000;
}
.cid-udZnDhL40w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
}
.cid-udZnDhL40w .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZnDhL40w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZnDhL40w .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-udZnDhL40w .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-udZnDhL40w .container {
    padding: 0;
  }
}
.cid-udZnDhL40w .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZnDhL40w .title-wrapper {
    padding: 0 16px;
  }
}
.cid-udZnDhL40w .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udZnDhL40w .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-udZnDhL40w .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udZnDhL40w .mbr-text {
  color: #ffffff;
}
.cid-udZnDj1RLU {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ddf5ac;
}
.cid-udZnDj1RLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZnDj1RLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZnDj1RLU .container {
  max-width: 1600px;
}
.cid-udZnDj1RLU .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-udZnDj1RLU .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-udZnDj1RLU .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-udZnDj1RLU .mbr-section-title {
  color: #212132;
}
.cid-udZnDj1RLU .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-udZnDj1RLU .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-udZnDj1RLU .card-bg-item {
  padding: 3px;
  background-color: #a70327;
  border-radius: 2.3rem;
}
.cid-udZnDj1RLU .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #a70327;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-udZnDj1RLU .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-udZnDj1RLU .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-udZnDj1RLU .text-container {
    margin-bottom: 24px;
  }
}
.cid-udZnDj1RLU .card-title {
  color: #ffffff;
}
.cid-udZnDj1RLU .mbr-text {
  color: #212132;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-udZnDj1RLU .mbr-text {
    margin-top: 16px;
  }
}
.cid-udZnDj1RLU .price-text {
  color: #212132;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-udZnDj1RLU .price-text {
    margin-bottom: 8px;
  }
}
.cid-udZnDj1RLU .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-udZnDj1RLU .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-udZnDj1RLU .custom-section-btn {
  width: 100%;
  margin-left: 0;
}
.cid-udZnDj1RLU .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-udZnDj1RLU .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-udZnDj1RLU .list {
    margin-top: 24px;
  }
}
.cid-udZnDj1RLU .list-title {
  color: #212132;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-udZnDj1RLU .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #f1f5f7;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-udZnDj1RLU .item-wrap {
    padding: 8px;
  }
}
.cid-udZnDj1RLU .list-text {
  color: #212132;
}
.cid-udZnDj1RLU .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffdd65;
}
.cid-udZnDj1RLU .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #212132;
}
.cid-udZnDn1VVB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
}
.cid-udZnDn1VVB .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZnDn1VVB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udZnDn1VVB .container {
    padding: 0 20px;
  }
}
.cid-udZnDn1VVB .row {
  margin: 0;
}
.cid-udZnDn1VVB .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udZnDn1VVB .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-udZnDn1VVB .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-udZnDn1VVB .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-udZnDn1VVB .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-udZnDn1VVB .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-udZnDn1VVB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udZnDoiQUe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddf5ac;
  overflow: hidden;
}
.cid-udZnDoiQUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZnDoiQUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udZnDoiQUe .container {
    padding: 0 30px;
  }
}
.cid-udZnDoiQUe .card {
  justify-content: center;
}
.cid-udZnDoiQUe .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-udZnDoiQUe .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-udZnDoiQUe .content-wrapper {
    padding: 0;
  }
}
.cid-udZnDoiQUe .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udZnDoiQUe .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udZnDoiQUe .mbr-section-title {
  color: #bee0d6;
}
.cid-udZnDoiQUe .mbr-section-title,
.cid-udZnDoiQUe .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-udZnDpAaWE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
}
.cid-udZnDpAaWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZnDpAaWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udZnDpAaWE .container {
    padding: 0 30px;
  }
}
.cid-udZnDpAaWE .row {
  justify-content: center;
}
.cid-udZnDpAaWE .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udZnDpAaWE .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udZnDpAaWE .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #ffffff;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-udZnDpAaWE .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-udZnDpAaWE .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-udZnDpAaWE .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-udZnDpAaWE .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-udZnDpAaWE .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-udZnDpAaWE .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-udZnDpAaWE .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-udZnDpAaWE .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-udZnDpAaWE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udZnDpAaWE .panel-title-edit {
  color: #ffffff;
}
.cid-udZnDpAaWE .panel-text {
  color: #144031;
}
.cid-udZnDr3QtK {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ddf5ac;
  position: relative;
  overflow: hidden;
}
.cid-udZnDr3QtK svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-udZnDr3QtK .mbr-text,
.cid-udZnDr3QtK .mbr-section-btn {
  color: #000000;
}
.cid-udZnDr3QtK #e12_areaS3 {
  fill: #a70327 !important;
}
.cid-udZnDr3QtK #e19_areaS3 {
  fill: #a70327 !important;
}
.cid-udZnDr3QtK H1 {
  color: #000000;
}
.cid-udZnDr3QtK img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-udZnDr3QtK .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-udZnDr3QtK .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-udZnDr3QtK img {
    width: 100%;
  }
}
.cid-udZnDsoFwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddf5ac;
}
.cid-udZnDsoFwH .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #a70327;
  border-bottom: 1px solid #a70327;
  z-index: 1;
}
.cid-udZnDsoFwH .content_wrapper:hover .mbr-section-title a {
  color: #000000 !important;
}
.cid-udZnDsoFwH .mbr-section-title {
  margin-bottom: 12px;
  text-align: center;
}
.cid-udZnDsoFwH .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-udZnDsoFwH .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-udZnDsoFwH .mbr-section-btn .btn-secondary-outline:hover,
.cid-udZnDsoFwH .mbr-section-btn .btn-secondary-outline .active,
.cid-udZnDsoFwH .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff5753 !important;
}
.cid-udZnDsoFwH .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-udZnDsoFwH .image_post {
  display: inline-block;
}
.cid-udZnDsoFwH .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-udZnDsoFwH .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-udZnDsoFwH .mbr-text,
.cid-udZnDsoFwH .mbr-section-btn {
  color: #000000;
}
.cid-udZpqXSjWV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udZpqXSjWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZpqXSjWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZpqXSjWV .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-udZpqXSjWV .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-udZpqXSjWV .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-udZpqXSjWV .container {
    padding: 0 20px;
  }
}
.cid-udZpqXSjWV .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-udZpqXSjWV .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-udZpqXSjWV .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-udZpqXSjWV .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-udZpqXSjWV .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-udZpqXSjWV .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-udZpqXSjWV .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-udZpqXSjWV .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-udZpqXSjWV .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-udZpqXSjWV .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udZpqXSjWV .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-udZpqXSjWV .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-udZpqXSjWV .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #a70327;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-udZpqXSjWV .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-udZpqXSjWV .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-udZpqXSjWV .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-udZpqXSjWV .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-udZpqXSjWV .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-udZpqXSjWV .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-udZpqXSjWV .mbr-desc {
  color: #000000;
}
.cid-udZpqXSjWV .panel-number {
  color: #000000;
}
.cid-udZpqXSjWV .panel-title-edit {
  color: #000000;
}
.cid-udZpqXSjWV .panel-text {
  color: #000000;
}
.cid-udZnDtpZsY {
  background-color: #ddf5ac;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-udZnDtpZsY .google-map {
  height: 30rem;
  position: relative;
}
.cid-udZnDtpZsY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udZnDtpZsY .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udZnDtpZsY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udZnDtpZsY .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-udZnDupb1V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
}
.cid-udZnDupb1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZnDupb1V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udZnDupb1V .container {
    padding: 0 22px;
  }
}
.cid-udZnDupb1V .row {
  justify-content: space-between;
}
.cid-udZnDupb1V .content-wrapper {
  margin-bottom: 32px;
}
.cid-udZnDupb1V .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-udZnDupb1V .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-udZnDupb1V .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-udZnDupb1V .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-udZnDupb1V .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-udZnDupb1V .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-udZnDupb1V .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-udZnDupb1V .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-udZnDupb1V .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-udZnDupb1V .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-udZnDupb1V .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-udZnDupb1V .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-udZnDupb1V .copy-wrapper {
    display: block;
  }
}
.cid-udZnDupb1V .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-udZnDupb1V .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-udZnDupb1V .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-udZnDupb1V .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-udZnDupb1V .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-udZnDupb1V .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-udZnDupb1V .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-udZnDupb1V .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-udZnDupb1V .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-udZnDupb1V .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udZnDupb1V .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-udZnDupb1V .mbr-section-title {
  color: #ff5753;
}
.cid-udZnDupb1V .mbr-text {
  color: #ffffff;
}
.cid-udZnDupb1V .list {
  color: #635d60;
}
.cid-udZnDupb1V .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-udZnDupb1V .list,
.cid-udZnDupb1V .item-wrap {
  color: #ffffff;
}
.cid-udZpTEfUFt {
  background-color: transparent;
}
.cid-udZpTEfUFt .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-udZpTEfUFt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-udZpTEfUFt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udZpTEfUFt .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udZpTEfUFt .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udZpTEfUFt .menu_box .navbar.opened,
  .cid-udZpTEfUFt .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-udZpTEfUFt .navbar-dropdown {
  position: relative !important;
}
.cid-udZpTEfUFt .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-udZpTEfUFt .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udZpTEfUFt .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udZpTEfUFt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udZpTEfUFt .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-udZpTEfUFt .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-udZpTEfUFt .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udZpTEfUFt .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udZpTEfUFt .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udZpTEfUFt .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udZpTEfUFt .offcanvas-body .mbr-text,
  .cid-udZpTEfUFt .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-udZpTEfUFt .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-udZpTEfUFt .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-udZpTEfUFt .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-udZpTEfUFt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udZpTEfUFt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udZpTEfUFt .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udZpTEfUFt .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udZpTEfUFt ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udZpTEfUFt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udZpTEfUFt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-udZpTEfUFt .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udZpTEfUFt li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-udZpTEfUFt .lg_brand {
    margin: 0 1rem;
  }
  .cid-udZpTEfUFt .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-udZpTEfUFt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-udZpTEfUFt .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-udZpTEfUFt .nav-item {
    margin: 0 !important;
  }
}
.cid-udZpTEfUFt .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-udZpTEfUFt .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-udZpTEfUFt .nav-item .nav-link:hover::before,
.cid-udZpTEfUFt .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-udZpTEfUFt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udZpTEfUFt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udZpTEfUFt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udZpTEfUFt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udZpTEfUFt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-udZpTEfUFt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udZpTEfUFt .offcanvas_box {
    display: none;
  }
}
.cid-udZpTEfUFt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udZpTEfUFt .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udZpTEfUFt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udZpTEfUFt .container {
  display: flex;
  margin: auto;
}
.cid-udZpTEfUFt .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-udZpTEfUFt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udZpTEfUFt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-udZpTEfUFt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-udZpTEfUFt .navbar-nav {
    margin: 0;
  }
}
.cid-udZpTEfUFt .dropdown-menu,
.cid-udZpTEfUFt .navbar.opened {
  background-color: false !important;
}
.cid-udZpTEfUFt .nav-item:focus,
.cid-udZpTEfUFt .nav-link:focus {
  outline: none;
}
.cid-udZpTEfUFt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udZpTEfUFt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udZpTEfUFt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udZpTEfUFt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udZpTEfUFt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udZpTEfUFt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udZpTEfUFt .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udZpTEfUFt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udZpTEfUFt .navbar.opened {
  transition: all 0.3s;
}
.cid-udZpTEfUFt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udZpTEfUFt .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-udZpTEfUFt .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-udZpTEfUFt .navbar.collapsed {
  justify-content: center;
}
.cid-udZpTEfUFt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udZpTEfUFt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udZpTEfUFt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udZpTEfUFt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udZpTEfUFt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udZpTEfUFt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udZpTEfUFt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udZpTEfUFt .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udZpTEfUFt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-udZpTEfUFt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udZpTEfUFt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udZpTEfUFt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udZpTEfUFt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udZpTEfUFt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udZpTEfUFt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udZpTEfUFt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udZpTEfUFt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udZpTEfUFt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udZpTEfUFt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udZpTEfUFt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udZpTEfUFt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udZpTEfUFt .navbar.navbar-short {
  min-height: 60px;
}
.cid-udZpTEfUFt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udZpTEfUFt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udZpTEfUFt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udZpTEfUFt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-udZpTEfUFt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udZpTEfUFt .dropdown-item.active,
.cid-udZpTEfUFt .dropdown-item:active {
  background-color: transparent;
}
.cid-udZpTEfUFt .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-udZpTEfUFt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udZpTEfUFt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udZpTEfUFt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udZpTEfUFt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udZpTEfUFt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udZpTEfUFt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff5753;
}
.cid-udZpTEfUFt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udZpTEfUFt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udZpTEfUFt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZpTEfUFt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZpTEfUFt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udZpTEfUFt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZpTEfUFt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udZpTEfUFt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udZpTEfUFt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZpTEfUFt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udZpTEfUFt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udZpTEfUFt .navbar {
    height: 70px;
  }
  .cid-udZpTEfUFt .navbar.opened {
    height: auto;
  }
  .cid-udZpTEfUFt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udZpTEfUFt .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-udZpTEfUFt .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-udZpTEfUFt .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udZpTEfUFt .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-udZpTEfUFt .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-udZpTEfUFt .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-udZpTEfUFt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-udZpTEfUFt .text_widget {
  margin-bottom: 32px;
}
.cid-udZpTEfUFt .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udZpTEfUFt .text_widget a:hover,
.cid-udZpTEfUFt .text_widget a:focus {
  opacity: .8;
}
.cid-udZpTEfUFt .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-udZpTEfUFt .navbar-caption {
  color: #000000;
}
.cid-udZpTEfUFt .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-udZpTEfUFt .mbr-section-subtitle,
.cid-udZpTEfUFt .text_widget,
.cid-udZpTEfUFt .mbr-section-btn {
  text-align: center;
}
.cid-udZpTEfUFt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udZpTGf8GC {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ddf5ac;
}
.cid-udZpTGf8GC .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZpTGf8GC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZpTGf8GC a {
  font-weight: 900;
}
.cid-udZpTGf8GC .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-udZpTGf8GC .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-udZpTGf8GC .wrapper {
  background: #a70327;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-udZpTGf8GC .image-wrapper {
  padding: 0;
}
.cid-udZpTGf8GC .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-udZpTGf8GC .image-wrapper img {
    border-radius: 0;
  }
}
.cid-udZpTGf8GC .mbr-section-title {
  color: #ffffff;
}
.cid-udZpTGf8GC .mbr-text,
.cid-udZpTGf8GC .mbr-section-btn {
  color: #ffffff;
}
.cid-udZpTHC5Ea {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ddf5ac;
}
.cid-udZpTHC5Ea .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZpTHC5Ea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZpTHC5Ea .text-wrap {
  width: 100%;
}
.cid-udZpTHC5Ea .mbr-title {
  margin-bottom: 0;
  color: #829D85;
}
.cid-udZpTHC5Ea .mbr-text {
  padding-top: 16px;
  color: #353535;
}
.cid-udZpTHC5Ea .list-wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-udZpTHC5Ea .list-wrap {
    margin-top: 24px;
  }
}
.cid-udZpTHC5Ea .list-box {
  width: 100%;
}
.cid-udZpTHC5Ea .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
}
.cid-udZpTHC5Ea .list-text {
  position: relative;
}
.cid-udZpTHC5Ea .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-udZpTHC5Ea .list-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  left: -30px;
  top: 7px;
  background-image: url("../../../assets/images/marker.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-udZpTIMQu8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #a70327;
}
.cid-udZpTIMQu8 .content {
  padding: 50px 75px;
  background-color: #ddf5ac;
}
.cid-udZpTIMQu8 .content a {
  background-size: 100% 0%;
}
.cid-udZpTIMQu8 .content a:hover {
  background-size: 100% 100%;
}
.cid-udZpTIMQu8 .content .list {
  margin-bottom: 0;
}
.cid-udZpTIMQu8 ul li::marker {
  font-size: 28px;
}
@media (max-width: 992px) {
  .cid-udZpTIMQu8 .content {
    padding: 50px 50px;
  }
}
@media (max-width: 767px) {
  .cid-udZpTIMQu8 .content {
    padding: 12% 9% 12% 9%;
  }
}
.cid-udZpTK012B {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #a70327;
  overflow: hidden;
}
.cid-udZpTK012B .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZpTK012B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZpTK012B .row {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-udZpTK012B .row {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-udZpTK012B .col-text {
    order: 2;
  }
}
.cid-udZpTK012B .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-udZpTK012B .text-wrap {
    margin-top: 30px;
  }
}
.cid-udZpTK012B .mbr-section-title {
  color: #ffffff;
}
.cid-udZpTK012B .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-udZpTK012B .mbr-text {
    margin-top: 12px;
  }
}
.cid-udZpTK012B .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-udZpTK012B .mbr-section-btn {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-udZpTK012B .col-img {
    order: 1;
  }
}
.cid-udZpTK012B .img-wrap {
  position: relative;
  width: 100%;
}
.cid-udZpTK012B .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 65px 65px 65px 0;
  overflow: hidden;
  border-radius: 65px 65px 0 65px;
}
@media (max-width: 1199px) {
  .cid-udZpTK012B .img-wrap .img-box {
    border-radius: 55px 55px 55px 0;
    border-radius: 55px 55px 0 55px;
  }
}
@media (max-width: 991px) {
  .cid-udZpTK012B .img-wrap .img-box {
    border-radius: 65px 65px 65px 0;
    border-radius: 65px 65px 0 65px;
  }
}
@media (max-width: 767px) {
  .cid-udZpTK012B .img-wrap .img-box {
    border-radius: 55px 55px 55px 0;
    border-radius: 55px  55px 0 55px;
  }
}
@media (max-width: 575px) {
  .cid-udZpTK012B .img-wrap .img-box {
    border-radius: 45px 45px 45px 0;
    border-radius: 45px 45px 0 45px;
  }
}
.cid-udZpTK012B .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-udZpTK012B .mbr-text,
.cid-udZpTK012B .mbr-section-btn {
  color: #ffffff;
}
.cid-udZpTLrFrt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddf5ac;
}
.cid-udZpTLrFrt .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZpTLrFrt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udZpTLrFrt .container {
    padding: 0 22px;
  }
}
.cid-udZpTLrFrt .items-wrapper {
  justify-content: center;
  margin: 0 -6px;
}
.cid-udZpTLrFrt .items-wrapper .item {
  padding: 0 6px;
}
.cid-udZpTLrFrt .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-udZpTLrFrt .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-udZpTLrFrt .mbr-section-btn {
  margin-bottom: 55px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-udZpTLrFrt .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-udZpTLrFrt .desc-wrapper .mbr-desc {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 28px;
}
.cid-udZpTLrFrt .item {
  margin-bottom: 12px;
}
.cid-udZpTLrFrt .item .item-wrapper {
  padding: 32px 24px 24px;
  border-radius: 15px !important;
  border: 1px solid #000000;
  height: 100%;
}
.cid-udZpTLrFrt .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 16px;
}
.cid-udZpTLrFrt .item .item-wrapper .card-box .tag-wrapper .card-tag {
  padding: 0 16px;
  display: inline-flex;
  border: 1px solid #000000;
  border-radius: 15px;
}
.cid-udZpTLrFrt .item .item-wrapper .card-box .card-title {
  margin-bottom: 18px;
}
.cid-udZpTLrFrt .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-udZpTLrFrt .mbr-section-title {
  color: #000000;
}
.cid-udZpTLrFrt .mbr-desc {
  color: #000000;
}
.cid-udZpTLrFrt .card-title {
  color: #000000;
}
.cid-udZpTLrFrt .card-tag {
  color: #000000;
}
.cid-udZpTLrFrt .card-text {
  color: #000000;
}
.cid-udZpTLrFrt .mbr-section-title,
.cid-udZpTLrFrt .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-udZpTMNV6r {
  background-color: #a70327;
}
.cid-udZpTMNV6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZpTMNV6r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZpTMNV6r .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #a70327;
}
.cid-udZpTMNV6r .container {
  max-width: 1280px;
}
.cid-udZpTMNV6r .row {
  justify-content: center;
}
.cid-udZpTMNV6r .mbr-section-title {
  color: #212132;
}
.cid-udZpTMNV6r .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1rem;
}
.cid-udZpTMNV6r .mbr-section-title,
.cid-udZpTMNV6r .mbr-section-btn {
  color: #ffffff;
}
.cid-udZpTNUBiQ {
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-udZpTNUBiQ .row {
  flex-direction: column;
}
.cid-udZpTNUBiQ .row {
  flex-direction: column-reverse;
}
.cid-udZpTNUBiQ .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-udZpTNUBiQ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-udZpTNUBiQ .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-udZpTNUBiQ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-udZpTNUBiQ .mbr-section-tag {
  margin-bottom: 0.5rem;
}
.cid-udZpTNUBiQ .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-udZpTNUBiQ .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-udZpTNUBiQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZpTNUBiQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZpTNUBiQ .mbr-text {
  color: #000000;
}
.cid-udZpTPabCs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
}
.cid-udZpTPabCs .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZpTPabCs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZpTPabCs .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-udZpTPabCs .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-udZpTPabCs .container {
    padding: 0;
  }
}
.cid-udZpTPabCs .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZpTPabCs .title-wrapper {
    padding: 0 16px;
  }
}
.cid-udZpTPabCs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udZpTPabCs .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-udZpTPabCs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udZpTPabCs .mbr-text {
  color: #ffffff;
}
.cid-udZpTQjXrV {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ddf5ac;
}
.cid-udZpTQjXrV .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZpTQjXrV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZpTQjXrV .container {
  max-width: 1600px;
}
.cid-udZpTQjXrV .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-udZpTQjXrV .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-udZpTQjXrV .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-udZpTQjXrV .mbr-section-title {
  color: #212132;
}
.cid-udZpTQjXrV .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-udZpTQjXrV .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-udZpTQjXrV .card-bg-item {
  padding: 3px;
  background-color: #a70327;
  border-radius: 2.3rem;
}
.cid-udZpTQjXrV .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #a70327;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-udZpTQjXrV .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-udZpTQjXrV .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-udZpTQjXrV .text-container {
    margin-bottom: 24px;
  }
}
.cid-udZpTQjXrV .card-title {
  color: #ffffff;
}
.cid-udZpTQjXrV .mbr-text {
  color: #212132;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-udZpTQjXrV .mbr-text {
    margin-top: 16px;
  }
}
.cid-udZpTQjXrV .price-text {
  color: #212132;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-udZpTQjXrV .price-text {
    margin-bottom: 8px;
  }
}
.cid-udZpTQjXrV .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-udZpTQjXrV .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-udZpTQjXrV .custom-section-btn {
  width: 100%;
  margin-left: 0;
}
.cid-udZpTQjXrV .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-udZpTQjXrV .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-udZpTQjXrV .list {
    margin-top: 24px;
  }
}
.cid-udZpTQjXrV .list-title {
  color: #212132;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-udZpTQjXrV .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #f1f5f7;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-udZpTQjXrV .item-wrap {
    padding: 8px;
  }
}
.cid-udZpTQjXrV .list-text {
  color: #212132;
}
.cid-udZpTQjXrV .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffdd65;
}
.cid-udZpTQjXrV .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #212132;
}
.cid-udZpTUuGks {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddf5ac;
  overflow: hidden;
}
.cid-udZpTUuGks .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZpTUuGks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udZpTUuGks .container {
    padding: 0 30px;
  }
}
.cid-udZpTUuGks .card {
  justify-content: center;
}
.cid-udZpTUuGks .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-udZpTUuGks .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-udZpTUuGks .content-wrapper {
    padding: 0;
  }
}
.cid-udZpTUuGks .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udZpTUuGks .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udZpTUuGks .mbr-section-title {
  color: #bee0d6;
}
.cid-udZpTUuGks .mbr-section-title,
.cid-udZpTUuGks .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-udZpTVNF5n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
}
.cid-udZpTVNF5n .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZpTVNF5n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udZpTVNF5n .container {
    padding: 0 30px;
  }
}
.cid-udZpTVNF5n .row {
  justify-content: center;
}
.cid-udZpTVNF5n .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udZpTVNF5n .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udZpTVNF5n .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #ffffff;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-udZpTVNF5n .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-udZpTVNF5n .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-udZpTVNF5n .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-udZpTVNF5n .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-udZpTVNF5n .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-udZpTVNF5n .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-udZpTVNF5n .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-udZpTVNF5n .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-udZpTVNF5n .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udZpTVNF5n .panel-title-edit {
  color: #ffffff;
}
.cid-udZpTVNF5n .panel-text {
  color: #144031;
}
.cid-udZpTXq6sT {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ddf5ac;
  position: relative;
  overflow: hidden;
}
.cid-udZpTXq6sT svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-udZpTXq6sT .mbr-text,
.cid-udZpTXq6sT .mbr-section-btn {
  color: #000000;
}
.cid-udZpTXq6sT #e12_areaS3 {
  fill: #a70327 !important;
}
.cid-udZpTXq6sT #e19_areaS3 {
  fill: #a70327 !important;
}
.cid-udZpTXq6sT H1 {
  color: #000000;
}
.cid-udZpTXq6sT img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-udZpTXq6sT .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-udZpTXq6sT .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-udZpTXq6sT img {
    width: 100%;
  }
}
.cid-udZpTYMbzu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddf5ac;
}
.cid-udZpTYMbzu .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #a70327;
  border-bottom: 1px solid #a70327;
  z-index: 1;
}
.cid-udZpTYMbzu .content_wrapper:hover .mbr-section-title a {
  color: #000000 !important;
}
.cid-udZpTYMbzu .mbr-section-title {
  margin-bottom: 12px;
  text-align: center;
}
.cid-udZpTYMbzu .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-udZpTYMbzu .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-udZpTYMbzu .mbr-section-btn .btn-secondary-outline:hover,
.cid-udZpTYMbzu .mbr-section-btn .btn-secondary-outline .active,
.cid-udZpTYMbzu .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff5753 !important;
}
.cid-udZpTYMbzu .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-udZpTYMbzu .image_post {
  display: inline-block;
}
.cid-udZpTYMbzu .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-udZpTYMbzu .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-udZpTYMbzu .mbr-text,
.cid-udZpTYMbzu .mbr-section-btn {
  color: #000000;
}
.cid-udZpU04Xod {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udZpU04Xod .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZpU04Xod .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZpU04Xod .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-udZpU04Xod .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-udZpU04Xod .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-udZpU04Xod .container {
    padding: 0 20px;
  }
}
.cid-udZpU04Xod .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-udZpU04Xod .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-udZpU04Xod .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-udZpU04Xod .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-udZpU04Xod .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-udZpU04Xod .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-udZpU04Xod .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-udZpU04Xod .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-udZpU04Xod .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-udZpU04Xod .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udZpU04Xod .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-udZpU04Xod .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-udZpU04Xod .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #a70327;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-udZpU04Xod .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-udZpU04Xod .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-udZpU04Xod .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-udZpU04Xod .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-udZpU04Xod .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-udZpU04Xod .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-udZpU04Xod .mbr-desc {
  color: #000000;
}
.cid-udZpU04Xod .panel-number {
  color: #000000;
}
.cid-udZpU04Xod .panel-title-edit {
  color: #000000;
}
.cid-udZpU04Xod .panel-text {
  color: #000000;
}
.cid-udZpU1FM0Q {
  background-color: #ddf5ac;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-udZpU1FM0Q .google-map {
  height: 30rem;
  position: relative;
}
.cid-udZpU1FM0Q .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udZpU1FM0Q .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udZpU1FM0Q .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udZpU1FM0Q .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-udZpU2YAte {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
}
.cid-udZpU2YAte .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZpU2YAte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udZpU2YAte .container {
    padding: 0 22px;
  }
}
.cid-udZpU2YAte .row {
  justify-content: space-between;
}
.cid-udZpU2YAte .content-wrapper {
  margin-bottom: 32px;
}
.cid-udZpU2YAte .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-udZpU2YAte .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-udZpU2YAte .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-udZpU2YAte .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-udZpU2YAte .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-udZpU2YAte .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-udZpU2YAte .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-udZpU2YAte .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-udZpU2YAte .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-udZpU2YAte .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-udZpU2YAte .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-udZpU2YAte .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-udZpU2YAte .copy-wrapper {
    display: block;
  }
}
.cid-udZpU2YAte .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-udZpU2YAte .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-udZpU2YAte .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-udZpU2YAte .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-udZpU2YAte .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-udZpU2YAte .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-udZpU2YAte .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-udZpU2YAte .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-udZpU2YAte .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-udZpU2YAte .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udZpU2YAte .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-udZpU2YAte .mbr-section-title {
  color: #ff5753;
}
.cid-udZpU2YAte .mbr-text {
  color: #ffffff;
}
.cid-udZpU2YAte .list {
  color: #635d60;
}
.cid-udZpU2YAte .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-udZpU2YAte .list,
.cid-udZpU2YAte .item-wrap {
  color: #ffffff;
}
.cid-udZqUyuQSb {
  background-color: transparent;
}
.cid-udZqUyuQSb .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-udZqUyuQSb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-udZqUyuQSb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udZqUyuQSb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udZqUyuQSb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udZqUyuQSb .menu_box .navbar.opened,
  .cid-udZqUyuQSb .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-udZqUyuQSb .navbar-dropdown {
  position: relative !important;
}
.cid-udZqUyuQSb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-udZqUyuQSb .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udZqUyuQSb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udZqUyuQSb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udZqUyuQSb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-udZqUyuQSb .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f4f3f4;
  }
  .cid-udZqUyuQSb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udZqUyuQSb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udZqUyuQSb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udZqUyuQSb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udZqUyuQSb .offcanvas-body .mbr-text,
  .cid-udZqUyuQSb .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-udZqUyuQSb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-udZqUyuQSb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-udZqUyuQSb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-udZqUyuQSb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udZqUyuQSb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udZqUyuQSb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udZqUyuQSb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udZqUyuQSb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udZqUyuQSb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udZqUyuQSb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-udZqUyuQSb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udZqUyuQSb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-udZqUyuQSb .lg_brand {
    margin: 0 1rem;
  }
  .cid-udZqUyuQSb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
    padding-right: 90px;
  }
}
.cid-udZqUyuQSb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-udZqUyuQSb .nav-item {
    margin: 4px 10px;
  }
}
@media (max-width: 991px) {
  .cid-udZqUyuQSb .nav-item {
    margin: 0 !important;
  }
}
.cid-udZqUyuQSb .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-udZqUyuQSb .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-udZqUyuQSb .nav-item .nav-link:hover::before,
.cid-udZqUyuQSb .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-udZqUyuQSb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udZqUyuQSb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udZqUyuQSb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udZqUyuQSb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udZqUyuQSb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-udZqUyuQSb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udZqUyuQSb .offcanvas_box {
    display: none;
  }
}
.cid-udZqUyuQSb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udZqUyuQSb .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udZqUyuQSb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udZqUyuQSb .container {
  display: flex;
  margin: auto;
}
.cid-udZqUyuQSb .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-udZqUyuQSb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udZqUyuQSb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-udZqUyuQSb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-udZqUyuQSb .navbar-nav {
    margin: 0;
  }
}
.cid-udZqUyuQSb .dropdown-menu,
.cid-udZqUyuQSb .navbar.opened {
  background-color: false !important;
}
.cid-udZqUyuQSb .nav-item:focus,
.cid-udZqUyuQSb .nav-link:focus {
  outline: none;
}
.cid-udZqUyuQSb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udZqUyuQSb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udZqUyuQSb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udZqUyuQSb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udZqUyuQSb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udZqUyuQSb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udZqUyuQSb .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udZqUyuQSb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udZqUyuQSb .navbar.opened {
  transition: all 0.3s;
}
.cid-udZqUyuQSb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udZqUyuQSb .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-udZqUyuQSb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-udZqUyuQSb .navbar.collapsed {
  justify-content: center;
}
.cid-udZqUyuQSb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udZqUyuQSb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udZqUyuQSb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udZqUyuQSb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udZqUyuQSb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udZqUyuQSb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udZqUyuQSb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udZqUyuQSb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udZqUyuQSb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-udZqUyuQSb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udZqUyuQSb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udZqUyuQSb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udZqUyuQSb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udZqUyuQSb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udZqUyuQSb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udZqUyuQSb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udZqUyuQSb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udZqUyuQSb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udZqUyuQSb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udZqUyuQSb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udZqUyuQSb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udZqUyuQSb .navbar.navbar-short {
  min-height: 60px;
}
.cid-udZqUyuQSb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udZqUyuQSb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udZqUyuQSb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udZqUyuQSb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-udZqUyuQSb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udZqUyuQSb .dropdown-item.active,
.cid-udZqUyuQSb .dropdown-item:active {
  background-color: transparent;
}
.cid-udZqUyuQSb .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-udZqUyuQSb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udZqUyuQSb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udZqUyuQSb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udZqUyuQSb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udZqUyuQSb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udZqUyuQSb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ff5753;
}
.cid-udZqUyuQSb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-udZqUyuQSb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udZqUyuQSb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZqUyuQSb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZqUyuQSb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udZqUyuQSb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZqUyuQSb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udZqUyuQSb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udZqUyuQSb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZqUyuQSb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udZqUyuQSb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udZqUyuQSb .navbar {
    height: 70px;
  }
  .cid-udZqUyuQSb .navbar.opened {
    height: auto;
  }
  .cid-udZqUyuQSb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udZqUyuQSb .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-udZqUyuQSb .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-udZqUyuQSb .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-udZqUyuQSb .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-udZqUyuQSb .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-udZqUyuQSb .navbar-caption:hover {
  color: #ff5753;
}
@media (min-width: 992px) {
  .cid-udZqUyuQSb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-udZqUyuQSb .text_widget {
  margin-bottom: 32px;
}
.cid-udZqUyuQSb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udZqUyuQSb .text_widget a:hover,
.cid-udZqUyuQSb .text_widget a:focus {
  opacity: .8;
}
.cid-udZqUyuQSb .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-udZqUyuQSb .navbar-caption {
  color: #000000;
}
.cid-udZqUyuQSb .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-udZqUyuQSb .mbr-section-subtitle,
.cid-udZqUyuQSb .text_widget,
.cid-udZqUyuQSb .mbr-section-btn {
  text-align: center;
}
.cid-udZqUyuQSb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udZqUAwhhm {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ddf5ac;
}
.cid-udZqUAwhhm .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZqUAwhhm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZqUAwhhm a {
  font-weight: 900;
}
.cid-udZqUAwhhm .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-udZqUAwhhm .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-udZqUAwhhm .wrapper {
  background: #a70327;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-udZqUAwhhm .image-wrapper {
  padding: 0;
}
.cid-udZqUAwhhm .image-wrapper img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-udZqUAwhhm .image-wrapper img {
    border-radius: 0;
  }
}
.cid-udZqUAwhhm .mbr-section-title {
  color: #ffffff;
}
.cid-udZqUAwhhm .mbr-text,
.cid-udZqUAwhhm .mbr-section-btn {
  color: #ffffff;
}
.cid-udZqUClIf8 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ddf5ac;
}
.cid-udZqUClIf8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZqUClIf8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZqUClIf8 .text-wrap {
  width: 100%;
}
.cid-udZqUClIf8 .mbr-title {
  margin-bottom: 0;
  color: #829D85;
}
.cid-udZqUClIf8 .mbr-text {
  padding-top: 16px;
  color: #353535;
}
.cid-udZqUClIf8 .list-wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-udZqUClIf8 .list-wrap {
    margin-top: 24px;
  }
}
.cid-udZqUClIf8 .list-box {
  width: 100%;
}
.cid-udZqUClIf8 .list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: auto;
  padding-left: 30px;
  color: #353535;
}
.cid-udZqUClIf8 .list-text {
  position: relative;
}
.cid-udZqUClIf8 .list-text:not(:first-child) {
  margin-top: 12px;
}
.cid-udZqUClIf8 .list-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 14px;
  left: -30px;
  top: 7px;
  background-image: url("../../../assets/images/marker.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-udZqUDJyIm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #a70327;
}
.cid-udZqUDJyIm .content {
  padding: 50px 75px;
  background-color: #ddf5ac;
}
.cid-udZqUDJyIm .content a {
  background-size: 100% 0%;
}
.cid-udZqUDJyIm .content a:hover {
  background-size: 100% 100%;
}
.cid-udZqUDJyIm .content .list {
  margin-bottom: 0;
}
.cid-udZqUDJyIm ul li::marker {
  font-size: 28px;
}
@media (max-width: 992px) {
  .cid-udZqUDJyIm .content {
    padding: 50px 50px;
  }
}
@media (max-width: 767px) {
  .cid-udZqUDJyIm .content {
    padding: 12% 9% 12% 9%;
  }
}
.cid-udZqUEDqjI {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #a70327;
  overflow: hidden;
}
.cid-udZqUEDqjI .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZqUEDqjI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZqUEDqjI .row {
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-udZqUEDqjI .row {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-udZqUEDqjI .col-text {
    order: 2;
  }
}
.cid-udZqUEDqjI .text-wrap {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-udZqUEDqjI .text-wrap {
    margin-top: 30px;
  }
}
.cid-udZqUEDqjI .mbr-section-title {
  color: #ffffff;
}
.cid-udZqUEDqjI .mbr-text {
  color: #353535;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-udZqUEDqjI .mbr-text {
    margin-top: 12px;
  }
}
.cid-udZqUEDqjI .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-udZqUEDqjI .mbr-section-btn {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-udZqUEDqjI .col-img {
    order: 1;
  }
}
.cid-udZqUEDqjI .img-wrap {
  position: relative;
  width: 100%;
}
.cid-udZqUEDqjI .img-wrap .img-box {
  position: relative;
  z-index: 3;
  width: 100%;
  border-radius: 65px 65px 65px 0;
  overflow: hidden;
  border-radius: 65px 65px 0 65px;
}
@media (max-width: 1199px) {
  .cid-udZqUEDqjI .img-wrap .img-box {
    border-radius: 55px 55px 55px 0;
    border-radius: 55px 55px 0 55px;
  }
}
@media (max-width: 991px) {
  .cid-udZqUEDqjI .img-wrap .img-box {
    border-radius: 65px 65px 65px 0;
    border-radius: 65px 65px 0 65px;
  }
}
@media (max-width: 767px) {
  .cid-udZqUEDqjI .img-wrap .img-box {
    border-radius: 55px 55px 55px 0;
    border-radius: 55px  55px 0 55px;
  }
}
@media (max-width: 575px) {
  .cid-udZqUEDqjI .img-wrap .img-box {
    border-radius: 45px 45px 45px 0;
    border-radius: 45px 45px 0 45px;
  }
}
.cid-udZqUEDqjI .img-wrap .img-box img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.cid-udZqUEDqjI .mbr-text,
.cid-udZqUEDqjI .mbr-section-btn {
  color: #ffffff;
}
.cid-udZqUFwgJg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddf5ac;
}
.cid-udZqUFwgJg .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZqUFwgJg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udZqUFwgJg .container {
    padding: 0 22px;
  }
}
.cid-udZqUFwgJg .items-wrapper {
  justify-content: center;
  margin: 0 -6px;
}
.cid-udZqUFwgJg .items-wrapper .item {
  padding: 0 6px;
}
.cid-udZqUFwgJg .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-udZqUFwgJg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-udZqUFwgJg .mbr-section-btn {
  margin-bottom: 55px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-udZqUFwgJg .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-udZqUFwgJg .desc-wrapper .mbr-desc {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 28px;
}
.cid-udZqUFwgJg .item {
  margin-bottom: 12px;
}
.cid-udZqUFwgJg .item .item-wrapper {
  padding: 32px 24px 24px;
  border-radius: 15px !important;
  border: 1px solid #000000;
  height: 100%;
}
.cid-udZqUFwgJg .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 16px;
}
.cid-udZqUFwgJg .item .item-wrapper .card-box .tag-wrapper .card-tag {
  padding: 0 16px;
  display: inline-flex;
  border: 1px solid #000000;
  border-radius: 15px;
}
.cid-udZqUFwgJg .item .item-wrapper .card-box .card-title {
  margin-bottom: 18px;
}
.cid-udZqUFwgJg .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-udZqUFwgJg .mbr-section-title {
  color: #000000;
}
.cid-udZqUFwgJg .mbr-desc {
  color: #000000;
}
.cid-udZqUFwgJg .card-title {
  color: #000000;
}
.cid-udZqUFwgJg .card-tag {
  color: #000000;
}
.cid-udZqUFwgJg .card-text {
  color: #000000;
}
.cid-udZqUFwgJg .mbr-section-title,
.cid-udZqUFwgJg .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-udZqUGGmfx {
  background-color: #a70327;
}
.cid-udZqUGGmfx .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZqUGGmfx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZqUGGmfx .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #a70327;
}
.cid-udZqUGGmfx .container {
  max-width: 1280px;
}
.cid-udZqUGGmfx .row {
  justify-content: center;
}
.cid-udZqUGGmfx .mbr-section-title {
  color: #212132;
}
.cid-udZqUGGmfx .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 1rem;
}
.cid-udZqUGGmfx .mbr-section-title,
.cid-udZqUGGmfx .mbr-section-btn {
  color: #ffffff;
}
.cid-udZqUHENsm {
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-udZqUHENsm .row {
  flex-direction: column;
}
.cid-udZqUHENsm .row {
  flex-direction: column-reverse;
}
.cid-udZqUHENsm .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-udZqUHENsm .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-udZqUHENsm .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-udZqUHENsm .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-udZqUHENsm .mbr-section-tag {
  margin-bottom: 0.5rem;
}
.cid-udZqUHENsm .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-udZqUHENsm .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-udZqUHENsm .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZqUHENsm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZqUHENsm .mbr-text {
  color: #000000;
}
.cid-udZqUITFci {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
}
.cid-udZqUITFci .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZqUITFci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZqUITFci .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-udZqUITFci .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-udZqUITFci .container {
    padding: 0;
  }
}
.cid-udZqUITFci .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udZqUITFci .title-wrapper {
    padding: 0 16px;
  }
}
.cid-udZqUITFci .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udZqUITFci .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-udZqUITFci .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udZqUITFci .mbr-text {
  color: #ffffff;
}
.cid-udZqUJTAsd {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ddf5ac;
}
.cid-udZqUJTAsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZqUJTAsd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZqUJTAsd .container {
  max-width: 1600px;
}
.cid-udZqUJTAsd .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-udZqUJTAsd .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-udZqUJTAsd .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-udZqUJTAsd .mbr-section-title {
  color: #212132;
}
.cid-udZqUJTAsd .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-udZqUJTAsd .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-udZqUJTAsd .card-bg-item {
  padding: 3px;
  background-color: #a70327;
  border-radius: 2.3rem;
}
.cid-udZqUJTAsd .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #a70327;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-udZqUJTAsd .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-udZqUJTAsd .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-udZqUJTAsd .text-container {
    margin-bottom: 24px;
  }
}
.cid-udZqUJTAsd .card-title {
  color: #ffffff;
}
.cid-udZqUJTAsd .mbr-text {
  color: #212132;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-udZqUJTAsd .mbr-text {
    margin-top: 16px;
  }
}
.cid-udZqUJTAsd .price-text {
  color: #212132;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-udZqUJTAsd .price-text {
    margin-bottom: 8px;
  }
}
.cid-udZqUJTAsd .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-udZqUJTAsd .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-udZqUJTAsd .custom-section-btn {
  width: 100%;
  margin-left: 0;
}
.cid-udZqUJTAsd .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-udZqUJTAsd .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-udZqUJTAsd .list {
    margin-top: 24px;
  }
}
.cid-udZqUJTAsd .list-title {
  color: #212132;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-udZqUJTAsd .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #f1f5f7;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-udZqUJTAsd .item-wrap {
    padding: 8px;
  }
}
.cid-udZqUJTAsd .list-text {
  color: #212132;
}
.cid-udZqUJTAsd .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffdd65;
}
.cid-udZqUJTAsd .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #212132;
}
.cid-udZqUM66y6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
}
.cid-udZqUM66y6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZqUM66y6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udZqUM66y6 .container {
    padding: 0 20px;
  }
}
.cid-udZqUM66y6 .row {
  margin: 0;
}
.cid-udZqUM66y6 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udZqUM66y6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-udZqUM66y6 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-udZqUM66y6 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-udZqUM66y6 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-udZqUM66y6 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-udZqUM66y6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udZqUN88Kp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddf5ac;
  overflow: hidden;
}
.cid-udZqUN88Kp .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZqUN88Kp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udZqUN88Kp .container {
    padding: 0 30px;
  }
}
.cid-udZqUN88Kp .card {
  justify-content: center;
}
.cid-udZqUN88Kp .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-udZqUN88Kp .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-udZqUN88Kp .content-wrapper {
    padding: 0;
  }
}
.cid-udZqUN88Kp .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udZqUN88Kp .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udZqUN88Kp .mbr-section-title {
  color: #bee0d6;
}
.cid-udZqUN88Kp .mbr-section-title,
.cid-udZqUN88Kp .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-udZqUO9SIt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
}
.cid-udZqUO9SIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZqUO9SIt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udZqUO9SIt .container {
    padding: 0 30px;
  }
}
.cid-udZqUO9SIt .row {
  justify-content: center;
}
.cid-udZqUO9SIt .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udZqUO9SIt .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udZqUO9SIt .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #ffffff;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-udZqUO9SIt .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-udZqUO9SIt .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-udZqUO9SIt .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-udZqUO9SIt .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-udZqUO9SIt .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-udZqUO9SIt .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-udZqUO9SIt .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-udZqUO9SIt .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-udZqUO9SIt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udZqUO9SIt .panel-title-edit {
  color: #ffffff;
}
.cid-udZqUO9SIt .panel-text {
  color: #144031;
}
.cid-udZqUPtKsN {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ddf5ac;
  position: relative;
  overflow: hidden;
}
.cid-udZqUPtKsN svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-udZqUPtKsN .mbr-text,
.cid-udZqUPtKsN .mbr-section-btn {
  color: #000000;
}
.cid-udZqUPtKsN #e12_areaS3 {
  fill: #a70327 !important;
}
.cid-udZqUPtKsN #e19_areaS3 {
  fill: #a70327 !important;
}
.cid-udZqUPtKsN H1 {
  color: #000000;
}
.cid-udZqUPtKsN img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-udZqUPtKsN .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-udZqUPtKsN .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-udZqUPtKsN img {
    width: 100%;
  }
}
.cid-udZqUQE34j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddf5ac;
}
.cid-udZqUQE34j .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #a70327;
  border-bottom: 1px solid #a70327;
  z-index: 1;
}
.cid-udZqUQE34j .content_wrapper:hover .mbr-section-title a {
  color: #000000 !important;
}
.cid-udZqUQE34j .mbr-section-title {
  margin-bottom: 12px;
  text-align: center;
}
.cid-udZqUQE34j .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-udZqUQE34j .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-udZqUQE34j .mbr-section-btn .btn-secondary-outline:hover,
.cid-udZqUQE34j .mbr-section-btn .btn-secondary-outline .active,
.cid-udZqUQE34j .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff5753 !important;
}
.cid-udZqUQE34j .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-udZqUQE34j .image_post {
  display: inline-block;
}
.cid-udZqUQE34j .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-udZqUQE34j .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-udZqUQE34j .mbr-text,
.cid-udZqUQE34j .mbr-section-btn {
  color: #000000;
}
.cid-udZqUROaZl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udZqUROaZl .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZqUROaZl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZqUROaZl .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-udZqUROaZl .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-udZqUROaZl .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-udZqUROaZl .container {
    padding: 0 20px;
  }
}
.cid-udZqUROaZl .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-udZqUROaZl .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-udZqUROaZl .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-udZqUROaZl .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-udZqUROaZl .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-udZqUROaZl .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-udZqUROaZl .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-udZqUROaZl .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-udZqUROaZl .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-udZqUROaZl .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udZqUROaZl .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-udZqUROaZl .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-udZqUROaZl .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #a70327;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-udZqUROaZl .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-udZqUROaZl .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-udZqUROaZl .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-udZqUROaZl .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-udZqUROaZl .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-udZqUROaZl .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-udZqUROaZl .mbr-desc {
  color: #000000;
}
.cid-udZqUROaZl .panel-number {
  color: #000000;
}
.cid-udZqUROaZl .panel-title-edit {
  color: #000000;
}
.cid-udZqUROaZl .panel-text {
  color: #000000;
}
.cid-udZqUTeBYZ {
  background-color: #ddf5ac;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-udZqUTeBYZ .google-map {
  height: 30rem;
  position: relative;
}
.cid-udZqUTeBYZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udZqUTeBYZ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udZqUTeBYZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udZqUTeBYZ .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-udZqUUnQhJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a70327;
}
.cid-udZqUUnQhJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZqUUnQhJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-udZqUUnQhJ .container {
    padding: 0 22px;
  }
}
.cid-udZqUUnQhJ .row {
  justify-content: space-between;
}
.cid-udZqUUnQhJ .content-wrapper {
  margin-bottom: 32px;
}
.cid-udZqUUnQhJ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-udZqUUnQhJ .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-udZqUUnQhJ .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-udZqUUnQhJ .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-udZqUUnQhJ .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-udZqUUnQhJ .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-udZqUUnQhJ .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-udZqUUnQhJ .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-udZqUUnQhJ .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-udZqUUnQhJ .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-udZqUUnQhJ .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-udZqUUnQhJ .copy-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  padding-top: 16px;
}
@media (max-width: 992px) {
  .cid-udZqUUnQhJ .copy-wrapper {
    display: block;
  }
}
.cid-udZqUUnQhJ .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-udZqUUnQhJ .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-udZqUUnQhJ .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-udZqUUnQhJ .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-udZqUUnQhJ .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-udZqUUnQhJ .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-udZqUUnQhJ .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-udZqUUnQhJ .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-udZqUUnQhJ .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-udZqUUnQhJ .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-udZqUUnQhJ .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-udZqUUnQhJ .mbr-section-title {
  color: #ff5753;
}
.cid-udZqUUnQhJ .mbr-text {
  color: #ffffff;
}
.cid-udZqUUnQhJ .list {
  color: #635d60;
}
.cid-udZqUUnQhJ .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-udZqUUnQhJ .list,
.cid-udZqUUnQhJ .item-wrap {
  color: #ffffff;
}
