img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.row,
.item-img,
.img-wrap,
.image-wrapper,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  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: #ca9236 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #1f6463 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d5a85e !important;
  border-color: #d5a85e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1f6463 !important;
  border-color: #1f6463 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2b8b8a !important;
  border-color: #2b8b8a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !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: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !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: transparent;
  color: #ca9236;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1f6463;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1f6463 !important;
  border-color: #1f6463 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  border-color: transparent !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: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ca9236 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #1f6463 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7a5820 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #071616 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #ca9236;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #1f6463;
}
.alert-danger {
  background-color: #ffea64;
}
.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: #ca9236;
  border-color: #ca9236;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ca9236;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f5ead7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #3fc3c2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #ca9236 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ca9236;
}
/* 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: #ca9236;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ca9236;
}
.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: #ca9236;
  border-bottom-color: #ca9236;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ca9236 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%23ca9236' %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;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tNbSmi8ZZf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tNbSmi8ZZf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tNbSmi8ZZf .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tNbSmi8ZZf .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-tNbSmi8ZZf .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNbSmi8ZZf .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tNbSmi8ZZf .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-tNbSmi8ZZf .rr-brand .navbar-logo a {
  outline: none;
}
.cid-tNbSmi8ZZf .navbar-caption-wrap {
  align-items: center;
}
.cid-tNbSmi8ZZf .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-tNbSmi8ZZf .navbar-caption {
    padding-left: 2rem;
  }
}
.cid-tNbSmi8ZZf .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tNbSmi8ZZf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-tNbSmi8ZZf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tNbSmi8ZZf .navbar-nav .nav-item .nav-link:hover {
  color: #ca9236 !important;
}
.cid-tNbSmi8ZZf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tNbSmi8ZZf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tNbSmi8ZZf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tNbSmi8ZZf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tNbSmi8ZZf .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .navbar-nav {
    align-items: center;
  }
}
.cid-tNbSmi8ZZf .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tNbSmi8ZZf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tNbSmi8ZZf .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tNbSmi8ZZf .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tNbSmi8ZZf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNbSmi8ZZf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-tNbSmi8ZZf .nav-item:focus,
.cid-tNbSmi8ZZf .nav-link:focus {
  outline: none;
}
.cid-tNbSmi8ZZf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNbSmi8ZZf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNbSmi8ZZf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNbSmi8ZZf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNbSmi8ZZf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNbSmi8ZZf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNbSmi8ZZf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tNbSmi8ZZf .navbar.opened {
  transition: all 0.3s;
}
.cid-tNbSmi8ZZf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNbSmi8ZZf .navbar .navbar-logo img {
  width: auto;
}
.cid-tNbSmi8ZZf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tNbSmi8ZZf .navbar.collapsed {
  justify-content: center;
}
.cid-tNbSmi8ZZf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNbSmi8ZZf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tNbSmi8ZZf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNbSmi8ZZf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNbSmi8ZZf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tNbSmi8ZZf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNbSmi8ZZf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNbSmi8ZZf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .navbar {
    min-height: 72px;
  }
  .cid-tNbSmi8ZZf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tNbSmi8ZZf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNbSmi8ZZf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNbSmi8ZZf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tNbSmi8ZZf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNbSmi8ZZf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNbSmi8ZZf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tNbSmi8ZZf .dropdown-item.active,
.cid-tNbSmi8ZZf .dropdown-item:active {
  background-color: transparent;
}
.cid-tNbSmi8ZZf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNbSmi8ZZf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNbSmi8ZZf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNbSmi8ZZf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-tNbSmi8ZZf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tNbSmi8ZZf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tNbSmi8ZZf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNbSmi8ZZf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tNbSmi8ZZf .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .navbar-buttons {
    text-align: center;
  }
}
.cid-tNbSmi8ZZf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNbSmi8ZZf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-tNbSmi8ZZf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNbSmi8ZZf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNbSmi8ZZf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNbSmi8ZZf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNbSmi8ZZf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNbSmi8ZZf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNbSmi8ZZf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNbSmi8ZZf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNbSmi8ZZf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNbSmi8ZZf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNbSmi8ZZf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tNbSmi8ZZf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNbSmi8ZZf .navbar {
    height: 70px;
  }
  .cid-tNbSmi8ZZf .navbar.opened {
    height: auto;
  }
  .cid-tNbSmi8ZZf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tNbSmi8ZZf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tNbSmi8ZZf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tNbSmi8ZZf .navbar-brand {
    margin-right: auto;
  }
  .cid-tNbSmi8ZZf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-tNbSmi8ZZf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tNbSmi8ZZf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tNbSmi8ZZf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tNbsrmU5Ji {
  display: flex;
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/img-26-648x432.jpg");
}
.cid-tNbsrmU5Ji .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-tNbsrmU5Ji .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tNbsrmU5Ji {
    align-items: center;
  }
  .cid-tNbsrmU5Ji .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tNbsrmU5Ji .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tNbsrmU5Ji {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tNbsrmU5Ji .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tNbsrmU5Ji .content-wrap {
    width: 100%;
  }
}
.cid-tNbsrmU5Ji .mbr-section-title {
  text-align: left;
}
.cid-tNbsrmU5Ji .mbr-text,
.cid-tNbsrmU5Ji .mbr-section-btn {
  text-align: left;
}
.cid-tNbsrmU5Ji .mbr-section-title P {
  text-align: center;
}
.cid-uZ072ujOiY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/tn-img-12-336x224.jpg");
}
.cid-uZ072ujOiY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ072ujOiY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ072ujOiY .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 42px;
  text-shadow: 0 8px 0 #3a001d;
}
.cid-uZ072ujOiY .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
  text-shadow: 0 5px 0 #000000;
}
@media (max-width: 992px) {
  .cid-uZ072ujOiY .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uZ072ujOiY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uZ072ujOiY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZ072ujOiY .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ072ujOiY .mbr-label {
  color: #fffaf0;
  text-align: center;
}
.cid-uZ072ujOiY .mbr-section-title {
  color: #fffaf0;
}
.cid-uZ072ujOiY .mbr-text,
.cid-uZ072ujOiY .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-uZ072ujOiY .mbr-section-title,
.cid-uZ072ujOiY .mbr-section-btn,
.cid-uZ072ujOiY .title-wrapper {
  text-align: center;
}
.cid-tNbtn3gfot {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNbtn3gfot .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNbtn3gfot .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tNbtn3gfot .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNbtn3gfot .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tNbtn3gfot .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tNbtn3gfot h5 {
  margin: 0;
}
.cid-tNbtn3gfot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNbtn3gfot .iconfont-wrapper {
  position: relative;
}
.cid-tNbtn3gfot .iconfont-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ca9236;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-tNbtn3gfot .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #4e423d;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-tNbtn3gfot .card-title,
.cid-tNbtn3gfot .iconfont-wrapper {
  color: #000000;
}
.cid-tNbtn3gfot .card-text {
  color: #000000;
}
.cid-tNbtn3gfot .mbr-section-title {
  color: #000000;
}
.cid-uZ0eLoQeGp {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/bg2.jpg");
}
.cid-uZ0eLoQeGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0eLoQeGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ01NqKySD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #eeeef4;
  position: relative;
  overflow: hidden;
}
.cid-uZ01NqKySD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ01NqKySD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ01NqKySD .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-uZ01NqKySD .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #cdcddd;
}
.cid-uZ01NqKySD .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uZ01NqKySD .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-uZ01NqKySD .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-uZ01NqKySD .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uZ01NqKySD .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uZ01NqKySD .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uZ01NqKySD .decoration_1 {
    left: -380px;
  }
}
.cid-uZ01NqKySD .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-uZ01NqKySD .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-uZ01NqKySD .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-uZ01NqKySD .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-uZ01NqKySD .decoration_2 {
    right: -380px;
  }
}
.cid-uZ01NqKySD .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .cid-uZ01NqKySD .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-uZ01NqKySD .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uZ01NqKySD .content-wrapper {
    padding: 0 16px;
  }
}
.cid-uZ01NqKySD .content-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uZ01NqKySD .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 24px;
}
.cid-uZ01NqKySD .content-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-uZ01NqKySD .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ01NqKySD .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uZ01NqKySD .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZ01NqKySD .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-uZ01NqKySD .mbr-section-title {
  color: #181824;
}
.cid-uZ01NqKySD .mbr-section-title,
.cid-uZ01NqKySD .mbr-section-btn,
.cid-uZ01NqKySD .icon-wrapper {
  text-align: center;
}
.cid-uYZXg4wg73 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-uYZXg4wg73 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYZXg4wg73 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYZXg4wg73 .panel-group .card {
  position: relative;
  padding: 60px 0;
  border: none;
  margin-top: 0;
  border-top: 2px solid #baace7;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uYZXg4wg73 .panel-group .card {
    padding: 32px 0;
  }
}
.cid-uYZXg4wg73 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uYZXg4wg73 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uYZXg4wg73 .panel-group .card .card-header .panel-title {
    display: block;
  }
}
.cid-uYZXg4wg73 .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 50%;
  margin-bottom: 0;
  padding-right: 60px;
}
@media (max-width: 1440px) {
  .cid-uYZXg4wg73 .panel-group .card .card-header .panel-title .panel-title-edit {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYZXg4wg73 .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.cid-uYZXg4wg73 .panel-group .card .card-header .panel-title .desc-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uYZXg4wg73 .panel-group .card .card-header .panel-title .desc-wrapper {
    width: 100%;
  }
}
.cid-uYZXg4wg73 .panel-group .card .card-header .panel-title .desc-wrapper .panel-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYZXg4wg73 .panel-group .card .card-header .panel-title .desc-wrapper .panel-desc {
    margin-bottom: 22px;
  }
}
.cid-uYZXg4wg73 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 15%;
  padding-left: 32px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uYZXg4wg73 .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.cid-uYZXg4wg73 .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #baace7;
  border-radius: 100%;
}
.cid-uYZXg4wg73 .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uYZXg4wg73 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .icon-wrap .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uYZXg4wg73 .panel-group .card .panel-collapse .panel-body {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uYZXg4wg73 .panel-group .card .panel-collapse .panel-body {
    margin-top: 32px;
  }
}
.cid-uYZXg4wg73 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  padding-right: 15%;
}
@media (max-width: 992px) {
  .cid-uYZXg4wg73 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uYZXg4wg73 .panel-title-edit {
  color: #191c25;
}
.cid-uYZXg4wg73 .panel-desc {
  color: #191c25;
}
.cid-uYZXg4wg73 .panel-text {
  color: #191c25;
}
.cid-uYZY34p03r {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYZY34p03r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYZY34p03r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYZY34p03r .panel-group .card {
  position: relative;
  padding: 60px 0;
  border: none;
  margin-top: 0;
  border-top: 2px solid #baace7;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uYZY34p03r .panel-group .card {
    padding: 32px 0;
  }
}
.cid-uYZY34p03r .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uYZY34p03r .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uYZY34p03r .panel-group .card .card-header .panel-title {
    display: block;
  }
}
.cid-uYZY34p03r .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 50%;
  margin-bottom: 0;
  padding-right: 60px;
}
@media (max-width: 1440px) {
  .cid-uYZY34p03r .panel-group .card .card-header .panel-title .panel-title-edit {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYZY34p03r .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.cid-uYZY34p03r .panel-group .card .card-header .panel-title .desc-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uYZY34p03r .panel-group .card .card-header .panel-title .desc-wrapper {
    width: 100%;
  }
}
.cid-uYZY34p03r .panel-group .card .card-header .panel-title .desc-wrapper .panel-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYZY34p03r .panel-group .card .card-header .panel-title .desc-wrapper .panel-desc {
    margin-bottom: 22px;
  }
}
.cid-uYZY34p03r .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 15%;
  padding-left: 32px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uYZY34p03r .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.cid-uYZY34p03r .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #baace7;
  border-radius: 100%;
}
.cid-uYZY34p03r .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uYZY34p03r .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .icon-wrap .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uYZY34p03r .panel-group .card .panel-collapse .panel-body {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uYZY34p03r .panel-group .card .panel-collapse .panel-body {
    margin-top: 32px;
  }
}
.cid-uYZY34p03r .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  padding-right: 15%;
}
@media (max-width: 992px) {
  .cid-uYZY34p03r .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uYZY34p03r .panel-title-edit {
  color: #191c25;
}
.cid-uYZY34p03r .panel-desc {
  color: #191c25;
}
.cid-uYZY34p03r .panel-text {
  color: #191c25;
}
.cid-uZ00yACbn8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #121212;
}
.cid-uZ00yACbn8 .item:focus,
.cid-uZ00yACbn8 span:focus {
  outline: none;
}
.cid-uZ00yACbn8 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-uZ00yACbn8 .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ00yACbn8 .item {
    min-height: 45px;
  }
}
.cid-uZ00yACbn8 .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #e24c4a;
}
.cid-uZ00yACbn8 .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #121212;
}
@media (max-width: 992px) {
  .cid-uZ00yACbn8 .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-uZ00yACbn8 .container_1 {
  background-color: #e24c4a;
}
.cid-uZ00yACbn8 .container_1 .item_1 {
  color: #121212;
  background-color: #e24c4a;
}
.cid-uZ00yACbn8 .container_2 {
  background-color: #121212;
}
.cid-uZ00yACbn8 .container_2 .item_2 {
  color: #ffffff;
  background-color: #121212;
}
.cid-tNbtUOD8SE {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #a0e1e1;
}
.cid-tNbtUOD8SE input {
  padding: 1rem 1.5rem;
  border: none !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-tNbtUOD8SE input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-tNbtUOD8SE .btn,
.cid-tNbtUOD8SE .wrapper {
  border-radius: 2rem !important;
}
.cid-tNbtUOD8SE .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tNbtUOD8SE .btn {
    width: 100%;
  }
}
.cid-tNbtUOD8SE .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-tNbtUOD8SE .mbr-section-btn {
    width: 100%;
  }
}
.cid-tNbtUOD8SE .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-tNbtUOD8SE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tNbtUOD8SE .form-group {
  margin: 0;
}
.cid-tNbtUOD8SE .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  border: 1px solid lightgray;
  margin: auto;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-tNbtUOD8SE .wrapper {
    border-radius: 1.6rem;
  }
}
@media (max-width: 991px) {
  .cid-tNbtUOD8SE .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tNbtUOD8SE .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tNbtUOD8SE .justify-content-center {
  align-items: center;
}
.cid-tNbtUOD8SE .mbr-section-title {
  text-align: center;
  color: #4e423d;
}
.cid-uZ04059Qp9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #0c2c68;
}
.cid-uZ04059Qp9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ04059Qp9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ04059Qp9 .items-wrapper {
  justify-content: center;
}
.cid-uZ04059Qp9 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uZ04059Qp9 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZ04059Qp9 .title-wrapper .icon-wrapper {
  margin-bottom: 16px;
}
.cid-uZ04059Qp9 .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #fff4e7;
  font-size: 40px;
  color: #000c3f;
}
.cid-uZ04059Qp9 .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uZ04059Qp9 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uZ04059Qp9 .item {
    margin-bottom: 16px;
  }
}
.cid-uZ04059Qp9 .item .item-wrapper {
  height: 100%;
  padding: 20px;
  background-color: #ffffff;
  transform: rotate(-5deg);
  transition: all .3s ease;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uZ04059Qp9 .item .item-wrapper {
    transform: rotate(0);
    padding: 10px;
  }
}
.cid-uZ04059Qp9 .item .item-wrapper:hover,
.cid-uZ04059Qp9 .item .item-wrapper:focus {
  transform: rotate(0);
}
.cid-uZ04059Qp9 .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uZ04059Qp9 .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uZ04059Qp9 .item .item-wrapper .item-content {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uZ04059Qp9 .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uZ04059Qp9 .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uZ04059Qp9 .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uZ04059Qp9 .item .card_2 {
  transform: rotate(5deg) translateY(32px);
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uZ04059Qp9 .item .card_2 {
    transform: rotate(0);
  }
}
.cid-uZ04059Qp9 .main-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uZ04059Qp9 .main-btn {
    margin-top: 16px;
  }
}
.cid-uZ04059Qp9 .mbr-section-title {
  color: #000c3f;
}
.cid-uZ04059Qp9 .mbr-section-title,
.cid-uZ04059Qp9 .icon-wrapper,
.cid-uZ04059Qp9 .main-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uZ04059Qp9 .item-title {
  color: #000c3f;
}
.cid-uZ04059Qp9 .item-text {
  color: #000c3f;
}
.cid-uZ04YuGSJ4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1a1e21;
}
.cid-uZ04YuGSJ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ04YuGSJ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ04YuGSJ4 .content-wrap {
  gap: 20px;
  padding: 32px;
  margin-bottom: 20px;
  border: 1px solid #2e3237;
  border-radius: 40px;
}
@media (max-width: 1399px) {
  .cid-uZ04YuGSJ4 .content-wrap {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .cid-uZ04YuGSJ4 .content-wrap {
    gap: 30px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .cid-uZ04YuGSJ4 .content-wrap {
    gap: 40px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 12px;
  }
}
.cid-uZ04YuGSJ4 .col-img {
  width: 70%;
}
@media (max-width: 1199px) {
  .cid-uZ04YuGSJ4 .col-img {
    width: 100%;
    order: 2;
  }
}
.cid-uZ04YuGSJ4 .image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-uZ04YuGSJ4 .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uZ04YuGSJ4 .image-wrapper img {
  width: 100%;
  min-height: 534px;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .cid-uZ04YuGSJ4 .image-wrapper img {
    min-height: 408px;
  }
}
@media (max-width: 1199px) {
  .cid-uZ04YuGSJ4 .image-wrapper img {
    width: 100%;
    min-height: auto;
    height: 350px;
  }
}
.cid-uZ04YuGSJ4 .col-text {
  display: flex;
  align-items: flex-start;
  width: 1%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-uZ04YuGSJ4 .col-text {
    width: 100%;
    order: 1;
  }
}
.cid-uZ04YuGSJ4 .card-title {
  color: #e3ebf3;
}
.cid-uZ04YuGSJ4 .mbr-text {
  margin-top: 16px;
  color: #6c7a88;
}
@media (max-width: 767px) {
  .cid-uZ04YuGSJ4 .mbr-text {
    margin-top: 12px;
  }
}
.cid-uZ04YuGSJ4 .mbr-section-btn {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cid-uZ04YuGSJ4 .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-tNbtnw7JGs {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNbtnw7JGs .item-img {
  position: relative;
  overflow: hidden;
}
.cid-tNbtnw7JGs .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-tNbtnw7JGs .item-img:hover img {
  transform: scale(1.15);
}
.cid-tNbtnw7JGs .item-img:hover:before {
  opacity: 0.5;
}
.cid-tNbtnw7JGs h5 {
  margin-bottom: 1rem;
}
.cid-tNbtnw7JGs .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-tNbtnw7JGs .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tNbtnw7JGs img,
.cid-tNbtnw7JGs .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
}
.cid-tNbtnw7JGs .item:focus,
.cid-tNbtnw7JGs span:focus {
  outline: none;
}
.cid-tNbtnw7JGs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tNbtnw7JGs .item {
    margin-bottom: 1rem;
  }
}
.cid-tNbtnw7JGs .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tNbtnw7JGs .mbr-section-title {
  color: #4e423d;
}
.cid-tNbtnw7JGs .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tNbtnw7JGs .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tNbtnw7JGs .mbr-text,
.cid-tNbtnw7JGs .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tNbtnw7JGs .content-head {
  max-width: 800px;
}
.cid-tNbtp0OACb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0a413a;
}
.cid-tNbtp0OACb img,
.cid-tNbtp0OACb .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  background-color: white;
  min-height: 400px;
  height: 400px;
}
.cid-tNbtp0OACb .image-wrapper {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-tNbtp0OACb .item:focus,
.cid-tNbtp0OACb span:focus {
  outline: none;
}
.cid-tNbtp0OACb .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tNbtp0OACb .item {
    margin-bottom: 1rem;
  }
}
.cid-tNbtp0OACb .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tNbtp0OACb .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-tNbtp0OACb .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tNbtp0OACb .item-wrapper:hover .image-wrapper {
  margin: 10px;
}
.cid-tNbtp0OACb .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-tNbtp0OACb .item-wrapper {
    height: auto;
  }
}
.cid-tNbtp0OACb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tNbtp0OACb .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tNbtp0OACb .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tNbtp0OACb .mbr-text,
.cid-tNbtp0OACb .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tNbtp0OACb .mbr-section-subtitle,
.cid-tNbtp0OACb .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-tNbtW48MdB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-tNbtW48MdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNbtW48MdB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNbtW48MdB .google-map {
  height: 35rem;
  position: relative;
  filter: grayscale(1);
  border-radius: 2rem;
}
.cid-tNbtW48MdB .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tNbtW48MdB .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tNbtW48MdB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tNbtW48MdB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tNbtW48MdB .google-map:hover {
  filter: grayscale(0);
}
.cid-tNbtW48MdB .mbr-section-title {
  text-align: left;
}
.cid-tNbtWcJNjH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #393193;
}
.cid-tNbtWcJNjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNbtWcJNjH .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tNbtWcJNjH .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNbtWcJNjH .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tNbtWcJNjH a {
  font-weight: 600;
}
.cid-tNbtWcJNjH a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-tNbtWcJNjH .col-lg-3,
  .cid-tNbtWcJNjH .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-tNbtWcJNjH .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-tNbtWcJNjH .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tNbtWcJNjH h5 {
  margin: 0;
}
.cid-tNbtWcJNjH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNbtWcJNjH .iconfont-wrapper {
  position: relative;
}
.cid-tNbtWcJNjH .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-tNbtWcJNjH .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-tNbtWcJNjH .sociconfont-wrapper {
  display: flex;
}
.cid-tNbtWcJNjH .card-title,
.cid-tNbtWcJNjH .iconfont-wrapper {
  color: #ffffff;
}
.cid-tNbtWcJNjH .card-text {
  color: #ffffff;
}
.cid-tNbtWcJNjH .mbr-section-title {
  color: #000000;
}
.cid-tNbtWcJNjH .main-title,
.cid-tNbtWcJNjH .iconfont-wrapper {
  text-align: left;
  color: #ffffff;
}
.cid-uZ0tozCNz0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uZ0tozCNz0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uZ0tozCNz0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uZ0tozCNz0 .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uZ0tozCNz0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uZ0tozCNz0 .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-uZ0tozCNz0 .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ0tozCNz0 .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uZ0tozCNz0 .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-uZ0tozCNz0 .rr-brand .navbar-logo a {
  outline: none;
}
.cid-uZ0tozCNz0 .navbar-caption-wrap {
  align-items: center;
}
.cid-uZ0tozCNz0 .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (min-width: 767px) {
  .cid-uZ0tozCNz0 .navbar-caption {
    padding-left: 2rem;
  }
}
.cid-uZ0tozCNz0 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uZ0tozCNz0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-uZ0tozCNz0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uZ0tozCNz0 .navbar-nav .nav-item .nav-link:hover {
  color: #ca9236 !important;
}
.cid-uZ0tozCNz0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uZ0tozCNz0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uZ0tozCNz0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uZ0tozCNz0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uZ0tozCNz0 .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ0tozCNz0 .navbar-nav {
    align-items: center;
  }
}
.cid-uZ0tozCNz0 .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uZ0tozCNz0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uZ0tozCNz0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uZ0tozCNz0 .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uZ0tozCNz0 .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ0tozCNz0 .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uZ0tozCNz0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZ0tozCNz0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-uZ0tozCNz0 .nav-item:focus,
.cid-uZ0tozCNz0 .nav-link:focus {
  outline: none;
}
.cid-uZ0tozCNz0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ0tozCNz0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ0tozCNz0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ0tozCNz0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ0tozCNz0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ0tozCNz0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ0tozCNz0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uZ0tozCNz0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ0tozCNz0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZ0tozCNz0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uZ0tozCNz0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uZ0tozCNz0 .navbar.collapsed {
  justify-content: center;
}
.cid-uZ0tozCNz0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ0tozCNz0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ0tozCNz0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ0tozCNz0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ0tozCNz0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZ0tozCNz0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ0tozCNz0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZ0tozCNz0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uZ0tozCNz0 .navbar {
    min-height: 72px;
  }
  .cid-uZ0tozCNz0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ0tozCNz0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ0tozCNz0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ0tozCNz0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ0tozCNz0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ0tozCNz0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZ0tozCNz0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ0tozCNz0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uZ0tozCNz0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ0tozCNz0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZ0tozCNz0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uZ0tozCNz0 .dropdown-item.active,
.cid-uZ0tozCNz0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ0tozCNz0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ0tozCNz0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ0tozCNz0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ0tozCNz0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-uZ0tozCNz0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-uZ0tozCNz0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uZ0tozCNz0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZ0tozCNz0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uZ0tozCNz0 .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-uZ0tozCNz0 .navbar-buttons {
    text-align: center;
  }
}
.cid-uZ0tozCNz0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZ0tozCNz0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-uZ0tozCNz0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ0tozCNz0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ0tozCNz0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ0tozCNz0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ0tozCNz0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ0tozCNz0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ0tozCNz0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ0tozCNz0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ0tozCNz0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZ0tozCNz0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZ0tozCNz0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZ0tozCNz0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ0tozCNz0 .navbar {
    height: 70px;
  }
  .cid-uZ0tozCNz0 .navbar.opened {
    height: auto;
  }
  .cid-uZ0tozCNz0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ0tozCNz0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uZ0tozCNz0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uZ0tozCNz0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uZ0tozCNz0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uZ0tozCNz0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uZ0tozCNz0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uZ0tozCNz0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uZ0tozCNz0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uZ0tozCNz0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-uZ0tozCNz0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uZ0tozCNz0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uZ0tozCNz0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZ0tozCNz0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uZ0tozCNz0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uZ0tozCNz0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uZ0tozCNz0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uZ0tozCNz0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uZ0tozCNz0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uZ0tozCNz0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uZ0toAEDJw {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/tn-img-12-336x224.jpg");
}
.cid-uZ0toAEDJw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0toAEDJw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ0toAEDJw .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 42px;
  text-shadow: 0 8px 0 #3a001d;
}
.cid-uZ0toAEDJw .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 32px;
  text-shadow: 0 5px 0 #000000;
}
@media (max-width: 992px) {
  .cid-uZ0toAEDJw .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uZ0toAEDJw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uZ0toAEDJw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZ0toAEDJw .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ0toAEDJw .mbr-label {
  color: #fffaf0;
  text-align: center;
}
.cid-uZ0toAEDJw .mbr-section-title {
  color: #fffaf0;
}
.cid-uZ0toAEDJw .mbr-text,
.cid-uZ0toAEDJw .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-uZ0toAEDJw .mbr-section-title,
.cid-uZ0toAEDJw .mbr-section-btn,
.cid-uZ0toAEDJw .title-wrapper {
  text-align: center;
}
.cid-uZ0uoCKDJ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uZ0uoCKDJ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0uoCKDJ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ0uoCKDJ2 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ0uoCKDJ2 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uZ0uoCKDJ2 .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uZ0uoCKDJ2 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZ0uoCKDJ2 .item {
    margin-bottom: 40px;
  }
}
.cid-uZ0uoCKDJ2 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uZ0uoCKDJ2 .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uZ0uoCKDJ2 .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #df6d2d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uZ0uoCKDJ2 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uZ0uoCKDJ2 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uZ0uoCKDJ2 .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uZ0uoCKDJ2 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ0uoCKDJ2 .mbr-section-title,
.cid-uZ0uoCKDJ2 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZ0uoCKDJ2 .card-number {
  color: #f1f5eb;
}
.cid-uZ0uoCKDJ2 .card-title {
  color: #323432;
}
.cid-uZ0uoCKDJ2 .card-text {
  color: #323432;
}
.cid-uZ0toGLszF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uZ0toGLszF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0toGLszF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ0toGLszF .google-map {
  height: 35rem;
  position: relative;
  filter: grayscale(1);
  border-radius: 2rem;
}
.cid-uZ0toGLszF .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uZ0toGLszF .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uZ0toGLszF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uZ0toGLszF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uZ0toGLszF .google-map:hover {
  filter: grayscale(0);
}
.cid-uZ0toGLszF .mbr-section-title {
  text-align: left;
}
.cid-uZ0toDoMAo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #121212;
}
.cid-uZ0toDoMAo .item:focus,
.cid-uZ0toDoMAo span:focus {
  outline: none;
}
.cid-uZ0toDoMAo .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-uZ0toDoMAo .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ0toDoMAo .item {
    min-height: 45px;
  }
}
.cid-uZ0toDoMAo .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #e24c4a;
}
.cid-uZ0toDoMAo .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #121212;
}
@media (max-width: 992px) {
  .cid-uZ0toDoMAo .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-uZ0toDoMAo .container_1 {
  background-color: #e24c4a;
}
.cid-uZ0toDoMAo .container_1 .item_1 {
  color: #121212;
  background-color: #e24c4a;
}
.cid-uZ0toDoMAo .container_2 {
  background-color: #121212;
}
.cid-uZ0toDoMAo .container_2 .item_2 {
  color: #ffffff;
  background-color: #121212;
}
.cid-uZ0toDM1xT {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #a0e1e1;
}
.cid-uZ0toDM1xT input {
  padding: 1rem 1.5rem;
  border: none !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-uZ0toDM1xT input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-uZ0toDM1xT .btn,
.cid-uZ0toDM1xT .wrapper {
  border-radius: 2rem !important;
}
.cid-uZ0toDM1xT .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uZ0toDM1xT .btn {
    width: 100%;
  }
}
.cid-uZ0toDM1xT .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uZ0toDM1xT .mbr-section-btn {
    width: 100%;
  }
}
.cid-uZ0toDM1xT .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-uZ0toDM1xT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ0toDM1xT .form-group {
  margin: 0;
}
.cid-uZ0toDM1xT .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  border: 1px solid lightgray;
  margin: auto;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uZ0toDM1xT .wrapper {
    border-radius: 1.6rem;
  }
}
@media (max-width: 991px) {
  .cid-uZ0toDM1xT .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uZ0toDM1xT .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uZ0toDM1xT .justify-content-center {
  align-items: center;
}
.cid-uZ0toDM1xT .mbr-section-title {
  text-align: center;
  color: #4e423d;
}
.cid-uZ0toHkm95 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #393193;
}
.cid-uZ0toHkm95 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0toHkm95 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uZ0toHkm95 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZ0toHkm95 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uZ0toHkm95 a {
  font-weight: 600;
}
.cid-uZ0toHkm95 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uZ0toHkm95 .col-lg-3,
  .cid-uZ0toHkm95 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uZ0toHkm95 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uZ0toHkm95 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uZ0toHkm95 h5 {
  margin: 0;
}
.cid-uZ0toHkm95 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ0toHkm95 .iconfont-wrapper {
  position: relative;
}
.cid-uZ0toHkm95 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uZ0toHkm95 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uZ0toHkm95 .sociconfont-wrapper {
  display: flex;
}
.cid-uZ0toHkm95 .card-title,
.cid-uZ0toHkm95 .iconfont-wrapper {
  color: #ffffff;
}
.cid-uZ0toHkm95 .card-text {
  color: #ffffff;
}
.cid-uZ0toHkm95 .mbr-section-title {
  color: #000000;
}
.cid-uZ0toHkm95 .main-title,
.cid-uZ0toHkm95 .iconfont-wrapper {
  text-align: left;
  color: #ffffff;
}
