.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 7rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 3.54rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.425rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.08rem;
  line-height: 2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.35rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2.1rem;
  line-height: 1.15;
}
.display-5 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.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: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.832rem;
    font-size: calc( 1.889rem + (3.54 - 1.889) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.889rem + (3.54 - 1.889) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.864rem;
    font-size: calc( 1.028rem + (1.08 - 1.028) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.028rem + (1.08 - 1.028) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #44cc44 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #7343ad !important;
}
.bg-danger {
  background-color: #ff8055 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #44cc44 !important;
  border-color: #44cc44 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #6cd76c !important;
  border-color: #6cd76c !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6cd76c !important;
  border-color: #6cd76c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7343ad !important;
  border-color: #7343ad !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #8d61c2 !important;
  border-color: #8d61c2 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8d61c2 !important;
  border-color: #8d61c2 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff8055 !important;
  border-color: #ff8055 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffa688 !important;
  border-color: #ffa688 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffa688 !important;
  border-color: #ffa688 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #44cc44;
  color: #44cc44;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #289228 !important;
  background-color: transparent !important;
  border-color: #289228 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #44cc44 !important;
  border-color: #44cc44 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #7343ad;
  color: #7343ad;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #492b6f !important;
  background-color: transparent !important;
  border-color: #492b6f !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #7343ad !important;
  border-color: #7343ad !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff8055;
  color: #ff8055;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fd4000 !important;
  background-color: transparent !important;
  border-color: #fd4000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8055 !important;
  border-color: #ff8055 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #44cc44 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #7343ad !important;
}
.text-danger {
  color: #ff8055 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #248624 !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: #422763 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ee3c00 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #7343ad;
}
.alert-danger {
  background-color: #ff8055;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e4f8e4;
}
.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: #b598d7;
}
.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: 'Rethink Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 100px !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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #000000;
}
/* 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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !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: #000000 !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='%23000000' %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,
.mbr-section-btn-main {
  width: 100%;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 18px 40px;
  border-radius: 9999px !important;
  transition: all 0.7s ease-in-out;
  font-weight: 400 !important;
  overflow: hidden;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  width: 70px;
  height: 70px;
  min-width: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  border-radius: 100%;
  color: #000000 !important;
  margin-right: -18px;
  margin-left: 12rem;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn .mbr-iconfont,
  .mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 2rem;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: inset -600px 0 0 #000000;
}
.mbr-section-btn .btn-primary .mbr-iconfont,
.mbr-section-btn-main .btn-primary .mbr-iconfont {
  background-color: #000000;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  color: #ffffff !important;
  box-shadow: inset -600px 0 0 #000000;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  color: #000000 !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #000000 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  color: #000000 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.cid-uCNe3j1xog .navbar {
  padding: .5rem 0;
  background: #f5f5f5;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-uCNe3j1xog .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-uCNe3j1xog .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-uCNe3j1xog .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCNe3j1xog .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uCNe3j1xog .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uCNe3j1xog .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uCNe3j1xog .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uCNe3j1xog .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uCNe3j1xog .navbar-dropdown.bg-color.transparent.opened {
  background: #f5f5f5;
}
.cid-uCNe3j1xog a {
  font-style: normal;
}
.cid-uCNe3j1xog .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-uCNe3j1xog .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-uCNe3j1xog .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uCNe3j1xog .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-uCNe3j1xog .content-text {
  margin-bottom: 0;
}
.cid-uCNe3j1xog .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uCNe3j1xog .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000000;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uCNe3j1xog .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-uCNe3j1xog .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uCNe3j1xog .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-uCNe3j1xog .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-uCNe3j1xog .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uCNe3j1xog .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uCNe3j1xog .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uCNe3j1xog .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uCNe3j1xog .nav-dropdown .link {
  font-weight: 400;
}
.cid-uCNe3j1xog .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uCNe3j1xog .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uCNe3j1xog .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-uCNe3j1xog .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-uCNe3j1xog .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-uCNe3j1xog .menu-content-top.show {
  display: block;
}
.cid-uCNe3j1xog .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-uCNe3j1xog .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-uCNe3j1xog .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-uCNe3j1xog .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-uCNe3j1xog .dropdown-item:before {
    display: none;
  }
  .cid-uCNe3j1xog .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-uCNe3j1xog .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-uCNe3j1xog img {
    height: 3.8rem !important;
  }
  .cid-uCNe3j1xog .btn {
    display: flex;
  }
  .cid-uCNe3j1xog button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-uCNe3j1xog .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uCNe3j1xog .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uCNe3j1xog .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uCNe3j1xog .navbar-collapse.collapsing,
  .cid-uCNe3j1xog .navbar-collapse.show {
    display: block !important;
  }
  .cid-uCNe3j1xog .navbar-collapse.collapsing .navbar-nav,
  .cid-uCNe3j1xog .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uCNe3j1xog .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uCNe3j1xog .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-uCNe3j1xog .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uCNe3j1xog .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uCNe3j1xog .navbar-collapse.collapsing .navbar-buttons,
  .cid-uCNe3j1xog .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uCNe3j1xog .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uCNe3j1xog .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uCNe3j1xog .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uCNe3j1xog .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uCNe3j1xog .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uCNe3j1xog .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-uCNe3j1xog .navbar .menu-content-top {
    display: block;
  }
  .cid-uCNe3j1xog .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-uCNe3j1xog .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-uCNe3j1xog .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uCNe3j1xog .menu-bottom {
    display: flex;
  }
  .cid-uCNe3j1xog .navbar {
    display: block;
    padding: 0;
  }
  .cid-uCNe3j1xog .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uCNe3j1xog .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-uCNe3j1xog .navbar-toggler {
    display: none;
  }
}
.cid-uCNe3j1xog .navbar-short .menu-content-top {
  border: none;
}
.cid-uCNe3j1xog .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCNe3j1xog .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uCNe3j1xog .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-uCNe3j1xog .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uCNe3j1xog .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uCNe3j1xog .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uCNe3j1xog .dropdown .dropdown-menu {
  background: #f5f5f5;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uCNe3j1xog .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uCNe3j1xog .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uCNe3j1xog .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uCNe3j1xog .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uCNe3j1xog .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uCNe3j1xog .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uCNe3j1xog .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uCNe3j1xog .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCNe3j1xog .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uCNe3j1xog .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uCNe3j1xog .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uCNe3j1xog .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uCNe3j1xog .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uCNe3j1xog .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uCNe3j1xog button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-uCNe3j1xog button.navbar-toggler:focus {
  outline: none;
}
.cid-uCNe3j1xog button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uCNe3j1xog button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uCNe3j1xog button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uCNe3j1xog button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uCNe3j1xog button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uCNe3j1xog nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCNe3j1xog nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uCNe3j1xog nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uCNe3j1xog nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCNe3j1xog .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uCNe3j1xog .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCNe3j1xog .collapsed .menu-logo {
  margin-right: 0;
}
.cid-uCNe3j1xog .collapsed .btn {
  display: flex;
}
.cid-uCNe3j1xog .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uCNe3j1xog .collapsed .navbar-collapse.collapsing,
.cid-uCNe3j1xog .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uCNe3j1xog .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uCNe3j1xog .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uCNe3j1xog .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uCNe3j1xog .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uCNe3j1xog .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uCNe3j1xog .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uCNe3j1xog .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uCNe3j1xog .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uCNe3j1xog .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uCNe3j1xog .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uCNe3j1xog .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-uCNe3j1xog .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uCNe3j1xog .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uCNe3j1xog .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uCNe3j1xog .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uCNe3j1xog .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-uCNe3j1xog .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uCNe3j1xog .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uCNe3j1xog .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uCNe3j1xog .collapsed .dropdown-item:before {
  display: none;
}
.cid-uCNe3j1xog .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uCNe3j1xog .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uCNe3j1xog .nav-link:focus {
  outline: none;
}
.cid-uCNe3j1xog .navbar-toggler {
  position: relative;
}
.cid-uCNe3j1xog .dropdown-item.active,
.cid-uCNe3j1xog .dropdown-item:active {
  background-color: #f5f5f5;
  color: auto;
}
.cid-uCNe3j1xog .nav-link:hover,
.cid-uCNe3j1xog .dropdown-item:hover {
  color: #4284df;
}
.cid-uCH6iGpqsq {
  background-image: url("../../../assets/images/untitled-1617.jpeg");
  flex-direction: column;
  justify-content: space-between;
}
.cid-uCH6iGpqsq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCH6iGpqsq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCH6iGpqsq .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uCH6iGpqsq .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uCH6iGpqsq .container-fluid {
    padding: 0 20px;
  }
}
.cid-uCH6iGpqsq .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uCH6iGpqsq .container {
    padding: 0 20px;
  }
}
.cid-uCH6iGpqsq .row {
  height: 100%;
}
.cid-uCH6iGpqsq .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uCH6iGpqsq .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-uCH6iGpqsq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .cid-uCH6iGpqsq .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uCH6iGpqsq .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uCH6iGpqsq .mbr-section-title {
  color: #ffffff;
}
.cid-uCH6iGpqsq .mbr-desc {
  color: #ffffff;
}
.cid-tYpN2mZuWy {
  background-color: #f5f5f5;
}
.cid-tYpN2mZuWy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYpN2mZuWy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYpN2mZuWy .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-tYpN2mZuWy .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-tYpN2mZuWy .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tYpN2mZuWy .container {
    padding: 0 20px;
  }
}
.cid-tYpN2mZuWy .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-tYpN2mZuWy .row .card {
  padding: 0 10px;
}
.cid-tYpN2mZuWy .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-tYpN2mZuWy .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-tYpN2mZuWy .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-tYpN2mZuWy .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tYpN2mZuWy .item {
    margin-bottom: 40px;
  }
}
.cid-tYpN2mZuWy .item .item-wrapper .card-box .card-number {
  margin-bottom: 30px;
}
.cid-tYpN2mZuWy .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-tYpN2mZuWy .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tYpN2mZuWy .mbr-section-title {
  color: #000000;
}
.cid-tYpN2mZuWy .card-number {
  color: #000000;
  text-align: left;
}
.cid-tYpN2mZuWy .card-title {
  color: #000000;
  text-align: left;
}
.cid-tYpN2mZuWy .card-text {
  color: #454545;
}
.cid-uCM6RhYM7S {
  background-image: url("../../../assets/images/untitled-4425-1980x1320.jpg");
  align-items: flex-end;
}
.cid-uCM6RhYM7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCM6RhYM7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCM6RhYM7S .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uCM6RhYM7S .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uCM6RhYM7S .container-fluid {
    padding: 0 20px;
  }
}
.cid-uCM6RhYM7S .container {
  height: 90vh;
}
@media (max-width: 992px) {
  .cid-uCM6RhYM7S .container {
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uCM6RhYM7S .container {
    padding: 0 20px;
  }
}
.cid-uCM6RhYM7S .row {
  height: 100%;
}
.cid-uCM6RhYM7S .row .card {
  justify-content: flex-end;
}
.cid-uCM6RhYM7S .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uCM6RhYM7S .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uCM6RhYM7S .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uCM6RhYM7S .mbr-section-btn {
    text-align: left;
  }
}
.cid-uCM6RhYM7S .mbr-section-title {
  color: #ffffff;
}
.cid-uCM6RhYM7S .mbr-section-title,
.cid-uCM6RhYM7S .mbr-section-btn {
  text-align: right;
}
.cid-uD4nCIZ5UX {
  background-color: #f5f5f5;
}
.cid-uD4nCIZ5UX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD4nCIZ5UX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD4nCIZ5UX .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uD4nCIZ5UX .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uD4nCIZ5UX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uD4nCIZ5UX .container {
    padding: 0 20px;
  }
}
.cid-uD4nCIZ5UX .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uD4nCIZ5UX .row .card {
  padding: 0 10px;
}
.cid-uD4nCIZ5UX .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uD4nCIZ5UX .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uD4nCIZ5UX .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uD4nCIZ5UX .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uD4nCIZ5UX .item {
    margin-bottom: 40px;
  }
}
.cid-uD4nCIZ5UX .item .item-wrapper .card-box .card-number {
  margin-bottom: 30px;
}
.cid-uD4nCIZ5UX .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uD4nCIZ5UX .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uD4nCIZ5UX .mbr-section-title {
  color: #000000;
}
.cid-uD4nCIZ5UX .card-number {
  color: #000000;
  text-align: left;
}
.cid-uD4nCIZ5UX .card-title {
  color: #000000;
}
.cid-uD4nCIZ5UX .card-text {
  color: #9a9a9a;
}
.cid-uD4nCIZ5UX .mbr-section-title,
.cid-uD4nCIZ5UX .title-wrapper {
  text-align: left;
}
.cid-uD4KT4ONPH {
  background-color: #ffffff;
}
.cid-uD4KT4ONPH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD4KT4ONPH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD4KT4ONPH .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uD4KT4ONPH .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uD4KT4ONPH .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uD4KT4ONPH .container {
    padding: 0 20px;
  }
}
.cid-uD4KT4ONPH .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uD4KT4ONPH .row .card {
  padding: 0 10px;
}
.cid-uD4KT4ONPH .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uD4KT4ONPH .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uD4KT4ONPH .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uD4KT4ONPH .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uD4KT4ONPH .item {
    margin-bottom: 40px;
  }
}
.cid-uD4KT4ONPH .item .item-wrapper .card-box .card-number {
  margin-bottom: 30px;
}
.cid-uD4KT4ONPH .item .item-wrapper .card-box .card-title {
  border-top: 1px solid #dfe6ea;
  padding-top: 30px;
  margin-bottom: 30px;
}
.cid-uD4KT4ONPH .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uD4KT4ONPH .mbr-section-title {
  color: #000000;
}
.cid-uD4KT4ONPH .card-number {
  color: #000000;
}
.cid-uD4KT4ONPH .card-title {
  color: #000000;
}
.cid-uD4KT4ONPH .card-text {
  color: #000000;
}
.cid-uD4KT4ONPH .mbr-section-title,
.cid-uD4KT4ONPH .title-wrapper {
  text-align: right;
}
.cid-uDOitcTZOW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDOitcTZOW h3 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uDOitcTZOW .pt-4 {
  padding-top: 2rem!important;
}
.cid-uDOitcTZOW .card-img {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.cid-uDOitcTZOW p {
  color: #767676;
  text-align: left;
}
.cid-uDOitcTZOW .card-wrapper {
  height: 100%;
}
.cid-uDOitcTZOW .container-fluid {
  max-width: 1600px;
}
.cid-uDOitcTZOW img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-uDOitcTZOW h4 {
  margin: 0;
}
.cid-uDOitcTZOW .icons {
  position: absolute;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  left: 30px;
  bottom: 20px;
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-uDOitcTZOW .mbr-iconfont {
  color: #ffffff;
  display: block;
  transition: all 0.3s;
  padding-bottom: 10px;
}
.cid-uDOitcTZOW .mbr-iconfont:hover {
  color: #cccccc;
}
.cid-uDOitcTZOW .card:hover h3 {
  background-size: 100% 100%;
}
.cid-uDOitcTZOW .card:hover .icons {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uDOitcTZOW .icons {
    opacity: 1;
  }
}
.cid-uDOitcTZOW .name,
.cid-uDOitcTZOW .title-align {
  text-align: center;
}
.cid-uDOitcTZOW .card-title {
  text-align: center;
}
.cid-uDOitcTZOW .maintitle {
  text-align: center;
}
.cid-uDOitcTZOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDOitcTZOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD3hRbrDed {
  background-color: #ffffff;
}
.cid-uD3hRbrDed .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD3hRbrDed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD3hRbrDed .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uD3hRbrDed .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uD3hRbrDed .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uD3hRbrDed .container {
    padding: 0 20px;
  }
}
.cid-uD3hRbrDed .row {
  justify-content: space-between;
}
.cid-uD3hRbrDed .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-uD3hRbrDed .dragArea.row .form-group {
  margin-bottom: 48px !important;
}
@media (max-width: 992px) {
  .cid-uD3hRbrDed .dragArea.row .form-group {
    margin-bottom: 30px !important;
  }
}
.cid-uD3hRbrDed .dragArea.row .form-group .form-control-label {
  margin-bottom: 16px !important;
}
.cid-uD3hRbrDed .dragArea.row .form-group .form-control {
  box-shadow: none;
  background: transparent;
  border: 1px solid #e1e1e1 !important;
  border-radius: .75rem !important;
  padding: 12px 20px;
  min-height: 80px;
}
.cid-uD3hRbrDed .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-uD3hRbrDed .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #000000;
  border-color: #000000;
}
.cid-uD3hRbrDed .dragArea.row .form-group .form-check .form-check-label {
  color: #000000;
}
.cid-uD3hRbrDed .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uD3hRbrDed .mbr-text {
  color: #000000;
}
.cid-uD3hRbrDed label {
  color: #000000;
}
.cid-uD3r8MjPiE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uD3r8MjPiE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD3r8MjPiE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD3r8MjPiE .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uD3r8MjPiE .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uD3r8MjPiE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uD3r8MjPiE .container {
    padding: 0 20px;
  }
}
.cid-uD3r8MjPiE .row {
  justify-content: center;
}
.cid-uD3r8MjPiE .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #dfe6ea;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uD3r8MjPiE .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uD3r8MjPiE .text-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uD3r8MjPiE .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uD3r8MjPiE .text-wrapper .text-wrap .mbr-text {
  width: 50%;
  display: inline-flex;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uD3r8MjPiE .text-wrapper .text-wrap .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uD3r8MjPiE .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uD3r8MjPiE .nav-wrapper {
  margin-bottom: 136px;
}
@media (max-width: 992px) {
  .cid-uD3r8MjPiE .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uD3r8MjPiE .nav-wrapper .mbr-list-title {
  margin-bottom: 24px;
}
.cid-uD3r8MjPiE .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uD3r8MjPiE .nav-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uD3r8MjPiE .nav-wrapper .list .item-wrap:hover,
.cid-uD3r8MjPiE .nav-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uD3r8MjPiE .mbr-copy {
  margin-bottom: 0;
  color: #9a9a9a;
}
.cid-uD3r8MjPiE .mbr-text {
  color: #000000;
}
.cid-uD3r8MjPiE .mbr-list-title {
  color: #000000;
}
.cid-uD3r8MjPiE .list {
  color: #9a9a9a;
}
