.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 3.4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 2.2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff840a !important;
}
.bg-success {
  background-color: #a78aff !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9b39 !important;
}
.bg-danger {
  background-color: #78f0c0 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff840a !important;
  border-color: #ff840a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff840a !important;
  border-color: #ff840a !important;
  box-shadow: 0 0 33px 0 #ff840a;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff9e3d !important;
  border-color: #ff9e3d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff398a !important;
  border-color: #ff398a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff398a !important;
  border-color: #ff398a !important;
  box-shadow: 0 0 33px 0 #ff398a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff6ca8 !important;
  border-color: #ff6ca8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 33px 0 #ffffff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #a78aff !important;
  border-color: #a78aff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a78aff !important;
  border-color: #a78aff !important;
  box-shadow: 0 0 33px 0 #a78aff;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #cdbdff !important;
  border-color: #cdbdff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
  box-shadow: 0 0 33px 0 #ff9b39;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb56c !important;
  border-color: #ffb56c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #78f0c0 !important;
  border-color: #78f0c0 !important;
  color: #0b5e3d !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #78f0c0 !important;
  border-color: #78f0c0 !important;
  box-shadow: 0 0 33px 0 #78f0c0;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #0b5e3d !important;
  background-color: #a6f5d5 !important;
  border-color: #a6f5d5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  box-shadow: 0 0 33px 0 #eff0ec;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: 0 0 33px 0 #232323;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff840a;
  color: #ff840a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff840a !important;
  background-color: transparent !important;
  border-color: #ff840a !important;
  box-shadow: 0 0 33px 0 #ff840a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff840a !important;
  border-color: #ff840a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff398a;
  color: #ff398a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff398a !important;
  background-color: transparent !important;
  border-color: #ff398a !important;
  box-shadow: 0 0 33px 0 #ff398a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff398a !important;
  border-color: #ff398a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 33px 0 #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #a78aff;
  color: #a78aff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a78aff !important;
  background-color: transparent !important;
  border-color: #a78aff !important;
  box-shadow: 0 0 33px 0 #a78aff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a78aff !important;
  border-color: #a78aff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9b39;
  color: #ff9b39;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff9b39 !important;
  background-color: transparent !important;
  border-color: #ff9b39 !important;
  box-shadow: 0 0 33px 0 #ff9b39;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #78f0c0;
  color: #78f0c0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #78f0c0 !important;
  background-color: transparent !important;
  border-color: #78f0c0 !important;
  box-shadow: 0 0 33px 0 #78f0c0;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #0b5e3d !important;
  background-color: #78f0c0 !important;
  border-color: #78f0c0 !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: #232323 !important;
  background-color: transparent !important;
  border-color: #232323 !important;
  box-shadow: 0 0 33px 0 #232323;
}
.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: #fafafa !important;
  background-color: transparent !important;
  border-color: #fafafa !important;
  box-shadow: 0 0 33px 0 #fafafa;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff840a !important;
}
.text-secondary {
  color: #ff398a !important;
}
.text-success {
  color: #a78aff !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9b39 !important;
}
.text-danger {
  color: #78f0c0 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a35100 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d20056 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5a24ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d26800 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1ce695 !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: #ff840a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9b39;
}
.alert-danger {
  background-color: #78f0c0;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff840a;
  border-color: #ff840a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff840a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffead6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff840a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ff840a;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff840a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff840a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff840a;
  border-bottom-color: #ff840a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff840a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff398a !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='%23ff840a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-item .btn {
  padding: 10px 44px;
  border-radius: 10px !important;
}
.item-wrap {
  border-radius: 10px !important;
}
ul.navbar-nav {
  border-radius: 10px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.form-wrapper {
  border-radius: 20px !important;
}
.cid-uE0ZATlHGy .navbar-dropdown {
  position: relative !important;
}
.cid-uE0ZATlHGy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uE0ZATlHGy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uE0ZATlHGy .dropdown-item {
  border: none;
  background: #78f0c0 !important;
  color: #ffffff !important;
}
.cid-uE0ZATlHGy .dropdown-item:hover,
.cid-uE0ZATlHGy .dropdown-item:focus {
  background: #78f0c0 !important;
  color: #ffffff !important;
}
.cid-uE0ZATlHGy .dropdown-item:hover span {
  color: white;
}
.cid-uE0ZATlHGy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uE0ZATlHGy .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uE0ZATlHGy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uE0ZATlHGy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uE0ZATlHGy .nav-link {
  position: relative;
}
.cid-uE0ZATlHGy .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uE0ZATlHGy .container {
    flex-wrap: nowrap;
  }
}
.cid-uE0ZATlHGy .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uE0ZATlHGy .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-uE0ZATlHGy .dropdown-menu,
.cid-uE0ZATlHGy .navbar.opened {
  background: #ffffff !important;
}
.cid-uE0ZATlHGy .nav-item:focus,
.cid-uE0ZATlHGy .nav-link:focus {
  outline: none;
}
.cid-uE0ZATlHGy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uE0ZATlHGy .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uE0ZATlHGy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uE0ZATlHGy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uE0ZATlHGy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uE0ZATlHGy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uE0ZATlHGy .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uE0ZATlHGy .navbar.opened {
  transition: all 0.3s;
}
.cid-uE0ZATlHGy .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uE0ZATlHGy .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uE0ZATlHGy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uE0ZATlHGy .navbar.collapsed {
  justify-content: center;
}
.cid-uE0ZATlHGy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uE0ZATlHGy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uE0ZATlHGy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uE0ZATlHGy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uE0ZATlHGy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uE0ZATlHGy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uE0ZATlHGy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uE0ZATlHGy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uE0ZATlHGy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uE0ZATlHGy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uE0ZATlHGy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uE0ZATlHGy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uE0ZATlHGy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uE0ZATlHGy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uE0ZATlHGy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uE0ZATlHGy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uE0ZATlHGy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uE0ZATlHGy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uE0ZATlHGy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uE0ZATlHGy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uE0ZATlHGy .navbar.navbar-short {
  min-height: 96px;
}
.cid-uE0ZATlHGy .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uE0ZATlHGy .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uE0ZATlHGy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uE0ZATlHGy .navbar-brand .navbar-caption:hover,
.cid-uE0ZATlHGy .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uE0ZATlHGy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uE0ZATlHGy .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uE0ZATlHGy .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-uE0ZATlHGy .dropdown-item.active,
.cid-uE0ZATlHGy .dropdown-item:active {
  background-color: transparent;
}
.cid-uE0ZATlHGy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uE0ZATlHGy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uE0ZATlHGy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uE0ZATlHGy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uE0ZATlHGy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uE0ZATlHGy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uE0ZATlHGy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uE0ZATlHGy ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uE0ZATlHGy ul.navbar-nav {
    padding: 0;
    background-color: #78f0c0;
    border: none;
  }
}
.cid-uE0ZATlHGy .navbar-buttons {
  text-align: center;
}
.cid-uE0ZATlHGy .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uE0ZATlHGy .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uE0ZATlHGy .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uE0ZATlHGy button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uE0ZATlHGy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uE0ZATlHGy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uE0ZATlHGy button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uE0ZATlHGy button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uE0ZATlHGy button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uE0ZATlHGy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE0ZATlHGy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uE0ZATlHGy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uE0ZATlHGy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uE0ZATlHGy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uE0ZATlHGy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uE0ZATlHGy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uE0ZATlHGy .navbar {
    height: 70px;
  }
  .cid-uE0ZATlHGy .navbar.opened {
    height: auto;
  }
  .cid-uE0ZATlHGy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uE0ZATlHGy .navbar-nav {
  margin: 0 auto;
}
.cid-uE0ZATlHGy .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uE0ZATlHGy .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uE0ZATlHGy .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uE0ZATlHGy .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uE0ZATlHGy .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uE0ZATlHGy .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uE0ZATlHGy .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uE0ZATlHGy .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uE0ZATlHGy .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uE0ZATlHGy .navbar {
    justify-content: flex-start !important;
  }
  .cid-uE0ZATlHGy .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uE0ZATlHGy .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uE0ZATlHGy .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uE0ZATlHGy .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uE0ZATlHGy .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uE0ZATlHGy .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uE0ZATlHGy .content-wrap {
  min-height: 90px;
}
.cid-uJ700Mq7AX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/2-1440x878.jpg");
}
.cid-uJ700Mq7AX .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uJ700Mq7AX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ700Mq7AX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ700Mq7AX .content-wrap {
  justify-content: center;
}
.cid-uJ700Mq7AX .card-wrapper {
  padding: 190px 32px;
  background-color: #ffffff;
  border: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-uJ700Mq7AX .card-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJ700Mq7AX .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uJ700Mq7AX .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ700Mq7AX .card-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uJ700Mq7AX .card-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uJ700Mq7AX .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ700Mq7AX .card-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uJ700Mq7AX .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uJ700Mq7AX .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uJ700Mq7AX .mbr-section-title {
  color: #150764;
}
.cid-uJ700Mq7AX .mbr-text,
.cid-uJ700Mq7AX .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uJ700Mq7AX .mbr-section-title,
.cid-uJ700Mq7AX .mbr-section-btn,
.cid-uJ700Mq7AX .logo-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uJ70Mr1J6s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ70Mr1J6s .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uJ70Mr1J6s .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uJ70Mr1J6s .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #78f0c0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uJ70Mr1J6s .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uJ70Mr1J6s .mbr-text {
  color: #000000;
}
.cid-uJ70LpPwcK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #78f0c0;
}
.cid-uJ70LpPwcK blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uJ70LpPwcK .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJ70LpPwcK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJ745QjMBt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uJ745QjMBt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ745QjMBt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ745QjMBt .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJ745QjMBt .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uJ745QjMBt .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uJ745QjMBt .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uJ745QjMBt .container {
    padding: 0 12px;
  }
}
.cid-uJ745QjMBt .row {
  justify-content: center;
}
.cid-uJ745QjMBt .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uJ745QjMBt .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uJ745QjMBt .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJ745QjMBt .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJ745QjMBt .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ745QjMBt .item {
    margin-bottom: 16px;
  }
}
.cid-uJ745QjMBt .item .item-wrapper {
  width: 100%;
}
.cid-uJ745QjMBt .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJ745QjMBt .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uJ745QjMBt .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uJ745QjMBt .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uJ745QjMBt .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-uJ745QjMBt .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uJ745QjMBt .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uJ745QjMBt .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uJ745QjMBt .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #f5f5f7;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJ745QjMBt .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uJ745QjMBt .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uJ745QjMBt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJ745QjMBt .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJ745QjMBt .item-title {
  color: #1D1D1F;
}
.cid-uJ745QjMBt .item-desc {
  color: #1D1D1F;
}
.cid-uJ745QjMBt .item-text {
  color: #1D1D1F;
}
.cid-uE0ZBP4X9R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uE0ZBP4X9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE0ZBP4X9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE0ZBP4X9R .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uE0ZBP4X9R .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uE0ZBP4X9R .items-wrapper {
  margin: 0 -13px;
}
.cid-uE0ZBP4X9R .items-wrapper .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uE0ZBP4X9R .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uE0ZBP4X9R .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uE0ZBP4X9R .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(-52px);
}
.cid-uE0ZBP4X9R .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 26px 0 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uE0ZBP4X9R .items-wrapper .item .item-wrapper {
    padding: 16px 16px 0 16px;
  }
}
.cid-uE0ZBP4X9R .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uE0ZBP4X9R .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uE0ZBP4X9R .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uE0ZBP4X9R .items-wrapper .item .item-wrapper .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uE0ZBP4X9R .items-wrapper .item .item-wrapper .item-img {
    margin-top: 22px;
  }
}
.cid-uE0ZBP4X9R .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-uE0ZBP4X9R .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #1f2329, #78f0c0 85%);
}
.cid-uE0ZBP4X9R .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #1f2329, #78f0c0 85%);
}
.cid-uE0ZBP4X9R .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #1f2329, #78f0c0 85%);
}
.cid-uE0ZBP4X9R .mbr-section-title,
.cid-uE0ZBP4X9R .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uE0ZBP4X9R .item-title {
  color: #ffffff;
}
.cid-uE0ZBP4X9R .item-text {
  color: #ffffff;
}
.cid-uE0ZBP4X9R .item-title,
.cid-uE0ZBP4X9R .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uJ71lmMIzO {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uJ71lmMIzO .feature .card {
  border-left: 10px solid #41b6e6;
  background-color: #f8f8f8;
  height: 100%;
  padding: 2rem 40px;
  border-radius: 0;
}
.cid-uJ71lmMIzO .feature:last-child .card {
  border-color: #78f0c0;
}
.cid-uJ71lmMIzO .feature .mbr-section-title {
  line-height: 1;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-uJ71lmMIzO .feature:last-child {
    margin-top: 2rem;
  }
}
.cid-uJ75eZqP8L {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uJ75eZqP8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ75eZqP8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ75eZqP8L .container,
.cid-uJ75eZqP8L .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJ75eZqP8L .container,
  .cid-uJ75eZqP8L .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJ75eZqP8L .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #78f0c0;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uJ75eZqP8L .row {
    padding: 85px 8px;
  }
}
.cid-uJ75eZqP8L .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uJ75eZqP8L .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uJ75eZqP8L .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-uJ75eZqP8L .text-wrapper {
    padding: 0;
  }
}
.cid-uJ75eZqP8L .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJ75eZqP8L .mbr-section-title {
  color: #ffffff;
}
.cid-uJ75eZqP8L .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJ75eZqP8L .mbr-text {
  color: #000000;
}
.cid-uJ75eZqP8L .mbr-section-title,
.cid-uJ75eZqP8L .title-wrapper {
  color: #000000;
}
.cid-uJ6mSJb0Qq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #78f0c0;
}
.cid-uJ6mSJb0Qq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ6mSJb0Qq .col-12 {
  padding: 0;
}
.cid-uJ6mSJb0Qq .row {
  margin: 0;
}
.cid-uJ6mSJb0Qq .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uJ6mSJb0Qq .card-margin {
    margin-top: -1px;
  }
}
.cid-uJ6mSJb0Qq .card-wrapper {
  min-height: 500px;
  border: 1px solid #ff840a;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uJ6mSJb0Qq .card-wrapper {
    padding: 1rem;
  }
}
.cid-uJ6mSJb0Qq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ6mSJb0Qq .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uJ6mSJb0Qq .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uJ6mSJb0Qq .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uJ6mSJb0Qq .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uJ6mSJb0Qq .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uJ6mSJb0Qq .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJ6mSJb0Qq .image-wrapper {
    padding: 1rem;
  }
}
.cid-uJ6mSJb0Qq .mbr-section-title {
  color: #000000;
}
.cid-uJ6mSJb0Qq .mbr-text,
.cid-uJ6mSJb0Qq .mbr-section-btn {
  color: #221b35;
}
.cid-uJ7664tbAm {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJ7664tbAm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7664tbAm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7664tbAm .container,
.cid-uJ7664tbAm .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJ7664tbAm .container,
  .cid-uJ7664tbAm .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJ7664tbAm .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #78f0c0;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uJ7664tbAm .row {
    padding: 85px 8px;
  }
}
.cid-uJ7664tbAm .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uJ7664tbAm .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uJ7664tbAm .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-uJ7664tbAm .text-wrapper {
    padding: 0;
  }
}
.cid-uJ7664tbAm .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJ7664tbAm .mbr-section-title {
  color: #ffffff;
}
.cid-uJ7664tbAm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJ7664tbAm .mbr-text {
  color: #000000;
}
.cid-uJ7664tbAm .mbr-section-title,
.cid-uJ7664tbAm .title-wrapper {
  color: #000000;
}
.cid-uJ6lhIMg6d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ6lhIMg6d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ6lhIMg6d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ6lhIMg6d .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uJ6lhIMg6d .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uJ6lhIMg6d .item .item-wrapper {
  height: 100%;
}
.cid-uJ6lhIMg6d .item .item-wrapper:hover .item-img img,
.cid-uJ6lhIMg6d .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uJ6lhIMg6d .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uJ6lhIMg6d .item .item-wrapper .item-content .item-desc {
  margin-bottom: 16px;
}
.cid-uJ6lhIMg6d .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 450px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJ6lhIMg6d .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uJ6lhIMg6d .item-title {
  color: #000000;
}
.cid-uJ6lhIMg6d .item-desc {
  color: #000000;
}
.cid-uJ6i0sQ0j4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #78f0c0;
}
@media (max-width: 767px) {
  .cid-uJ6i0sQ0j4 .mbr-text {
    text-align: center;
  }
}
.cid-uJ6i0sQ0j4 .mbr-text,
.cid-uJ6i0sQ0j4 .mbr-section-btn {
  color: #000000;
}
.cid-uJ6i0sQ0j4 H1 {
  color: #000000;
}
.cid-uE1018BPFT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uE1018BPFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE1018BPFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE1018BPFT .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 64px;
  background-color: #78f0c0;
}
@media (max-width: 992px) {
  .cid-uE1018BPFT .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uE1018BPFT .card-wrapper .tabs-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uE1018BPFT .card-wrapper .tabs-wrapper {
    width: 100%;
  }
}
.cid-uE1018BPFT .card-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none !important;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-uE1018BPFT .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 0;
}
.cid-uE1018BPFT .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #000000;
  padding: 0 0 0 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uE1018BPFT .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 22px;
  }
}
.cid-uE1018BPFT .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 6px;
  height: 0;
  background-image: linear-gradient(0deg, #000000, #000000 70%);
  transition: all 1s ease-in-out;
}
.cid-uE1018BPFT .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(90deg, #000000, #000000 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  border: none;
  padding: 0 0 0 32px;
}
.cid-uE1018BPFT .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  height: 100%;
}
.cid-uE1018BPFT .card-wrapper .tab-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uE1018BPFT .card-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uE1018BPFT .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uE1018BPFT .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-uJ74mcP5u2 {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uJ74mcP5u2 .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-uJ74mcP5u2 .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-uJ74mcP5u2 .row {
    text-align: center!important;
  }
}
.cid-uJ74mcP5u2 .content-container {
  width: 100%;
  padding: 32px;
  border-radius: 1rem;
  background-color: #78f0c0;
  background: linear-gradient(180deg, #78f0c0, #78f0c0);
}
@media (min-width: 768px) {
  .cid-uJ74mcP5u2 .content-container {
    padding: 54px;
  }
}
@media (min-width: 992px) {
  .cid-uJ74mcP5u2 .content-container {
    padding: 80px;
  }
}
.cid-uJ74mcP5u2 .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uJ74mcP5u2 .mbr-section-title {
    text-align: center;
  }
}
.cid-uJ74mcP5u2 .mbr-text {
  color: #000000;
  opacity: 0.7;
  margin-top: 20px;
}
.cid-uJ74mcP5u2 .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uJ74mcP5u2 .mbr-section-btn {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .cid-uJ74mcP5u2 .mbr-section-btn {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .cid-uJ74mcP5u2 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uJ74mcP5u2 .mbr-section-btn .btn-white {
  color: #78f0c0 !important;
}
@media (max-width: 575px) {
  .cid-uJ74mcP5u2 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uJ74mcP5u2 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uJ74mcP5u2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ74mcP5u2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ74mcP5u2 .mbr-section-title,
.cid-uJ74mcP5u2 .mbr-section-btn {
  color: #000000;
}
.cid-uJ76sFrttD {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uJ76sFrttD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ76sFrttD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ76sFrttD .container,
.cid-uJ76sFrttD .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJ76sFrttD .container,
  .cid-uJ76sFrttD .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJ76sFrttD .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #78f0c0;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uJ76sFrttD .row {
    padding: 85px 8px;
  }
}
.cid-uJ76sFrttD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uJ76sFrttD .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uJ76sFrttD .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-uJ76sFrttD .text-wrapper {
    padding: 0;
  }
}
.cid-uJ76sFrttD .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJ76sFrttD .mbr-section-title {
  color: #ffffff;
}
.cid-uJ76sFrttD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJ76sFrttD .mbr-text {
  color: #000000;
}
.cid-uJ76sFrttD .mbr-section-title,
.cid-uJ76sFrttD .title-wrapper {
  color: #000000;
}
.cid-uJ6rkh88Yt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #78f0c0;
}
.cid-uJ6rkh88Yt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ6rkh88Yt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJ6rkh88Yt .container {
    padding: 0 20px;
  }
}
.cid-uJ6rkh88Yt .row {
  margin: 0;
}
.cid-uJ6rkh88Yt .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJ6rkh88Yt .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJ6rkh88Yt .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uJ6rkh88Yt .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uJ6rkh88Yt .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uJ6rkh88Yt .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uJ6rkh88Yt .mbr-section-title {
  color: #000000;
}
.cid-uJ75X2vgj8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ75X2vgj8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJ75X2vgj8 .card-title {
  margin-bottom: 26px;
  color: #ff398a;
}
.cid-uJ75X2vgj8 .mbr-text {
  margin-bottom: 30px;
}
.cid-uJ75X2vgj8 .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-uJ75X2vgj8 .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-uJ75X2vgj8 .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-uJ75X2vgj8 .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-uJ75X2vgj8 .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-uJ75X2vgj8 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-uJ75X2vgj8 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJ75X2vgj8 .text-wrapper {
    text-align: center;
  }
  .cid-uJ75X2vgj8 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uJ75X2vgj8 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uJ75X2vgj8 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uJ75X2vgj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ75X2vgj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ75X2vgj8 .mbr-text,
