.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Cabin', sans-serif;
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Cabin', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Cabin', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #3086ff !important;
}
.bg-success {
  background-color: #2168d5 !important;
}
.bg-info {
  background-color: #ffae00 !important;
}
.bg-warning {
  background-color: #906cff !important;
}
.bg-danger {
  background-color: #db1eff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3086ff !important;
  border-color: #3086ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #005ad8 !important;
  border-color: #005ad8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #005ad8 !important;
  border-color: #005ad8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00e218 !important;
  border-color: #00e218 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #008b0f !important;
  border-color: #008b0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #008b0f !important;
  border-color: #008b0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffae00 !important;
  border-color: #ffae00 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a87300 !important;
  border-color: #a87300 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a87300 !important;
  border-color: #a87300 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2168d5 !important;
  border-color: #2168d5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #15438a !important;
  border-color: #15438a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #15438a !important;
  border-color: #15438a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #906cff !important;
  border-color: #906cff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #4f15ff !important;
  border-color: #4f15ff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4f15ff !important;
  border-color: #4f15ff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #db1eff !important;
  border-color: #db1eff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a700c6 !important;
  border-color: #a700c6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a700c6 !important;
  border-color: #a700c6 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #3086ff;
  color: #3086ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #005ad8 !important;
  background-color: transparent!important;
  border-color: #005ad8 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3086ff !important;
  border-color: #3086ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #00e218;
  color: #00e218;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #008b0f !important;
  background-color: transparent!important;
  border-color: #008b0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00e218 !important;
  border-color: #00e218 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffae00;
  color: #ffae00;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a87300 !important;
  background-color: transparent!important;
  border-color: #a87300 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ffae00 !important;
  border-color: #ffae00 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2168d5;
  color: #2168d5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #15438a !important;
  background-color: transparent!important;
  border-color: #15438a !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2168d5 !important;
  border-color: #2168d5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #906cff;
  color: #906cff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4f15ff !important;
  background-color: transparent!important;
  border-color: #4f15ff !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #906cff !important;
  border-color: #906cff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #db1eff;
  color: #db1eff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a700c6 !important;
  background-color: transparent!important;
  border-color: #a700c6 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #db1eff !important;
  border-color: #db1eff !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: #3086ff !important;
}
.text-secondary {
  color: #00e218 !important;
}
.text-success {
  color: #2168d5 !important;
}
.text-info {
  color: #ffae00 !important;
}
.text-warning {
  color: #906cff !important;
}
.text-danger {
  color: #db1eff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0054c9 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #007c0d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #133d7d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #996800 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #4306ff !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9a00b7 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #3086ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffae00;
}
.alert-warning {
  background-color: #906cff;
}
.alert-danger {
  background-color: #db1eff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3086ff;
  border-color: #3086ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3086ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcfdff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cbdcf7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffefcc;
}
.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: #fceaff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #3086ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #3086ff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3086ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3086ff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3086ff;
  border-bottom-color: #3086ff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #3086ff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #00e218 !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='%233086ff' %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;
}
.cid-url1GcEkdq {
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-url1GcEkdq .mbr-fallback-image.disabled {
  display: none;
}
.cid-url1GcEkdq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-url1GcEkdq .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-url1GcEkdq .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-url1GcEkdq .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-url1GcEkdq .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-url1GcEkdq .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-url1GcEkdq .row {
  flex-direction: row-reverse;
}
.cid-url1GcEkdq .image-wrapper {
  padding: 0 1rem;
}
.cid-url1GcEkdq img,
.cid-url1GcEkdq .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-url1GcEkdq img,
  .cid-url1GcEkdq .image-wrapper {
    max-height: 350px;
  }
}
.cid-url1GcEkdq .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-url1GcEkdq .mbr-text {
  color: #000000;
}
.cid-url14doPme {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9fe870;
}
.cid-url14doPme .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-url14doPme .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-url1SoFOiF {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-url1SoFOiF .mbr-fallback-image.disabled {
  display: none;
}
.cid-url1SoFOiF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-url0QJj299 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ff7520;
}
.cid-url0QJj299 input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-url0QJj299 input:hover {
  border: none !important;
}
.cid-url0QJj299 .btn {
  height: 100%;
  margin: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-url0QJj299 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-url0QJj299 .row {
  justify-content: center;
}
.cid-url0QJj299 .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-url0QJj299 .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-url0QJj299 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-url0QJj299 .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-url0QJj299 .justify-content-center {
  align-items: center;
}
.cid-url0QJj299 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-up9tS7Nyzu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up9tS7Nyzu .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9tS7Nyzu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9tS7Nyzu .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-up9tS7Nyzu .item .icon-wrap {
  text-align: center;
}
.cid-up9tS7Nyzu .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-up9tS7Nyzu .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #6592e6;
}
.cid-up9tS7Nyzu .item.first:before {
  display: none;
}
.cid-up9tS7Nyzu .item.five:before {
  display: none;
}
.cid-up9tS7Nyzu .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-up9tS7Nyzu .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-up9tS7Nyzu .mbr-iconfont {
  color: #3086ff !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-up9tS7Nyzu .item:before {
    display: none;
  }
  .cid-up9tS7Nyzu .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ureVaUrmdp {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-ureVaUrmdp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ureVaUrmdp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ureVaUrmdp .mbr-text,
.cid-ureVaUrmdp .mbr-section-btn {
  color: #232323;
}
.cid-ureVaUrmdp .btn {
  width: 100%;
}
.cid-ureVaUrmdp .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-sFGNHRkFsi {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fafafa;
}
.cid-sFGNHRkFsi .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sFGNHRkFsi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFGNHRkFsi .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-sFGMfPD7iT {
  padding-top: 10rem;
  padding-bottom: 20rem;
  background-image: url("../../../assets/images/the-konvertrix-condo.jpg");
}
.cid-sFGMfPD7iT .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-sFGMfPD7iT .mbr-text,
.cid-sFGMfPD7iT .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-url168aVQl {
  background-color: #3bf34e;
}
@media (min-width: 991px) {
  .cid-url168aVQl .container-fluid {
    padding-left: 0;
  }
}
.cid-url168aVQl .mbr-text,
.cid-url168aVQl .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-url168aVQl .mbr-text,
  .cid-url168aVQl .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-url168aVQl .mbr-text,
  .cid-url168aVQl .mbr-section-title {
    text-align: center;
  }
}
.cid-url168aVQl a.btn {
  height: 100%;
  margin: 0;
}
.cid-url168aVQl .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-url168aVQl .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-url168aVQl .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-url168aVQl .justify-content-center {
  align-items: center;
}
.cid-url168aVQl .mbr-text {
  text-align: center;
}
.cid-url168aVQl .mbr-section-title {
  text-align: center;
}
.cid-up9tU5d9t8 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-up9tU5d9t8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9tU5d9t8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9uGWP6w3 {
  padding-top: 10rem;
  padding-bottom: 20rem;
  background-image: url("../../../assets/images/the-konvertrix-condo.jpg");
}
.cid-up9uGWP6w3 .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-up9uGWP6w3 .mbr-text,
.cid-up9uGWP6w3 .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-sFGOTvnvck {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFGOTvnvck .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sFGOTvnvck .card {
    margin-bottom: 2rem!important;
  }
  .cid-sFGOTvnvck .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGOTvnvck .link-wrap {
    align-items: center;
  }
}
.cid-sFGOTvnvck .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-up9rRxp58P {
  padding-top: 10rem;
  padding-bottom: 20rem;
  background-color: #ff9b9b;
}
.cid-up9rRxp58P .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-up9rRxp58P .mbr-text,
.cid-up9rRxp58P .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-up9rRxp58P .mbr-section-subtitle {
  text-align: center;
}
.cid-sFGNGNNW5A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sFGNGNNW5A img,
.cid-sFGNGNNW5A .item-img {
  width: 100%;
}
.cid-sFGNGNNW5A .item:focus,
.cid-sFGNGNNW5A span:focus {
  outline: none;
}
.cid-sFGNGNNW5A .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFGNGNNW5A .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFGNGNNW5A .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sFGNGNNW5A .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGNGNNW5A .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sFGNGNNW5A .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sFGNGNNW5A .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFGNGNNW5A .mbr-section-title {
  color: #232323;
}
.cid-sFGNGNNW5A .mbr-text,
.cid-sFGNGNNW5A .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-sFGNGNNW5A .item-title {
  text-align: left;
}
.cid-sFGNGNNW5A .item-subtitle {
  text-align: left;
}
.cid-up9sbwUMVE {
  padding-top: 10rem;
  padding-bottom: 20rem;
}
.cid-up9sbwUMVE .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-up9sbwUMVE .mbr-text,
.cid-up9sbwUMVE .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-up9sbwUMVE .mbr-section-subtitle {
  text-align: center;
}
.cid-sFGS12H2E8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sFGS12H2E8 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-sFGS12H2E8 .currentcost {
  color: #232323;
}
.cid-sFGS12H2E8 .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-sFGS12H2E8 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGS12H2E8 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGS12H2E8 .text-box {
    padding: 1rem;
  }
}
.cid-sFGS12H2E8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGSUpvomC {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-sFGSUpvomC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFGSUpvomC .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFGSUpvomC .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFGSUpvomC .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFGSUpvomC .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFGSUpvomC .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGSUpvomC .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFGSUpvomC .social-row {
  text-align: center;
}
.cid-sFGSUpvomC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFGSUpvomC .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFGSUpvomC .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFGSUpvomC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFGThwwRWM {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sFGThwwRWM .mbr-media {
  position: relative;
}
.cid-sFGThwwRWM .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGThwwRWM .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sFGThwwRWM .mbr-media span {
  font-size: 6rem;
  transition: all 0.2s;
}
.cid-sFGThwwRWM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sFGThwwRWM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sFGThwwRWM .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sFGThwwRWM .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sFGThwwRWM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFGTcFRqw0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFGTcFRqw0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sFGTcFRqw0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sFGTcFRqw0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sFGTcFRqw0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFGTcFRqw0 textarea {
  min-height: 10rem;
}
.cid-upd8i4MOGj {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #8caff0;
}
.cid-upd8i4MOGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-upd8i4MOGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upd8i4MOGj .mbr-section-title,
.cid-upd8i4MOGj .mbr-text,
.cid-upd8i4MOGj .mbr-section-btn {
  text-align: center;
}
.cid-upd8i4MOGj .video-wrapper {
  margin: auto;
}
.cid-upd8i4MOGj .video-wrapper iframe {
  width: 100%;
}
.cid-up9ttlAJlu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-up9ttlAJlu .mbr-overlay {
  background-color: #00ea19;
  opacity: 0.4;
}
.cid-up9ttlAJlu form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-up9ttlAJlu form.mbr-form {
    padding: 3rem 2rem;
    width: 70%;
  }
}
@media (max-width: 991px) {
  .cid-up9ttlAJlu form.mbr-form {
    padding: 1rem;
  }
}
.cid-up9ttlAJlu form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-up9ttlAJlu form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-ureVHvcAMs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0b4889;
}
.cid-ureVHvcAMs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ureVHvcAMs .row {
    flex-direction: column-reverse;
  }
  .cid-ureVHvcAMs .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ureVHvcAMs .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ureVHvcAMs .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-ureVHvcAMs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ureVHvcAMs .mbr-text,
