.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f2f2f2;
}
body {
  font-family: Liter;
}
.display-1 {
  font-family: 'Liter', sans-serif;
  font-size: 7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Liter', sans-serif;
  font-size: 5.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 7.25rem;
}
.display-4 {
  font-family: 'Liter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Liter', sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Liter', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.64rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 4.64rem;
    font-size: calc( 2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.6799999999999997rem + (5.8 - 2.6799999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* 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: #ffffff !important;
}
.bg-success {
  background-color: #65e3a9 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffd249 !important;
}
.bg-danger {
  background-color: #e46470 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a44a3f !important;
  border-color: #a44a3f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #bf6357 !important;
  border-color: #bf6357 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #bf6357 !important;
  border-color: #bf6357 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #65e3a9 !important;
  border-color: #65e3a9 !important;
  color: #0b3e27 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #90ebc1 !important;
  border-color: #90ebc1 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0b3e27 !important;
  background-color: #90ebc1 !important;
  border-color: #90ebc1 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd249 !important;
  border-color: #ffd249 !important;
  color: #493700 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffdf7c !important;
  border-color: #ffdf7c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #493700 !important;
  background-color: #ffdf7c !important;
  border-color: #ffdf7c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e46470 !important;
  border-color: #e46470 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ec8f98 !important;
  border-color: #ec8f98 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ec8f98 !important;
  border-color: #ec8f98 !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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #a44a3f;
  color: #a44a3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #652e27 !important;
  background-color: transparent !important;
  border-color: #652e27 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a44a3f !important;
  border-color: #a44a3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #65e3a9;
  color: #65e3a9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #25cc7f !important;
  background-color: transparent !important;
  border-color: #25cc7f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0b3e27 !important;
  background-color: #65e3a9 !important;
  border-color: #65e3a9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd249;
  color: #ffd249;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #f1b600 !important;
  background-color: transparent !important;
  border-color: #f1b600 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #493700 !important;
  background-color: #ffd249 !important;
  border-color: #ffd249 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e46470;
  color: #e46470;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ce2434 !important;
  background-color: transparent !important;
  border-color: #ce2434 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e46470 !important;
  border-color: #e46470 !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: #ffffff !important;
}
.text-secondary {
  color: #a44a3f !important;
}
.text-success {
  color: #65e3a9 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffd249 !important;
}
.text-danger {
  color: #e46470 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #5a2923 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #23bf77 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e2aa00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c02230 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffd249;
}
.alert-danger {
  background-color: #e46470;
}
.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: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Liter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Liter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ffffff;
}
/* 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: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !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: #a44a3f !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='%23ffffff' %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 {
  font-weight: 400;
  flex-direction: row-reverse;
  padding: 10px 20px;
  padding: 24px 40px;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 12px;
  transition: all .2s ease;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn .btn-danger:focus {
  background-color: #232323 !important;
  color: #ffffff !important;
  border-color: #232323 !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus {
  background-color: #ffffff !important;
  color: #808080 !important;
  border-color: #ffffff !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.little-radius,
.form-control {
  border-radius: .5rem !important;
}
.cid-v2F8EvTfl9 {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v2F8EvTfl9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2F8EvTfl9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2F8EvTfl9 .card {
  justify-content: center;
}
.cid-v2F8EvTfl9 .content-wrapper .mbr-label {
  margin-bottom: 15px;
}
.cid-v2F8EvTfl9 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2F8EvTfl9 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v2F8EvTfl9 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-v2F8EvTfl9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v2F8EvTfl9 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  padding: 65px;
  height: 615px;
  margin-left: 100px;
}
@media (max-width: 1440px) {
  .cid-v2F8EvTfl9 .image-wrapper {
    padding: 40px 20px;
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-v2F8EvTfl9 .image-wrapper {
    height: 400px;
    padding: 30px 15px;
    margin-left: 0;
    margin-top: 30px;
  }
}
.cid-v2F8EvTfl9 .image-wrapper .main-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2F8EvTfl9 .image-wrapper .image-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 65px;
  background-color: #c48965;
}
@media (max-width: 1440px) {
  .cid-v2F8EvTfl9 .image-wrapper .image-wrap {
    padding: 40px 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2F8EvTfl9 .image-wrapper .image-wrap {
    padding: 30px 15px;
  }
}
.cid-v2F8EvTfl9 .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v2F8EvTfl9 .mbr-label {
  color: #ffffff;
}
.cid-v2F8EvTfl9 .mbr-section-title {
  color: #ffffff;
}
.cid-v2F8EvTfl9 .mbr-text {
  color: #ffffff;
}
.cid-v2F8EvUhr3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2F8EvUhr3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2F8EvUhr3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2F8EvUhr3 .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-v2F8EvUhr3 .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-v2F8EvUhr3 .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-v2F8EvUhr3 .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2F8EvUhr3 .image-wrapper img {
    height: 300px;
  }
}
.cid-v2F8EvUhr3 .content-wrapper .mbr-label {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2F8EvUhr3 .content-wrapper .mbr-label {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-v2F8EvUhr3 .content-wrapper .panel-group .card {
  position: relative;
  padding: 0 0 15px 0;
  background-color: transparent;
  border-bottom: 1px solid #e9eaed;
  border-radius: 0 !important;
  margin-bottom: 20px;
}
.cid-v2F8EvUhr3 .content-wrapper .panel-group .card:last-child {
  border-bottom: none;
}
.cid-v2F8EvUhr3 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v2F8EvUhr3 .content-wrapper .panel-group .card .card-header .panel-title {
  width: 100%;
}
.cid-v2F8EvUhr3 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.cid-v2F8EvUhr3 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-v2F8EvUhr3 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  background-color: #e9eaed;
}
.cid-v2F8EvUhr3 .content-wrapper .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v2F8EvUhr3 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper {
  background-color: #d4e09b;
}
.cid-v2F8EvUhr3 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .title-wrap .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #000000;
}
.cid-v2F8EvUhr3 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 15px;
}
.cid-v2F8EvUhr3 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v2F8EvUhr3 .mbr-label {
  color: #000000;
}
.cid-v2F8EvUhr3 .panel-title-edit {
  color: #000000;
}
.cid-v2F8EvUhr3 .panel-text {
  color: #000000;
}
.cid-v2F8EvXBmt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2F8EvXBmt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2F8EvXBmt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2F8EvXBmt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-v2F8EvXBmt .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2F8EvXBmt .embla__slide .slide-content {
  width: 100%;
}
.cid-v2F8EvXBmt .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 40px 145px;
  min-height: 690px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1640px) {
  .cid-v2F8EvXBmt .embla__slide .slide-content .item-wrapper {
    padding: 40px 60px;
  }
}
@media (max-width: 992px) {
  .cid-v2F8EvXBmt .embla__slide .slide-content .item-wrapper {
    min-height: auto;
    padding: 30px 15px;
  }
}
.cid-v2F8EvXBmt .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #000000, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-v2F8EvXBmt .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2F8EvXBmt .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v2F8EvXBmt .embla__slide .slide-content .item-wrapper .item-content {
    padding-top: 300px;
  }
}
.cid-v2F8EvXBmt .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 15px;
}
.cid-v2F8EvXBmt .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 15px;
}
.cid-v2F8EvXBmt .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  animation: none !important;
}
.cid-v2F8EvXBmt .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  padding: 8px 20px;
  position: relative;
  overflow: hidden;
  margin: 0 10px 10px 0;
  z-index: 1;
  animation: none !important;
}
.cid-v2F8EvXBmt .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
  z-index: -1;
}
.cid-v2F8EvXBmt .embla__slide .slide-content .item-wrapper .item-content .tags-wrapper .list .item-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #656565;
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}
.cid-v2F8EvXBmt .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 15px;
}
.cid-v2F8EvXBmt .embla__button--next,
.cid-v2F8EvXBmt .embla__button--prev {
  display: flex;
}
.cid-v2F8EvXBmt .embla__button {
  top: 0;
  width: 70px;
  height: 70px;
  font-size: 28px;
  background-color: #232323 !important;
  color: #ffffff !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-v2F8EvXBmt .embla__button {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}
.cid-v2F8EvXBmt .embla__button:hover {
  background-color: #d4e09b !important;
  color: #000000 !important;
}
.cid-v2F8EvXBmt .embla__button:disabled {
  opacity: 0.5 !important;
  background-color: #232323 !important;
  color: #ffffff !important;
}
.cid-v2F8EvXBmt .embla__button.embla__button--prev {
  right: 84px;
}
@media (max-width: 992px) {
  .cid-v2F8EvXBmt .embla__button.embla__button--prev {
    right: 55px;
  }
}
.cid-v2F8EvXBmt .embla__button.embla__button--next {
  right: 0;
}
.cid-v2F8EvXBmt .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
}
@media (max-width: 992px) {
  .cid-v2F8EvXBmt .embla {
    padding-top: 4rem;
  }
}
.cid-v2F8EvXBmt .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2F8EvXBmt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2F8EvXBmt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2F8EvXBmt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2F8EvXBmt .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2F8EvXBmt .card-title {
  color: #ffffff;
}
.cid-v2F8EvXBmt .card-desc {
  color: #ffffff;
}
.cid-v2F8EvXBmt .list {
  color: #ffffff;
}
.cid-v2F8EvZOsM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-v2F8EvZOsM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2F8EvZOsM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2F8EvZOsM .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2F8EvZOsM .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2F8EvZOsM .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2F8EvZOsM .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v2F8EvZOsM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2F8EvZOsM .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v2F8EvZOsM .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-v2F8EvZOsM .mbr-text {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v2F8EvZOsM .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v2F8EvZOsM .mbr-label {
  color: #000000;
}
.cid-v2F8EvZOsM .mbr-section-title {
  color: #000000;
}
.cid-v2F8Ew49kn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2F8Ew49kn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2F8Ew49kn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2F8Ew49kn .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2F8Ew49kn .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v2F8Ew49kn .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2F8Ew49kn .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v2F8Ew49kn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2F8Ew49kn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v2F8Ew49kn .mbr-label {
  color: #000000;
}
.cid-v2F8Ew49kn .mbr-section-title {
  color: #000000;
}
.cid-v2F8Ew49kn .mbr-text {
  color: #000000;
}
.cid-v2F8Ew0GoZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2F8Ew0GoZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2F8Ew0GoZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2F8Ew0GoZ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v2F8Ew0GoZ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v2F8Ew0GoZ .items-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2F8Ew0GoZ .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-v2F8Ew0GoZ .items-wrapper .item .item-wrapper .card-number_1,
.cid-v2F8Ew0GoZ .items-wrapper .item .item-wrapper .card-number_2,
.cid-v2F8Ew0GoZ .items-wrapper .item .item-wrapper .card-number_3,
.cid-v2F8Ew0GoZ .items-wrapper .item .item-wrapper .card-number_4 {
  margin-bottom: 0;
}
.cid-v2F8Ew0GoZ .items-wrapper .item .item-wrapper .card-box {
  padding: 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 380px;
}
@media (max-width: 992px) {
  .cid-v2F8Ew0GoZ .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 15px;
    min-height: auto;
  }
}
.cid-v2F8Ew0GoZ .items-wrapper .item .item-wrapper .card-box .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-v2F8Ew0GoZ .items-wrapper .item .item-wrapper .card-box .title-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.cid-v2F8Ew0GoZ .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-title_1,
.cid-v2F8Ew0GoZ .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-title_2,
.cid-v2F8Ew0GoZ .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-title_3,
.cid-v2F8Ew0GoZ .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-title_4 {
  margin-bottom: 0;
}
.cid-v2F8Ew0GoZ .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  display: inline-flex;
  margin-left: 20px;
}
@media (max-width: 1440px) {
  .cid-v2F8Ew0GoZ .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.cid-v2F8Ew0GoZ .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text_1,
.cid-v2F8Ew0GoZ .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text_2,
.cid-v2F8Ew0GoZ .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text_3,
.cid-v2F8Ew0GoZ .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text_4 {
  margin-bottom: 0;
}
.cid-v2F8Ew0GoZ .items-wrapper .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  margin-top: 15px;
}
.cid-v2F8Ew0GoZ .items-wrapper .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2F8Ew0GoZ .items-wrapper .item .card_1 .card-box {
  background-color: #d4e09b;
}
.cid-v2F8Ew0GoZ .items-wrapper .item .card_1 .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-v2F8Ew0GoZ .items-wrapper .item .card_2 {
  padding-top: 7rem;
}
@media (max-width: 992px) {
  .cid-v2F8Ew0GoZ .items-wrapper .item .card_2 {
    padding-top: 0;
  }
}
.cid-v2F8Ew0GoZ .items-wrapper .item .card_2 .card-box {
  background-color: #d9786a;
}
.cid-v2F8Ew0GoZ .items-wrapper .item .card_2 .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-v2F8Ew0GoZ .items-wrapper .item .card_3 {
  padding-top: 14rem;
}
@media (max-width: 992px) {
  .cid-v2F8Ew0GoZ .items-wrapper .item .card_3 {
    padding-top: 0;
  }
}
.cid-v2F8Ew0GoZ .items-wrapper .item .card_3 .card-box {
  background-color: #fefff0;
}
.cid-v2F8Ew0GoZ .items-wrapper .item .card_3 .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-v2F8Ew0GoZ .items-wrapper .item .card_4 {
  padding-top: 21rem;
}
@media (max-width: 992px) {
  .cid-v2F8Ew0GoZ .items-wrapper .item .card_4 {
    padding-top: 0;
  }
}
.cid-v2F8Ew0GoZ .items-wrapper .item .card_4 .card-box {
  background-color: #91bc56;
}
.cid-v2F8Ew0GoZ .items-wrapper .item .card_4 .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-v2F8Ew0GoZ .mbr-section-title {
  color: #ffffff;
}
.cid-v2F8Ew0GoZ .card-number_1 {
  color: #D4E09B;
}
.cid-v2F8Ew0GoZ .card-number_2 {
  color: #D9786A;
}
.cid-v2F8Ew0GoZ .card-number_3 {
  color: #FEFFF0;
}
.cid-v2F8Ew0GoZ .card-number_4 {
  color: #91BC56;
}
.cid-v2F8Ew0GoZ .card-title_1 {
  color: #000000;
}
.cid-v2F8Ew0GoZ .card-title_2 {
  color: #000000;
}
.cid-v2F8Ew0GoZ .card-title_3 {
  color: #000000;
}
.cid-v2F8Ew0GoZ .card-title_4 {
  color: #000000;
}
.cid-v2F8Ew0GoZ .card-text_1 {
  color: #000000;
}
.cid-v2F8Ew0GoZ .card-text_2 {
  color: #000000;
}
.cid-v2F8Ew0GoZ .card-text_3 {
  color: #000000;
}
.cid-v2F8Ew0GoZ .card-text_4 {
  color: #000000;
}
.cid-v2F8Ew0GoZ .mbr-section-title,
.cid-v2F8Ew0GoZ .mbr-section-btn {
  color: #ffffff;
}
.cid-v2F8Ew0GoZ .card-text_1,
.cid-v2F8Ew0GoZ .mbr-section-btn {
  color: #000000;
}
.cid-v2F8Ew0GoZ .card-text_2,
.cid-v2F8Ew0GoZ .mbr-section-btn {
  color: #000000;
}
.cid-v2F8Ew0GoZ .card-text_3,
.cid-v2F8Ew0GoZ .mbr-section-btn {
  color: #000000;
}
.cid-v2F8Ew0GoZ .card-text_4,
.cid-v2F8Ew0GoZ .mbr-section-btn {
  color: #000000;
}
.cid-v2F8Ew1yf7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #d4e09b;
}
.cid-v2F8Ew1yf7 .item:focus,
.cid-v2F8Ew1yf7 span:focus {
  outline: none;
}
.cid-v2F8Ew1yf7 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v2F8Ew1yf7 .item {
  padding: 10px 0;
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-v2F8Ew1yf7 .item {
    min-height: 45px;
  }
}
.cid-v2F8Ew4Yx8 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2F8Ew4Yx8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2F8Ew4Yx8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2F8Ew4Yx8 .card {
  justify-content: center;
}
.cid-v2F8Ew4Yx8 .images-wrapper {
  margin-right: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  min-height: 465px;
}
@media (max-width: 1440px) {
  .cid-v2F8Ew4Yx8 .images-wrapper {
    display: grid;
    min-height: auto;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2F8Ew4Yx8 .images-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .cid-v2F8Ew4Yx8 .images-wrapper {
    display: block;
  }
}
.cid-v2F8Ew4Yx8 .images-wrapper .image_1 img {
  bottom: 0;
  left: 30%;
  width: 300px;
  height: 300px;
  z-index: 1;
}
.cid-v2F8Ew4Yx8 .images-wrapper .image_2 img {
  top: 25%;
  left: 0;
  width: 240px;
  height: 240px;
  z-index: 2;
}
.cid-v2F8Ew4Yx8 .images-wrapper .image_3 img {
  top: 20%;
  right: 0;
  width: 240px;
  height: 240px;
  z-index: 2;
}
.cid-v2F8Ew4Yx8 .images-wrapper .image_4 img {
  top: 0;
  left: 10%;
  width: 200px;
  height: 200px;
}
.cid-v2F8Ew4Yx8 .images-wrapper .image_5 img {
  top: 0;
  right: 15%;
  width: 200px;
  height: 200px;
}
.cid-v2F8Ew4Yx8 .images-wrapper .image-wrap img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v2F8Ew4Yx8 .images-wrapper .image-wrap img {
    position: static;
    height: 200px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-v2F8Ew4Yx8 .images-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v2F8Ew4Yx8 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2F8Ew4Yx8 .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v2F8Ew4Yx8 .content-wrapper .mbr-section-title {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2F8Ew4Yx8 .content-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-v2F8Ew4Yx8 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2F8Ew4Yx8 .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v2F8Ew4Yx8 .mbr-label {
  color: #000000;
}
.cid-v2F8Ew4Yx8 .mbr-section-title {
  color: #000000;
}
.cid-v2F8Ew4Yx8 .mbr-text {
  color: #000000;
}
.cid-v2F8Ew6XQN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2F8Ew6XQN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2F8Ew6XQN .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-v2F8Ew6XQN .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2F8Ew6XQN .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2F8Ew6XQN .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v2F8Ew6XQN .title-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2F8Ew6XQN .title-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v2F8Ew6XQN .form-wrap .dragArea.row {
  margin: 0;
}
.cid-v2F8Ew6XQN .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v2F8Ew6XQN .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v2F8Ew6XQN .form-wrap .dragArea.row .form-group .form-control {
  background-color: #232323;
  padding: 8px 20px;
  box-shadow: none;
  border: 2px solid transparent !important;
  margin-bottom: 20px;
}
.cid-v2F8Ew6XQN .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
.cid-v2F8Ew6XQN .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v2F8Ew6XQN .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: 2px solid #d4e09b !important;
}
.cid-v2F8Ew6XQN .form-wrap .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-v2F8Ew6XQN .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v2F8Ew6XQN .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-v2F8Ew6XQN .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v2F8Ew6XQN .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-v2F8Ew6XQN .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2F8Ew6XQN .mbr-label {
  color: #ffffff;
}
.cid-v2F8Ew6XQN .mbr-section-title {
  color: #ffffff;
}
.cid-v2F8Ew6XQN label {
  color: #ffffff;
}
.cid-v2F8Ew6SP5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2F8Ew6SP5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2F8Ew6SP5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2F8Ew6SP5 .card {
  justify-content: center;
}
.cid-v2F8Ew6SP5 .images-wrapper {
  margin-right: 80px;
  position: relative;
  height: 100%;
  min-height: 740px;
  margin-right: 0;
  margin-left: 80px;
}
@media (max-width: 1440px) {
  .cid-v2F8Ew6SP5 .images-wrapper {
    margin-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-v2F8Ew6SP5 .images-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
@media (max-width: 1440px) {
  .cid-v2F8Ew6SP5 .images-wrapper {
    margin-right: 0;
    margin-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-v2F8Ew6SP5 .images-wrapper {
    margin-left: 0;
  }
}
.cid-v2F8Ew6SP5 .images-wrapper .image_1 img {
  top: 0;
  left: 0;
  width: 550px;
  height: 550px;
}
@media (max-width: 1440px) {
  .cid-v2F8Ew6SP5 .images-wrapper .image_1 img {
    width: 100%;
    height: 100%;
  }
}
.cid-v2F8Ew6SP5 .images-wrapper .image_2 img {
  bottom: 0;
  right: 0;
  width: 370px;
  height: 370px;
  z-index: 1;
}
.cid-v2F8Ew6SP5 .images-wrapper .image-wrap img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2F8Ew6SP5 .images-wrapper .image-wrap img {
    position: static;
    height: 300px;
    width: 100%;
  }
}
.cid-v2F8Ew6SP5 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2F8Ew6SP5 .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v2F8Ew6SP5 .content-wrapper .mbr-address {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2F8Ew6SP5 .content-wrapper .mbr-address {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v2F8Ew6SP5 .content-wrapper .mbr-phone {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2F8Ew6SP5 .content-wrapper .mbr-phone {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.cid-v2F8Ew6SP5 .mbr-label {
  color: #ffffff;
}
.cid-v2F8Ew6SP5 .mbr-address {
  color: #ffffff;
}
.cid-v2F8Ew6SP5 .mbr-phone {
  color: #ffffff;
}
.cid-v2F8Ew7kYP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2F8Ew7kYP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2F8Ew7kYP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2F8Ew7kYP .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2F8Ew7kYP .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2F8Ew7kYP .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v2F8Ew7kYP .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2F8Ew7kYP .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-v2F8Ew7kYP .nav-wrapper .list .item-wrap:hover::before,
.cid-v2F8Ew7kYP .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v2F8Ew7kYP .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-v2F8Ew7kYP .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2F8Ew7kYP .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2F8Ew7kYP .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v2F8Ew7kYP .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v2F8Ew7kYP .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-v2F8Ew7kYP .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-v2F8Ew7kYP .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-v2F8Ew7kYP .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all 0.3s ease;
}
.cid-v2F8Ew7kYP .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v2F8Ew7kYP .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2F8Ew7kYP .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-v2F8Ew7kYP .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2F8Ew7kYP .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v2F8Ew7kYP .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v2F8Ew7kYP .list {
  color: #ffffff;
}
.cid-v2F8Ew7kYP .mbr-section-title {
  color: #ffffff;
}
.cid-v2F8Ew7kYP .mbr-text {
  color: #ffffff;
}
.cid-v2F8Ew7kYP .mbr-copy {
  color: #ffffff;
  text-align: center;
}