.cid-uJ75X2vgj8 .mbr-section-btn {
  color: #000000;
}
.cid-uJ75X2vgj8 .card-title,
.cid-uJ75X2vgj8 .icon_block {
  color: #000000;
}
.cid-uJ6pgjmRet {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #78f0c0;
}
.cid-uJ6pgjmRet .google-map {
  height: 30rem;
  position: relative;
}
.cid-uJ6pgjmRet .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uJ6pgjmRet .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-uJ6pgjmRet .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ6pgjmRet .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ6pgjmRet .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ6pgjmRet .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ6punVHc6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ6punVHc6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ6punVHc6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ6punVHc6 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJ6punVHc6 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uJ6punVHc6 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJ6punVHc6 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uJ6punVHc6 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJ6punVHc6 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJ6punVHc6 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJ6punVHc6 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uJ6punVHc6 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #78f0c0;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uJ6punVHc6 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJ6punVHc6 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJ6punVHc6 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJ6punVHc6 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uJ6punVHc6 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJ6punVHc6 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJ6punVHc6 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJ6punVHc6 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJ6punVHc6 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uJ6punVHc6 .list-wrapper .list .item-wrap:hover,
.cid-uJ6punVHc6 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uJ6punVHc6 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJ6punVHc6 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJ6punVHc6 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJ6punVHc6 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJ6punVHc6 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uJ6punVHc6 .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-uJ6punVHc6 .mbr-desc {
  color: #000000;
}
.cid-uJ6punVHc6 .mbr-text,
.cid-uJ6punVHc6 .text-wrapper {
  color: #9aa0a6;
}
.cid-uJ6punVHc6 .list {
  color: #9aa0a6;
}
.cid-uJ6punVHc6 .list,
.cid-uJ6punVHc6 .item-wrap {
  color: #000000;
}
.cid-uJ6punVHc6 .mbr-text,
.cid-uJ6punVHc6 .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ6GnCXkKX .navbar-dropdown {
  position: relative !important;
}
.cid-uJ6GnCXkKX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ6GnCXkKX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJ6GnCXkKX .dropdown-item {
  border: none;
  background: #78f0c0 !important;
  color: #ffffff !important;
}
.cid-uJ6GnCXkKX .dropdown-item:hover,
.cid-uJ6GnCXkKX .dropdown-item:focus {
  background: #78f0c0 !important;
  color: #ffffff !important;
}
.cid-uJ6GnCXkKX .dropdown-item:hover span {
  color: white;
}
.cid-uJ6GnCXkKX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJ6GnCXkKX .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJ6GnCXkKX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJ6GnCXkKX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJ6GnCXkKX .nav-link {
  position: relative;
}
.cid-uJ6GnCXkKX .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uJ6GnCXkKX .container {
    flex-wrap: nowrap;
  }
}
.cid-uJ6GnCXkKX .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJ6GnCXkKX .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-uJ6GnCXkKX .dropdown-menu,
.cid-uJ6GnCXkKX .navbar.opened {
  background: #ffffff !important;
}
.cid-uJ6GnCXkKX .nav-item:focus,
.cid-uJ6GnCXkKX .nav-link:focus {
  outline: none;
}
.cid-uJ6GnCXkKX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ6GnCXkKX .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uJ6GnCXkKX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ6GnCXkKX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ6GnCXkKX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ6GnCXkKX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ6GnCXkKX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJ6GnCXkKX .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ6GnCXkKX .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uJ6GnCXkKX .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uJ6GnCXkKX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJ6GnCXkKX .navbar.collapsed {
  justify-content: center;
}
.cid-uJ6GnCXkKX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ6GnCXkKX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ6GnCXkKX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJ6GnCXkKX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ6GnCXkKX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ6GnCXkKX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uJ6GnCXkKX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ6GnCXkKX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ6GnCXkKX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJ6GnCXkKX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ6GnCXkKX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ6GnCXkKX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ6GnCXkKX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ6GnCXkKX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uJ6GnCXkKX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJ6GnCXkKX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJ6GnCXkKX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ6GnCXkKX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uJ6GnCXkKX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ6GnCXkKX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ6GnCXkKX .navbar.navbar-short {
  min-height: 96px;
}
.cid-uJ6GnCXkKX .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uJ6GnCXkKX .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uJ6GnCXkKX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJ6GnCXkKX .navbar-brand .navbar-caption:hover,
.cid-uJ6GnCXkKX .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uJ6GnCXkKX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ6GnCXkKX .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uJ6GnCXkKX .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-uJ6GnCXkKX .dropdown-item.active,
.cid-uJ6GnCXkKX .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ6GnCXkKX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ6GnCXkKX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ6GnCXkKX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ6GnCXkKX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uJ6GnCXkKX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uJ6GnCXkKX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uJ6GnCXkKX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJ6GnCXkKX ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJ6GnCXkKX ul.navbar-nav {
    padding: 0;
    background-color: #78f0c0;
    border: none;
  }
}
.cid-uJ6GnCXkKX .navbar-buttons {
  text-align: center;
}
.cid-uJ6GnCXkKX .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uJ6GnCXkKX .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uJ6GnCXkKX .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJ6GnCXkKX button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJ6GnCXkKX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJ6GnCXkKX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJ6GnCXkKX button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJ6GnCXkKX button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJ6GnCXkKX button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJ6GnCXkKX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ6GnCXkKX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ6GnCXkKX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ6GnCXkKX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ6GnCXkKX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ6GnCXkKX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ6GnCXkKX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ6GnCXkKX .navbar {
    height: 70px;
  }
  .cid-uJ6GnCXkKX .navbar.opened {
    height: auto;
  }
  .cid-uJ6GnCXkKX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ6GnCXkKX .navbar-nav {
  margin: 0 auto;
}
.cid-uJ6GnCXkKX .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uJ6GnCXkKX .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uJ6GnCXkKX .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uJ6GnCXkKX .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uJ6GnCXkKX .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJ6GnCXkKX .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uJ6GnCXkKX .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uJ6GnCXkKX .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uJ6GnCXkKX .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uJ6GnCXkKX .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJ6GnCXkKX .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJ6GnCXkKX .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJ6GnCXkKX .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJ6GnCXkKX .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJ6GnCXkKX .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uJ6GnCXkKX .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uJ6GnCXkKX .content-wrap {
  min-height: 90px;
}
.cid-uJ7dDwaOaH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/eavestrough-gutter-cleaning-cost-in-toronto-11zon-2000x1333.jpg");
}
.cid-uJ7dDwaOaH .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uJ7dDwaOaH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7dDwaOaH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7dDwaOaH .content-wrap {
  justify-content: center;
}
.cid-uJ7dDwaOaH .card-wrapper {
  padding: 190px 32px;
  background-color: #ffffff;
  border: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-uJ7dDwaOaH .card-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJ7dDwaOaH .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uJ7dDwaOaH .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ7dDwaOaH .card-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uJ7dDwaOaH .card-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uJ7dDwaOaH .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ7dDwaOaH .card-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uJ7dDwaOaH .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uJ7dDwaOaH .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uJ7dDwaOaH .mbr-section-title {
  color: #150764;
}
.cid-uJ7dDwaOaH .mbr-text,
.cid-uJ7dDwaOaH .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uJ7dDwaOaH .mbr-section-title,
.cid-uJ7dDwaOaH .mbr-section-btn,
.cid-uJ7dDwaOaH .logo-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uJ6GnKvc5u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1f2329;
}
.cid-uJ6GnKvc5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ6GnKvc5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ6GnKvc5u .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJ6GnKvc5u .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJ6GnKvc5u .container {
    padding: 0 12px;
  }
}
.cid-uJ6GnKvc5u .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJ6GnKvc5u .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJ6GnKvc5u .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uJ6GnKvc5u .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uJ6GnKvc5u .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJ6GnKvc5u .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uJ6GnKvc5u .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uJ6GnKvc5u .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uJ6GnKvc5u .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uJ6GnKvc5u .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uJ6GnKvc5u .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uJ6GnKvc5u .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uJ6GnKvc5u .mbr-section-subtitle {
  color: #222222;
}
.cid-uJ6GnKvc5u .mbr-text {
  color: #ffffff;
}
.cid-uJ6GnKvc5u .list {
  color: #222222;
}
.cid-uJ6Gobch5i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #1f2329;
}
.cid-uJ6Gobch5i .google-map {
  height: 30rem;
  position: relative;
}
.cid-uJ6Gobch5i .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uJ6Gobch5i .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-uJ6Gobch5i .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ6Gobch5i .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ6Gobch5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ6Gobch5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ6GocOMjQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ6GocOMjQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ6GocOMjQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ6GocOMjQ .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJ6GocOMjQ .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uJ6GocOMjQ .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJ6GocOMjQ .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uJ6GocOMjQ .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJ6GocOMjQ .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJ6GocOMjQ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJ6GocOMjQ .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uJ6GocOMjQ .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #78f0c0;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uJ6GocOMjQ .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJ6GocOMjQ .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJ6GocOMjQ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJ6GocOMjQ .items-wrapper .card {
  padding: 0 32px;
}
.cid-uJ6GocOMjQ .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJ6GocOMjQ .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJ6GocOMjQ .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJ6GocOMjQ .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJ6GocOMjQ .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uJ6GocOMjQ .list-wrapper .list .item-wrap:hover,
.cid-uJ6GocOMjQ .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uJ6GocOMjQ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJ6GocOMjQ .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJ6GocOMjQ .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJ6GocOMjQ .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJ6GocOMjQ .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uJ6GocOMjQ .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-uJ6GocOMjQ .mbr-desc {
  color: #000000;
}
.cid-uJ6GocOMjQ .mbr-text,
.cid-uJ6GocOMjQ .text-wrapper {
  color: #9aa0a6;
}
.cid-uJ6GocOMjQ .list {
  color: #9aa0a6;
}
.cid-uJ6GocOMjQ .list,
.cid-uJ6GocOMjQ .item-wrap {
  color: #000000;
}
.cid-uJ6GocOMjQ .mbr-text,
.cid-uJ6GocOMjQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ6H3SGKj2 .navbar-dropdown {
  position: relative !important;
}
.cid-uJ6H3SGKj2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ6H3SGKj2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJ6H3SGKj2 .dropdown-item {
  border: none;
  background: #78f0c0 !important;
  color: #ffffff !important;
}
.cid-uJ6H3SGKj2 .dropdown-item:hover,
.cid-uJ6H3SGKj2 .dropdown-item:focus {
  background: #78f0c0 !important;
  color: #ffffff !important;
}
.cid-uJ6H3SGKj2 .dropdown-item:hover span {
  color: white;
}
.cid-uJ6H3SGKj2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJ6H3SGKj2 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJ6H3SGKj2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJ6H3SGKj2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJ6H3SGKj2 .nav-link {
  position: relative;
}
.cid-uJ6H3SGKj2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uJ6H3SGKj2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uJ6H3SGKj2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJ6H3SGKj2 .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-uJ6H3SGKj2 .dropdown-menu,
.cid-uJ6H3SGKj2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uJ6H3SGKj2 .nav-item:focus,
.cid-uJ6H3SGKj2 .nav-link:focus {
  outline: none;
}
.cid-uJ6H3SGKj2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ6H3SGKj2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uJ6H3SGKj2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ6H3SGKj2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ6H3SGKj2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ6H3SGKj2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ6H3SGKj2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJ6H3SGKj2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ6H3SGKj2 .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uJ6H3SGKj2 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uJ6H3SGKj2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJ6H3SGKj2 .navbar.collapsed {
  justify-content: center;
}
.cid-uJ6H3SGKj2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ6H3SGKj2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ6H3SGKj2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJ6H3SGKj2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ6H3SGKj2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ6H3SGKj2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uJ6H3SGKj2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ6H3SGKj2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ6H3SGKj2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJ6H3SGKj2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ6H3SGKj2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ6H3SGKj2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ6H3SGKj2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ6H3SGKj2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uJ6H3SGKj2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJ6H3SGKj2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJ6H3SGKj2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ6H3SGKj2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uJ6H3SGKj2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ6H3SGKj2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ6H3SGKj2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uJ6H3SGKj2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uJ6H3SGKj2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uJ6H3SGKj2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJ6H3SGKj2 .navbar-brand .navbar-caption:hover,
.cid-uJ6H3SGKj2 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uJ6H3SGKj2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ6H3SGKj2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uJ6H3SGKj2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-uJ6H3SGKj2 .dropdown-item.active,
.cid-uJ6H3SGKj2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ6H3SGKj2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ6H3SGKj2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ6H3SGKj2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ6H3SGKj2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uJ6H3SGKj2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uJ6H3SGKj2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uJ6H3SGKj2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJ6H3SGKj2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJ6H3SGKj2 ul.navbar-nav {
    padding: 0;
    background-color: #78f0c0;
    border: none;
  }
}
.cid-uJ6H3SGKj2 .navbar-buttons {
  text-align: center;
}
.cid-uJ6H3SGKj2 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uJ6H3SGKj2 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uJ6H3SGKj2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJ6H3SGKj2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJ6H3SGKj2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJ6H3SGKj2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJ6H3SGKj2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJ6H3SGKj2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJ6H3SGKj2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJ6H3SGKj2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ6H3SGKj2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ6H3SGKj2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ6H3SGKj2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ6H3SGKj2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ6H3SGKj2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ6H3SGKj2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ6H3SGKj2 .navbar {
    height: 70px;
  }
  .cid-uJ6H3SGKj2 .navbar.opened {
    height: auto;
  }
  .cid-uJ6H3SGKj2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ6H3SGKj2 .navbar-nav {
  margin: 0 auto;
}
.cid-uJ6H3SGKj2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uJ6H3SGKj2 .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uJ6H3SGKj2 .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uJ6H3SGKj2 .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uJ6H3SGKj2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJ6H3SGKj2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uJ6H3SGKj2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uJ6H3SGKj2 .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uJ6H3SGKj2 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uJ6H3SGKj2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJ6H3SGKj2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJ6H3SGKj2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJ6H3SGKj2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJ6H3SGKj2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJ6H3SGKj2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uJ6H3SGKj2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uJ6H3SGKj2 .content-wrap {
  min-height: 90px;
}
.cid-uJ7ek35bYr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/shutterstock-2501142207-1000x667.jpg");
}
.cid-uJ7ek35bYr .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uJ7ek35bYr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7ek35bYr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7ek35bYr .content-wrap {
  justify-content: center;
}
.cid-uJ7ek35bYr .card-wrapper {
  padding: 190px 32px;
  background-color: #ffffff;
  border: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-uJ7ek35bYr .card-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJ7ek35bYr .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uJ7ek35bYr .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ7ek35bYr .card-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uJ7ek35bYr .card-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uJ7ek35bYr .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ7ek35bYr .card-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uJ7ek35bYr .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uJ7ek35bYr .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uJ7ek35bYr .mbr-section-title {
  color: #150764;
}
.cid-uJ7ek35bYr .mbr-text,
.cid-uJ7ek35bYr .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uJ7ek35bYr .mbr-section-title,
.cid-uJ7ek35bYr .mbr-section-btn,
.cid-uJ7ek35bYr .logo-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uJ6H3Wtjn7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ6H3Wtjn7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ6H3Wtjn7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ6H3Wtjn7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJ6H3Wtjn7 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJ6H3Wtjn7 .container {
    padding: 0 12px;
  }
}
.cid-uJ6H3Wtjn7 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJ6H3Wtjn7 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uJ6H3Wtjn7 .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uJ6H3Wtjn7 .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uJ6H3Wtjn7 .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJ6H3Wtjn7 .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uJ6H3Wtjn7 .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uJ6H3Wtjn7 .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uJ6H3Wtjn7 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uJ6H3Wtjn7 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uJ6H3Wtjn7 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uJ6H3Wtjn7 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uJ6H3Wtjn7 .mbr-section-subtitle {
  color: #222222;
}
.cid-uJ6H3Wtjn7 .mbr-text {
  color: #000000;
}
.cid-uJ6H3Wtjn7 .list {
  color: #222222;
}
.cid-uJ6H3Y8ktT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #1f2329;
}
.cid-uJ6H3Y8ktT .google-map {
  height: 30rem;
  position: relative;
}
.cid-uJ6H3Y8ktT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uJ6H3Y8ktT .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-uJ6H3Y8ktT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ6H3Y8ktT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ6H3Y8ktT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ6H3Y8ktT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ6H3ZmMGF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ6H3ZmMGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ6H3ZmMGF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ6H3ZmMGF .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJ6H3ZmMGF .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uJ6H3ZmMGF .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJ6H3ZmMGF .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uJ6H3ZmMGF .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJ6H3ZmMGF .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJ6H3ZmMGF .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJ6H3ZmMGF .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uJ6H3ZmMGF .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #78f0c0;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uJ6H3ZmMGF .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJ6H3ZmMGF .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJ6H3ZmMGF .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJ6H3ZmMGF .items-wrapper .card {
  padding: 0 32px;
}
.cid-uJ6H3ZmMGF .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJ6H3ZmMGF .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJ6H3ZmMGF .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJ6H3ZmMGF .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJ6H3ZmMGF .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uJ6H3ZmMGF .list-wrapper .list .item-wrap:hover,
.cid-uJ6H3ZmMGF .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uJ6H3ZmMGF .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJ6H3ZmMGF .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJ6H3ZmMGF .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJ6H3ZmMGF .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJ6H3ZmMGF .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uJ6H3ZmMGF .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-uJ6H3ZmMGF .mbr-desc {
  color: #000000;
}
.cid-uJ6H3ZmMGF .mbr-text,
.cid-uJ6H3ZmMGF .text-wrapper {
  color: #9aa0a6;
}
.cid-uJ6H3ZmMGF .list {
  color: #9aa0a6;
}
.cid-uJ6H3ZmMGF .list,
.cid-uJ6H3ZmMGF .item-wrap {
  color: #000000;
}
.cid-uJ6H3ZmMGF .mbr-text,
.cid-uJ6H3ZmMGF .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ7hjpAXup .navbar-dropdown {
  position: relative !important;
}
.cid-uJ7hjpAXup .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ7hjpAXup .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJ7hjpAXup .dropdown-item {
  border: none;
  background: #78f0c0 !important;
  color: #ffffff !important;
}
.cid-uJ7hjpAXup .dropdown-item:hover,
.cid-uJ7hjpAXup .dropdown-item:focus {
  background: #78f0c0 !important;
  color: #ffffff !important;
}
.cid-uJ7hjpAXup .dropdown-item:hover span {
  color: white;
}
.cid-uJ7hjpAXup .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJ7hjpAXup .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJ7hjpAXup .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJ7hjpAXup .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJ7hjpAXup .nav-link {
  position: relative;
}
.cid-uJ7hjpAXup .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uJ7hjpAXup .container {
    flex-wrap: nowrap;
  }
}
.cid-uJ7hjpAXup .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJ7hjpAXup .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-uJ7hjpAXup .dropdown-menu,
.cid-uJ7hjpAXup .navbar.opened {
  background: #ffffff !important;
}
.cid-uJ7hjpAXup .nav-item:focus,
.cid-uJ7hjpAXup .nav-link:focus {
  outline: none;
}
.cid-uJ7hjpAXup .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ7hjpAXup .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uJ7hjpAXup .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ7hjpAXup .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ7hjpAXup .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ7hjpAXup .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ7hjpAXup .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJ7hjpAXup .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ7hjpAXup .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uJ7hjpAXup .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uJ7hjpAXup .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJ7hjpAXup .navbar.collapsed {
  justify-content: center;
}
.cid-uJ7hjpAXup .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ7hjpAXup .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ7hjpAXup .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJ7hjpAXup .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ7hjpAXup .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ7hjpAXup .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uJ7hjpAXup .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ7hjpAXup .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ7hjpAXup .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJ7hjpAXup .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ7hjpAXup .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ7hjpAXup .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ7hjpAXup .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ7hjpAXup .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uJ7hjpAXup .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJ7hjpAXup .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJ7hjpAXup .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ7hjpAXup .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uJ7hjpAXup .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ7hjpAXup .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ7hjpAXup .navbar.navbar-short {
  min-height: 96px;
}
.cid-uJ7hjpAXup .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uJ7hjpAXup .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uJ7hjpAXup .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJ7hjpAXup .navbar-brand .navbar-caption:hover,
.cid-uJ7hjpAXup .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uJ7hjpAXup .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ7hjpAXup .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uJ7hjpAXup .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-uJ7hjpAXup .dropdown-item.active,
.cid-uJ7hjpAXup .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ7hjpAXup .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ7hjpAXup .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ7hjpAXup .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ7hjpAXup .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uJ7hjpAXup .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uJ7hjpAXup .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uJ7hjpAXup .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJ7hjpAXup ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJ7hjpAXup ul.navbar-nav {
    padding: 0;
    background-color: #78f0c0;
    border: none;
  }
}
.cid-uJ7hjpAXup .navbar-buttons {
  text-align: center;
}
.cid-uJ7hjpAXup .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uJ7hjpAXup .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uJ7hjpAXup .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJ7hjpAXup button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJ7hjpAXup button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJ7hjpAXup button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJ7hjpAXup button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJ7hjpAXup button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJ7hjpAXup button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJ7hjpAXup nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ7hjpAXup nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ7hjpAXup nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ7hjpAXup nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ7hjpAXup .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ7hjpAXup a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ7hjpAXup .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ7hjpAXup .navbar {
    height: 70px;
  }
  .cid-uJ7hjpAXup .navbar.opened {
    height: auto;
  }
  .cid-uJ7hjpAXup .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ7hjpAXup .navbar-nav {
  margin: 0 auto;
}
.cid-uJ7hjpAXup .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uJ7hjpAXup .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uJ7hjpAXup .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uJ7hjpAXup .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uJ7hjpAXup .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJ7hjpAXup .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uJ7hjpAXup .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uJ7hjpAXup .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uJ7hjpAXup .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uJ7hjpAXup .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJ7hjpAXup .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJ7hjpAXup .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJ7hjpAXup .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJ7hjpAXup .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJ7hjpAXup .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uJ7hjpAXup .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uJ7hjpAXup .content-wrap {
  min-height: 90px;
}
.cid-uJ7hjt1LtV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/australian-gutter-types-1000x667.jpg");
}
.cid-uJ7hjt1LtV .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uJ7hjt1LtV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7hjt1LtV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7hjt1LtV .content-wrap {
  justify-content: center;
}
.cid-uJ7hjt1LtV .card-wrapper {
  padding: 190px 32px;
  background-color: #ffffff;
  border: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-uJ7hjt1LtV .card-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJ7hjt1LtV .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uJ7hjt1LtV .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ7hjt1LtV .card-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uJ7hjt1LtV .card-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uJ7hjt1LtV .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ7hjt1LtV .card-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uJ7hjt1LtV .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uJ7hjt1LtV .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uJ7hjt1LtV .mbr-section-title {
  color: #150764;
}
.cid-uJ7hjt1LtV .mbr-text,
.cid-uJ7hjt1LtV .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uJ7hjt1LtV .mbr-section-title,
.cid-uJ7hjt1LtV .mbr-section-btn,
.cid-uJ7hjt1LtV .logo-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uJ7hjvtEw1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ7hjvtEw1 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uJ7hjvtEw1 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uJ7hjvtEw1 .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #78f0c0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uJ7hjvtEw1 .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uJ7hjvtEw1 .mbr-text {
  color: #000000;
}
.cid-uJ7hjx01fZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #78f0c0;
}
.cid-uJ7hjx01fZ blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uJ7hjx01fZ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJ7hjx01fZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJ7hjy7GVw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uJ7hjy7GVw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7hjy7GVw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7hjy7GVw .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJ7hjy7GVw .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uJ7hjy7GVw .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uJ7hjy7GVw .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uJ7hjy7GVw .container {
    padding: 0 12px;
  }
}
.cid-uJ7hjy7GVw .row {
  justify-content: center;
}
.cid-uJ7hjy7GVw .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uJ7hjy7GVw .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uJ7hjy7GVw .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJ7hjy7GVw .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJ7hjy7GVw .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ7hjy7GVw .item {
    margin-bottom: 16px;
  }
}
.cid-uJ7hjy7GVw .item .item-wrapper {
  width: 100%;
}
.cid-uJ7hjy7GVw .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJ7hjy7GVw .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uJ7hjy7GVw .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uJ7hjy7GVw .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uJ7hjy7GVw .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-uJ7hjy7GVw .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uJ7hjy7GVw .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uJ7hjy7GVw .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uJ7hjy7GVw .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #f5f5f7;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJ7hjy7GVw .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uJ7hjy7GVw .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uJ7hjy7GVw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJ7hjy7GVw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJ7hjy7GVw .item-title {
  color: #1D1D1F;
}
.cid-uJ7hjy7GVw .item-desc {
  color: #1D1D1F;
}
.cid-uJ7hjy7GVw .item-text {
  color: #1D1D1F;
}
.cid-uJ7hjzhFtj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ7hjzhFtj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7hjzhFtj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7hjzhFtj .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJ7hjzhFtj .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJ7hjzhFtj .items-wrapper {
  margin: 0 -13px;
}
.cid-uJ7hjzhFtj .items-wrapper .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uJ7hjzhFtj .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uJ7hjzhFtj .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uJ7hjzhFtj .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(-52px);
}
.cid-uJ7hjzhFtj .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 26px 0 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uJ7hjzhFtj .items-wrapper .item .item-wrapper {
    padding: 16px 16px 0 16px;
  }
}
.cid-uJ7hjzhFtj .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uJ7hjzhFtj .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uJ7hjzhFtj .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJ7hjzhFtj .items-wrapper .item .item-wrapper .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uJ7hjzhFtj .items-wrapper .item .item-wrapper .item-img {
    margin-top: 22px;
  }
}
.cid-uJ7hjzhFtj .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-uJ7hjzhFtj .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #1f2329, #78f0c0 85%);
}
.cid-uJ7hjzhFtj .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #1f2329, #78f0c0 85%);
}
.cid-uJ7hjzhFtj .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #1f2329, #78f0c0 85%);
}
.cid-uJ7hjzhFtj .mbr-section-title,
.cid-uJ7hjzhFtj .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJ7hjzhFtj .item-title {
  color: #ffffff;
}
.cid-uJ7hjzhFtj .item-text {
  color: #ffffff;
}
.cid-uJ7hjzhFtj .item-title,
.cid-uJ7hjzhFtj .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uJ7hjAPcd9 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uJ7hjAPcd9 .feature .card {
  border-left: 10px solid #41b6e6;
  background-color: #f8f8f8;
  height: 100%;
  padding: 2rem 40px;
  border-radius: 0;
}
.cid-uJ7hjAPcd9 .feature:last-child .card {
  border-color: #78f0c0;
}
.cid-uJ7hjAPcd9 .feature .mbr-section-title {
  line-height: 1;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-uJ7hjAPcd9 .feature:last-child {
    margin-top: 2rem;
  }
}
.cid-uJ7hjCi00O {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uJ7hjCi00O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7hjCi00O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7hjCi00O .container,
.cid-uJ7hjCi00O .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJ7hjCi00O .container,
  .cid-uJ7hjCi00O .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJ7hjCi00O .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #78f0c0;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uJ7hjCi00O .row {
    padding: 85px 8px;
  }
}
.cid-uJ7hjCi00O .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uJ7hjCi00O .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uJ7hjCi00O .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-uJ7hjCi00O .text-wrapper {
    padding: 0;
  }
}
.cid-uJ7hjCi00O .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJ7hjCi00O .mbr-section-title {
  color: #ffffff;
}
.cid-uJ7hjCi00O .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJ7hjCi00O .mbr-text {
  color: #000000;
}
.cid-uJ7hjCi00O .mbr-section-title,
.cid-uJ7hjCi00O .title-wrapper {
  color: #000000;
}
.cid-uJ7hjDx0Hr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #78f0c0;
}
.cid-uJ7hjDx0Hr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7hjDx0Hr .col-12 {
  padding: 0;
}
.cid-uJ7hjDx0Hr .row {
  margin: 0;
}
.cid-uJ7hjDx0Hr .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uJ7hjDx0Hr .card-margin {
    margin-top: -1px;
  }
}
.cid-uJ7hjDx0Hr .card-wrapper {
  min-height: 500px;
  border: 1px solid #ff840a;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uJ7hjDx0Hr .card-wrapper {
    padding: 1rem;
  }
}
.cid-uJ7hjDx0Hr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7hjDx0Hr .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uJ7hjDx0Hr .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uJ7hjDx0Hr .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uJ7hjDx0Hr .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uJ7hjDx0Hr .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uJ7hjDx0Hr .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJ7hjDx0Hr .image-wrapper {
    padding: 1rem;
  }
}
.cid-uJ7hjDx0Hr .mbr-section-title {
  color: #000000;
}
.cid-uJ7hjDx0Hr .mbr-text,
.cid-uJ7hjDx0Hr .mbr-section-btn {
  color: #221b35;
}
.cid-uJ7hjF1osJ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJ7hjF1osJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7hjF1osJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7hjF1osJ .container,
.cid-uJ7hjF1osJ .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJ7hjF1osJ .container,
  .cid-uJ7hjF1osJ .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJ7hjF1osJ .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #78f0c0;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uJ7hjF1osJ .row {
    padding: 85px 8px;
  }
}
.cid-uJ7hjF1osJ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uJ7hjF1osJ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uJ7hjF1osJ .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-uJ7hjF1osJ .text-wrapper {
    padding: 0;
  }
}
.cid-uJ7hjF1osJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJ7hjF1osJ .mbr-section-title {
  color: #ffffff;
}
.cid-uJ7hjF1osJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJ7hjF1osJ .mbr-text {
  color: #000000;
}
.cid-uJ7hjF1osJ .mbr-section-title,
.cid-uJ7hjF1osJ .title-wrapper {
  color: #000000;
}
.cid-uJ7hjGl61s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ7hjGl61s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7hjGl61s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7hjGl61s .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uJ7hjGl61s .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uJ7hjGl61s .item .item-wrapper {
  height: 100%;
}
.cid-uJ7hjGl61s .item .item-wrapper:hover .item-img img,
.cid-uJ7hjGl61s .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uJ7hjGl61s .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uJ7hjGl61s .item .item-wrapper .item-content .item-desc {
  margin-bottom: 16px;
}
.cid-uJ7hjGl61s .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 450px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJ7hjGl61s .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uJ7hjGl61s .item-title {
  color: #000000;
}
.cid-uJ7hjGl61s .item-desc {
  color: #000000;
}
.cid-uJ7hjHPOK5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #78f0c0;
}
@media (max-width: 767px) {
  .cid-uJ7hjHPOK5 .mbr-text {
    text-align: center;
  }
}
.cid-uJ7hjHPOK5 .mbr-text,
.cid-uJ7hjHPOK5 .mbr-section-btn {
  color: #000000;
}
.cid-uJ7hjHPOK5 H1 {
  color: #000000;
}
.cid-uJ7hjJ5lCX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ7hjJ5lCX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7hjJ5lCX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7hjJ5lCX .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 64px;
  background-color: #78f0c0;
}
@media (max-width: 992px) {
  .cid-uJ7hjJ5lCX .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uJ7hjJ5lCX .card-wrapper .tabs-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uJ7hjJ5lCX .card-wrapper .tabs-wrapper {
    width: 100%;
  }
}
.cid-uJ7hjJ5lCX .card-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none !important;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-uJ7hjJ5lCX .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 0;
}
.cid-uJ7hjJ5lCX .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #000000;
  padding: 0 0 0 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ7hjJ5lCX .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 22px;
  }
}
.cid-uJ7hjJ5lCX .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 6px;
  height: 0;
  background-image: linear-gradient(0deg, #000000, #000000 70%);
  transition: all 1s ease-in-out;
}
.cid-uJ7hjJ5lCX .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(90deg, #000000, #000000 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  border: none;
  padding: 0 0 0 32px;
}
.cid-uJ7hjJ5lCX .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  height: 100%;
}
.cid-uJ7hjJ5lCX .card-wrapper .tab-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uJ7hjJ5lCX .card-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uJ7hjJ5lCX .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJ7hjJ5lCX .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-uJ7hjKUnAm {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uJ7hjKUnAm .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-uJ7hjKUnAm .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-uJ7hjKUnAm .row {
    text-align: center!important;
  }
}
.cid-uJ7hjKUnAm .content-container {
  width: 100%;
  padding: 32px;
  border-radius: 1rem;
  background-color: #78f0c0;
  background: linear-gradient(180deg, #78f0c0, #78f0c0);
}
@media (min-width: 768px) {
  .cid-uJ7hjKUnAm .content-container {
    padding: 54px;
  }
}
@media (min-width: 992px) {
  .cid-uJ7hjKUnAm .content-container {
    padding: 80px;
  }
}
.cid-uJ7hjKUnAm .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uJ7hjKUnAm .mbr-section-title {
    text-align: center;
  }
}
.cid-uJ7hjKUnAm .mbr-text {
  color: #000000;
  opacity: 0.7;
  margin-top: 20px;
}
.cid-uJ7hjKUnAm .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uJ7hjKUnAm .mbr-section-btn {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .cid-uJ7hjKUnAm .mbr-section-btn {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .cid-uJ7hjKUnAm .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uJ7hjKUnAm .mbr-section-btn .btn-white {
  color: #78f0c0 !important;
}
@media (max-width: 575px) {
  .cid-uJ7hjKUnAm .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uJ7hjKUnAm .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uJ7hjKUnAm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7hjKUnAm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7hjKUnAm .mbr-section-title,
.cid-uJ7hjKUnAm .mbr-section-btn {
  color: #000000;
}
.cid-uJ7hjM9rnG {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uJ7hjM9rnG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7hjM9rnG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7hjM9rnG .container,
.cid-uJ7hjM9rnG .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJ7hjM9rnG .container,
  .cid-uJ7hjM9rnG .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJ7hjM9rnG .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #78f0c0;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uJ7hjM9rnG .row {
    padding: 85px 8px;
  }
}
.cid-uJ7hjM9rnG .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uJ7hjM9rnG .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uJ7hjM9rnG .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-uJ7hjM9rnG .text-wrapper {
    padding: 0;
  }
}
.cid-uJ7hjM9rnG .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJ7hjM9rnG .mbr-section-title {
  color: #ffffff;
}
.cid-uJ7hjM9rnG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJ7hjM9rnG .mbr-text {
  color: #000000;
}
.cid-uJ7hjM9rnG .mbr-section-title,
.cid-uJ7hjM9rnG .title-wrapper {
  color: #000000;
}
.cid-uJ7hjNyq8N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #78f0c0;
}
.cid-uJ7hjNyq8N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7hjNyq8N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJ7hjNyq8N .container {
    padding: 0 20px;
  }
}
.cid-uJ7hjNyq8N .row {
  margin: 0;
}
.cid-uJ7hjNyq8N .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJ7hjNyq8N .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJ7hjNyq8N .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uJ7hjNyq8N .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uJ7hjNyq8N .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uJ7hjNyq8N .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uJ7hjNyq8N .mbr-section-title {
  color: #000000;
}
.cid-uJ7hjOOfYn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ7hjOOfYn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJ7hjOOfYn .card-title {
  margin-bottom: 26px;
  color: #ff398a;
}
.cid-uJ7hjOOfYn .mbr-text {
  margin-bottom: 30px;
}
.cid-uJ7hjOOfYn .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-uJ7hjOOfYn .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-uJ7hjOOfYn .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-uJ7hjOOfYn .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-uJ7hjOOfYn .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-uJ7hjOOfYn .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-uJ7hjOOfYn .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJ7hjOOfYn .text-wrapper {
    text-align: center;
  }
  .cid-uJ7hjOOfYn .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uJ7hjOOfYn .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uJ7hjOOfYn .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uJ7hjOOfYn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7hjOOfYn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7hjOOfYn .mbr-text,