.cid-ureVHvcAMs .mbr-section-btn {
  color: #bbbbbb;
}
.cid-ureVHvcAMs .card-title {
  color: #ffffff;
}
.cid-url2Ns2PVQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-url2Ns2PVQ .mbr-overlay {
  background-color: #00ea19;
  opacity: 0.4;
}
.cid-url2Ns2PVQ form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-url2Ns2PVQ form.mbr-form {
    padding: 3rem 2rem;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .cid-url2Ns2PVQ form.mbr-form {
    padding: 1rem;
  }
}
.cid-url2Ns2PVQ form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-url2Ns2PVQ form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-ureVwVFfvm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0b4889;
}
.cid-ureVwVFfvm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ureVwVFfvm form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-ureVwVFfvm form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-ureVwVFfvm form.mbr-form {
    padding: 1rem;
  }
}
.cid-ureVwVFfvm form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ureVwVFfvm form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-ureVwVFfvm .mbr-section-title {
  color: #ffffff;
}
.cid-upd8lLmtIB {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #9fdbf8;
}
.cid-upd8lLmtIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-upd8lLmtIB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upd8lLmtIB .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-upd8lLmtIB .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-sFGVxOqzIN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-sFGVxOqzIN .media-container-row {
  justify-content: space-between;
}
.cid-sFGVxOqzIN .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-sFGVxOqzIN .text-content {
    max-width: none;
  }
}
.cid-sFGVxOqzIN .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sFGVxOqzIN .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sFGVxOqzIN .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sFGVxOqzIN .icons {
    justify-content: center !important;
  }
  .cid-sFGVxOqzIN .text-content * {
    text-align: center;
  }
}
.cid-upd8o3tQvH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upd8o3tQvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-upd8o3tQvH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upd8o3tQvH .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-upd8o3tQvH .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-upd8qQSrm8 {
  background-image: url("../../../assets/images/gradient-placeholder-123-blue.png");
}
.cid-upd8qQSrm8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upd8qQSrm8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upd8qQSrm8 .mbr-section-title,
.cid-upd8qQSrm8 .mbr-text,
.cid-upd8qQSrm8 .mbr-section-btn {
  text-align: center;
}
.cid-upd8qQSrm8 .video-wrapper {
  margin: auto;
}
.cid-upd8qQSrm8 .video-wrapper iframe {
  width: 100%;
}
.cid-upd8qQSrm8 .mbr-text,
.cid-upd8qQSrm8 .mbr-section-btn {
  color: #ffffff;
}
.cid-upd8qQSrm8 .mbr-section-title {
  color: #f3f6fb;
}
.cid-sFGSPUeMie {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sFGSPUeMie .google-map {
  height: 30rem;
  position: relative;
}
.cid-sFGSPUeMie .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFGSPUeMie .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sFGSPUeMie .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFGSPUeMie .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sFGSOnwtIp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-url7v4HJs3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9fe870;
}
.cid-url7v4HJs3 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-url7v4HJs3 .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-up9v5iKeeU {
  padding-top: 10rem;
  padding-bottom: 20rem;
  background-image: url("../../../assets/images/the-konvertrix-condo.jpg");
}
.cid-up9v5iKeeU .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-up9v5iKeeU .mbr-text,
.cid-up9v5iKeeU .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-url8oof41R {
  background-image: url("../../../assets/images/background5.jpg");
}
.cid-url8oof41R .mbr-fallback-image.disabled {
  display: none;
}
.cid-url8oof41R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-url8oof41R .number-wrap {
  color: #232323;
  text-align: center;
}
.cid-url8oof41R .number {
  color: #232323;
}
.cid-url8oof41R .period {
  display: block;
}
.cid-url8oof41R .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-url8oof41R .period {
    font-size: 0.8rem;
  }
}
.cid-url8oof41R .btn {
  height: 100%;
  margin: 0;
}
.cid-url8oof41R .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-url8K2szSz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #260a30;
}
.cid-url8K2szSz input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-url8K2szSz input:hover {
  border: none !important;
}
.cid-url8K2szSz .mbr-fallback-image.disabled {
  display: none;
}
.cid-url8K2szSz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-url8K2szSz .number-wrap {
  color: #ffd7ef;
  text-align: center;
}
.cid-url8K2szSz .number {
  color: #ffd7ef;
  white-space: nowrap;
}
.cid-url8K2szSz .row {
  justify-content: center;
}
.cid-url8K2szSz .period {
  display: block;
}
.cid-url8K2szSz .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-url8K2szSz .period {
    font-size: 0.8rem;
  }
}
.cid-url8K2szSz .btn {
  height: 100%;
  margin: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.cid-url8K2szSz .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-url8K2szSz .mbr-section-btn .btn {
  width: auto;
}
.cid-url8K2szSz .justify-content-center {
  align-items: center;
}
.cid-url8K2szSz .mbr-section-title {
  color: #ffd7ef;
}
.cid-url8K2szSz .mbr-section-subtitle,
.cid-url8K2szSz .mbr-text {
  color: #ffffff;
}
.cid-url8L6AXwf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-url8L6AXwf .mbr-fallback-image.disabled {
  display: none;
}
.cid-url8L6AXwf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-url8L6AXwf .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #edefeb;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3.5rem;
  width: 3.5rem;
}
.cid-url8L6AXwf .number-wrap {
  color: #9fe870;
  text-align: center;
}
.cid-url8L6AXwf .number {
  color: #9fe870;
}
.cid-url8L6AXwf .period {
  display: block;
}
.cid-url8L6AXwf .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-url8L6AXwf .period {
    font-size: 0.8rem;
  }
}
.cid-url8L6AXwf .btn {
  height: 100%;
  margin: 0;
}
.cid-url8L6AXwf .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-url8L6AXwf .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-url8L6AXwf .icons-menu .soc-item a:hover .mbr-iconfont,
.cid-url8L6AXwf .icons-menu .soc-item a:focus .mbr-iconfont {
  background-color: #9fe870;
}
.cid-url8L6AXwf .icons-menu .soc-item a .mbr-iconfont {
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #163300;
  background-color: #edefeb;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-url8L6AXwf .icons-menu .soc-item a .mbr-iconfont:before {
  padding: 1.1rem;
}
@media (max-width: 767px) {
  .cid-url8L6AXwf .icons-menu .soc-item a .mbr-iconfont:before {
    padding: 1.2rem;
  }
}
.cid-url9KX1Dov {
  background-color: #260a30;
}
.cid-url9KX1Dov input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-url9KX1Dov input:hover {
  border: none !important;
}
.cid-url9KX1Dov .mbr-fallback-image.disabled {
  display: none;
}
.cid-url9KX1Dov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-url9KX1Dov .number-wrap {
  color: #ffd7ef;
  text-align: center;
}
.cid-url9KX1Dov .number {
  color: #ffd7ef;
  white-space: nowrap;
}
.cid-url9KX1Dov .row {
  justify-content: center;
}
.cid-url9KX1Dov .period {
  display: block;
}
.cid-url9KX1Dov .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-url9KX1Dov .period {
    font-size: 0.8rem;
  }
}
.cid-url9KX1Dov .btn {
  height: 100%;
  margin: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.cid-url9KX1Dov .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-url9KX1Dov .mbr-section-btn .btn {
  width: auto;
}
.cid-url9KX1Dov .justify-content-center {
  align-items: center;
}
.cid-url9KX1Dov .mbr-section-title {
  color: #ffd7ef;
}
.cid-url9KX1Dov .mbr-section-subtitle,
.cid-url9KX1Dov .mbr-text {
  color: #ffffff;
}
.cid-up9v5l07zk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up9v5l07zk .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9v5l07zk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9v5l07zk .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-up9v5l07zk .item .icon-wrap {
  text-align: center;
}
.cid-up9v5l07zk .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-up9v5l07zk .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #2168d5;
}
.cid-up9v5l07zk .item.first:before {
  display: none;
}
.cid-up9v5l07zk .item.five:before {
  display: none;
}
.cid-up9v5l07zk .icon-box {
  background: #2168d5;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-up9v5l07zk .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-up9v5l07zk .mbr-iconfont {
  color: #3086ff !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-up9v5l07zk .item:before {
    display: none;
  }
  .cid-up9v5l07zk .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-url6LdUj5z {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-url6LdUj5z .mbr-fallback-image.disabled {
  display: none;
}
.cid-url6LdUj5z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-url6LdUj5z .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-url6LdUj5z .icon-box {
  background: #47ff08;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-url6LdUj5z .mbr-iconfont {
  font-size: 2rem;
  color: #020800;
}
@media (max-width: 991px) {
  .cid-url6LdUj5z .card {
    margin-bottom: 2rem;
  }
  .cid-url6LdUj5z .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-url6LdUj5z .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-up9v5mCE0o {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-up9v5mCE0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-up9v5mCE0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up9v5osvV2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up9v5osvV2 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-up9v5osvV2 .card {
    margin-bottom: 2rem!important;
  }
  .cid-up9v5osvV2 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-up9v5osvV2 .link-wrap {
    align-items: center;
  }
}
.cid-up9v5osvV2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-up9v5qdkaH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up9v5qdkaH img,
.cid-up9v5qdkaH .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-up9v5qdkaH .item:focus,
.cid-up9v5qdkaH span:focus {
  outline: none;
}
.cid-up9v5qdkaH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-up9v5qdkaH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f3f6fb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-up9v5qdkaH .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-up9v5qdkaH .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up9v5qdkaH .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-up9v5qdkaH .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-up9v5qdkaH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-up9v5qdkaH .mbr-section-title {
  color: #232323;
}
.cid-up9v5qdkaH .mbr-text,
.cid-up9v5qdkaH .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-up9v5qdkaH .item-title {
  text-align: left;
}
.cid-up9v5qdkaH .item-subtitle {
  text-align: left;
}
.cid-up9w4R0ivP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up9w4R0ivP img,
.cid-up9w4R0ivP .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-up9w4R0ivP .item:focus,
.cid-up9w4R0ivP span:focus {
  outline: none;
}
.cid-up9w4R0ivP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-up9w4R0ivP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f3f6fb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-up9w4R0ivP .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-up9w4R0ivP .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up9w4R0ivP .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-up9w4R0ivP .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-up9w4R0ivP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-up9w4R0ivP .mbr-section-title {
  color: #232323;
}
.cid-up9w4R0ivP .mbr-text,
.cid-up9w4R0ivP .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-up9w4R0ivP .item-title {
  text-align: left;
}
.cid-up9w4R0ivP .item-subtitle {
  text-align: left;
}
.cid-up9v5rcN8e {
  padding-top: 10rem;
  padding-bottom: 20rem;
}
.cid-up9v5rcN8e .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-up9v5rcN8e .mbr-text,
.cid-up9v5rcN8e .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-up9v5rcN8e .mbr-section-subtitle {
  text-align: center;
}
.cid-up9v5snXpU {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-up9v5snXpU .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-up9v5snXpU .currentcost {
  color: #232323;
}
.cid-up9v5snXpU .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-up9v5snXpU .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-up9v5snXpU .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-up9v5snXpU .text-box {
    padding: 1rem;
  }
}
.cid-up9v5snXpU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-up9whlSiBa {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-up9whlSiBa .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-up9whlSiBa .currentcost {
  color: #232323;
}
.cid-up9whlSiBa .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-up9whlSiBa .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-up9whlSiBa .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-up9whlSiBa .text-box {
    padding: 1rem;
  }
}
.cid-up9whlSiBa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-up9v5uwaIH {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-up9v5uwaIH .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-up9v5uwaIH .team-card:hover {
  transform: translateY(-10px);
}
.cid-up9v5uwaIH .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-up9v5uwaIH .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-up9v5uwaIH .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-up9v5uwaIH .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-up9v5uwaIH .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-up9v5uwaIH .social-row {
  text-align: center;
}
.cid-up9v5uwaIH .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-up9v5uwaIH .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-up9v5uwaIH .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-up9v5uwaIH .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-up9v5vW00z {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-up9v5vW00z .mbr-media {
  position: relative;
}
.cid-up9v5vW00z .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-up9v5vW00z .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-up9v5vW00z .mbr-media span {
  font-size: 6rem;
  transition: all 0.2s;
}
.cid-up9v5vW00z .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-up9v5vW00z .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-up9v5vW00z .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-up9v5vW00z .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-up9v5vW00z .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-up9v5xfVUF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-up9v5xfVUF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-up9v5xfVUF form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-up9v5xfVUF form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-up9v5xfVUF form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-up9v5xfVUF textarea {
  min-height: 10rem;
}
.cid-url6zwSdf0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-url6zwSdf0 .mbr-overlay {
  background-color: #00ea19;
  opacity: 0.4;
}
.cid-url6zwSdf0 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-url6zwSdf0 form.mbr-form {
    padding: 3rem 2rem;
    width: 70%;
  }
}
@media (max-width: 991px) {
  .cid-url6zwSdf0 form.mbr-form {
    padding: 1rem;
  }
}
.cid-url6zwSdf0 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-url6zwSdf0 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-up9v5yQuY1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-up9v5yQuY1 .mbr-overlay {
  background-color: #00ea19;
  opacity: 0.4;
}
.cid-up9v5yQuY1 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-up9v5yQuY1 form.mbr-form {
    padding: 3rem 2rem;
    width: 70%;
  }
}
@media (max-width: 991px) {
  .cid-up9v5yQuY1 form.mbr-form {
    padding: 1rem;
  }
}
.cid-up9v5yQuY1 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-up9v5yQuY1 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-up9v5zxwYW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-up9v5zxwYW .media-container-row {
  justify-content: space-between;
}
.cid-up9v5zxwYW .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-up9v5zxwYW .text-content {
    max-width: none;
  }
}
.cid-up9v5zxwYW .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-up9v5zxwYW .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-up9v5zxwYW .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-up9v5zxwYW .icons {
    justify-content: center !important;
  }
  .cid-up9v5zxwYW .text-content * {
    text-align: center;
  }
}
.cid-up9v5AkPMJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-up9v5AkPMJ .google-map {
  height: 30rem;
  position: relative;
}
.cid-up9v5AkPMJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-up9v5AkPMJ .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-up9v5AkPMJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-up9v5AkPMJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-up9v5B7wkg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-ureYcLrW51 {
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-ureYcLrW51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ureYcLrW51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ureYcLrW51 .mbr-text,
.cid-ureYcLrW51 .mbr-section-btn {
  color: #232323;
}
.cid-ureYcLrW51 .btn {
  width: 100%;
}
.cid-ureYcLrW51 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-ureZUiRMVC {
  background-color: #ffe161;
}
@media (min-width: 991px) {
  .cid-ureZUiRMVC .container-fluid {
    padding-left: 0;
  }
}
.cid-ureZUiRMVC .mbr-text,
.cid-ureZUiRMVC .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-ureZUiRMVC .mbr-text,
  .cid-ureZUiRMVC .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ureZUiRMVC .mbr-text,
  .cid-ureZUiRMVC .mbr-section-title {
    text-align: center;
  }
}
.cid-ureZUiRMVC a.btn {
  height: 100%;
  margin: 0;
}
.cid-ureZUiRMVC .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-ureZUiRMVC .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ureZUiRMVC .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ureZUiRMVC .justify-content-center {
  align-items: center;
}
.cid-ureZUiRMVC .mbr-text {
  text-align: center;
}
.cid-ureZUiRMVC .mbr-section-title {
  text-align: center;
}
.cid-urf5HF9hBT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
@media (min-width: 991px) {
  .cid-urf5HF9hBT .container-fluid {
    padding-left: 0;
  }
}
.cid-urf5HF9hBT .mbr-text,
.cid-urf5HF9hBT .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-urf5HF9hBT .mbr-text,
  .cid-urf5HF9hBT .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-urf5HF9hBT .mbr-text,
  .cid-urf5HF9hBT .mbr-section-title {
    text-align: center;
  }
}
.cid-urf5HF9hBT a.btn {
  height: 100%;
  margin: 0;
}
.cid-urf5HF9hBT .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-urf5HF9hBT .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-urf5HF9hBT .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-urf5HF9hBT .justify-content-center {
  align-items: center;
}
.cid-urf5HF9hBT .mbr-text {
  text-align: center;
}
.cid-urf5HF9hBT .mbr-section-title {
  text-align: center;
}
.cid-ureYwZQGpR {
  background-color: #fafafa;
}
.cid-ureYwZQGpR .mbr-text,
.cid-ureYwZQGpR .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-ureYwZQGpR .mbr-text,
  .cid-ureYwZQGpR .mbr-section-title {
    text-align: center;
  }
}
.cid-ureYwZQGpR a.btn {
  height: 100%;
  margin: 0;
}
.cid-ureYwZQGpR .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-ureYwZQGpR .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ureYwZQGpR .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ureYwZQGpR .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-ureYwZQGpR .justify-content-center {
  align-items: center;
}
.cid-ureYxLv8bd {
  background-color: #ffe161;
}
@media (min-width: 991px) {
  .cid-ureYxLv8bd .container-fluid {
    padding-left: 0;
  }
}
.cid-ureYxLv8bd .mbr-text,
.cid-ureYxLv8bd .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-ureYxLv8bd .mbr-text,
  .cid-ureYxLv8bd .mbr-section-btn {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ureYxLv8bd .mbr-text,
  .cid-ureYxLv8bd .mbr-section-title {
    text-align: center;
  }
}
.cid-ureYxLv8bd a.btn {
  height: 100%;
  margin: 0;
}
.cid-ureYxLv8bd .mbr-section-btn {
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
}
.cid-ureYxLv8bd .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ureYxLv8bd .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ureYxLv8bd .justify-content-center {
  align-items: center;
}
.cid-ureYxLv8bd .mbr-text {
  text-align: center;
}
.cid-ureYxLv8bd .mbr-section-title {
  text-align: center;
}
.cid-ureYzCKWBL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pizza2.png");
}
.cid-ureYzCKWBL .mbr-overlay {
  background-color: #3086ff;
  opacity: 0.6;
}
.cid-ureYzCKWBL form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-ureYzCKWBL form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ureYzCKWBL form.mbr-form {
    padding: 1rem;
  }
}
.cid-ureYzCKWBL form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-ureYzCKWBL form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-ureYCgsjWC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ureYCgsjWC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ureYCgsjWC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ureYCgsjWC .mbr-text,
.cid-ureYCgsjWC .mbr-section-btn {
  color: #232323;
}
.cid-ureYCgsjWC .btn {
  width: 100%;
}
.cid-ureYCgsjWC .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-ureYCgsjWC H1 {
  text-align: center;
}
.cid-urlb4OuaRn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4479d9;
}
.cid-urlb4OuaRn .mbr-overlay {
  background-color: #3086ff;
  opacity: 0.6;
}
.cid-urlb4OuaRn form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-urlb4OuaRn form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urlb4OuaRn form.mbr-form {
    padding: 1rem;
  }
}
.cid-urlb4OuaRn form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-urlb4OuaRn form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-urlb4OuaRn .mbr-section-title {
  color: #ffffff;
}
.cid-urlb4OuaRn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ureYcJD17T {
  padding-top: 10rem;
  padding-bottom: 20rem;
  background-image: url("../../../assets/images/the-konvertrix-condo.jpg");
}
.cid-ureYcJD17T .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-ureYcJD17T .mbr-text,
.cid-ureYcJD17T .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-ureYcKhcok {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fafafa;
}
.cid-ureYcKhcok .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ureYcKhcok .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ureYcKhcok .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-ureYcM4V5v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ureYcM4V5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-ureYcM4V5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ureYcM4V5v .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-ureYcM4V5v .item .icon-wrap {
  text-align: center;
}
.cid-ureYcM4V5v .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-ureYcM4V5v .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #6592e6;
}
.cid-ureYcM4V5v .item.first:before {
  display: none;
}
.cid-ureYcM4V5v .item.five:before {
  display: none;
}
.cid-ureYcM4V5v .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-ureYcM4V5v .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-ureYcM4V5v .mbr-iconfont {
  color: #3086ff !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ureYcM4V5v .item:before {
    display: none;
  }
  .cid-ureYcM4V5v .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ureYcNw2rf {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ureYcNw2rf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ureYcNw2rf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ureYcOgGsh {
  padding-top: 10rem;
  padding-bottom: 20rem;
  background-image: url("../../../assets/images/the-konvertrix-condo.jpg");
}
.cid-ureYcOgGsh .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-ureYcOgGsh .mbr-text,
.cid-ureYcOgGsh .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-ureYcP08vL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ureYcP08vL .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ureYcP08vL .card {
    margin-bottom: 2rem!important;
  }
  .cid-ureYcP08vL .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ureYcP08vL .link-wrap {
    align-items: center;
  }
}
.cid-ureYcP08vL .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ureYcPLGmX {
  padding-top: 10rem;
  padding-bottom: 20rem;
  background-color: #ff9b9b;
}
.cid-ureYcPLGmX .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-ureYcPLGmX .mbr-text,
.cid-ureYcPLGmX .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-ureYcPLGmX .mbr-section-subtitle {
  text-align: center;
}
.cid-ureYcQCB9t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-ureYcQCB9t img,
.cid-ureYcQCB9t .item-img {
  width: 100%;
}
.cid-ureYcQCB9t .item:focus,
.cid-ureYcQCB9t span:focus {
  outline: none;
}
.cid-ureYcQCB9t .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ureYcQCB9t .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ureYcQCB9t .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ureYcQCB9t .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ureYcQCB9t .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ureYcQCB9t .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ureYcQCB9t .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ureYcQCB9t .mbr-section-title {
  color: #232323;
}
.cid-ureYcQCB9t .mbr-text,
.cid-ureYcQCB9t .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-ureYcQCB9t .item-title {
  text-align: left;
}
.cid-ureYcQCB9t .item-subtitle {
  text-align: left;
}
.cid-ureYcRqzBX {
  padding-top: 10rem;
  padding-bottom: 20rem;
}
.cid-ureYcRqzBX .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-ureYcRqzBX .mbr-text,
.cid-ureYcRqzBX .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-ureYcRqzBX .mbr-section-subtitle {
  text-align: center;
}
.cid-ureYcSxeon {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-ureYcSxeon .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-ureYcSxeon .currentcost {
  color: #232323;
}
.cid-ureYcSxeon .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-ureYcSxeon .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ureYcSxeon .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ureYcSxeon .text-box {
    padding: 1rem;
  }
}
.cid-ureYcSxeon .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ureYcTc7aw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-ureYcTc7aw .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-ureYcTc7aw .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-ureYcTc7aw .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ureYcTc7aw .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ureYcTc7aw .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 #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ureYcTc7aw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ureYcTc7aw .carousel-control,
.cid-ureYcTc7aw .close {
  background: #1b1b1b;
}
.cid-ureYcTc7aw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ureYcTc7aw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ureYcTc7aw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ureYcTc7aw .carousel-control-next span {
  margin-left: 5px;
}
.cid-ureYcTc7aw .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-ureYcTc7aw .close::before {
  content: '\e91a';
}
.cid-ureYcTc7aw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ureYcTc7aw .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-ureYcTc7aw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ureYcTc7aw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ureYcTc7aw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ureYcTc7aw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ureYcTc7aw .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-ureYcTc7aw .carousel-indicators li.active,
.cid-ureYcTc7aw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ureYcTc7aw .carousel-indicators li::after,
.cid-ureYcTc7aw .carousel-indicators li::before {
  content: none;
}
.cid-ureYcTc7aw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ureYcTc7aw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ureYcTc7aw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ureYcTc7aw .carousel-indicators {
    display: none;
  }
}
.cid-ureYcTc7aw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ureYcTc7aw .carousel-inner > .active {
  display: block;
}
.cid-ureYcTc7aw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ureYcTc7aw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ureYcTc7aw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ureYcTc7aw .carousel-control,
  .cid-ureYcTc7aw .carousel-indicators,
  .cid-ureYcTc7aw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ureYcTc7aw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ureYcTc7aw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ureYcTc7aw .carousel-indicators .active,
