.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Cinzel', serif;
  font-size: 6.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.75rem;
}
.display-2 {
  font-family: 'Dancing Script', handwriting;
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Noto Sans Carian', 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.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.34rem;
    font-size: calc( 2.82rem + (6.2 - 2.82) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.82rem + (6.2 - 2.82) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.34rem;
    font-size: calc( 2.82rem + (6.2 - 2.82) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.82rem + (6.2 - 2.82) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((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.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: #ffa600 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !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: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !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: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !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: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #ffa600;
  color: #ffa600;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !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: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !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: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !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: #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: #ffa600 !important;
}
.text-secondary {
  color: #0c2c68 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !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: #996400 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #01050d !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: #52cac8 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffa600;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.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: #ffa600;
  border-color: #ffa600;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffa600;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffedcc;
}
.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: #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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Noto Sans Carian', 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: #ffa600 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans Carian', 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: #ffa600;
}
/* 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: #ffa600;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffa600;
}
.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: #ffa600;
  border-bottom-color: #ffa600;
}
.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: #ffa600 !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: #0c2c68 !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='%23ffa600' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uilyiO1T56 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uilyiO1T56 .nav-item:focus,
.cid-uilyiO1T56 .nav-link:focus {
  outline: none;
}
.cid-uilyiO1T56 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.3rem 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uilyiO1T56 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uilyiO1T56 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uilyiO1T56 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uilyiO1T56 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uilyiO1T56 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uilyiO1T56 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uilyiO1T56 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
}
.cid-uilyiO1T56 .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #000000;
}
.cid-uilyiO1T56 .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #000000 !important;
}
.cid-uilyiO1T56 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-uilyiO1T56 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-uilyiO1T56 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-uilyiO1T56 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uilyiO1T56 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uilyiO1T56 .navbar.collapsed .navbar-collapse.show,
.cid-uilyiO1T56 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uilyiO1T56 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-uilyiO1T56 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-uilyiO1T56 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uilyiO1T56 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uilyiO1T56 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uilyiO1T56 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uilyiO1T56 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uilyiO1T56 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uilyiO1T56 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uilyiO1T56 .navbar.collapsed .right-menu,
.cid-uilyiO1T56 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-uilyiO1T56 .navbar .navbar-collapse.show,
  .cid-uilyiO1T56 .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uilyiO1T56 .navbar .navbar-collapse.show .brand-container,
  .cid-uilyiO1T56 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-uilyiO1T56 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uilyiO1T56 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uilyiO1T56 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uilyiO1T56 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uilyiO1T56 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uilyiO1T56 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uilyiO1T56 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uilyiO1T56 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uilyiO1T56 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-uilyiO1T56 .navbar .right-menu,
  .cid-uilyiO1T56 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-uilyiO1T56 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uilyiO1T56 .navbar.navbar-short .mbr-overlay {
  background: #000000 !important;
}
.cid-uilyiO1T56 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uilyiO1T56 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uilyiO1T56 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uilyiO1T56 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uilyiO1T56 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uilyiO1T56 .dropdown-item.active,
.cid-uilyiO1T56 .dropdown-item:active {
  background-color: transparent;
}
.cid-uilyiO1T56 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uilyiO1T56 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uilyiO1T56 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uilyiO1T56 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uilyiO1T56 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uilyiO1T56 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uilyiO1T56 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uilyiO1T56 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-uilyiO1T56 .navbar-buttons {
  margin-left: auto;
}
.cid-uilyiO1T56 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uilyiO1T56 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uilyiO1T56 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uilyiO1T56 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uilyiO1T56 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uilyiO1T56 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uilyiO1T56 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uilyiO1T56 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-uilyiO1T56 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-uilyiO1T56 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uilyiO1T56 .navbar-dropdown {
  position: fixed;
}
.cid-uilyiO1T56 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uilyiO1T56 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uilyiO1T56 .right-menu,
.cid-uilyiO1T56 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-uilyiO1T56 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uilyiO1T56 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uilyiO1T56 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uilyiO1T56 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #149dcc;
  padding: 0.5rem 0;
}
.cid-uilyiO1T56 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uilyiO1T56 .card-wrapper {
  z-index: 3;
}
.cid-uilyiO1T56 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-uilyiO1T56 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uilyiO1T56 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uilBrPXJCO {
  display: flex;
}
@media (min-width: 768px) {
  .cid-uilBrPXJCO {
    align-items: flex-end;
  }
  .cid-uilBrPXJCO .row {
    justify-content: center;
  }
  .cid-uilBrPXJCO .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uilBrPXJCO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uilBrPXJCO {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uilBrPXJCO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uilBrPXJCO .content-wrap {
    width: 100%;
  }
}
.cid-uilBrPXJCO .mbr-section-title,
.cid-uilBrPXJCO .mbr-section-subtitle {
  text-align: center;
}
.cid-uilBrPXJCO .mbr-text,
.cid-uilBrPXJCO .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uilBrPXJCO .mbr-section-title {
  color: #ffffff;
}
.cid-uilGJYyQci {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uilGJYyQci .mbr-fallback-image.disabled {
  display: none;
}
.cid-uilGJYyQci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uilGJYyQci .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uilGJYyQci .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uilGJYyQci .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uilGJYyQci .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uilGJYyQci .container {
    padding: 0 12px;
  }
}
.cid-uilGJYyQci .row {
  justify-content: center;
}
.cid-uilGJYyQci .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uilGJYyQci .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uilGJYyQci .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uilGJYyQci .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uilGJYyQci .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uilGJYyQci .item {
    margin-bottom: 16px;
  }
}
.cid-uilGJYyQci .item .item-wrapper {
  width: 100%;
}
.cid-uilGJYyQci .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uilGJYyQci .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uilGJYyQci .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uilGJYyQci .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uilGJYyQci .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-uilGJYyQci .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uilGJYyQci .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uilGJYyQci .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uilGJYyQci .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #f5f5f7;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uilGJYyQci .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uilGJYyQci .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uilGJYyQci .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uilGJYyQci .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uilGJYyQci .item-title {
  color: #1D1D1F;
}
.cid-uilGJYyQci .item-desc {
  color: #1D1D1F;
}
.cid-uilGJYyQci .item-text {
  color: #1D1D1F;
}
.cid-uizz3IgIGk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/savana-caratteristiche-1280x720.jpg");
}
.cid-uizz3IgIGk .mbr-overlay {
  background: #2e481a;
  opacity: 0.5;
}
.cid-uizz3IgIGk .item-subtitle {
  line-height: 1.2;
  color: #ffffff;
  text-align: left;
}
.cid-uizz3IgIGk img,
.cid-uizz3IgIGk .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uizz3IgIGk .item:focus,
.cid-uizz3IgIGk span:focus {
  outline: none;
}
.cid-uizz3IgIGk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uizz3IgIGk .item {
    margin-bottom: 1rem;
  }
}
.cid-uizz3IgIGk .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uizz3IgIGk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uizz3IgIGk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uizz3IgIGk .mbr-text,
.cid-uizz3IgIGk .mbr-section-btn {
  color: #838383;
  text-align: left;
}
.cid-uizz3IgIGk .item-title {
  color: #ffffff;
  text-align: left;
}
.cid-uizz3IgIGk .mbr-section-subtitle {
  color: #838383;
  text-align: left;
}
.cid-ulIVuaJa17.popup-builder {
  background-color: #ffffff;
}
.cid-ulIVuaJa17.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ulIVuaJa17.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ulIVuaJa17 .modal-content,
.cid-ulIVuaJa17 .modal-dialog {
  height: auto;
}
.cid-ulIVuaJa17 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ulIVuaJa17 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ulIVuaJa17 .form-wrapper .mbr-form .form-group,
  .cid-ulIVuaJa17 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ulIVuaJa17 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ulIVuaJa17 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulIVuaJa17 .mbr-text {
  text-align: left;
}
.cid-ulIVuaJa17 .pt-0 {
  padding-top: 0 !important;
}
.cid-ulIVuaJa17 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ulIVuaJa17 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ulIVuaJa17 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ulIVuaJa17 .modal-open {
  overflow: hidden;
}
.cid-ulIVuaJa17 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ulIVuaJa17 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ulIVuaJa17 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ulIVuaJa17 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ulIVuaJa17 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ulIVuaJa17 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ulIVuaJa17 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ulIVuaJa17 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ulIVuaJa17 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ulIVuaJa17 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ulIVuaJa17 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ulIVuaJa17 .modal-backdrop.show {
  opacity: .5;
}
.cid-ulIVuaJa17 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ulIVuaJa17 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ulIVuaJa17 .modal-header {
    padding: 1rem;
  }
}
.cid-ulIVuaJa17 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ulIVuaJa17 .modal-header .close svg {
  fill: #353535;
}
.cid-ulIVuaJa17 .modal-header .close:hover {
  opacity: 1;
}
.cid-ulIVuaJa17 .modal-header .close:focus {
  outline: none;
}
.cid-ulIVuaJa17 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ulIVuaJa17 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ulIVuaJa17 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulIVuaJa17 .modal-body {
    padding: 1rem;
  }
}
.cid-ulIVuaJa17 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ulIVuaJa17 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulIVuaJa17 .modal-footer {
    padding: 1rem;
  }
}
.cid-ulIVuaJa17 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ulIVuaJa17 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ulIVuaJa17 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ulIVuaJa17 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ulIVuaJa17 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ulIVuaJa17 .modal-lg,
  .cid-ulIVuaJa17 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ulIVuaJa17 .modal-xl {
    max-width: 1140px;
  }
}
.cid-ulIVuaJa17 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ulIVuaJa17 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ulIVuaJa17 .form-group {
  margin-bottom: 1rem;
}
.cid-ulIVuaJa17 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ulIVuaJa17 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ulIVuaJa17 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ulIVuaJa17 .mbr-section-btn {
  margin: 0;
}
.cid-ulIVuaJa17 .mbr-section-btn .btn {
  margin: 0;
}
.cid-ulIWR2w0Ew.popup-builder {
  background-color: #ffffff;
}
.cid-ulIWR2w0Ew.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ulIWR2w0Ew.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ulIWR2w0Ew .modal-content,
.cid-ulIWR2w0Ew .modal-dialog {
  height: auto;
}
.cid-ulIWR2w0Ew .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ulIWR2w0Ew .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ulIWR2w0Ew .form-wrapper .mbr-form .form-group,
  .cid-ulIWR2w0Ew .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ulIWR2w0Ew .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ulIWR2w0Ew .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulIWR2w0Ew .mbr-text {
  text-align: left;
}
.cid-ulIWR2w0Ew .pt-0 {
  padding-top: 0 !important;
}
.cid-ulIWR2w0Ew .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ulIWR2w0Ew .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ulIWR2w0Ew .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ulIWR2w0Ew .modal-open {
  overflow: hidden;
}
.cid-ulIWR2w0Ew .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ulIWR2w0Ew .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ulIWR2w0Ew .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ulIWR2w0Ew .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ulIWR2w0Ew .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ulIWR2w0Ew .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ulIWR2w0Ew .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ulIWR2w0Ew .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ulIWR2w0Ew .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ulIWR2w0Ew .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ulIWR2w0Ew .modal-backdrop.fade {
  opacity: 0;
}
.cid-ulIWR2w0Ew .modal-backdrop.show {
  opacity: .5;
}
.cid-ulIWR2w0Ew .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ulIWR2w0Ew .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ulIWR2w0Ew .modal-header {
    padding: 1rem;
  }
}
.cid-ulIWR2w0Ew .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ulIWR2w0Ew .modal-header .close svg {
  fill: #353535;
}
.cid-ulIWR2w0Ew .modal-header .close:hover {
  opacity: 1;
}
.cid-ulIWR2w0Ew .modal-header .close:focus {
  outline: none;
}
.cid-ulIWR2w0Ew .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ulIWR2w0Ew .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ulIWR2w0Ew .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulIWR2w0Ew .modal-body {
    padding: 1rem;
  }
}
.cid-ulIWR2w0Ew .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ulIWR2w0Ew .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulIWR2w0Ew .modal-footer {
    padding: 1rem;
  }
}
.cid-ulIWR2w0Ew .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ulIWR2w0Ew .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ulIWR2w0Ew .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ulIWR2w0Ew .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ulIWR2w0Ew .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ulIWR2w0Ew .modal-lg,
  .cid-ulIWR2w0Ew .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ulIWR2w0Ew .modal-xl {
    max-width: 1140px;
  }
}
.cid-ulIWR2w0Ew .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ulIWR2w0Ew .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ulIWR2w0Ew .form-group {
  margin-bottom: 1rem;
}
.cid-ulIWR2w0Ew .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ulIWR2w0Ew .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ulIWR2w0Ew .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ulIWR2w0Ew .mbr-section-btn {
  margin: 0;
}
.cid-ulIWR2w0Ew .mbr-section-btn .btn {
  margin: 0;
}
.cid-ulIWRPArMt.popup-builder {
  background-color: #ffffff;
}
.cid-ulIWRPArMt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ulIWRPArMt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ulIWRPArMt .modal-content,
.cid-ulIWRPArMt .modal-dialog {
  height: auto;
}
.cid-ulIWRPArMt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ulIWRPArMt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ulIWRPArMt .form-wrapper .mbr-form .form-group,
  .cid-ulIWRPArMt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ulIWRPArMt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ulIWRPArMt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulIWRPArMt .mbr-text {
  text-align: left;
}
.cid-ulIWRPArMt .pt-0 {
  padding-top: 0 !important;
}
.cid-ulIWRPArMt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ulIWRPArMt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ulIWRPArMt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ulIWRPArMt .modal-open {
  overflow: hidden;
}
.cid-ulIWRPArMt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ulIWRPArMt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ulIWRPArMt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ulIWRPArMt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ulIWRPArMt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ulIWRPArMt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ulIWRPArMt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ulIWRPArMt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ulIWRPArMt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ulIWRPArMt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ulIWRPArMt .modal-backdrop.fade {
  opacity: 0;
}
.cid-ulIWRPArMt .modal-backdrop.show {
  opacity: .5;
}
.cid-ulIWRPArMt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ulIWRPArMt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ulIWRPArMt .modal-header {
    padding: 1rem;
  }
}
.cid-ulIWRPArMt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ulIWRPArMt .modal-header .close svg {
  fill: #353535;
}
.cid-ulIWRPArMt .modal-header .close:hover {
  opacity: 1;
}
.cid-ulIWRPArMt .modal-header .close:focus {
  outline: none;
}
.cid-ulIWRPArMt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ulIWRPArMt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ulIWRPArMt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulIWRPArMt .modal-body {
    padding: 1rem;
  }
}
.cid-ulIWRPArMt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ulIWRPArMt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulIWRPArMt .modal-footer {
    padding: 1rem;
  }
}
.cid-ulIWRPArMt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ulIWRPArMt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ulIWRPArMt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ulIWRPArMt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ulIWRPArMt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ulIWRPArMt .modal-lg,
  .cid-ulIWRPArMt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ulIWRPArMt .modal-xl {
    max-width: 1140px;
  }
}
.cid-ulIWRPArMt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ulIWRPArMt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ulIWRPArMt .form-group {
  margin-bottom: 1rem;
}
.cid-ulIWRPArMt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ulIWRPArMt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ulIWRPArMt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ulIWRPArMt .mbr-section-btn {
  margin: 0;
}
.cid-ulIWRPArMt .mbr-section-btn .btn {
  margin: 0;
}
.cid-ulIXWvkfm9.popup-builder {
  background-color: #ffffff;
}
.cid-ulIXWvkfm9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ulIXWvkfm9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ulIXWvkfm9 .modal-content,
.cid-ulIXWvkfm9 .modal-dialog {
  height: auto;
}
.cid-ulIXWvkfm9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ulIXWvkfm9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ulIXWvkfm9 .form-wrapper .mbr-form .form-group,
  .cid-ulIXWvkfm9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ulIXWvkfm9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ulIXWvkfm9 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulIXWvkfm9 .mbr-text {
  text-align: left;
}
.cid-ulIXWvkfm9 .pt-0 {
  padding-top: 0 !important;
}
.cid-ulIXWvkfm9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ulIXWvkfm9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ulIXWvkfm9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ulIXWvkfm9 .modal-open {
  overflow: hidden;
}
.cid-ulIXWvkfm9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ulIXWvkfm9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ulIXWvkfm9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ulIXWvkfm9 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ulIXWvkfm9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ulIXWvkfm9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ulIXWvkfm9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ulIXWvkfm9 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ulIXWvkfm9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ulIXWvkfm9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ulIXWvkfm9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-ulIXWvkfm9 .modal-backdrop.show {
  opacity: .5;
}
.cid-ulIXWvkfm9 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ulIXWvkfm9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ulIXWvkfm9 .modal-header {
    padding: 1rem;
  }
}
.cid-ulIXWvkfm9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ulIXWvkfm9 .modal-header .close svg {
  fill: #353535;
}
.cid-ulIXWvkfm9 .modal-header .close:hover {
  opacity: 1;
}
.cid-ulIXWvkfm9 .modal-header .close:focus {
  outline: none;
}
.cid-ulIXWvkfm9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ulIXWvkfm9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ulIXWvkfm9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulIXWvkfm9 .modal-body {
    padding: 1rem;
  }
}
.cid-ulIXWvkfm9 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ulIXWvkfm9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulIXWvkfm9 .modal-footer {
    padding: 1rem;
  }
}
.cid-ulIXWvkfm9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ulIXWvkfm9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ulIXWvkfm9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ulIXWvkfm9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ulIXWvkfm9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ulIXWvkfm9 .modal-lg,
  .cid-ulIXWvkfm9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ulIXWvkfm9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-ulIXWvkfm9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ulIXWvkfm9 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ulIXWvkfm9 .form-group {
  margin-bottom: 1rem;
}
.cid-ulIXWvkfm9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ulIXWvkfm9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ulIXWvkfm9 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ulIXWvkfm9 .mbr-section-btn {
  margin: 0;
}
.cid-ulIXWvkfm9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-ulIXXhLMVG.popup-builder {
  background-color: #ffffff;
}
.cid-ulIXXhLMVG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ulIXXhLMVG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ulIXXhLMVG .modal-content,
.cid-ulIXXhLMVG .modal-dialog {
  height: auto;
}
.cid-ulIXXhLMVG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ulIXXhLMVG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ulIXXhLMVG .form-wrapper .mbr-form .form-group,
  .cid-ulIXXhLMVG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ulIXXhLMVG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ulIXXhLMVG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulIXXhLMVG .mbr-text {
  text-align: left;
}
.cid-ulIXXhLMVG .pt-0 {
  padding-top: 0 !important;
}
.cid-ulIXXhLMVG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ulIXXhLMVG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ulIXXhLMVG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ulIXXhLMVG .modal-open {
  overflow: hidden;
}
.cid-ulIXXhLMVG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ulIXXhLMVG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ulIXXhLMVG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ulIXXhLMVG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ulIXXhLMVG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ulIXXhLMVG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ulIXXhLMVG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ulIXXhLMVG .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ulIXXhLMVG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ulIXXhLMVG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ulIXXhLMVG .modal-backdrop.fade {
  opacity: 0;
}
.cid-ulIXXhLMVG .modal-backdrop.show {
  opacity: .5;
}
.cid-ulIXXhLMVG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ulIXXhLMVG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ulIXXhLMVG .modal-header {
    padding: 1rem;
  }
}
.cid-ulIXXhLMVG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ulIXXhLMVG .modal-header .close svg {
  fill: #353535;
}
.cid-ulIXXhLMVG .modal-header .close:hover {
  opacity: 1;
}
.cid-ulIXXhLMVG .modal-header .close:focus {
  outline: none;
}
.cid-ulIXXhLMVG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ulIXXhLMVG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ulIXXhLMVG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulIXXhLMVG .modal-body {
    padding: 1rem;
  }
}
.cid-ulIXXhLMVG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ulIXXhLMVG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulIXXhLMVG .modal-footer {
    padding: 1rem;
  }
}
.cid-ulIXXhLMVG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ulIXXhLMVG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ulIXXhLMVG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ulIXXhLMVG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ulIXXhLMVG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ulIXXhLMVG .modal-lg,
  .cid-ulIXXhLMVG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ulIXXhLMVG .modal-xl {
    max-width: 1140px;
  }
}
.cid-ulIXXhLMVG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ulIXXhLMVG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ulIXXhLMVG .form-group {
  margin-bottom: 1rem;
}
.cid-ulIXXhLMVG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ulIXXhLMVG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ulIXXhLMVG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ulIXXhLMVG .mbr-section-btn {
  margin: 0;
}
.cid-ulIXXhLMVG .mbr-section-btn .btn {
  margin: 0;
}
.cid-ulIXXZljNK.popup-builder {
  background-color: #ffffff;
}
.cid-ulIXXZljNK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ulIXXZljNK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ulIXXZljNK .modal-content,
.cid-ulIXXZljNK .modal-dialog {
  height: auto;
}
.cid-ulIXXZljNK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ulIXXZljNK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ulIXXZljNK .form-wrapper .mbr-form .form-group,
  .cid-ulIXXZljNK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ulIXXZljNK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ulIXXZljNK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulIXXZljNK .mbr-text {
  text-align: left;
}
.cid-ulIXXZljNK .pt-0 {
  padding-top: 0 !important;
}
.cid-ulIXXZljNK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ulIXXZljNK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ulIXXZljNK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ulIXXZljNK .modal-open {
  overflow: hidden;
}
.cid-ulIXXZljNK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ulIXXZljNK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ulIXXZljNK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ulIXXZljNK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ulIXXZljNK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ulIXXZljNK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ulIXXZljNK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ulIXXZljNK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ulIXXZljNK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ulIXXZljNK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ulIXXZljNK .modal-backdrop.fade {
  opacity: 0;
}
.cid-ulIXXZljNK .modal-backdrop.show {
  opacity: .5;
}
.cid-ulIXXZljNK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ulIXXZljNK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ulIXXZljNK .modal-header {
    padding: 1rem;
  }
}
.cid-ulIXXZljNK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ulIXXZljNK .modal-header .close svg {
  fill: #353535;
}
.cid-ulIXXZljNK .modal-header .close:hover {
  opacity: 1;
}
.cid-ulIXXZljNK .modal-header .close:focus {
  outline: none;
}
.cid-ulIXXZljNK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ulIXXZljNK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ulIXXZljNK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulIXXZljNK .modal-body {
    padding: 1rem;
  }
}
.cid-ulIXXZljNK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ulIXXZljNK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulIXXZljNK .modal-footer {
    padding: 1rem;
  }
}
.cid-ulIXXZljNK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ulIXXZljNK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ulIXXZljNK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ulIXXZljNK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ulIXXZljNK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ulIXXZljNK .modal-lg,
  .cid-ulIXXZljNK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ulIXXZljNK .modal-xl {
    max-width: 1140px;
  }
}
.cid-ulIXXZljNK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ulIXXZljNK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ulIXXZljNK .form-group {
  margin-bottom: 1rem;
}
.cid-ulIXXZljNK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ulIXXZljNK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ulIXXZljNK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ulIXXZljNK .mbr-section-btn {
  margin: 0;
}
.cid-ulIXXZljNK .mbr-section-btn .btn {
  margin: 0;
}
.cid-uiOYFzZsjb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/9072b2c9bdc481b0c377832d1c23d379-2000x2000.jpg");
}
.cid-uiOYFzZsjb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiOYFzZsjb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiOYFzZsjb .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uiOYFzZsjb .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uiOYFzZsjb .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uiOYFzZsjb .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uiOYFzZsjb .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uiOYFzZsjb .row {
  flex-direction: row-reverse;
}
.cid-uiOYFzZsjb .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uiOYFzZsjb .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uiOYFzZsjb .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uiOYFzZsjb .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uiOYFzZsjb .image-wrapper {
  padding: 0 1rem;
}
.cid-uiOYFzZsjb img,
.cid-uiOYFzZsjb .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uiOYFzZsjb img,
  .cid-uiOYFzZsjb .image-wrapper {
    max-height: 350px;
  }
}
.cid-uiOYFzZsjb .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uiOYFzZsjb .mbr-text {
  color: #000000;
}
.cid-uiOYFzZsjb .mbr-text,
.cid-uiOYFzZsjb .mbr-section-btn {
  text-align: left;
}
.cid-uiOYFzZsjb .price {
  color: #232323;
  text-align: left;
}
.cid-uiOYFzZsjb .content-head {
  max-width: 800px;
}
.cid-uiOYFzZsjb .mbr-section-maintitle {
  text-align: center;
  color: #ffffff;
}
.cid-uiOYFzZsjb .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-ulIhO59GWX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ulIhO59GWX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulIhO59GWX .item {
    margin-bottom: 1rem;
  }
}
.cid-ulIhO59GWX .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ulIhO59GWX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ulIhO59GWX .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-ulIhO59GWX .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ulIhO59GWX .carousel-control,
.cid-ulIhO59GWX .close {
  background: #1b1b1b;
}
.cid-ulIhO59GWX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ulIhO59GWX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ulIhO59GWX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ulIhO59GWX .carousel-control-next span {
  margin-left: 5px;
}
.cid-ulIhO59GWX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ulIhO59GWX .close::before {
  content: '\e91a';
}
.cid-ulIhO59GWX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ulIhO59GWX .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ulIhO59GWX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulIhO59GWX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ulIhO59GWX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ulIhO59GWX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ulIhO59GWX .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ulIhO59GWX .carousel-indicators li.active,
.cid-ulIhO59GWX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ulIhO59GWX .carousel-indicators li::after,
.cid-ulIhO59GWX .carousel-indicators li::before {
  content: none;
}
.cid-ulIhO59GWX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ulIhO59GWX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ulIhO59GWX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulIhO59GWX .carousel-indicators {
    display: none;
  }
}
.cid-ulIhO59GWX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ulIhO59GWX .carousel-inner > .active {
  display: block;
}
.cid-ulIhO59GWX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulIhO59GWX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ulIhO59GWX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ulIhO59GWX .carousel-control,
  .cid-ulIhO59GWX .carousel-indicators,
  .cid-ulIhO59GWX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ulIhO59GWX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ulIhO59GWX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ulIhO59GWX .carousel-indicators .active,
.cid-ulIhO59GWX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ulIhO59GWX .carousel-indicators .active {
  background: #fff;
}
.cid-ulIhO59GWX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ulIhO59GWX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ulIhO59GWX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ulIhO59GWX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ulIhO59GWX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ulIhO59GWX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ulIhO59GWX .carousel {
  width: 100%;
}
.cid-ulIhO59GWX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ulIhO59GWX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ulIhO59GWX .modal.fade .modal-dialog,
.cid-ulIhO59GWX .modal.in .modal-dialog {
  transform: none;
}
.cid-ulIhO59GWX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ulIhO59GWX .content-head {
  max-width: 800px;
}
.cid-ujzcZT4zXO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/15891fa766aa81ff3bb822f869e75601-500x875.jpg");
}
.cid-ujzcZT4zXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujzcZT4zXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujzcZT4zXO .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ujzcZT4zXO .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ujzcZT4zXO .container {
    padding: 0 30px;
  }
}
.cid-ujzcZT4zXO .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.cid-ujzcZT4zXO .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-ujzcZT4zXO .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-ujzcZT4zXO .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-ujzcZT4zXO .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-ujzcZT4zXO .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ujzcZT4zXO .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-ujzcZT4zXO .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.cid-ujzcZT4zXO .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .cid-ujzcZT4zXO .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.cid-ujzcZT4zXO .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.cid-ujzcZT4zXO .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.cid-ujzcZT4zXO .item-title {
  color: #144031;
}
.cid-ujzcZT4zXO .item-text {
  color: #ffffff;
}
.cid-ulOX8kFSMB.popup-builder {
  background-color: #ffffff;
}
.cid-ulOX8kFSMB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ulOX8kFSMB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ulOX8kFSMB .modal-content,
.cid-ulOX8kFSMB .modal-dialog {
  height: auto;
}
.cid-ulOX8kFSMB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ulOX8kFSMB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ulOX8kFSMB .form-wrapper .mbr-form .form-group,
  .cid-ulOX8kFSMB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ulOX8kFSMB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ulOX8kFSMB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulOX8kFSMB .mbr-text {
  text-align: center;
}
.cid-ulOX8kFSMB .pt-0 {
  padding-top: 0 !important;
}
.cid-ulOX8kFSMB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ulOX8kFSMB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ulOX8kFSMB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ulOX8kFSMB .modal-open {
  overflow: hidden;
}
.cid-ulOX8kFSMB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ulOX8kFSMB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ulOX8kFSMB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ulOX8kFSMB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ulOX8kFSMB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ulOX8kFSMB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ulOX8kFSMB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ulOX8kFSMB .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ulOX8kFSMB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ulOX8kFSMB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ulOX8kFSMB .modal-backdrop.fade {
  opacity: 0;
}
.cid-ulOX8kFSMB .modal-backdrop.show {
  opacity: .5;
}
.cid-ulOX8kFSMB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ulOX8kFSMB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ulOX8kFSMB .modal-header {
    padding: 1rem;
  }
}
.cid-ulOX8kFSMB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ulOX8kFSMB .modal-header .close svg {
  fill: #ffffff;
}
.cid-ulOX8kFSMB .modal-header .close:hover {
  opacity: 1;
}
.cid-ulOX8kFSMB .modal-header .close:focus {
  outline: none;
}
.cid-ulOX8kFSMB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ulOX8kFSMB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ulOX8kFSMB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulOX8kFSMB .modal-body {
    padding: 1rem;
  }
}
.cid-ulOX8kFSMB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ulOX8kFSMB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulOX8kFSMB .modal-footer {
    padding: 1rem;
  }
}
.cid-ulOX8kFSMB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ulOX8kFSMB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ulOX8kFSMB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ulOX8kFSMB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ulOX8kFSMB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ulOX8kFSMB .modal-lg,
  .cid-ulOX8kFSMB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ulOX8kFSMB .modal-xl {
    max-width: 1140px;
  }
}
.cid-ulOX8kFSMB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ulOX8kFSMB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ulOX8kFSMB .form-group {
  margin-bottom: 1rem;
}
.cid-ulOX8kFSMB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ulOX8kFSMB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ulOX8kFSMB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ulOX8kFSMB .mbr-section-btn {
  margin: 0;
}
.cid-ulOX8kFSMB .mbr-section-btn .btn {
  margin: 0;
}
.cid-ulOKNYO1ch.popup-builder {
  background-color: #ffffff;
}
.cid-ulOKNYO1ch.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ulOKNYO1ch.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ulOKNYO1ch .modal-content,
.cid-ulOKNYO1ch .modal-dialog {
  height: auto;
}
.cid-ulOKNYO1ch .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ulOKNYO1ch .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ulOKNYO1ch .form-wrapper .mbr-form .form-group,
  .cid-ulOKNYO1ch .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ulOKNYO1ch .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ulOKNYO1ch .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulOKNYO1ch .mbr-text {
  text-align: center;
}
.cid-ulOKNYO1ch .pt-0 {
  padding-top: 0 !important;
}
.cid-ulOKNYO1ch .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ulOKNYO1ch .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ulOKNYO1ch .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ulOKNYO1ch .modal-open {
  overflow: hidden;
}
.cid-ulOKNYO1ch .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ulOKNYO1ch .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ulOKNYO1ch .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ulOKNYO1ch .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ulOKNYO1ch .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ulOKNYO1ch .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ulOKNYO1ch .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ulOKNYO1ch .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ulOKNYO1ch .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ulOKNYO1ch .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ulOKNYO1ch .modal-backdrop.fade {
  opacity: 0;
}
.cid-ulOKNYO1ch .modal-backdrop.show {
  opacity: .5;
}
.cid-ulOKNYO1ch .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ulOKNYO1ch .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ulOKNYO1ch .modal-header {
    padding: 1rem;
  }
}
.cid-ulOKNYO1ch .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ulOKNYO1ch .modal-header .close svg {
  fill: #ffffff;
}
.cid-ulOKNYO1ch .modal-header .close:hover {
  opacity: 1;
}
.cid-ulOKNYO1ch .modal-header .close:focus {
  outline: none;
}
.cid-ulOKNYO1ch .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ulOKNYO1ch .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ulOKNYO1ch .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulOKNYO1ch .modal-body {
    padding: 1rem;
  }
}
.cid-ulOKNYO1ch .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ulOKNYO1ch .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulOKNYO1ch .modal-footer {
    padding: 1rem;
  }
}
.cid-ulOKNYO1ch .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ulOKNYO1ch .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ulOKNYO1ch .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ulOKNYO1ch .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ulOKNYO1ch .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ulOKNYO1ch .modal-lg,
  .cid-ulOKNYO1ch .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ulOKNYO1ch .modal-xl {
    max-width: 1140px;
  }
}
.cid-ulOKNYO1ch .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ulOKNYO1ch .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ulOKNYO1ch .form-group {
  margin-bottom: 1rem;
}
.cid-ulOKNYO1ch .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ulOKNYO1ch .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ulOKNYO1ch .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ulOKNYO1ch .mbr-section-btn {
  margin: 0;
}
.cid-ulOKNYO1ch .mbr-section-btn .btn {
  margin: 0;
}
.cid-ulOMjx6nas.popup-builder {
  background-color: #ffffff;
}
.cid-ulOMjx6nas.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ulOMjx6nas.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ulOMjx6nas .modal-content,
.cid-ulOMjx6nas .modal-dialog {
  height: auto;
}
.cid-ulOMjx6nas .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ulOMjx6nas .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ulOMjx6nas .form-wrapper .mbr-form .form-group,
  .cid-ulOMjx6nas .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ulOMjx6nas .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ulOMjx6nas .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulOMjx6nas .mbr-text {
  text-align: center;
}
.cid-ulOMjx6nas .pt-0 {
  padding-top: 0 !important;
}
.cid-ulOMjx6nas .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ulOMjx6nas .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ulOMjx6nas .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ulOMjx6nas .modal-open {
  overflow: hidden;
}
.cid-ulOMjx6nas .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ulOMjx6nas .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ulOMjx6nas .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ulOMjx6nas .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ulOMjx6nas .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ulOMjx6nas .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ulOMjx6nas .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ulOMjx6nas .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ulOMjx6nas .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ulOMjx6nas .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ulOMjx6nas .modal-backdrop.fade {
  opacity: 0;
}
.cid-ulOMjx6nas .modal-backdrop.show {
  opacity: .5;
}
.cid-ulOMjx6nas .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ulOMjx6nas .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ulOMjx6nas .modal-header {
    padding: 1rem;
  }
}
.cid-ulOMjx6nas .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ulOMjx6nas .modal-header .close svg {
  fill: #ffffff;
}
.cid-ulOMjx6nas .modal-header .close:hover {
  opacity: 1;
}
.cid-ulOMjx6nas .modal-header .close:focus {
  outline: none;
}
.cid-ulOMjx6nas .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ulOMjx6nas .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ulOMjx6nas .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulOMjx6nas .modal-body {
    padding: 1rem;
  }
}
.cid-ulOMjx6nas .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ulOMjx6nas .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulOMjx6nas .modal-footer {
    padding: 1rem;
  }
}
.cid-ulOMjx6nas .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ulOMjx6nas .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ulOMjx6nas .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ulOMjx6nas .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ulOMjx6nas .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ulOMjx6nas .modal-lg,
  .cid-ulOMjx6nas .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ulOMjx6nas .modal-xl {
    max-width: 1140px;
  }
}
.cid-ulOMjx6nas .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ulOMjx6nas .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ulOMjx6nas .form-group {
  margin-bottom: 1rem;
}
.cid-ulOMjx6nas .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ulOMjx6nas .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ulOMjx6nas .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ulOMjx6nas .mbr-section-btn {
  margin: 0;
}
.cid-ulOMjx6nas .mbr-section-btn .btn {
  margin: 0;
}
.cid-ulORh61DKx.popup-builder {
  background-color: #ffffff;
}
.cid-ulORh61DKx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ulORh61DKx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ulORh61DKx .modal-content,
.cid-ulORh61DKx .modal-dialog {
  height: auto;
}
.cid-ulORh61DKx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ulORh61DKx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ulORh61DKx .form-wrapper .mbr-form .form-group,
  .cid-ulORh61DKx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ulORh61DKx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ulORh61DKx .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulORh61DKx .mbr-text {
  text-align: center;
}
.cid-ulORh61DKx .pt-0 {
  padding-top: 0 !important;
}
.cid-ulORh61DKx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ulORh61DKx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ulORh61DKx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ulORh61DKx .modal-open {
  overflow: hidden;
}
.cid-ulORh61DKx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ulORh61DKx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ulORh61DKx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ulORh61DKx .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ulORh61DKx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ulORh61DKx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ulORh61DKx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ulORh61DKx .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ulORh61DKx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ulORh61DKx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ulORh61DKx .modal-backdrop.fade {
  opacity: 0;
}
.cid-ulORh61DKx .modal-backdrop.show {
  opacity: .5;
}
.cid-ulORh61DKx .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ulORh61DKx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ulORh61DKx .modal-header {
    padding: 1rem;
  }
}
.cid-ulORh61DKx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ulORh61DKx .modal-header .close svg {
  fill: #ffffff;
}
.cid-ulORh61DKx .modal-header .close:hover {
  opacity: 1;
}
.cid-ulORh61DKx .modal-header .close:focus {
  outline: none;
}
.cid-ulORh61DKx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ulORh61DKx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ulORh61DKx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulORh61DKx .modal-body {
    padding: 1rem;
  }
}
.cid-ulORh61DKx .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ulORh61DKx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulORh61DKx .modal-footer {
    padding: 1rem;
  }
}
.cid-ulORh61DKx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ulORh61DKx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ulORh61DKx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ulORh61DKx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ulORh61DKx .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ulORh61DKx .modal-lg,
  .cid-ulORh61DKx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ulORh61DKx .modal-xl {
    max-width: 1140px;
  }
}
.cid-ulORh61DKx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ulORh61DKx .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ulORh61DKx .form-group {
  margin-bottom: 1rem;
}
.cid-ulORh61DKx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ulORh61DKx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ulORh61DKx .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ulORh61DKx .mbr-section-btn {
  margin: 0;
}
.cid-ulORh61DKx .mbr-section-btn .btn {
  margin: 0;
}
.cid-ujzxXCi0Lt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/13-fiebig-taita-sagalla-kasigau-hills-1136-1920x1278.jpg");
}
.cid-ujzxXCi0Lt .mbr-iconfont {
  color: #00d8a6 !important;
  font-size: 3.5rem !important;
}
.cid-ujzxXCi0Lt .row {
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-ujzxXCi0Lt .link {
  margin: 0;
}
.cid-ujzxXCi0Lt .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-ujzxXCi0Lt .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-ujzxXCi0Lt h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-ujzxXCi0Lt h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ujzxXCi0Lt h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-ujzxXCi0Lt .btn {
  margin: 0.2rem !important;
}
.cid-ujzxXCi0Lt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujzxXCi0Lt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujzxXCi0Lt H1 {
  text-align: center;
}
.cid-ulOTTddQpK.popup-builder {
  background-color: #ffffff;
}
.cid-ulOTTddQpK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ulOTTddQpK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ulOTTddQpK .modal-content,
.cid-ulOTTddQpK .modal-dialog {
  height: auto;
}
.cid-ulOTTddQpK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ulOTTddQpK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ulOTTddQpK .form-wrapper .mbr-form .form-group,
  .cid-ulOTTddQpK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ulOTTddQpK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ulOTTddQpK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulOTTddQpK .mbr-text {
  text-align: center;
}
.cid-ulOTTddQpK .pt-0 {
  padding-top: 0 !important;
}
.cid-ulOTTddQpK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ulOTTddQpK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ulOTTddQpK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ulOTTddQpK .modal-open {
  overflow: hidden;
}
.cid-ulOTTddQpK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ulOTTddQpK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ulOTTddQpK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ulOTTddQpK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ulOTTddQpK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ulOTTddQpK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ulOTTddQpK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ulOTTddQpK .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ulOTTddQpK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ulOTTddQpK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ulOTTddQpK .modal-backdrop.fade {
  opacity: 0;
}
.cid-ulOTTddQpK .modal-backdrop.show {
  opacity: .5;
}
.cid-ulOTTddQpK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ulOTTddQpK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ulOTTddQpK .modal-header {
    padding: 1rem;
  }
}
.cid-ulOTTddQpK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ulOTTddQpK .modal-header .close svg {
  fill: #ffffff;
}
.cid-ulOTTddQpK .modal-header .close:hover {
  opacity: 1;
}
.cid-ulOTTddQpK .modal-header .close:focus {
  outline: none;
}
.cid-ulOTTddQpK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ulOTTddQpK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ulOTTddQpK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulOTTddQpK .modal-body {
    padding: 1rem;
  }
}
.cid-ulOTTddQpK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ulOTTddQpK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ulOTTddQpK .modal-footer {
    padding: 1rem;
  }
}
.cid-ulOTTddQpK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ulOTTddQpK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ulOTTddQpK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ulOTTddQpK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ulOTTddQpK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ulOTTddQpK .modal-lg,
  .cid-ulOTTddQpK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ulOTTddQpK .modal-xl {
    max-width: 1140px;
  }
}
.cid-ulOTTddQpK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ulOTTddQpK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ulOTTddQpK .form-group {
  margin-bottom: 1rem;
}
.cid-ulOTTddQpK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ulOTTddQpK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ulOTTddQpK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ulOTTddQpK .mbr-section-btn {
  margin: 0;
}
.cid-ulOTTddQpK .mbr-section-btn .btn {
  margin: 0;
}
.cid-ulIskrCGPX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ulIskrCGPX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ulIskrCGPX .item {
    margin-bottom: 1rem;
  }
}
.cid-ulIskrCGPX .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ulIskrCGPX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ulIskrCGPX .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-ulIskrCGPX .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-ulIskrCGPX .carousel-control,
.cid-ulIskrCGPX .close {
  background: #1b1b1b;
}
.cid-ulIskrCGPX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ulIskrCGPX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ulIskrCGPX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ulIskrCGPX .carousel-control-next span {
  margin-left: 5px;
}
.cid-ulIskrCGPX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ulIskrCGPX .close::before {
  content: '\e91a';
}
.cid-ulIskrCGPX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ulIskrCGPX .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ulIskrCGPX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulIskrCGPX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ulIskrCGPX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ulIskrCGPX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ulIskrCGPX .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ulIskrCGPX .carousel-indicators li.active,
.cid-ulIskrCGPX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ulIskrCGPX .carousel-indicators li::after,
.cid-ulIskrCGPX .carousel-indicators li::before {
  content: none;
}
.cid-ulIskrCGPX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ulIskrCGPX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ulIskrCGPX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ulIskrCGPX .carousel-indicators {
    display: none;
  }
}
.cid-ulIskrCGPX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ulIskrCGPX .carousel-inner > .active {
  display: block;
}
.cid-ulIskrCGPX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulIskrCGPX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ulIskrCGPX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ulIskrCGPX .carousel-control,
  .cid-ulIskrCGPX .carousel-indicators,
  .cid-ulIskrCGPX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ulIskrCGPX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ulIskrCGPX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ulIskrCGPX .carousel-indicators .active,
.cid-ulIskrCGPX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ulIskrCGPX .carousel-indicators .active {
  background: #fff;
}
.cid-ulIskrCGPX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ulIskrCGPX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ulIskrCGPX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ulIskrCGPX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ulIskrCGPX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ulIskrCGPX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ulIskrCGPX .carousel {
  width: 100%;
}
.cid-ulIskrCGPX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ulIskrCGPX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ulIskrCGPX .modal.fade .modal-dialog,
.cid-ulIskrCGPX .modal.in .modal-dialog {
  transform: none;
}
.cid-ulIskrCGPX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ulIskrCGPX .content-head {
  max-width: 800px;
}
.cid-ulIxxX8Yba {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ulIxxX8Yba .mbr-section-head {
  margin-bottom: 50px;
}
.cid-ulIxxX8Yba .mbr-section-title {
  color: #ffa600;
}
.cid-ulIxxX8Yba .mbr-section-subtitle {
  color: #303030;
  margin-top: 10px;
}
.cid-ulIxxX8Yba .embla {
  position: relative;
  width: 100%;
}
.cid-ulIxxX8Yba .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ulIxxX8Yba .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ulIxxX8Yba .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ulIxxX8Yba .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ulIxxX8Yba .embla__slide {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: calc(100vw / 3 - 60px);
  width: calc(100vw / 3 - 60px);
  margin: 0 30px;
  border: 1px solid #eaeaea;
}
@media (max-width: 991px) {
  .cid-ulIxxX8Yba .embla__slide {
    min-width: 50%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-ulIxxX8Yba .embla__slide {
    min-width: 100%;
    width: 100%;
  }
}
.cid-ulIxxX8Yba .item:focus,
.cid-ulIxxX8Yba span:focus {
  outline: none;
}
.cid-ulIxxX8Yba .slide-content {
  position: relative;
  border-radius: 0;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-ulIxxX8Yba .item-img {
  width: 100%;
}
.cid-ulIxxX8Yba .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: calc(408 / (114 * 3));
}
.cid-ulIxxX8Yba .embla__button--next,
.cid-ulIxxX8Yba .embla__button--prev {
  display: flex;
}
.cid-ulIxxX8Yba .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(155, 141, 183, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-ulIxxX8Yba .embla__button {
    display: none;
  }
}
.cid-ulIxxX8Yba .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ulIxxX8Yba .embla__button:hover {
  background: #9b8db7;
  color: #FFFFFF;
}
.cid-ulIxxX8Yba .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ulIxxX8Yba .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ulIxxX8Yba .embla__button {
    top: auto;
  }
}
.cid-ulIovt6h1n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulIovt6h1n img {
  width: auto;
  height: 100px;
  margin: auto;
}
.cid-ulIovt6h1n .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ulIovt6h1n .card {
    max-width: 16.66%;
  }
}
.cid-ulIovt6h1n .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-ulIovt6h1n .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-ulIpbqx7U7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulIpbqx7U7 img {
  width: auto;
  height: 100px;
  margin: auto;
}
.cid-ulIpbqx7U7 .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ulIpbqx7U7 .card {
    max-width: 16.66%;
  }
}
.cid-ulIpbqx7U7 .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-ulIpbqx7U7 .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-ulIpcpbd0v {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulIpcpbd0v img {
  width: auto;
  height: 80px;
  margin: auto;
}
.cid-ulIpcpbd0v .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ulIpcpbd0v .card {
    max-width: 16.66%;
  }
}
.cid-ulIpcpbd0v .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-ulIpcpbd0v .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-ulIn8n8grR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulIn8n8grR img {
  width: auto;
  height: 80px;
  margin: auto;
}
.cid-ulIn8n8grR .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ulIn8n8grR .card {
    max-width: 16.66%;
  }
}
.cid-ulIn8n8grR .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-ulIn8n8grR .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-ulIpdsSvFG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulIpdsSvFG img {
  width: auto;
  height: 60px;
  margin: auto;
}
.cid-ulIpdsSvFG .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ulIpdsSvFG .card {
    max-width: 16.66%;
  }
}
.cid-ulIpdsSvFG .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-ulIpdsSvFG .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-ulIqZrKeWm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ulIqZrKeWm img {
  width: auto;
  height: 60px;
  margin: auto;
}
.cid-ulIqZrKeWm .card {
  transition: all 0.3s;
  height: fit-content;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ulIqZrKeWm .card {
    max-width: 16.66%;
  }
}
.cid-ulIqZrKeWm .mbr-section-subtitle {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-ulIqZrKeWm .mbr-section-subtitle {
    text-align: center;
    padding: 0 1rem;
  }
}
.cid-uilOUTBaTb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/1720788-hsc00001-7-770x297.jpg");
}
.cid-uilOUTBaTb .contacts-name {
  padding-bottom: 5px;
  margin: 0;
  color: #a3a6b2;
}
.cid-uilOUTBaTb .contacts-info {
  padding-bottom: 30px;
  color: #ffffff;
  margin: 0;
}
.cid-uilOUTBaTb .margin {
  margin-bottom: 10px;
}
.cid-uilOUTBaTb .mbr-section-title {
  color: white;
  margin-bottom: 20px;
  padding: 0;
}
.cid-uilOUTBaTb .description {
  color: #a3a6b2;
  margin-bottom: 50px;
  padding: 0;
}
.cid-uilOUTBaTb .title {
  font-size: 24px;
}
.cid-uilOUTBaTb .form-heading {
  margin-bottom: 40px;
}
.cid-uilOUTBaTb label {
  color: #ffffff;
  margin-bottom: 5px;
}
.cid-uilOUTBaTb input,
.cid-uilOUTBaTb textarea {
  background-color: #3F424E;
  margin-bottom: 30px;
}
.cid-uilOUTBaTb .gray-button {
  margin: 0;
  background-color: #3F424E;
  color: #ffffff;
}
.cid-uilOUTBaTb .mbr-section-btn {
  margin: 0;
  padding: 0;
}
.cid-uilOUTBaTb .form-group {
  padding: 0 5px;
  margin: 0;
}
.cid-uilOUTBaTb .left-side {
  padding: 0;
}
@media (max-width: 1000px) {
  .cid-uilOUTBaTb .gray-button {
    margin-bottom: 50px;
    margin-top: 0px;
  }
}
.cid-uilOUTBaTb .gray-button:hover {
  background-color: #5e6068;
}
.cid-uilOUTBaTb ::placeholder {
  color: #a3a6b2;
}