.cid-uJ7hjOOfYn .mbr-section-btn {
  color: #000000;
}
.cid-uJ7hjOOfYn .card-title,
.cid-uJ7hjOOfYn .icon_block {
  color: #000000;
}
.cid-uJ7jXEGnd6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ7jXEGnd6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7jXEGnd6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7jXEGnd6 .row {
  margin: 0 !important;
}
.cid-uJ7jXEGnd6 .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uJ7jXEGnd6 .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uJ7jXEGnd6 .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-uJ7jXEGnd6 .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-uJ7jXEGnd6 .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uJ7jXEGnd6 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uJ7jXEGnd6 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uJ7jXEGnd6 .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uJ7jXEGnd6 .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-uJ7jXEGnd6 .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ7jXEGnd6 .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uJ7jXEGnd6 .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #000000;
  margin-left: 0.5rem;
}
.cid-uJ7jXEGnd6 .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #000000;
  font-weight: 900;
}
.cid-uJ7jXEGnd6 .panel-group {
  border: none;
}
.cid-uJ7jXEGnd6 .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-uJ7jXEGnd6 .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uJ7jXEGnd6 .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uJ7jXEGnd6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-uJ7jXEGnd6 .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-uJ7jXEGnd6 .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-uJ7jXEGnd6 .panel-title-edit {
  color: #131313;
}
.cid-uJ7jXEGnd6 .panel-body {
  padding: 0 0 20px;
}
.cid-uJ7jXEGnd6 .panel-text {
  color: #131313;
  margin: 0;
}
.cid-uJ7hjQh1oZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #78f0c0;
}
.cid-uJ7hjQh1oZ .google-map {
  height: 30rem;
  position: relative;
}
.cid-uJ7hjQh1oZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uJ7hjQh1oZ .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-uJ7hjQh1oZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ7hjQh1oZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ7hjQh1oZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7hjQh1oZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7hjRS7WL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ7hjRS7WL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7hjRS7WL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7hjRS7WL .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJ7hjRS7WL .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uJ7hjRS7WL .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJ7hjRS7WL .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uJ7hjRS7WL .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJ7hjRS7WL .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJ7hjRS7WL .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJ7hjRS7WL .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uJ7hjRS7WL .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #78f0c0;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uJ7hjRS7WL .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJ7hjRS7WL .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJ7hjRS7WL .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJ7hjRS7WL .items-wrapper .card {
  padding: 0 32px;
}
.cid-uJ7hjRS7WL .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJ7hjRS7WL .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJ7hjRS7WL .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJ7hjRS7WL .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJ7hjRS7WL .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uJ7hjRS7WL .list-wrapper .list .item-wrap:hover,
.cid-uJ7hjRS7WL .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uJ7hjRS7WL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJ7hjRS7WL .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJ7hjRS7WL .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJ7hjRS7WL .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJ7hjRS7WL .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uJ7hjRS7WL .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-uJ7hjRS7WL .mbr-desc {
  color: #000000;
}
.cid-uJ7hjRS7WL .mbr-text,
.cid-uJ7hjRS7WL .text-wrapper {
  color: #9aa0a6;
}
.cid-uJ7hjRS7WL .list {
  color: #9aa0a6;
}
.cid-uJ7hjRS7WL .list,
.cid-uJ7hjRS7WL .item-wrap {
  color: #000000;
}
.cid-uJ7hjRS7WL .mbr-text,
.cid-uJ7hjRS7WL .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ7kg1Ia0C .navbar-dropdown {
  position: relative !important;
}
.cid-uJ7kg1Ia0C .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ7kg1Ia0C .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJ7kg1Ia0C .dropdown-item {
  border: none;
  background: #78f0c0 !important;
  color: #ffffff !important;
}
.cid-uJ7kg1Ia0C .dropdown-item:hover,
.cid-uJ7kg1Ia0C .dropdown-item:focus {
  background: #78f0c0 !important;
  color: #ffffff !important;
}
.cid-uJ7kg1Ia0C .dropdown-item:hover span {
  color: white;
}
.cid-uJ7kg1Ia0C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJ7kg1Ia0C .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJ7kg1Ia0C .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJ7kg1Ia0C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJ7kg1Ia0C .nav-link {
  position: relative;
}
.cid-uJ7kg1Ia0C .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uJ7kg1Ia0C .container {
    flex-wrap: nowrap;
  }
}
.cid-uJ7kg1Ia0C .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJ7kg1Ia0C .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-uJ7kg1Ia0C .dropdown-menu,
.cid-uJ7kg1Ia0C .navbar.opened {
  background: #ffffff !important;
}
.cid-uJ7kg1Ia0C .nav-item:focus,
.cid-uJ7kg1Ia0C .nav-link:focus {
  outline: none;
}
.cid-uJ7kg1Ia0C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ7kg1Ia0C .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uJ7kg1Ia0C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ7kg1Ia0C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ7kg1Ia0C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ7kg1Ia0C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ7kg1Ia0C .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJ7kg1Ia0C .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ7kg1Ia0C .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uJ7kg1Ia0C .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uJ7kg1Ia0C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJ7kg1Ia0C .navbar.collapsed {
  justify-content: center;
}
.cid-uJ7kg1Ia0C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ7kg1Ia0C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ7kg1Ia0C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJ7kg1Ia0C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ7kg1Ia0C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ7kg1Ia0C .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uJ7kg1Ia0C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ7kg1Ia0C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ7kg1Ia0C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJ7kg1Ia0C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ7kg1Ia0C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ7kg1Ia0C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ7kg1Ia0C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ7kg1Ia0C .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uJ7kg1Ia0C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJ7kg1Ia0C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJ7kg1Ia0C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ7kg1Ia0C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uJ7kg1Ia0C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ7kg1Ia0C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ7kg1Ia0C .navbar.navbar-short {
  min-height: 96px;
}
.cid-uJ7kg1Ia0C .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uJ7kg1Ia0C .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uJ7kg1Ia0C .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJ7kg1Ia0C .navbar-brand .navbar-caption:hover,
.cid-uJ7kg1Ia0C .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uJ7kg1Ia0C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ7kg1Ia0C .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uJ7kg1Ia0C .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-uJ7kg1Ia0C .dropdown-item.active,
.cid-uJ7kg1Ia0C .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ7kg1Ia0C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ7kg1Ia0C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ7kg1Ia0C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ7kg1Ia0C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uJ7kg1Ia0C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uJ7kg1Ia0C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uJ7kg1Ia0C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJ7kg1Ia0C ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJ7kg1Ia0C ul.navbar-nav {
    padding: 0;
    background-color: #78f0c0;
    border: none;
  }
}
.cid-uJ7kg1Ia0C .navbar-buttons {
  text-align: center;
}
.cid-uJ7kg1Ia0C .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uJ7kg1Ia0C .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uJ7kg1Ia0C .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJ7kg1Ia0C button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJ7kg1Ia0C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJ7kg1Ia0C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJ7kg1Ia0C button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJ7kg1Ia0C button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJ7kg1Ia0C button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJ7kg1Ia0C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ7kg1Ia0C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ7kg1Ia0C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ7kg1Ia0C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ7kg1Ia0C .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ7kg1Ia0C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ7kg1Ia0C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ7kg1Ia0C .navbar {
    height: 70px;
  }
  .cid-uJ7kg1Ia0C .navbar.opened {
    height: auto;
  }
  .cid-uJ7kg1Ia0C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ7kg1Ia0C .navbar-nav {
  margin: 0 auto;
}
.cid-uJ7kg1Ia0C .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uJ7kg1Ia0C .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uJ7kg1Ia0C .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uJ7kg1Ia0C .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uJ7kg1Ia0C .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJ7kg1Ia0C .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uJ7kg1Ia0C .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uJ7kg1Ia0C .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uJ7kg1Ia0C .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uJ7kg1Ia0C .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJ7kg1Ia0C .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJ7kg1Ia0C .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJ7kg1Ia0C .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJ7kg1Ia0C .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJ7kg1Ia0C .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uJ7kg1Ia0C .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uJ7kg1Ia0C .content-wrap {
  min-height: 90px;
}
.cid-uJ7kg3UZ6M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/40a45a6fed615ccb176d0ef834579ccc-1280x856.jpg");
}
.cid-uJ7kg3UZ6M .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uJ7kg3UZ6M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7kg3UZ6M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7kg3UZ6M .content-wrap {
  justify-content: center;
}
.cid-uJ7kg3UZ6M .card-wrapper {
  padding: 190px 32px;
  background-color: #ffffff;
  border: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-uJ7kg3UZ6M .card-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJ7kg3UZ6M .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uJ7kg3UZ6M .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ7kg3UZ6M .card-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uJ7kg3UZ6M .card-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uJ7kg3UZ6M .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ7kg3UZ6M .card-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uJ7kg3UZ6M .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uJ7kg3UZ6M .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uJ7kg3UZ6M .mbr-section-title {
  color: #150764;
}
.cid-uJ7kg3UZ6M .mbr-text,
.cid-uJ7kg3UZ6M .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uJ7kg3UZ6M .mbr-section-title,
.cid-uJ7kg3UZ6M .mbr-section-btn,
.cid-uJ7kg3UZ6M .logo-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uJ7kg5t7uM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ7kg5t7uM .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uJ7kg5t7uM .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uJ7kg5t7uM .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #78f0c0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uJ7kg5t7uM .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uJ7kg5t7uM .mbr-text {
  color: #000000;
}
.cid-uJ7kg6YCa2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #78f0c0;
}
.cid-uJ7kg6YCa2 blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uJ7kg6YCa2 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJ7kg6YCa2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJ7kg8opDN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uJ7kg8opDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7kg8opDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7kg8opDN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJ7kg8opDN .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uJ7kg8opDN .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uJ7kg8opDN .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uJ7kg8opDN .container {
    padding: 0 12px;
  }
}
.cid-uJ7kg8opDN .row {
  justify-content: center;
}
.cid-uJ7kg8opDN .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uJ7kg8opDN .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uJ7kg8opDN .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJ7kg8opDN .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJ7kg8opDN .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ7kg8opDN .item {
    margin-bottom: 16px;
  }
}
.cid-uJ7kg8opDN .item .item-wrapper {
  width: 100%;
}
.cid-uJ7kg8opDN .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJ7kg8opDN .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uJ7kg8opDN .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uJ7kg8opDN .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uJ7kg8opDN .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-uJ7kg8opDN .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uJ7kg8opDN .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uJ7kg8opDN .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uJ7kg8opDN .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #f5f5f7;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJ7kg8opDN .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uJ7kg8opDN .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uJ7kg8opDN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJ7kg8opDN .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJ7kg8opDN .item-title {
  color: #1D1D1F;
}
.cid-uJ7kg8opDN .item-desc {
  color: #1D1D1F;
}
.cid-uJ7kg8opDN .item-text {
  color: #1D1D1F;
}
.cid-uJ7kgabCsY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ7kgabCsY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7kgabCsY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7kgabCsY .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJ7kgabCsY .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJ7kgabCsY .items-wrapper {
  margin: 0 -13px;
}
.cid-uJ7kgabCsY .items-wrapper .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uJ7kgabCsY .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uJ7kgabCsY .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uJ7kgabCsY .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(-52px);
}
.cid-uJ7kgabCsY .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 26px 0 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uJ7kgabCsY .items-wrapper .item .item-wrapper {
    padding: 16px 16px 0 16px;
  }
}
.cid-uJ7kgabCsY .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uJ7kgabCsY .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uJ7kgabCsY .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJ7kgabCsY .items-wrapper .item .item-wrapper .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uJ7kgabCsY .items-wrapper .item .item-wrapper .item-img {
    margin-top: 22px;
  }
}
.cid-uJ7kgabCsY .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-uJ7kgabCsY .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #1f2329, #78f0c0 85%);
}
.cid-uJ7kgabCsY .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #1f2329, #78f0c0 85%);
}
.cid-uJ7kgabCsY .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #1f2329, #78f0c0 85%);
}
.cid-uJ7kgabCsY .mbr-section-title,
.cid-uJ7kgabCsY .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJ7kgabCsY .item-title {
  color: #ffffff;
}
.cid-uJ7kgabCsY .item-text {
  color: #ffffff;
}
.cid-uJ7kgabCsY .item-title,
.cid-uJ7kgabCsY .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uJ7kgcngwD {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uJ7kgcngwD .feature .card {
  border-left: 10px solid #41b6e6;
  background-color: #f8f8f8;
  height: 100%;
  padding: 2rem 40px;
  border-radius: 0;
}
.cid-uJ7kgcngwD .feature:last-child .card {
  border-color: #78f0c0;
}
.cid-uJ7kgcngwD .feature .mbr-section-title {
  line-height: 1;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-uJ7kgcngwD .feature:last-child {
    margin-top: 2rem;
  }
}
.cid-uJ7kgekTbf {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uJ7kgekTbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7kgekTbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7kgekTbf .container,
.cid-uJ7kgekTbf .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJ7kgekTbf .container,
  .cid-uJ7kgekTbf .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJ7kgekTbf .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #78f0c0;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uJ7kgekTbf .row {
    padding: 85px 8px;
  }
}
.cid-uJ7kgekTbf .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uJ7kgekTbf .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uJ7kgekTbf .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-uJ7kgekTbf .text-wrapper {
    padding: 0;
  }
}
.cid-uJ7kgekTbf .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJ7kgekTbf .mbr-section-title {
  color: #ffffff;
}
.cid-uJ7kgekTbf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJ7kgekTbf .mbr-text {
  color: #000000;
}
.cid-uJ7kgekTbf .mbr-section-title,
.cid-uJ7kgekTbf .title-wrapper {
  color: #000000;
}
.cid-uJ7kgfYKvc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #78f0c0;
}
.cid-uJ7kgfYKvc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7kgfYKvc .col-12 {
  padding: 0;
}
.cid-uJ7kgfYKvc .row {
  margin: 0;
}
.cid-uJ7kgfYKvc .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uJ7kgfYKvc .card-margin {
    margin-top: -1px;
  }
}
.cid-uJ7kgfYKvc .card-wrapper {
  min-height: 500px;
  border: 1px solid #ff840a;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uJ7kgfYKvc .card-wrapper {
    padding: 1rem;
  }
}
.cid-uJ7kgfYKvc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7kgfYKvc .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uJ7kgfYKvc .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uJ7kgfYKvc .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uJ7kgfYKvc .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uJ7kgfYKvc .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uJ7kgfYKvc .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJ7kgfYKvc .image-wrapper {
    padding: 1rem;
  }
}
.cid-uJ7kgfYKvc .mbr-section-title {
  color: #000000;
}
.cid-uJ7kgfYKvc .mbr-text,
.cid-uJ7kgfYKvc .mbr-section-btn {
  color: #221b35;
}
.cid-uJ7kghEuDv {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJ7kghEuDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7kghEuDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7kghEuDv .container,
.cid-uJ7kghEuDv .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJ7kghEuDv .container,
  .cid-uJ7kghEuDv .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJ7kghEuDv .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #78f0c0;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uJ7kghEuDv .row {
    padding: 85px 8px;
  }
}
.cid-uJ7kghEuDv .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uJ7kghEuDv .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uJ7kghEuDv .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-uJ7kghEuDv .text-wrapper {
    padding: 0;
  }
}
.cid-uJ7kghEuDv .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJ7kghEuDv .mbr-section-title {
  color: #ffffff;
}
.cid-uJ7kghEuDv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJ7kghEuDv .mbr-text {
  color: #000000;
}
.cid-uJ7kghEuDv .mbr-section-title,
.cid-uJ7kghEuDv .title-wrapper {
  color: #000000;
}
.cid-uJ7kgj8iwW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ7kgj8iwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7kgj8iwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7kgj8iwW .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uJ7kgj8iwW .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uJ7kgj8iwW .item .item-wrapper {
  height: 100%;
}
.cid-uJ7kgj8iwW .item .item-wrapper:hover .item-img img,
.cid-uJ7kgj8iwW .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uJ7kgj8iwW .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uJ7kgj8iwW .item .item-wrapper .item-content .item-desc {
  margin-bottom: 16px;
}
.cid-uJ7kgj8iwW .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 450px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJ7kgj8iwW .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uJ7kgj8iwW .item-title {
  color: #000000;
}
.cid-uJ7kgj8iwW .item-desc {
  color: #000000;
}
.cid-uJ7kgl5yZy {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #78f0c0;
}
@media (max-width: 767px) {
  .cid-uJ7kgl5yZy .mbr-text {
    text-align: center;
  }
}
.cid-uJ7kgl5yZy .mbr-text,
.cid-uJ7kgl5yZy .mbr-section-btn {
  color: #000000;
}
.cid-uJ7kgl5yZy H1 {
  color: #000000;
}
.cid-uJ7kgn1gQN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ7kgn1gQN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7kgn1gQN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7kgn1gQN .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 64px;
  background-color: #78f0c0;
}
@media (max-width: 992px) {
  .cid-uJ7kgn1gQN .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uJ7kgn1gQN .card-wrapper .tabs-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uJ7kgn1gQN .card-wrapper .tabs-wrapper {
    width: 100%;
  }
}
.cid-uJ7kgn1gQN .card-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none !important;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-uJ7kgn1gQN .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 0;
}
.cid-uJ7kgn1gQN .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #000000;
  padding: 0 0 0 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ7kgn1gQN .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 22px;
  }
}
.cid-uJ7kgn1gQN .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 6px;
  height: 0;
  background-image: linear-gradient(0deg, #000000, #000000 70%);
  transition: all 1s ease-in-out;
}
.cid-uJ7kgn1gQN .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(90deg, #000000, #000000 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  border: none;
  padding: 0 0 0 32px;
}
.cid-uJ7kgn1gQN .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  height: 100%;
}
.cid-uJ7kgn1gQN .card-wrapper .tab-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uJ7kgn1gQN .card-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uJ7kgn1gQN .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJ7kgn1gQN .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-uJ7kgpyFXY {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uJ7kgpyFXY .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-uJ7kgpyFXY .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-uJ7kgpyFXY .row {
    text-align: center!important;
  }
}
.cid-uJ7kgpyFXY .content-container {
  width: 100%;
  padding: 32px;
  border-radius: 1rem;
  background-color: #78f0c0;
  background: linear-gradient(180deg, #78f0c0, #78f0c0);
}
@media (min-width: 768px) {
  .cid-uJ7kgpyFXY .content-container {
    padding: 54px;
  }
}
@media (min-width: 992px) {
  .cid-uJ7kgpyFXY .content-container {
    padding: 80px;
  }
}
.cid-uJ7kgpyFXY .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uJ7kgpyFXY .mbr-section-title {
    text-align: center;
  }
}
.cid-uJ7kgpyFXY .mbr-text {
  color: #000000;
  opacity: 0.7;
  margin-top: 20px;
}
.cid-uJ7kgpyFXY .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uJ7kgpyFXY .mbr-section-btn {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .cid-uJ7kgpyFXY .mbr-section-btn {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .cid-uJ7kgpyFXY .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uJ7kgpyFXY .mbr-section-btn .btn-white {
  color: #78f0c0 !important;
}
@media (max-width: 575px) {
  .cid-uJ7kgpyFXY .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uJ7kgpyFXY .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uJ7kgpyFXY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7kgpyFXY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7kgpyFXY .mbr-section-title,
.cid-uJ7kgpyFXY .mbr-section-btn {
  color: #000000;
}
.cid-uJ7kgrv9Ym {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uJ7kgrv9Ym .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7kgrv9Ym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7kgrv9Ym .container,
.cid-uJ7kgrv9Ym .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJ7kgrv9Ym .container,
  .cid-uJ7kgrv9Ym .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJ7kgrv9Ym .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #78f0c0;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uJ7kgrv9Ym .row {
    padding: 85px 8px;
  }
}
.cid-uJ7kgrv9Ym .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uJ7kgrv9Ym .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uJ7kgrv9Ym .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-uJ7kgrv9Ym .text-wrapper {
    padding: 0;
  }
}
.cid-uJ7kgrv9Ym .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJ7kgrv9Ym .mbr-section-title {
  color: #ffffff;
}
.cid-uJ7kgrv9Ym .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJ7kgrv9Ym .mbr-text {
  color: #000000;
}
.cid-uJ7kgrv9Ym .mbr-section-title,
.cid-uJ7kgrv9Ym .title-wrapper {
  color: #000000;
}
.cid-uJ7kgtgbXy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #78f0c0;
}
.cid-uJ7kgtgbXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7kgtgbXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJ7kgtgbXy .container {
    padding: 0 20px;
  }
}
.cid-uJ7kgtgbXy .row {
  margin: 0;
}
.cid-uJ7kgtgbXy .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJ7kgtgbXy .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJ7kgtgbXy .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uJ7kgtgbXy .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uJ7kgtgbXy .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uJ7kgtgbXy .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uJ7kgtgbXy .mbr-section-title {
  color: #000000;
}
.cid-uJ7kguZ7px {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ7kguZ7px .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJ7kguZ7px .card-title {
  margin-bottom: 26px;
  color: #ff398a;
}
.cid-uJ7kguZ7px .mbr-text {
  margin-bottom: 30px;
}
.cid-uJ7kguZ7px .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-uJ7kguZ7px .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-uJ7kguZ7px .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-uJ7kguZ7px .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-uJ7kguZ7px .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-uJ7kguZ7px .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-uJ7kguZ7px .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJ7kguZ7px .text-wrapper {
    text-align: center;
  }
  .cid-uJ7kguZ7px .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uJ7kguZ7px .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uJ7kguZ7px .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uJ7kguZ7px .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7kguZ7px .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7kguZ7px .mbr-text,
.cid-uJ7kguZ7px .mbr-section-btn {
  color: #000000;
}
.cid-uJ7kguZ7px .card-title,
.cid-uJ7kguZ7px .icon_block {
  color: #000000;
}
.cid-uJ7kgwxXt4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ7kgwxXt4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7kgwxXt4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7kgwxXt4 .row {
  margin: 0 !important;
}
.cid-uJ7kgwxXt4 .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uJ7kgwxXt4 .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uJ7kgwxXt4 .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-uJ7kgwxXt4 .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-uJ7kgwxXt4 .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uJ7kgwxXt4 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uJ7kgwxXt4 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uJ7kgwxXt4 .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uJ7kgwxXt4 .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-uJ7kgwxXt4 .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ7kgwxXt4 .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uJ7kgwxXt4 .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #000000;
  margin-left: 0.5rem;
}
.cid-uJ7kgwxXt4 .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #000000;
  font-weight: 900;
}
.cid-uJ7kgwxXt4 .panel-group {
  border: none;
}
.cid-uJ7kgwxXt4 .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-uJ7kgwxXt4 .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uJ7kgwxXt4 .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uJ7kgwxXt4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-uJ7kgwxXt4 .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-uJ7kgwxXt4 .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-uJ7kgwxXt4 .panel-title-edit {
  color: #131313;
}
.cid-uJ7kgwxXt4 .panel-body {
  padding: 0 0 20px;
}
.cid-uJ7kgwxXt4 .panel-text {
  color: #131313;
  margin: 0;
}
.cid-uJ7kgyq6KT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #78f0c0;
}
.cid-uJ7kgyq6KT .google-map {
  height: 30rem;
  position: relative;
}
.cid-uJ7kgyq6KT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uJ7kgyq6KT .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-uJ7kgyq6KT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ7kgyq6KT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ7kgyq6KT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7kgyq6KT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7kgAI0dp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ7kgAI0dp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7kgAI0dp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7kgAI0dp .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJ7kgAI0dp .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uJ7kgAI0dp .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJ7kgAI0dp .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uJ7kgAI0dp .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJ7kgAI0dp .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJ7kgAI0dp .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJ7kgAI0dp .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uJ7kgAI0dp .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #78f0c0;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uJ7kgAI0dp .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJ7kgAI0dp .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJ7kgAI0dp .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJ7kgAI0dp .items-wrapper .card {
  padding: 0 32px;
}
.cid-uJ7kgAI0dp .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJ7kgAI0dp .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJ7kgAI0dp .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJ7kgAI0dp .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJ7kgAI0dp .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uJ7kgAI0dp .list-wrapper .list .item-wrap:hover,
.cid-uJ7kgAI0dp .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uJ7kgAI0dp .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJ7kgAI0dp .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJ7kgAI0dp .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJ7kgAI0dp .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJ7kgAI0dp .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uJ7kgAI0dp .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-uJ7kgAI0dp .mbr-desc {
  color: #000000;
}
.cid-uJ7kgAI0dp .mbr-text,
.cid-uJ7kgAI0dp .text-wrapper {
  color: #9aa0a6;
}
.cid-uJ7kgAI0dp .list {
  color: #9aa0a6;
}
.cid-uJ7kgAI0dp .list,
.cid-uJ7kgAI0dp .item-wrap {
  color: #000000;
}
.cid-uJ7kgAI0dp .mbr-text,
.cid-uJ7kgAI0dp .mbr-section-btn {
  color: #ffffff;
}
.cid-uJ7mP8tr76 .navbar-dropdown {
  position: relative !important;
}
.cid-uJ7mP8tr76 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ7mP8tr76 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJ7mP8tr76 .dropdown-item {
  border: none;
  background: #78f0c0 !important;
  color: #ffffff !important;
}
.cid-uJ7mP8tr76 .dropdown-item:hover,
.cid-uJ7mP8tr76 .dropdown-item:focus {
  background: #78f0c0 !important;
  color: #ffffff !important;
}
.cid-uJ7mP8tr76 .dropdown-item:hover span {
  color: white;
}
.cid-uJ7mP8tr76 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJ7mP8tr76 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJ7mP8tr76 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJ7mP8tr76 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJ7mP8tr76 .nav-link {
  position: relative;
}
.cid-uJ7mP8tr76 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1320px;
}
@media (min-width: 992px) {
  .cid-uJ7mP8tr76 .container {
    flex-wrap: nowrap;
  }
}
.cid-uJ7mP8tr76 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uJ7mP8tr76 .iconfont-wrapper:hover {
  color: #0047ff !important;
}
.cid-uJ7mP8tr76 .dropdown-menu,
.cid-uJ7mP8tr76 .navbar.opened {
  background: #ffffff !important;
}
.cid-uJ7mP8tr76 .nav-item:focus,
.cid-uJ7mP8tr76 .nav-link:focus {
  outline: none;
}
.cid-uJ7mP8tr76 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ7mP8tr76 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uJ7mP8tr76 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ7mP8tr76 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ7mP8tr76 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ7mP8tr76 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ7mP8tr76 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJ7mP8tr76 .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ7mP8tr76 .navbar .dropdown-item {
  padding: 7px 3.2rem 7px 1.8rem;
  border-radius: 10px;
}
.cid-uJ7mP8tr76 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uJ7mP8tr76 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJ7mP8tr76 .navbar.collapsed {
  justify-content: center;
}
.cid-uJ7mP8tr76 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ7mP8tr76 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ7mP8tr76 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uJ7mP8tr76 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ7mP8tr76 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ7mP8tr76 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uJ7mP8tr76 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ7mP8tr76 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ7mP8tr76 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJ7mP8tr76 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ7mP8tr76 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ7mP8tr76 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ7mP8tr76 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ7mP8tr76 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uJ7mP8tr76 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJ7mP8tr76 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJ7mP8tr76 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ7mP8tr76 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uJ7mP8tr76 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ7mP8tr76 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ7mP8tr76 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uJ7mP8tr76 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uJ7mP8tr76 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uJ7mP8tr76 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJ7mP8tr76 .navbar-brand .navbar-caption:hover,
.cid-uJ7mP8tr76 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uJ7mP8tr76 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ7mP8tr76 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uJ7mP8tr76 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0047ff !important;
}
.cid-uJ7mP8tr76 .dropdown-item.active,
.cid-uJ7mP8tr76 .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ7mP8tr76 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ7mP8tr76 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ7mP8tr76 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ7mP8tr76 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uJ7mP8tr76 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uJ7mP8tr76 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uJ7mP8tr76 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJ7mP8tr76 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uJ7mP8tr76 ul.navbar-nav {
    padding: 0;
    background-color: #78f0c0;
    border: none;
  }
}
.cid-uJ7mP8tr76 .navbar-buttons {
  text-align: center;
}
.cid-uJ7mP8tr76 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 5px 44px;
  min-height: auto;
}
.cid-uJ7mP8tr76 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uJ7mP8tr76 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uJ7mP8tr76 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uJ7mP8tr76 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJ7mP8tr76 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uJ7mP8tr76 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJ7mP8tr76 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uJ7mP8tr76 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uJ7mP8tr76 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ7mP8tr76 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ7mP8tr76 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ7mP8tr76 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ7mP8tr76 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uJ7mP8tr76 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ7mP8tr76 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJ7mP8tr76 .navbar {
    height: 70px;
  }
  .cid-uJ7mP8tr76 .navbar.opened {
    height: auto;
  }
  .cid-uJ7mP8tr76 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ7mP8tr76 .navbar-nav {
  margin: 0 auto;
}
.cid-uJ7mP8tr76 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uJ7mP8tr76 .nav-item .nav-link {
  padding: 7px 32px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  color: #ffffff !important;
}
.cid-uJ7mP8tr76 .nav-item .nav-link::after {
  color: #0047ff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uJ7mP8tr76 .nav-item .nav-link:hover {
  background-color: transparent;
  background-image: linear-gradient(90deg, #ffffff, #0047ff 80%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uJ7mP8tr76 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uJ7mP8tr76 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uJ7mP8tr76 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uJ7mP8tr76 .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-uJ7mP8tr76 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-uJ7mP8tr76 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uJ7mP8tr76 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uJ7mP8tr76 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uJ7mP8tr76 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uJ7mP8tr76 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uJ7mP8tr76 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uJ7mP8tr76 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-uJ7mP8tr76 .content-wrap {
  min-height: 90px;
}
.cid-uJ7mPbSGRu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/813wwtdkwyl.-ac-uf10001000-ql80-1000x1000.jpg");
}
.cid-uJ7mPbSGRu .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-uJ7mPbSGRu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7mPbSGRu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7mPbSGRu .content-wrap {
  justify-content: center;
}
.cid-uJ7mPbSGRu .card-wrapper {
  padding: 190px 32px;
  background-color: #ffffff;
  border: 1px solid #000000;
}
@media (max-width: 1640px) {
  .cid-uJ7mPbSGRu .card-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJ7mPbSGRu .card-wrapper {
    padding: 40px 20px;
  }
}
.cid-uJ7mPbSGRu .card-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ7mPbSGRu .card-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uJ7mPbSGRu .card-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uJ7mPbSGRu .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ7mPbSGRu .card-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uJ7mPbSGRu .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uJ7mPbSGRu .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uJ7mPbSGRu .mbr-section-title {
  color: #150764;
}
.cid-uJ7mPbSGRu .mbr-text,
.cid-uJ7mPbSGRu .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uJ7mPbSGRu .mbr-section-title,
.cid-uJ7mPbSGRu .mbr-section-btn,
.cid-uJ7mPbSGRu .logo-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uJ7mPdyugx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ7mPdyugx .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uJ7mPdyugx .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uJ7mPdyugx .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #78f0c0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uJ7mPdyugx .mbr-section-title {
  text-align: center;
  color: #252434;
}
.cid-uJ7mPdyugx .mbr-text {
  color: #000000;
}
.cid-uJ7mPf0LSQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #78f0c0;
}
.cid-uJ7mPf0LSQ blockquote {
  border-color: #000000;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uJ7mPf0LSQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJ7mPf0LSQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJ7mPgnkY2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uJ7mPgnkY2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7mPgnkY2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7mPgnkY2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJ7mPgnkY2 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uJ7mPgnkY2 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uJ7mPgnkY2 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uJ7mPgnkY2 .container {
    padding: 0 12px;
  }
}
.cid-uJ7mPgnkY2 .row {
  justify-content: center;
}
.cid-uJ7mPgnkY2 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uJ7mPgnkY2 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uJ7mPgnkY2 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJ7mPgnkY2 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJ7mPgnkY2 .item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ7mPgnkY2 .item {
    margin-bottom: 16px;
  }
}
.cid-uJ7mPgnkY2 .item .item-wrapper {
  width: 100%;
}
.cid-uJ7mPgnkY2 .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJ7mPgnkY2 .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uJ7mPgnkY2 .item .item-wrapper .card-box .desc-wrapper {
  margin-bottom: 16px;
}
.cid-uJ7mPgnkY2 .item .item-wrapper .card-box .desc-wrapper .desc-wrap {
  padding: 8px 12px;
  border: 1px solid #bbbbbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
}
.cid-uJ7mPgnkY2 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 16px;
  color: #1d1d1f;
  margin-right: 4px;
}
.cid-uJ7mPgnkY2 .item .item-wrapper .card-box .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-uJ7mPgnkY2 .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uJ7mPgnkY2 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uJ7mPgnkY2 .item.features-without-image .item-wrapper {
  padding: 48px;
  background-color: #f5f5f7;
  border-radius: 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uJ7mPgnkY2 .item.features-without-image .item-wrapper {
    padding: 24px;
  }
}
.cid-uJ7mPgnkY2 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uJ7mPgnkY2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJ7mPgnkY2 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uJ7mPgnkY2 .item-title {
  color: #1D1D1F;
}
.cid-uJ7mPgnkY2 .item-desc {
  color: #1D1D1F;
}
.cid-uJ7mPgnkY2 .item-text {
  color: #1D1D1F;
}
.cid-uJ7mPirTb5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ7mPirTb5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7mPirTb5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7mPirTb5 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uJ7mPirTb5 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uJ7mPirTb5 .items-wrapper {
  margin: 0 -13px;
}
.cid-uJ7mPirTb5 .items-wrapper .item {
  padding: 0 13px;
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uJ7mPirTb5 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uJ7mPirTb5 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uJ7mPirTb5 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: translateX(-52px);
}
.cid-uJ7mPirTb5 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 26px 0 26px;
  height: 100%;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uJ7mPirTb5 .items-wrapper .item .item-wrapper {
    padding: 16px 16px 0 16px;
  }
}
.cid-uJ7mPirTb5 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uJ7mPirTb5 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uJ7mPirTb5 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uJ7mPirTb5 .items-wrapper .item .item-wrapper .item-img {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uJ7mPirTb5 .items-wrapper .item .item-wrapper .item-img {
    margin-top: 22px;
  }
}
.cid-uJ7mPirTb5 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all .3s ease;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-uJ7mPirTb5 .items-wrapper .item .card_1 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #1f2329, #78f0c0 85%);
}
.cid-uJ7mPirTb5 .items-wrapper .item .card_2 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #1f2329, #78f0c0 85%);
}
.cid-uJ7mPirTb5 .items-wrapper .item .card_3 {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #1f2329, #78f0c0 85%);
}
.cid-uJ7mPirTb5 .mbr-section-title,
.cid-uJ7mPirTb5 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJ7mPirTb5 .item-title {
  color: #ffffff;
}
.cid-uJ7mPirTb5 .item-text {
  color: #ffffff;
}
.cid-uJ7mPirTb5 .item-title,
.cid-uJ7mPirTb5 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uJ7mPl3Z8j {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uJ7mPl3Z8j .feature .card {
  border-left: 10px solid #41b6e6;
  background-color: #f8f8f8;
  height: 100%;
  padding: 2rem 40px;
  border-radius: 0;
}
.cid-uJ7mPl3Z8j .feature:last-child .card {
  border-color: #78f0c0;
}
.cid-uJ7mPl3Z8j .feature .mbr-section-title {
  line-height: 1;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-uJ7mPl3Z8j .feature:last-child {
    margin-top: 2rem;
  }
}
.cid-uJ7mPpDyX2 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uJ7mPpDyX2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7mPpDyX2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7mPpDyX2 .container,
.cid-uJ7mPpDyX2 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJ7mPpDyX2 .container,
  .cid-uJ7mPpDyX2 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJ7mPpDyX2 .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #78f0c0;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uJ7mPpDyX2 .row {
    padding: 85px 8px;
  }
}
.cid-uJ7mPpDyX2 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uJ7mPpDyX2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uJ7mPpDyX2 .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-uJ7mPpDyX2 .text-wrapper {
    padding: 0;
  }
}
.cid-uJ7mPpDyX2 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJ7mPpDyX2 .mbr-section-title {
  color: #ffffff;
}
.cid-uJ7mPpDyX2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJ7mPpDyX2 .mbr-text {
  color: #000000;
}
.cid-uJ7mPpDyX2 .mbr-section-title,
.cid-uJ7mPpDyX2 .title-wrapper {
  color: #000000;
}
.cid-uJ7mPrEhZX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #78f0c0;
}
.cid-uJ7mPrEhZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7mPrEhZX .col-12 {
  padding: 0;
}
.cid-uJ7mPrEhZX .row {
  margin: 0;
}
.cid-uJ7mPrEhZX .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uJ7mPrEhZX .card-margin {
    margin-top: -1px;
  }
}
.cid-uJ7mPrEhZX .card-wrapper {
  min-height: 500px;
  border: 1px solid #ff840a;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uJ7mPrEhZX .card-wrapper {
    padding: 1rem;
  }
}
.cid-uJ7mPrEhZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7mPrEhZX .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uJ7mPrEhZX .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uJ7mPrEhZX .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uJ7mPrEhZX .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uJ7mPrEhZX .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uJ7mPrEhZX .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJ7mPrEhZX .image-wrapper {
    padding: 1rem;
  }
}
.cid-uJ7mPrEhZX .mbr-section-title {
  color: #000000;
}
.cid-uJ7mPrEhZX .mbr-text,
.cid-uJ7mPrEhZX .mbr-section-btn {
  color: #221b35;
}
.cid-uJ7mPtCsD5 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJ7mPtCsD5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7mPtCsD5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7mPtCsD5 .container,
.cid-uJ7mPtCsD5 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJ7mPtCsD5 .container,
  .cid-uJ7mPtCsD5 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJ7mPtCsD5 .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #78f0c0;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uJ7mPtCsD5 .row {
    padding: 85px 8px;
  }
}
.cid-uJ7mPtCsD5 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uJ7mPtCsD5 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uJ7mPtCsD5 .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-uJ7mPtCsD5 .text-wrapper {
    padding: 0;
  }
}
.cid-uJ7mPtCsD5 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJ7mPtCsD5 .mbr-section-title {
  color: #ffffff;
}
.cid-uJ7mPtCsD5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJ7mPtCsD5 .mbr-text {
  color: #000000;
}
.cid-uJ7mPtCsD5 .mbr-section-title,
.cid-uJ7mPtCsD5 .title-wrapper {
  color: #000000;
}
.cid-uJ7mPvuYIC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ7mPvuYIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7mPvuYIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7mPvuYIC .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uJ7mPvuYIC .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uJ7mPvuYIC .item .item-wrapper {
  height: 100%;
}
.cid-uJ7mPvuYIC .item .item-wrapper:hover .item-img img,
.cid-uJ7mPvuYIC .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uJ7mPvuYIC .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uJ7mPvuYIC .item .item-wrapper .item-content .item-desc {
  margin-bottom: 16px;
}
.cid-uJ7mPvuYIC .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 450px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uJ7mPvuYIC .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uJ7mPvuYIC .item-title {
  color: #000000;
}
.cid-uJ7mPvuYIC .item-desc {
  color: #000000;
}
.cid-uJ7mPxn9hb {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #78f0c0;
}
@media (max-width: 767px) {
  .cid-uJ7mPxn9hb .mbr-text {
    text-align: center;
  }
}
.cid-uJ7mPxn9hb .mbr-text,
.cid-uJ7mPxn9hb .mbr-section-btn {
  color: #000000;
}
.cid-uJ7mPxn9hb H1 {
  color: #000000;
}
.cid-uJ7mPyZoj4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ7mPyZoj4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7mPyZoj4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7mPyZoj4 .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 64px;
  background-color: #78f0c0;
}
@media (max-width: 992px) {
  .cid-uJ7mPyZoj4 .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uJ7mPyZoj4 .card-wrapper .tabs-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uJ7mPyZoj4 .card-wrapper .tabs-wrapper {
    width: 100%;
  }
}
.cid-uJ7mPyZoj4 .card-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none !important;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-uJ7mPyZoj4 .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 0;
}
.cid-uJ7mPyZoj4 .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #000000;
  padding: 0 0 0 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ7mPyZoj4 .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 22px;
  }
}
.cid-uJ7mPyZoj4 .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 6px;
  height: 0;
  background-image: linear-gradient(0deg, #000000, #000000 70%);
  transition: all 1s ease-in-out;
}
.cid-uJ7mPyZoj4 .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(90deg, #000000, #000000 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  border: none;
  padding: 0 0 0 32px;
}
.cid-uJ7mPyZoj4 .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  height: 100%;
}
.cid-uJ7mPyZoj4 .card-wrapper .tab-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uJ7mPyZoj4 .card-wrapper .tab-content {
    width: 100%;
  }
}
.cid-uJ7mPyZoj4 .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJ7mPyZoj4 .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-uJ7mPB4aFM {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uJ7mPB4aFM .container {
  max-width: 1240px;
}
@media (max-width: 1199px) {
  .cid-uJ7mPB4aFM .container {
    max-width: 1040px;
  }
}
@media (max-width: 575px) {
  .cid-uJ7mPB4aFM .row {
    text-align: center!important;
  }
}
.cid-uJ7mPB4aFM .content-container {
  width: 100%;
  padding: 32px;
  border-radius: 1rem;
  background-color: #78f0c0;
  background: linear-gradient(180deg, #78f0c0, #78f0c0);
}
@media (min-width: 768px) {
  .cid-uJ7mPB4aFM .content-container {
    padding: 54px;
  }
}
@media (min-width: 992px) {
  .cid-uJ7mPB4aFM .content-container {
    padding: 80px;
  }
}
.cid-uJ7mPB4aFM .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-uJ7mPB4aFM .mbr-section-title {
    text-align: center;
  }
}
.cid-uJ7mPB4aFM .mbr-text {
  color: #000000;
  opacity: 0.7;
  margin-top: 20px;
}
.cid-uJ7mPB4aFM .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uJ7mPB4aFM .mbr-section-btn {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .cid-uJ7mPB4aFM .mbr-section-btn {
    margin-top: 26px;
  }
}
@media (min-width: 992px) {
  .cid-uJ7mPB4aFM .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uJ7mPB4aFM .mbr-section-btn .btn-white {
  color: #78f0c0 !important;
}
@media (max-width: 575px) {
  .cid-uJ7mPB4aFM .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uJ7mPB4aFM .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uJ7mPB4aFM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7mPB4aFM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7mPB4aFM .mbr-section-title,
.cid-uJ7mPB4aFM .mbr-section-btn {
  color: #000000;
}
.cid-uJ7mPCLMd7 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uJ7mPCLMd7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7mPCLMd7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7mPCLMd7 .container,
.cid-uJ7mPCLMd7 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uJ7mPCLMd7 .container,
  .cid-uJ7mPCLMd7 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uJ7mPCLMd7 .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #78f0c0;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-uJ7mPCLMd7 .row {
    padding: 85px 8px;
  }
}
.cid-uJ7mPCLMd7 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uJ7mPCLMd7 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uJ7mPCLMd7 .text-wrapper {
  padding: 0 30%;
}
@media (max-width: 992px) {
  .cid-uJ7mPCLMd7 .text-wrapper {
    padding: 0;
  }
}
.cid-uJ7mPCLMd7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJ7mPCLMd7 .mbr-section-title {
  color: #ffffff;
}
.cid-uJ7mPCLMd7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJ7mPCLMd7 .mbr-text {
  color: #000000;
}
.cid-uJ7mPCLMd7 .mbr-section-title,
.cid-uJ7mPCLMd7 .title-wrapper {
  color: #000000;
}
.cid-uJ7mPEgxbT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #78f0c0;
}
.cid-uJ7mPEgxbT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7mPEgxbT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJ7mPEgxbT .container {
    padding: 0 20px;
  }
}
.cid-uJ7mPEgxbT .row {
  margin: 0;
}
.cid-uJ7mPEgxbT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJ7mPEgxbT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJ7mPEgxbT .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uJ7mPEgxbT .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uJ7mPEgxbT .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uJ7mPEgxbT .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uJ7mPEgxbT .mbr-section-title {
  color: #000000;
}
.cid-uJ7mPFJme0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ7mPFJme0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uJ7mPFJme0 .card-title {
  margin-bottom: 26px;
  color: #ff398a;
}
.cid-uJ7mPFJme0 .mbr-text {
  margin-bottom: 30px;
}
.cid-uJ7mPFJme0 .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-uJ7mPFJme0 .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-uJ7mPFJme0 .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-uJ7mPFJme0 .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-uJ7mPFJme0 .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-uJ7mPFJme0 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-uJ7mPFJme0 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJ7mPFJme0 .text-wrapper {
    text-align: center;
  }
  .cid-uJ7mPFJme0 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uJ7mPFJme0 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uJ7mPFJme0 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uJ7mPFJme0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7mPFJme0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7mPFJme0 .mbr-text,