.cid-ureYcTc7aw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ureYcTc7aw .carousel-indicators .active {
  background: #fff;
}
.cid-ureYcTc7aw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ureYcTc7aw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ureYcTc7aw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ureYcTc7aw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ureYcTc7aw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ureYcTc7aw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ureYcTc7aw .carousel {
  width: 100%;
}
.cid-ureYcTc7aw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ureYcTc7aw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ureYcTc7aw .modal.fade .modal-dialog,
.cid-ureYcTc7aw .modal.in .modal-dialog {
  transform: none;
}
.cid-ureYcTc7aw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ureYcTc7aw H6 {
  text-align: center;
}
.cid-ureYcUAV30 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-ureYcUAV30 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ureYcUAV30 .team-card:hover {
  transform: translateY(-10px);
}
.cid-ureYcUAV30 .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-ureYcUAV30 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-ureYcUAV30 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-ureYcUAV30 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ureYcUAV30 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-ureYcUAV30 .social-row {
  text-align: center;
}
.cid-ureYcUAV30 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ureYcUAV30 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-ureYcUAV30 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ureYcUAV30 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-ureYcVzrL1 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-ureYcVzrL1 .mbr-media {
  position: relative;
}
.cid-ureYcVzrL1 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-ureYcVzrL1 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-ureYcVzrL1 .mbr-media span {
  font-size: 6rem;
  transition: all 0.2s;
}
.cid-ureYcVzrL1 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ureYcVzrL1 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ureYcVzrL1 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ureYcVzrL1 .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ureYcVzrL1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ureYcX1dTN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ureYcX1dTN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ureYcX1dTN form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ureYcX1dTN form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ureYcX1dTN form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ureYcX1dTN textarea {
  min-height: 10rem;
}
.cid-ureYcXEKRT {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #8caff0;
}
.cid-ureYcXEKRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ureYcXEKRT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ureYcXEKRT .mbr-section-title,
.cid-ureYcXEKRT .mbr-text,
.cid-ureYcXEKRT .mbr-section-btn {
  text-align: center;
}
.cid-ureYcXEKRT .video-wrapper {
  margin: auto;
}
.cid-ureYcXEKRT .video-wrapper iframe {
  width: 100%;
}
.cid-ureYcYmWeh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-ureYcYmWeh .mbr-overlay {
  background-color: #00ea19;
  opacity: 0.4;
}
.cid-ureYcYmWeh form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-ureYcYmWeh form.mbr-form {
    padding: 3rem 2rem;
    width: 70%;
  }
}
@media (max-width: 991px) {
  .cid-ureYcYmWeh form.mbr-form {
    padding: 1rem;
  }
}
.cid-ureYcYmWeh form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ureYcYmWeh form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-ureYcZ65iR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0b4889;
}
.cid-ureYcZ65iR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ureYcZ65iR .row {
    flex-direction: column-reverse;
  }
  .cid-ureYcZ65iR .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ureYcZ65iR .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ureYcZ65iR .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-ureYcZ65iR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ureYcZ65iR .mbr-text,