.cid-uJ7mPFJme0 .mbr-section-btn {
  color: #000000;
}
.cid-uJ7mPFJme0 .card-title,
.cid-uJ7mPFJme0 .icon_block {
  color: #000000;
}
.cid-uJ7mPHxGdo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ7mPHxGdo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7mPHxGdo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7mPHxGdo .row {
  margin: 0 !important;
}
.cid-uJ7mPHxGdo .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uJ7mPHxGdo .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uJ7mPHxGdo .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-uJ7mPHxGdo .mbr-section-title {
  color: #131313;
  margin-bottom: 0;
}
.cid-uJ7mPHxGdo .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uJ7mPHxGdo .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uJ7mPHxGdo .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uJ7mPHxGdo .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uJ7mPHxGdo .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-uJ7mPHxGdo .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-uJ7mPHxGdo .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uJ7mPHxGdo .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #000000;
  margin-left: 0.5rem;
}
.cid-uJ7mPHxGdo .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #000000;
  font-weight: 900;
}
.cid-uJ7mPHxGdo .panel-group {
  border: none;
}
.cid-uJ7mPHxGdo .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #131313;
}
.cid-uJ7mPHxGdo .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uJ7mPHxGdo .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uJ7mPHxGdo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-uJ7mPHxGdo .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-uJ7mPHxGdo .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-uJ7mPHxGdo .panel-title-edit {
  color: #131313;
}
.cid-uJ7mPHxGdo .panel-body {
  padding: 0 0 20px;
}
.cid-uJ7mPHxGdo .panel-text {
  color: #131313;
  margin: 0;
}
.cid-uJ7mPJqXp4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #78f0c0;
}
.cid-uJ7mPJqXp4 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uJ7mPJqXp4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uJ7mPJqXp4 .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-uJ7mPJqXp4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uJ7mPJqXp4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uJ7mPJqXp4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7mPJqXp4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7mPL9hAA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ7mPL9hAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ7mPL9hAA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ7mPL9hAA .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJ7mPL9hAA .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uJ7mPL9hAA .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJ7mPL9hAA .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uJ7mPL9hAA .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJ7mPL9hAA .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJ7mPL9hAA .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJ7mPL9hAA .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #121212;
  color: #ffffff;
}
.cid-uJ7mPL9hAA .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #78f0c0;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uJ7mPL9hAA .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJ7mPL9hAA .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uJ7mPL9hAA .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uJ7mPL9hAA .items-wrapper .card {
  padding: 0 32px;
}
.cid-uJ7mPL9hAA .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJ7mPL9hAA .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJ7mPL9hAA .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJ7mPL9hAA .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJ7mPL9hAA .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uJ7mPL9hAA .list-wrapper .list .item-wrap:hover,
.cid-uJ7mPL9hAA .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uJ7mPL9hAA .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJ7mPL9hAA .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uJ7mPL9hAA .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uJ7mPL9hAA .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJ7mPL9hAA .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uJ7mPL9hAA .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-uJ7mPL9hAA .mbr-desc {
  color: #000000;
}
.cid-uJ7mPL9hAA .mbr-text,
.cid-uJ7mPL9hAA .text-wrapper {
  color: #9aa0a6;
}
.cid-uJ7mPL9hAA .list {
  color: #9aa0a6;
}
.cid-uJ7mPL9hAA .list,
.cid-uJ7mPL9hAA .item-wrap {
  color: #000000;
}
.cid-uJ7mPL9hAA .mbr-text,
.cid-uJ7mPL9hAA .mbr-section-btn {
  color: #ffffff;
}