.cid-ureYcZ65iR .mbr-section-btn {
  color: #bbbbbb;
}
.cid-ureYcZ65iR .card-title {
  color: #ffffff;
}
.cid-ureYcZHTjb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0b4889;
}
.cid-ureYcZHTjb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ureYcZHTjb form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-ureYcZHTjb form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-ureYcZHTjb form.mbr-form {
    padding: 1rem;
  }
}
.cid-ureYcZHTjb form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ureYcZHTjb form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-ureYcZHTjb .mbr-section-title {
  color: #ffffff;
}
.cid-ureYd0mhWb {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #9fdbf8;
}
.cid-ureYd0mhWb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ureYd0mhWb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ureYd0mhWb .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ureYd0mhWb .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-ureYd10iK9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-ureYd10iK9 .media-container-row {
  justify-content: space-between;
}
.cid-ureYd10iK9 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-ureYd10iK9 .text-content {
    max-width: none;
  }
}
.cid-ureYd10iK9 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ureYd10iK9 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ureYd10iK9 .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-ureYd10iK9 .icons {
    justify-content: center !important;
  }
  .cid-ureYd10iK9 .text-content * {
    text-align: center;
  }
}
.cid-ureYd1Id40 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ureYd1Id40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ureYd1Id40 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ureYd1Id40 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ureYd1Id40 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-ureYd2h03g {
  background-image: url("../../../assets/images/gradient-placeholder-123-blue.png");
}
.cid-ureYd2h03g .mbr-fallback-image.disabled {
  display: none;
}
.cid-ureYd2h03g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ureYd2h03g .mbr-section-title,
.cid-ureYd2h03g .mbr-text,
.cid-ureYd2h03g .mbr-section-btn {
  text-align: center;
}
.cid-ureYd2h03g .video-wrapper {
  margin: auto;
}
.cid-ureYd2h03g .video-wrapper iframe {
  width: 100%;
}
.cid-ureYd2h03g .mbr-text,
.cid-ureYd2h03g .mbr-section-btn {
  color: #ffffff;
}
.cid-ureYd2h03g .mbr-section-title {
  color: #f3f6fb;
}
.cid-ureYd2Uznm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-ureYd2Uznm .google-map {
  height: 30rem;
  position: relative;
}
.cid-ureYd2Uznm .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ureYd2Uznm .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ureYd2Uznm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ureYd2Uznm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ureYd3IScr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-urlcG8uRsM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #00e218;
}
.cid-urlcG8uRsM .mbr-fallback-image.disabled {
  display: none;
}
.cid-urlcG8uRsM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urlcG8uRsM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #edefeb;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3.5rem;
  width: 3.5rem;
}
.cid-urlcG8uRsM .number-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-urlcG8uRsM .number {
  color: #ffffff;
}
.cid-urlcG8uRsM .period {
  display: block;
}
.cid-urlcG8uRsM .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-urlcG8uRsM .period {
    font-size: 0.8rem;
  }
}
.cid-urlcG8uRsM .btn {
  height: 100%;
  margin: 0;
}
.cid-urlcG8uRsM .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-urlcG8uRsM .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-urlcG8uRsM .icons-menu .soc-item a:hover .mbr-iconfont,
.cid-urlcG8uRsM .icons-menu .soc-item a:focus .mbr-iconfont {
  background-color: #9fe870;
}
.cid-urlcG8uRsM .icons-menu .soc-item a .mbr-iconfont {
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #163300;
  background-color: #edefeb;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-urlcG8uRsM .icons-menu .soc-item a .mbr-iconfont:before {
  padding: 1.1rem;
}
@media (max-width: 767px) {
  .cid-urlcG8uRsM .icons-menu .soc-item a .mbr-iconfont:before {
    padding: 1.2rem;
  }
}
.cid-urlcG8uRsM H3 {
  color: #000000;
}
.cid-urlcG8uRsM .mbr-section-subtitle {
  color: #000000;
}
.cid-urlcUbjFhg {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #00e218;
}
.cid-urlcUbjFhg .mbr-overlay {
  background-color: #3086ff;
  opacity: 0.6;
}
.cid-urlcUbjFhg form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-urlcUbjFhg form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urlcUbjFhg form.mbr-form {
    padding: 1rem;
  }
}
.cid-urlcUbjFhg form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-urlcUbjFhg form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-urlcUbjFhg .mbr-section-title {
  color: #ffffff;
}
.cid-urlcUbjFhg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urlcG6nBXK {
  padding-top: 10rem;
  padding-bottom: 20rem;
  background-image: url("../../../assets/images/the-konvertrix-condo.jpg");
}
.cid-urlcG6nBXK .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-urlcG6nBXK .mbr-text,
.cid-urlcG6nBXK .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-urlcG5QWXy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9fe870;
}
.cid-urlcG5QWXy .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-urlcG5QWXy .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-urlcRevPdI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-urlcRevPdI .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-urlcRevPdI .card {
    margin-bottom: 2rem!important;
  }
  .cid-urlcRevPdI .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-urlcRevPdI .link-wrap {
    align-items: center;
  }
}
.cid-urlcRevPdI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urlcG9cXcY {
  background-color: #260a30;
}
.cid-urlcG9cXcY input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-urlcG9cXcY input:hover {
  border: none !important;
}
.cid-urlcG9cXcY .mbr-fallback-image.disabled {
  display: none;
}
.cid-urlcG9cXcY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urlcG9cXcY .number-wrap {
  color: #ffd7ef;
  text-align: center;
}
.cid-urlcG9cXcY .number {
  color: #ffd7ef;
  white-space: nowrap;
}
.cid-urlcG9cXcY .row {
  justify-content: center;
}
.cid-urlcG9cXcY .period {
  display: block;
}
.cid-urlcG9cXcY .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-urlcG9cXcY .period {
    font-size: 0.8rem;
  }
}
.cid-urlcG9cXcY .btn {
  height: 100%;
  margin: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.cid-urlcG9cXcY .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-urlcG9cXcY .mbr-section-btn .btn {
  width: auto;
}
.cid-urlcG9cXcY .justify-content-center {
  align-items: center;
}
.cid-urlcG9cXcY .mbr-section-title {
  color: #ffd7ef;
}
.cid-urlcG9cXcY .mbr-section-subtitle,
.cid-urlcG9cXcY .mbr-text {
  color: #ffffff;
}
.cid-urlcG9PQa1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urlcG9PQa1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urlcG9PQa1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urlcG9PQa1 .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-urlcG9PQa1 .item .icon-wrap {
  text-align: center;
}
.cid-urlcG9PQa1 .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-urlcG9PQa1 .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #2168d5;
}
.cid-urlcG9PQa1 .item.first:before {
  display: none;
}
.cid-urlcG9PQa1 .item.five:before {
  display: none;
}
.cid-urlcG9PQa1 .icon-box {
  background: #2168d5;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-urlcG9PQa1 .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-urlcG9PQa1 .mbr-iconfont {
  color: #3086ff !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-urlcG9PQa1 .item:before {
    display: none;
  }
  .cid-urlcG9PQa1 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-urlcGaEpp7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urlcGaEpp7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urlcGaEpp7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urlcGaEpp7 .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-urlcGaEpp7 .icon-box {
  background: #47ff08;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urlcGaEpp7 .mbr-iconfont {
  font-size: 2rem;
  color: #020800;
}
@media (max-width: 991px) {
  .cid-urlcGaEpp7 .card {
    margin-bottom: 2rem;
  }
  .cid-urlcGaEpp7 .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-urlcGaEpp7 .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-urlcGbl2dx {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-urlcGbl2dx .mbr-fallback-image.disabled {
  display: none;
}
.cid-urlcGbl2dx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urlcGc4KIv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urlcGc4KIv .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-urlcGc4KIv .card {
    margin-bottom: 2rem!important;
  }
  .cid-urlcGc4KIv .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-urlcGc4KIv .link-wrap {
    align-items: center;
  }
}
.cid-urlcGc4KIv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urlcGcOHJd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urlcGcOHJd img,
.cid-urlcGcOHJd .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-urlcGcOHJd .item:focus,
.cid-urlcGcOHJd span:focus {
  outline: none;
}
.cid-urlcGcOHJd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-urlcGcOHJd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f3f6fb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-urlcGcOHJd .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-urlcGcOHJd .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urlcGcOHJd .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-urlcGcOHJd .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-urlcGcOHJd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urlcGcOHJd .mbr-section-title {
  color: #232323;
}
.cid-urlcGcOHJd .mbr-text,
.cid-urlcGcOHJd .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-urlcGcOHJd .item-title {
  text-align: left;
}
.cid-urlcGcOHJd .item-subtitle {
  text-align: left;
}
.cid-urlcGdvf3P {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urlcGdvf3P img,
.cid-urlcGdvf3P .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-urlcGdvf3P .item:focus,
.cid-urlcGdvf3P span:focus {
  outline: none;
}
.cid-urlcGdvf3P .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-urlcGdvf3P .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f3f6fb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-urlcGdvf3P .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-urlcGdvf3P .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urlcGdvf3P .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-urlcGdvf3P .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-urlcGdvf3P .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urlcGdvf3P .mbr-section-title {
  color: #232323;
}
.cid-urlcGdvf3P .mbr-text,
.cid-urlcGdvf3P .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-urlcGdvf3P .item-title {
  text-align: left;
}
.cid-urlcGdvf3P .item-subtitle {
  text-align: left;
}
.cid-urlcGeeWAn {
  padding-top: 10rem;
  padding-bottom: 20rem;
}
.cid-urlcGeeWAn .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-urlcGeeWAn .mbr-text,
.cid-urlcGeeWAn .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-urlcGeeWAn .mbr-section-subtitle {
  text-align: center;
}
.cid-urlcGf95KV {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-urlcGf95KV .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-urlcGf95KV .currentcost {
  color: #232323;
}
.cid-urlcGf95KV .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-urlcGf95KV .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-urlcGf95KV .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urlcGf95KV .text-box {
    padding: 1rem;
  }
}
.cid-urlcGf95KV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urlcGfOplA {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-urlcGfOplA .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-urlcGfOplA .currentcost {
  color: #232323;
}
.cid-urlcGfOplA .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-urlcGfOplA .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urlcGfOplA .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urlcGfOplA .text-box {
    padding: 1rem;
  }
}
.cid-urlcGfOplA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urlcGgwftO {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-urlcGgwftO .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-urlcGgwftO .team-card:hover {
  transform: translateY(-10px);
}
.cid-urlcGgwftO .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-urlcGgwftO .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-urlcGgwftO .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-urlcGgwftO .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urlcGgwftO .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-urlcGgwftO .social-row {
  text-align: center;
}
.cid-urlcGgwftO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-urlcGgwftO .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-urlcGgwftO .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-urlcGgwftO .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-urlcGhrosp {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-urlcGhrosp .mbr-media {
  position: relative;
}
.cid-urlcGhrosp .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-urlcGhrosp .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-urlcGhrosp .mbr-media span {
  font-size: 6rem;
  transition: all 0.2s;
}
.cid-urlcGhrosp .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-urlcGhrosp .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-urlcGhrosp .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-urlcGhrosp .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-urlcGhrosp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-urlcGirs75 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urlcGirs75 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-urlcGirs75 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-urlcGirs75 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-urlcGirs75 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-urlcGirs75 textarea {
  min-height: 10rem;
}
.cid-urlcGj8qzf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-urlcGj8qzf .mbr-overlay {
  background-color: #00ea19;
  opacity: 0.4;
}
.cid-urlcGj8qzf form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-urlcGj8qzf form.mbr-form {
    padding: 3rem 2rem;
    width: 70%;
  }
}
@media (max-width: 991px) {
  .cid-urlcGj8qzf form.mbr-form {
    padding: 1rem;
  }
}
.cid-urlcGj8qzf form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-urlcGj8qzf form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-urlcGjQXAY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-urlcGjQXAY .mbr-overlay {
  background-color: #00ea19;
  opacity: 0.4;
}
.cid-urlcGjQXAY form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-urlcGjQXAY form.mbr-form {
    padding: 3rem 2rem;
    width: 70%;
  }
}
@media (max-width: 991px) {
  .cid-urlcGjQXAY form.mbr-form {
    padding: 1rem;
  }
}
.cid-urlcGjQXAY form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-urlcGjQXAY form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-urlcGkuhRx {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-urlcGkuhRx .media-container-row {
  justify-content: space-between;
}
.cid-urlcGkuhRx .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-urlcGkuhRx .text-content {
    max-width: none;
  }
}
.cid-urlcGkuhRx .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-urlcGkuhRx .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-urlcGkuhRx .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-urlcGkuhRx .icons {
    justify-content: center !important;
  }
  .cid-urlcGkuhRx .text-content * {
    text-align: center;
  }
}
.cid-urlcGld9ml {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-urlcGld9ml .google-map {
  height: 30rem;
  position: relative;
}
.cid-urlcGld9ml .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-urlcGld9ml .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-urlcGld9ml .google-map[data-state] {
  background: #e9e5dc;
}
.cid-urlcGld9ml .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-urlcGlVzmb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
.cid-urnsBcpHEk {
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-urnsBcpHEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnsBcpHEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urnsBcpHEk .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-urnsBcpHEk .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urnsBcpHEk .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-urnsBcpHEk .card-wrapper {
    padding: 4rem;
  }
}
.cid-urnsBcpHEk .mbr-text,
.cid-urnsBcpHEk .mbr-section-btn {
  color: #000000;
}
.cid-urnsBcpHEk .card-title,
.cid-urnsBcpHEk .card-box {
  text-align: center;
  color: #000000;
}
.cid-urnCT9tpZ3 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-urnCT9tpZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnCT9tpZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urnsxAjM8W {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #00e218;
}
.cid-urnsxAjM8W .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnsxAjM8W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urnsxAjM8W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #edefeb;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3.5rem;
  width: 3.5rem;
}
.cid-urnsxAjM8W .number-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-urnsxAjM8W .number {
  color: #ffffff;
}
.cid-urnsxAjM8W .period {
  display: block;
}
.cid-urnsxAjM8W .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-urnsxAjM8W .period {
    font-size: 0.8rem;
  }
}
.cid-urnsxAjM8W .btn {
  height: 100%;
  margin: 0;
}
.cid-urnsxAjM8W .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-urnsxAjM8W .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-urnsxAjM8W .icons-menu .soc-item a:hover .mbr-iconfont,
.cid-urnsxAjM8W .icons-menu .soc-item a:focus .mbr-iconfont {
  background-color: #9fe870;
}
.cid-urnsxAjM8W .icons-menu .soc-item a .mbr-iconfont {
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #163300;
  background-color: #edefeb;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-urnsxAjM8W .icons-menu .soc-item a .mbr-iconfont:before {
  padding: 1.1rem;
}
@media (max-width: 767px) {
  .cid-urnsxAjM8W .icons-menu .soc-item a .mbr-iconfont:before {
    padding: 1.2rem;
  }
}
.cid-urnsxAjM8W H3 {
  color: #000000;
}
.cid-urnsxAjM8W .mbr-section-subtitle {
  color: #000000;
}
.cid-urnsxBboFZ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #00e218;
}
.cid-urnsxBboFZ .mbr-overlay {
  background-color: #3086ff;
  opacity: 0.6;
}
.cid-urnsxBboFZ form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-urnsxBboFZ form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urnsxBboFZ form.mbr-form {
    padding: 1rem;
  }
}
.cid-urnsxBboFZ form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-urnsxBboFZ form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-urnJwPG0m6 {
  background-color: #488af9;
}
.cid-urnJwPG0m6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnJwPG0m6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urnJwPG0m6 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-urnJwPG0m6 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urnJwPG0m6 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-urnJwPG0m6 .card-wrapper {
    padding: 4rem;
  }
}
.cid-urnJwPG0m6 .mbr-text,
.cid-urnJwPG0m6 .mbr-section-btn {
  color: #000000;
}
.cid-urnJwPG0m6 .card-title,
.cid-urnJwPG0m6 .card-box {
  text-align: center;
  color: #000000;
}
.cid-urnCX1p1tW {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urnCX1p1tW .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnCX1p1tW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urnCX1p1tW .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-urnCX1p1tW .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urnCX1p1tW .img-wrapper {
  width: 10rem;
  padding-right: 2rem;
}
.cid-urnCX1p1tW .card-text {
  color: #232323;
}
.cid-urnCNXedE0 {
  background-color: #ff7a0b;
}
.cid-urnCNXedE0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnCNXedE0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urnCNXedE0 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-urnCNXedE0 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urnCNXedE0 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-urnCNXedE0 .card-wrapper {
    padding: 4rem;
  }
}
.cid-urnCNXedE0 .mbr-text,
.cid-urnCNXedE0 .mbr-section-btn {
  color: #000000;
}
.cid-urnCNXedE0 .card-title,
.cid-urnCNXedE0 .card-box {
  text-align: center;
  color: #000000;
}
.cid-urnCYOlFsT {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-urnCYOlFsT .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnCYOlFsT .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-urnCYOlFsT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urnCYOlFsT .item-wrapper {
  background: #a4feae;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-urnCYOlFsT .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-urnCYOlFsT .card-title,
.cid-urnCYOlFsT .iconfont-wrapper {
  color: #000000;
}
.cid-urnCYOlFsT .card-text {
  color: #000000;
}
.cid-urnCYOlFsT .content-head {
  max-width: 800px;
}
.cid-urnCYOlFsT .mbr-section-title {
  color: #000000;
}
.cid-urnCYOlFsT .card-title,
.cid-urnCYOlFsT .img-wrapper {
  text-align: center;
}
.cid-urnCYOlFsT .price {
  text-align: center;
}
.cid-urnCYOlFsT .card-text,
.cid-urnCYOlFsT .mbr-section-btn {
  text-align: center;
}
.cid-urnGv3p7N2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9fe870;
}
.cid-urnGv3p7N2 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-urnGv3p7N2 .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-urnGyyqDh0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efeded;
}
.cid-urnGyyqDh0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnGyyqDh0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urnGyyqDh0 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #3086ff;
  margin-bottom: 2rem;
}
.cid-urnGyyqDh0 .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urnFjUps6C {
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-urnFjUps6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnFjUps6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urnFjUps6C .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-urnFjUps6C .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urnFjUps6C .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-urnFjUps6C .card-wrapper {
    padding: 4rem;
  }
}
.cid-urnFjUps6C .mbr-text,
.cid-urnFjUps6C .mbr-section-btn {
  color: #000000;
}
.cid-urnFjUps6C .card-title,
.cid-urnFjUps6C .card-box {
  text-align: center;
  color: #000000;
}
.cid-urnFmp2ONs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urnxzViHDT {
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-urnxzViHDT .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnxzViHDT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urnxzViHDT .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-urnxzViHDT .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urnxzViHDT .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-urnxzViHDT .card-wrapper {
    padding: 4rem;
  }
}
.cid-urnxzViHDT .mbr-text,
.cid-urnxzViHDT .mbr-section-btn {
  color: #000000;
}
.cid-urnxzViHDT .card-title,
.cid-urnxzViHDT .card-box {
  text-align: center;
  color: #000000;
}
.cid-urnGVHGRSq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-urnGVHGRSq .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnGVHGRSq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urnGVHGRSq .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #3086ff;
  margin-bottom: 2rem;
}
.cid-urnGVHGRSq .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #4479d9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urnGVHGRSq .card-title,
.cid-urnGVHGRSq .card-box {
  color: #ffffff;
}
.cid-urnGWHgJpM {
  background-color: #ffffff;
}
.cid-urnGWHgJpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnGWHgJpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urnGWHgJpM .card-wrapper {
  background: #fe8c00;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-urnGWHgJpM .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urnGWHgJpM .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-urnGWHgJpM .card-wrapper {
    padding: 4rem;
  }
}
.cid-urnGWHgJpM .mbr-text,
.cid-urnGWHgJpM .mbr-section-btn {
  color: #000000;
}
.cid-urnGWHgJpM .card-title,
.cid-urnGWHgJpM .card-box {
  text-align: center;
  color: #000000;
}
.cid-urnFn6qOxt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-urnFn6qOxt blockquote {
  border-color: #fe8c00;
  border-radius: 4px;
  background-color: #488af9;
}
.cid-urnDyfs7qd {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/konvertrix-gradient1.jpg");
}
.cid-urnDyfs7qd .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnDyfs7qd .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%!important;
}
.cid-urnDyfs7qd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urnDyfs7qd .item-wrapper {
  background: #15418b;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-urnDyfs7qd .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-urnDyfs7qd .card-title,
.cid-urnDyfs7qd .iconfont-wrapper {
  color: #000000;
}
.cid-urnDyfs7qd .card-text {
  color: #000000;
}
.cid-urnDyfs7qd .content-head {
  max-width: 800px;
}
.cid-urnDyfs7qd .mbr-section-title {
  color: #ffffff;
}
.cid-urnDyfs7qd .card-title,
.cid-urnDyfs7qd .img-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-urnDyfs7qd .price {
  text-align: center;
  color: #ffffff;
}
.cid-urnDyfs7qd .card-text,
.cid-urnDyfs7qd .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-urnDyfs7qd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urnRZQKywq {
  background-color: #ffffff;
}
.cid-urnRZQKywq .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnRZQKywq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urnRZQKywq .card-wrapper {
  background: #fe8c00;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-urnRZQKywq .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urnRZQKywq .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-urnRZQKywq .card-wrapper {
    padding: 4rem;
  }
}
.cid-urnRZQKywq .mbr-text,
.cid-urnRZQKywq .mbr-section-btn {
  color: #000000;
}
.cid-urnRZQKywq .card-title,
.cid-urnRZQKywq .card-box {
  text-align: center;
  color: #000000;
}
.cid-urnxT5IsMP {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/konvertrix-gradient1.jpg");
}
.cid-urnxT5IsMP .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-urnxT5IsMP .currentcost {
  color: #232323;
}
.cid-urnxT5IsMP .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-urnxT5IsMP .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urnxT5IsMP .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urnxT5IsMP .text-box {
    padding: 1rem;
  }
}
.cid-urnxT5IsMP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urnEoCBClC {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/pizza2.png");
}
.cid-urnEoCBClC .mbr-overlay {
  background-color: #15418b;
  opacity: 0.8;
}
.cid-urnEoCBClC form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-urnEoCBClC form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urnEoCBClC form.mbr-form {
    padding: 1rem;
  }
}
.cid-urnEoCBClC form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-urnEoCBClC form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-urnEoCBClC .mbr-section-title {
  color: #ffffff;
}
.cid-urnEoCBClC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urnzIdZfb3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-urnzIdZfb3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnzIdZfb3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urnzIdZfb3 .content-wrapper {
  background: #9fdbf8;
}
@media (max-width: 991px) {
  .cid-urnzIdZfb3 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-urnzIdZfb3 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urnzIdZfb3 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urnzIdZfb3 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urnzIdZfb3 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-urnzIdZfb3 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-urnzIdZfb3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urnzIdZfb3 .card-title {
  color: #000000;
}
.cid-urnEPkckm0 {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/pizza2.png");
}
.cid-urnEPkckm0 .mbr-overlay {
  background-color: #15418b;
  opacity: 0.8;
}
.cid-urnEPkckm0 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-urnEPkckm0 form.mbr-form {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urnEPkckm0 form.mbr-form {
    padding: 1rem;
  }
}
.cid-urnEPkckm0 form.mbr-form .mbr-section-btn {
  text-align: center;
  margin-bottom: 1.2rem;
}
.cid-urnEPkckm0 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
  height: 100%;
}
.cid-urnEPkckm0 .mbr-section-title {
  color: #ffffff;
}
.cid-urnEPkckm0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urnsxBTcEk {
  padding-top: 10rem;
  padding-bottom: 20rem;
  background-image: url("../../../assets/images/the-konvertrix-condo.jpg");
}
.cid-urnsxBTcEk .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-urnsxBTcEk .mbr-text,
.cid-urnsxBTcEk .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-urnsxCwLdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9fe870;
}
.cid-urnsxCwLdn .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-urnsxCwLdn .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-urnsxD56Kj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e8e8e8;
}
.cid-urnsxD56Kj .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-urnsxD56Kj .card {
    margin-bottom: 2rem!important;
  }
  .cid-urnsxD56Kj .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-urnsxD56Kj .link-wrap {
    align-items: center;
  }
}
.cid-urnsxD56Kj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urnBCRwOOA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fe5100;
}
.cid-urnBCRwOOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnBCRwOOA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urnBCRwOOA .content-wrapper {
  background: #00e218;
}
@media (max-width: 991px) {
  .cid-urnBCRwOOA .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-urnBCRwOOA .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urnBCRwOOA .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-urnBCRwOOA .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-urnBCRwOOA .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-urnBCRwOOA .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-urnBCRwOOA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urnBCRwOOA .card-title {
  color: #000000;
}
.cid-urnsxDHzen {
  background-color: #260a30;
}
.cid-urnsxDHzen input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-urnsxDHzen input:hover {
  border: none !important;
}
.cid-urnsxDHzen .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnsxDHzen .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urnsxDHzen .number-wrap {
  color: #ffd7ef;
  text-align: center;
}
.cid-urnsxDHzen .number {
  color: #ffd7ef;
  white-space: nowrap;
}
.cid-urnsxDHzen .row {
  justify-content: center;
}
.cid-urnsxDHzen .period {
  display: block;
}
.cid-urnsxDHzen .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-urnsxDHzen .period {
    font-size: 0.8rem;
  }
}
.cid-urnsxDHzen .btn {
  height: 100%;
  margin: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.cid-urnsxDHzen .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-urnsxDHzen .mbr-section-btn .btn {
  width: auto;
}
.cid-urnsxDHzen .justify-content-center {
  align-items: center;
}
.cid-urnsxDHzen .mbr-section-title {
  color: #ffd7ef;
}
.cid-urnsxDHzen .mbr-section-subtitle,
.cid-urnsxDHzen .mbr-text {
  color: #ffffff;
}
.cid-urnsxEiuvj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urnsxEiuvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnsxEiuvj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urnsxEiuvj .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-urnsxEiuvj .item .icon-wrap {
  text-align: center;
}
.cid-urnsxEiuvj .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-urnsxEiuvj .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #2168d5;
}
.cid-urnsxEiuvj .item.first:before {
  display: none;
}
.cid-urnsxEiuvj .item.five:before {
  display: none;
}
.cid-urnsxEiuvj .icon-box {
  background: #2168d5;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-urnsxEiuvj .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-urnsxEiuvj .mbr-iconfont {
  color: #3086ff !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-urnsxEiuvj .item:before {
    display: none;
  }
  .cid-urnsxEiuvj .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-urnsxF7sWB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urnsxF7sWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnsxF7sWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urnsxF7sWB .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-urnsxF7sWB .icon-box {
  background: #47ff08;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-urnsxF7sWB .mbr-iconfont {
  font-size: 2rem;
  color: #020800;
}
@media (max-width: 991px) {
  .cid-urnsxF7sWB .card {
    margin-bottom: 2rem;
  }
  .cid-urnsxF7sWB .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-urnsxF7sWB .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-urnsxFMh7I {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-urnsxFMh7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-urnsxFMh7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urnsxGwXYW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urnsxGwXYW .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-urnsxGwXYW .card {
    margin-bottom: 2rem!important;
  }
  .cid-urnsxGwXYW .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-urnsxGwXYW .link-wrap {
    align-items: center;
  }
}
.cid-urnsxGwXYW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urnsxHcFhW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urnsxHcFhW img,
.cid-urnsxHcFhW .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-urnsxHcFhW .item:focus,
.cid-urnsxHcFhW span:focus {
  outline: none;
}
.cid-urnsxHcFhW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-urnsxHcFhW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f3f6fb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-urnsxHcFhW .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-urnsxHcFhW .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urnsxHcFhW .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-urnsxHcFhW .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-urnsxHcFhW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urnsxHcFhW .mbr-section-title {
  color: #232323;
}
.cid-urnsxHcFhW .mbr-text,
.cid-urnsxHcFhW .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-urnsxHcFhW .item-title {
  text-align: left;
}
.cid-urnsxHcFhW .item-subtitle {
  text-align: left;
}
.cid-urnsxHUMmi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urnsxHUMmi img,
.cid-urnsxHUMmi .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-urnsxHUMmi .item:focus,
.cid-urnsxHUMmi span:focus {
  outline: none;
}
.cid-urnsxHUMmi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-urnsxHUMmi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f3f6fb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-urnsxHUMmi .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-urnsxHUMmi .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urnsxHUMmi .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-urnsxHUMmi .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-urnsxHUMmi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-urnsxHUMmi .mbr-section-title {
  color: #232323;
}
.cid-urnsxHUMmi .mbr-text,
.cid-urnsxHUMmi .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-urnsxHUMmi .item-title {
  text-align: left;
}
.cid-urnsxHUMmi .item-subtitle {
  text-align: left;
}
.cid-urnsxICAZe {
  padding-top: 10rem;
  padding-bottom: 20rem;
}
.cid-urnsxICAZe .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-urnsxICAZe .mbr-text,
.cid-urnsxICAZe .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-urnsxICAZe .mbr-section-subtitle {
  text-align: center;
}
.cid-urnsxJy69m {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-urnsxJy69m .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-urnsxJy69m .currentcost {
  color: #232323;
}
.cid-urnsxJy69m .card-wrapper {
  border-radius: 4px;
  background: #9fe0ff;
}
@media (min-width: 992px) {
  .cid-urnsxJy69m .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-urnsxJy69m .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urnsxJy69m .text-box {
    padding: 1rem;
  }
}
.cid-urnsxJy69m .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urnsxKabIh {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-urnsxKabIh .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-urnsxKabIh .currentcost {
  color: #232323;
}
.cid-urnsxKabIh .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-urnsxKabIh .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urnsxKabIh .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urnsxKabIh .text-box {
    padding: 1rem;
  }
}
.cid-urnsxKabIh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urnsxKOyuj {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-urnsxKOyuj .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-urnsxKOyuj .team-card:hover {
  transform: translateY(-10px);
}
.cid-urnsxKOyuj .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-urnsxKOyuj .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-urnsxKOyuj .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-urnsxKOyuj .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urnsxKOyuj .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-urnsxKOyuj .social-row {
  text-align: center;
}
.cid-urnsxKOyuj .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-urnsxKOyuj .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-urnsxKOyuj .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-urnsxKOyuj .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-urnCdPkhbC {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-urnCdPkhbC .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-urnCdPkhbC .currentcost {
  color: #232323;
}
.cid-urnCdPkhbC .card-wrapper {
  border-radius: 4px;
  background: #8caff0;
}
@media (min-width: 992px) {
  .cid-urnCdPkhbC .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-urnCdPkhbC .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-urnCdPkhbC .text-box {
    padding: 1rem;
  }
}
.cid-urnCdPkhbC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-urnsxLPmIq {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-urnsxLPmIq .mbr-media {
  position: relative;
}
.cid-urnsxLPmIq .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-urnsxLPmIq .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-urnsxLPmIq .mbr-media span {
  font-size: 6rem;
  transition: all 0.2s;
}
.cid-urnsxLPmIq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-urnsxLPmIq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-urnsxLPmIq .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-urnsxLPmIq .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-urnsxLPmIq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-urnsxMQI95 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urnsxMQI95 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-urnsxMQI95 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-urnsxMQI95 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-urnsxMQI95 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-urnsxMQI95 textarea {
  min-height: 10rem;
}
.cid-urnsxNumvm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.jpg");
}
.cid-urnsxNumvm .mbr-overlay {
  background-color: #00ea19;
  opacity: 0.4;
}
.cid-urnsxNumvm form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-urnsxNumvm form.mbr-form {
    padding: 3rem 2rem;
    width: 70%;
  }
}
@media (max-width: 991px) {
  .cid-urnsxNumvm form.mbr-form {
    padding: 1rem;
  }
}
.cid-urnsxNumvm form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-urnsxNumvm form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-urnsxOapMy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-urnsxOapMy .mbr-overlay {
  background-color: #00ea19;
  opacity: 0.4;
}
.cid-urnsxOapMy form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-urnsxOapMy form.mbr-form {
    padding: 3rem 2rem;
    width: 70%;
  }
}
@media (max-width: 991px) {
  .cid-urnsxOapMy form.mbr-form {
    padding: 1rem;
  }
}
.cid-urnsxOapMy form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-urnsxOapMy form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-urnsxP7Ozs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-urnsxP7Ozs .media-container-row {
  justify-content: space-between;
}
.cid-urnsxP7Ozs .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-urnsxP7Ozs .text-content {
    max-width: none;
  }
}
.cid-urnsxP7Ozs .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-urnsxP7Ozs .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-urnsxP7Ozs .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-urnsxP7Ozs .icons {
    justify-content: center !important;
  }
  .cid-urnsxP7Ozs .text-content * {
    text-align: center;
  }
}
.cid-urnsxPZWrg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-urnsxPZWrg .google-map {
  height: 30rem;
  position: relative;
}
.cid-urnsxPZWrg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-urnsxPZWrg .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-urnsxPZWrg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-urnsxPZWrg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-urnsxQKVbg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
