body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Luxurious Roman', display;
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Luxurious Roman', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Luxurious Roman', display;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Luxurious Roman', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Luxurious Roman', display;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4479d9 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #4479d9 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1f4a98 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #4479d9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4479d9;
  border-color: #4479d9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4479d9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: 'Luxurious Roman', display;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4479d9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Luxurious Roman', display;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #4479d9;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4479d9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4479d9;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4479d9;
  border-bottom-color: #4479d9;
}
.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: #4479d9 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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='%234479d9' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-u8yTD6oD7G {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-u8yTD6oD7G .nav-item,
.cid-u8yTD6oD7G .nav-link,
.cid-u8yTD6oD7G .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8yTD6oD7G .nav-item:hover,
.cid-u8yTD6oD7G .nav-link:hover,
.cid-u8yTD6oD7G .navbar-caption:hover {
  color: #ff9966 !important;
}
.cid-u8yTD6oD7G .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-u8yTD6oD7G .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-u8yTD6oD7G .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-u8yTD6oD7G .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-u8yTD6oD7G .container-fluid,
.cid-u8yTD6oD7G .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-u8yTD6oD7G .navbar-brand {
  padding: 0;
}
.cid-u8yTD6oD7G .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-u8yTD6oD7G .nav-link:hover:before {
  width: 100%;
}
.cid-u8yTD6oD7G .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-u8yTD6oD7G .nav-link {
    margin: 0 !important;
  }
}
.cid-u8yTD6oD7G .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u8yTD6oD7G .widget p,
.cid-u8yTD6oD7G .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-u8yTD6oD7G .widget p a,
.cid-u8yTD6oD7G .widget .icons-menu a {
  margin-left: 15px;
}
.cid-u8yTD6oD7G .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-u8yTD6oD7G .icons__wrap:hover {
  color: #000000;
  background-color: #ff9966;
  border-color: #ff9966;
}
.cid-u8yTD6oD7G .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-u8yTD6oD7G .block__phone,
  .cid-u8yTD6oD7G .icons-menu {
    display: none;
  }
  .cid-u8yTD6oD7G .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-u8yTD6oD7G .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #ff9966 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-u8yTD6oD7G .mbr-section-btn .btn-secondary:hover {
  background-color: #ff9966 !important;
  color: #ffffff !important;
}
.cid-u8yTD6oD7G .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-u8yTD6oD7G .navbar > .container,
.cid-u8yTD6oD7G .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u8yTD6oD7G .btn {
    white-space: nowrap;
  }
  .cid-u8yTD6oD7G .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-u8yTD6oD7G .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u8yTD6oD7G .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u8yTD6oD7G .dropdown-toggle::after,
  .cid-u8yTD6oD7G .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-u8yTD6oD7G .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-u8yTD6oD7G .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-u8yTD6oD7G .dropdown-menu .dropdown-item:hover {
  color: #ff9966 !important;
}
.cid-u8yTD6oD7G .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u8yTD6oD7G .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u8yTD6oD7G .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-u8yTD6oD7G .nav-item:focus,
.cid-u8yTD6oD7G .nav-link:focus {
  outline: none;
}
.cid-u8yTD6oD7G .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-u8yTD6oD7G .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-u8yTD6oD7G .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u8yTD6oD7G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8yTD6oD7G .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u8yTD6oD7G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8yTD6oD7G .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u8yTD6oD7G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8yTD6oD7G .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-u8yTD6oD7G .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-u8yTD6oD7G .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-u8yTD6oD7G .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-u8yTD6oD7G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8yTD6oD7G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8yTD6oD7G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-u8yTD6oD7G .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8yTD6oD7G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8yTD6oD7G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u8yTD6oD7G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8yTD6oD7G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8yTD6oD7G .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-u8yTD6oD7G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8yTD6oD7G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u8yTD6oD7G .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u8yTD6oD7G .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-u8yTD6oD7G .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-u8yTD6oD7G .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8yTD6oD7G .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-u8yTD6oD7G .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-u8yTD6oD7G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8yTD6oD7G .dropdown-item.active,
.cid-u8yTD6oD7G .dropdown-item:active {
  background-color: transparent;
}
.cid-u8yTD6oD7G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8yTD6oD7G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u8yTD6oD7G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8yTD6oD7G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-u8yTD6oD7G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8yTD6oD7G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8yTD6oD7G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8yTD6oD7G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8yTD6oD7G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8yTD6oD7G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8yTD6oD7G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8yTD6oD7G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8yTD6oD7G .navbar-dropdown {
  position: absolute;
}
.cid-u8yTD6oD7G a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-u8yTD6oD7G a.nav-link:hover {
  color: #ff9966 !important;
}
@media (max-width: 991px) {
  .cid-u8yTD6oD7G .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-u8yTD6oD7G .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-u8yTD6oD7G .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-u8yTD6oD7G .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-u8yTD6oD7G .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-u8yTD6oD7G .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-u8yTD6oD7G .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-u8yTD6oD7G .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-u8yTD6oD7G .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-u8yTD6oD7G .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-u8yTD6oD7G a.nav-link {
    justify-content: flex-start;
  }
  .cid-u8yTD6oD7G ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-u8yTD6oD7G .navbar-brand {
    padding: 0;
  }
  .cid-u8yTD6oD7G .block__phone,
  .cid-u8yTD6oD7G .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-u8yTD6oD7G .widget {
    flex-direction: column;
  }
  .cid-u8yTD6oD7G .widget p,
  .cid-u8yTD6oD7G .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-u8yTD6oD7G .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8yTD6oD7G .navbar {
    height: 97px;
  }
  .cid-u8yTD6oD7G .navbar.opened {
    height: auto;
  }
  .cid-u8yTD6oD7G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub2MfV1ll1 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #e43f3f;
  overflow: hidden;
}
.cid-ub2MfV1ll1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub2MfV1ll1 .container-fluid,
.cid-ub2MfV1ll1 .container {
  margin-top: -400px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-ub2MfV1ll1 .container-fluid,
  .cid-ub2MfV1ll1 .container {
    padding: 0 1.5rem;
  }
}
.cid-ub2MfV1ll1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub2MfV1ll1 a {
  font-weight: bold;
}
.cid-ub2MfV1ll1 .image-wrapper {
  transform: translateY(400px);
  padding: 0 2rem;
}
.cid-ub2MfV1ll1 .image-wrapper img {
  border-radius: 4rem !important;
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ub2MfV1ll1 .image-wrapper img {
    height: 400px;
    border-radius: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-ub2MfV1ll1 .image-wrapper {
    padding: 0;
    transform: translateY(320px);
  }
}
.cid-ub2MfV1ll1 .row {
  justify-content: space-between;
  background: linear-gradient(to top, #4479d9, #ff6666);
  border-radius: 4rem;
  padding: 2rem;
  padding-top: 450px !important;
}
@media (min-width: 992px) {
  .cid-ub2MfV1ll1 .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ub2MfV1ll1 .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
    padding-top: 330px !important;
  }
}
@media (max-width: 1400px) {
  .cid-ub2MfV1ll1 .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-ub2MfV1ll1 .mbr-section-btn,
.cid-ub2MfV1ll1 .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ub2MfV1ll1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub2MfV1ll1 .mbr-section-title {
  color: #ffffff;
}
.cid-ub2MfV1ll1 .mbr-text,
.cid-ub2MfV1ll1 .mbr-section-btn {
  color: #ffffff;
}
.cid-ub2MfV1ll1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ub2MfV1ll1 .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-u8zb4B7g5Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-u8zb4B7g5Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8zb4B7g5Q .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-u8zb4B7g5Q .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u8zb4B7g5Q .container {
    padding: 0 12px;
  }
}
.cid-u8zb4B7g5Q .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u8zb4B7g5Q .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #fafafa;
}
.cid-u8zb4B7g5Q .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-u8zb4B7g5Q .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #e43f3f;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-u8zb4B7g5Q .mbr-section-title {
  color: #e43f3f;
}
.cid-u8zbiWCuU2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e43f3f;
}
.cid-u8zbiWCuU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8zbiWCuU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8zbiWCuU2 .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u8zbiWCuU2 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u8zbiWCuU2 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8zbiWCuU2 .card-wrapper {
    padding: 4rem;
  }
}
.cid-u8zbiWCuU2 .mbr-text,
.cid-u8zbiWCuU2 .mbr-section-btn {
  color: #000000;
}
.cid-u8zbiWCuU2 .card-title,
.cid-u8zbiWCuU2 .card-box {
  text-align: left;
  color: #000000;
}
.cid-u8zbz4Tf6L {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u8zbz4Tf6L .row {
  align-items: center;
  width: 100%;
}
.cid-u8zbz4Tf6L .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-u8zbz4Tf6L .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-u8zbz4Tf6L .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-u8zbz4Tf6L .content-container {
  display: flex;
  padding: 0 !important;
  background-color: #232323;
}
.cid-u8zbz4Tf6L .text-container {
  padding: 32px 32px 16px;
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-u8zbz4Tf6L .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-u8zbz4Tf6L .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  width: 100%;
  flex-wrap: wrap;
}
.cid-u8zbz4Tf6L .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-u8zbz4Tf6L .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-u8zbz4Tf6L .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-u8zbz4Tf6L .mbr-section-title {
  width: 100%;
  color: #fafafa;
  margin-bottom: 4px;
  text-align: center;
}
.cid-u8zbz4Tf6L .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-u8zbz4Tf6L .btn-container {
  width: 100%;
}
.cid-u8zbz4Tf6L .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-u8zbz4Tf6L .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-u8zbz4Tf6L .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-u8zbz4Tf6L .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-u8zbMlFI4g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e43f3f;
}
.cid-u8zbMlFI4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8zbMlFI4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8zbMlFI4g .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u8zbMlFI4g .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u8zbMlFI4g .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8zbMlFI4g .card-wrapper {
    padding: 4rem;
  }
}
.cid-u8zbMlFI4g .mbr-text,
.cid-u8zbMlFI4g .mbr-section-btn {
  color: #000000;
}
.cid-u8zbMlFI4g .card-title,
.cid-u8zbMlFI4g .card-box {
  text-align: left;
  color: #000000;
}
.cid-u8zbVADyFl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u8zbVADyFl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8zbVADyFl .mbr-section-title {
  padding-bottom: 5rem;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u8zbVADyFl .mbr-section-title {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-u8zbVADyFl .text-wrapper {
    padding: 0 3rem;
  }
}
.cid-u8zbVADyFl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8zbVADyFl img {
  border-radius: 3rem;
}
.cid-u8zbVADyFl .row {
  flex-direction: row-reverse;
}
.cid-u8zbVADyFl .mbr-text,
.cid-u8zbVADyFl .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-u8zco0xaTN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-u8zco0xaTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8zco0xaTN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8zco0xaTN .mbr-section-title {
  color: #ffffff;
}
.cid-u8zco0xaTN .mbr-section-subtitle {
  color: #fafafa;
}
.cid-u8zcBqImpL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e43f3f;
}
.cid-u8zcBqImpL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8zcBqImpL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8zcBqImpL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u8zcBqImpL .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u8zcBqImpL .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-u8zcBqImpL .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-u8zcBqImpL .container {
    padding: 0 12px;
  }
}
.cid-u8zcBqImpL .row {
  justify-content: center;
}
.cid-u8zcBqImpL .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-u8zcBqImpL .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-u8zcBqImpL .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-u8zcBqImpL .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #fafafa;
  border-radius: 10rem;
}
.cid-u8zcBqImpL .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 992px) {
  .cid-u8zcBqImpL .items-wrapper {
    display: block;
  }
}
.cid-u8zcBqImpL .items-wrapper .item {
  background-color: #212124;
  border-radius: 32px !important;
  padding: 64px;
}
@media (max-width: 1200px) {
  .cid-u8zcBqImpL .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-u8zcBqImpL .items-wrapper .item {
    margin-bottom: 1rem;
  }
}
.cid-u8zcBqImpL .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-u8zcBqImpL .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-u8zcBqImpL .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-u8zcBqImpL .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-u8zcBqImpL .mbr-section-title {
  color: #ffffff;
}
.cid-u8zcBqImpL .item-title {
  color: #ffffff;
}
.cid-u8zcBqImpL .item-text {
  color: #ffffff;
}
.cid-u8zcBqImpL .mbr-section-title,
.cid-u8zcBqImpL .title-wrapper {
  color: #000000;
}
.cid-u8ze9aSIr4 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8ze9aSIr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ze9aSIr4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8ze9aSIr4 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u8ze9aSIr4 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u8ze9aSIr4 .container {
    padding: 0 16px;
  }
}
.cid-u8ze9aSIr4 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u8ze9aSIr4 .row {
    margin: 0 10px;
  }
}
.cid-u8ze9aSIr4 .row .item {
  padding: 0;
}
.cid-u8ze9aSIr4 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u8ze9aSIr4 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u8ze9aSIr4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8ze9aSIr4 .panel-group {
  border: 1px solid #b191b6;
  border-radius: 20px;
  overflow: hidden;
}
.cid-u8ze9aSIr4 .panel-group .card {
  border-top: 1px solid #b191b6;
  border-radius: 0 !important;
}
.cid-u8ze9aSIr4 .panel-group .card:first-child {
  border-top: none;
}
.cid-u8ze9aSIr4 .panel-group .card:last-child {
  border-bottom: none;
}
.cid-u8ze9aSIr4 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u8ze9aSIr4 .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u8ze9aSIr4 .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-u8ze9aSIr4 .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #b191b6;
}
.cid-u8ze9aSIr4 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #e43f3f;
  background-color: #ffffff;
}
.cid-u8ze9aSIr4 .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-u8ze9aSIr4 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8ze9aSIr4 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #e43f3f;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-u8ze9aSIr4 .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-u8ze9aSIr4 .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-u8ze9aSIr4 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u8ze9aSIr4 .image-wrapper {
  height: 100%;
}
.cid-u8ze9aSIr4 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8ze9aSIr4 .image-wrapper img {
    height: 350px;
  }
}
.cid-u8ze9aSIr4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u8ze9aSIr4 .panel-title-edit {
  color: #010101;
}
.cid-u8ze9aSIr4 .panel-text {
  color: #fdfcfc;
}
.cid-u8zyo7pa5Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-u8zyo7pa5Q::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e43f3f -10%, transparent 70%);
}
.cid-u8zyo7pa5Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8zyo7pa5Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u8zyo7pa5Q .container {
    padding: 0 16px;
  }
}
.cid-u8zyo7pa5Q .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u8zyo7pa5Q .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u8zyo7pa5Q .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u8zyo7pa5Q .mbr-section-title {
  color: #ffffff;
}
.cid-u8zyo7pa5Q .mbr-text {
  color: #000000;
}
.cid-u8zyo7pa5Q .mbr-text,
.cid-u8zyo7pa5Q .icon-wrapper {
  color: #ffffff;
}
.cid-u8zyut6AJl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e43f3f;
}
.cid-u8zyut6AJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8zyut6AJl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8zyut6AJl .video-wrapper iframe {
  width: 100%;
}
.cid-u8zyut6AJl .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-u8zyut6AJl .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-u8zyut6AJl .video-block {
  position: relative;
  z-index: 1;
}
.cid-u8zyut6AJl .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-u8zyut6AJl .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-u8zyut6AJl .video-block .image-absolute {
    display: none;
  }
}
.cid-ub2dHfZC0O {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ub2dHfZC0O .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub2dHfZC0O .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ub2dHfZC0O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub2dHfZC0O h1 {
  max-width: 800px;
}
.cid-ub2dHfZC0O p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-ub2dHfZC0O .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #4479d9 !important;
}
.cid-ub2dHfZC0O .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ub2dHfZC0O .btn div {
  overflow: hidden;
}
.cid-ub2dHfZC0O .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-ub2dHfZC0O {
    align-items: center;
  }
  .cid-ub2dHfZC0O .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ub2dHfZC0O .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ub2dHfZC0O {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ub2dHfZC0O .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ub2dHfZC0O .content-wrap {
    width: 100%;
  }
}
.cid-ub2dHfZC0O .mbr-section-subtitle,
.cid-ub2dHfZC0O .line {
  color: #291f1e;
}
.cid-ub2dHfZC0O .mbr-text,
.cid-ub2dHfZC0O .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-ub2dHfZC0O .mbr-section-title {
  color: #291f1e;
}
.cid-ub2dy7GSTo {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #e43f3f;
}
.cid-ub2dy7GSTo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub2dy7GSTo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub2dy7GSTo .row {
  flex-direction: row-reverse;
}
.cid-ub2dTads2U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ub2dTads2U .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub2dTads2U .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-ub2dTads2U .container {
    padding: 0 22px;
  }
}
.cid-ub2dTads2U .card {
  justify-content: center;
}
.cid-ub2dTads2U .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ub2dTads2U .content-wrapper {
    padding: 0;
  }
}
.cid-ub2dTads2U .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ub2dTads2U .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-ub2dTads2U .image-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-ub2dTads2U .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-ub2dTads2U .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ub2dTads2U .image-wrapper img {
    height: 350px;
  }
}
.cid-ub2dTads2U .mbr-section-title {
  color: #ffffff;
}
.cid-ub2dTads2U .mbr-text {
  color: #ffffff;
}
.cid-u8zAEYVSch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e43f3f;
}
.cid-u8zAEYVSch blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u8zznvxK4o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-u8zznvxK4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8zznvxK4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8zznvxK4o .google-map {
  height: 30rem;
  position: relative;
}
.cid-u8zznvxK4o .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u8zznvxK4o .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-u8zznvxK4o .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8zznvxK4o .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8zznvxK4o .mbr-section-title {
  color: #fafafa;
}
.cid-u8zyYXqv5K {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ff6666;
}
.cid-u8zyYXqv5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8zyYXqv5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8zyYXqv5K .row {
  justify-content: space-between;
}
.cid-u8zyYXqv5K .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u8zyYXqv5K .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8zyYXqv5K .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8zyYXqv5K .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-u8zyYXqv5K .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-u8zyYXqv5K .list li {
  margin-bottom: 25px;
}
.cid-u8zyYXqv5K .list li:last-child {
  margin-bottom: 0;
}
.cid-u8zyYXqv5K .mbr-desc {
  margin-bottom: 8px;
}
.cid-u8zyYXqv5K .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u8zyYXqv5K .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-u8zyYXqv5K .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-u8zyYXqv5K .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #000000;
  transition: all .3s ease;
}
.cid-u8zyYXqv5K .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.cid-u8zyYXqv5K .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #000000;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-u8zyYXqv5K .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-u8zyYXqv5K .mbr-desc,
.cid-u8zyYXqv5K .mbr-iconfont {
  color: #000000;
}
.cid-u8zyYXqv5K .mbr-text,
.cid-u8zyYXqv5K .mbr-section-btn {
  color: #000000;
}
.cid-u8A8ldOhyF {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-u8A8ldOhyF .nav-item,
.cid-u8A8ldOhyF .nav-link,
.cid-u8A8ldOhyF .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8A8ldOhyF .nav-item:hover,
.cid-u8A8ldOhyF .nav-link:hover,
.cid-u8A8ldOhyF .navbar-caption:hover {
  color: #ff9966 !important;
}
.cid-u8A8ldOhyF .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-u8A8ldOhyF .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-u8A8ldOhyF .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-u8A8ldOhyF .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-u8A8ldOhyF .container-fluid,
.cid-u8A8ldOhyF .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-u8A8ldOhyF .navbar-brand {
  padding: 0;
}
.cid-u8A8ldOhyF .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-u8A8ldOhyF .nav-link:hover:before {
  width: 100%;
}
.cid-u8A8ldOhyF .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-u8A8ldOhyF .nav-link {
    margin: 0 !important;
  }
}
.cid-u8A8ldOhyF .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u8A8ldOhyF .widget p,
.cid-u8A8ldOhyF .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-u8A8ldOhyF .widget p a,
.cid-u8A8ldOhyF .widget .icons-menu a {
  margin-left: 15px;
}
.cid-u8A8ldOhyF .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-u8A8ldOhyF .icons__wrap:hover {
  color: #000000;
  background-color: #ff9966;
  border-color: #ff9966;
}
.cid-u8A8ldOhyF .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-u8A8ldOhyF .block__phone,
  .cid-u8A8ldOhyF .icons-menu {
    display: none;
  }
  .cid-u8A8ldOhyF .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-u8A8ldOhyF .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #ff9966 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-u8A8ldOhyF .mbr-section-btn .btn-secondary:hover {
  background-color: #ff9966 !important;
  color: #ffffff !important;
}
.cid-u8A8ldOhyF .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-u8A8ldOhyF .navbar > .container,
.cid-u8A8ldOhyF .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u8A8ldOhyF .btn {
    white-space: nowrap;
  }
  .cid-u8A8ldOhyF .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-u8A8ldOhyF .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u8A8ldOhyF .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u8A8ldOhyF .dropdown-toggle::after,
  .cid-u8A8ldOhyF .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-u8A8ldOhyF .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-u8A8ldOhyF .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-u8A8ldOhyF .dropdown-menu .dropdown-item:hover {
  color: #ff9966 !important;
}
.cid-u8A8ldOhyF .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u8A8ldOhyF .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u8A8ldOhyF .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-u8A8ldOhyF .nav-item:focus,
.cid-u8A8ldOhyF .nav-link:focus {
  outline: none;
}
.cid-u8A8ldOhyF .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-u8A8ldOhyF .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-u8A8ldOhyF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u8A8ldOhyF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8A8ldOhyF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u8A8ldOhyF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8A8ldOhyF .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u8A8ldOhyF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8A8ldOhyF .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-u8A8ldOhyF .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-u8A8ldOhyF .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-u8A8ldOhyF .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-u8A8ldOhyF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8A8ldOhyF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8A8ldOhyF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-u8A8ldOhyF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8A8ldOhyF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8A8ldOhyF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u8A8ldOhyF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8A8ldOhyF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8A8ldOhyF .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-u8A8ldOhyF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8A8ldOhyF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u8A8ldOhyF .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u8A8ldOhyF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-u8A8ldOhyF .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-u8A8ldOhyF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8A8ldOhyF .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-u8A8ldOhyF .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-u8A8ldOhyF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8A8ldOhyF .dropdown-item.active,
.cid-u8A8ldOhyF .dropdown-item:active {
  background-color: transparent;
}
.cid-u8A8ldOhyF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8A8ldOhyF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u8A8ldOhyF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8A8ldOhyF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-u8A8ldOhyF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8A8ldOhyF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8A8ldOhyF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8A8ldOhyF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8A8ldOhyF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8A8ldOhyF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8A8ldOhyF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8A8ldOhyF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8A8ldOhyF .navbar-dropdown {
  position: absolute;
}
.cid-u8A8ldOhyF a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-u8A8ldOhyF a.nav-link:hover {
  color: #ff9966 !important;
}
@media (max-width: 991px) {
  .cid-u8A8ldOhyF .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-u8A8ldOhyF .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-u8A8ldOhyF .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-u8A8ldOhyF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-u8A8ldOhyF .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-u8A8ldOhyF .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-u8A8ldOhyF .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-u8A8ldOhyF .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-u8A8ldOhyF .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-u8A8ldOhyF .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-u8A8ldOhyF a.nav-link {
    justify-content: flex-start;
  }
  .cid-u8A8ldOhyF ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-u8A8ldOhyF .navbar-brand {
    padding: 0;
  }
  .cid-u8A8ldOhyF .block__phone,
  .cid-u8A8ldOhyF .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-u8A8ldOhyF .widget {
    flex-direction: column;
  }
  .cid-u8A8ldOhyF .widget p,
  .cid-u8A8ldOhyF .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-u8A8ldOhyF .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8A8ldOhyF .navbar {
    height: 97px;
  }
  .cid-u8A8ldOhyF .navbar.opened {
    height: auto;
  }
  .cid-u8A8ldOhyF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8AV0OTTW1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e43f3f;
}
.cid-u8AV0OTTW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8AV0OTTW1 .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-u8AV0OTTW1 .container {
    padding: 0 22px;
  }
}
.cid-u8AV0OTTW1 .card {
  justify-content: center;
}
.cid-u8AV0OTTW1 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-u8AV0OTTW1 .content-wrapper {
    padding: 0;
  }
}
.cid-u8AV0OTTW1 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u8AV0OTTW1 .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-u8AV0OTTW1 .image-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-u8AV0OTTW1 .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-u8AV0OTTW1 .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8AV0OTTW1 .image-wrapper img {
    height: 350px;
  }
}
.cid-u8AV0OTTW1 .mbr-section-title {
  color: #ffffff;
}
.cid-u8AV0OTTW1 .mbr-text {
  color: #ffffff;
}
.cid-u8AVeWmBZi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8AVxSR2cF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-u8AVxSR2cF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8AVxSR2cF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8AVxSR2cF .google-map {
  height: 30rem;
  position: relative;
}
.cid-u8AVxSR2cF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u8AVxSR2cF .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-u8AVxSR2cF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8AVxSR2cF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8AVxSR2cF .mbr-section-title {
  color: #fafafa;
}
.cid-u8A8lw9KEF {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ff6666;
}
.cid-u8A8lw9KEF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8A8lw9KEF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8A8lw9KEF .row {
  justify-content: space-between;
}
.cid-u8A8lw9KEF .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u8A8lw9KEF .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8A8lw9KEF .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8A8lw9KEF .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-u8A8lw9KEF .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-u8A8lw9KEF .list li {
  margin-bottom: 25px;
}
.cid-u8A8lw9KEF .list li:last-child {
  margin-bottom: 0;
}
.cid-u8A8lw9KEF .mbr-desc {
  margin-bottom: 8px;
}
.cid-u8A8lw9KEF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u8A8lw9KEF .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-u8A8lw9KEF .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-u8A8lw9KEF .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #000000;
  transition: all .3s ease;
}
.cid-u8A8lw9KEF .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.cid-u8A8lw9KEF .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #000000;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-u8A8lw9KEF .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-u8A8lw9KEF .mbr-desc,
.cid-u8A8lw9KEF .mbr-iconfont {
  color: #000000;
}
.cid-u8A8lw9KEF .mbr-text,
.cid-u8A8lw9KEF .mbr-section-btn {
  color: #000000;
}
.cid-u8AVBr7wpE {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-u8AVBr7wpE .nav-item,
.cid-u8AVBr7wpE .nav-link,
.cid-u8AVBr7wpE .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8AVBr7wpE .nav-item:hover,
.cid-u8AVBr7wpE .nav-link:hover,
.cid-u8AVBr7wpE .navbar-caption:hover {
  color: #ff9966 !important;
}
.cid-u8AVBr7wpE .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-u8AVBr7wpE .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-u8AVBr7wpE .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-u8AVBr7wpE .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-u8AVBr7wpE .container-fluid,
.cid-u8AVBr7wpE .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-u8AVBr7wpE .navbar-brand {
  padding: 0;
}
.cid-u8AVBr7wpE .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-u8AVBr7wpE .nav-link:hover:before {
  width: 100%;
}
.cid-u8AVBr7wpE .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-u8AVBr7wpE .nav-link {
    margin: 0 !important;
  }
}
.cid-u8AVBr7wpE .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u8AVBr7wpE .widget p,
.cid-u8AVBr7wpE .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-u8AVBr7wpE .widget p a,
.cid-u8AVBr7wpE .widget .icons-menu a {
  margin-left: 15px;
}
.cid-u8AVBr7wpE .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-u8AVBr7wpE .icons__wrap:hover {
  color: #000000;
  background-color: #ff9966;
  border-color: #ff9966;
}
.cid-u8AVBr7wpE .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-u8AVBr7wpE .block__phone,
  .cid-u8AVBr7wpE .icons-menu {
    display: none;
  }
  .cid-u8AVBr7wpE .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-u8AVBr7wpE .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #ff9966 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-u8AVBr7wpE .mbr-section-btn .btn-secondary:hover {
  background-color: #ff9966 !important;
  color: #ffffff !important;
}
.cid-u8AVBr7wpE .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-u8AVBr7wpE .navbar > .container,
.cid-u8AVBr7wpE .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u8AVBr7wpE .btn {
    white-space: nowrap;
  }
  .cid-u8AVBr7wpE .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-u8AVBr7wpE .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-u8AVBr7wpE .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-u8AVBr7wpE .dropdown-toggle::after,
  .cid-u8AVBr7wpE .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-u8AVBr7wpE .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-u8AVBr7wpE .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-u8AVBr7wpE .dropdown-menu .dropdown-item:hover {
  color: #ff9966 !important;
}
.cid-u8AVBr7wpE .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-u8AVBr7wpE .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-u8AVBr7wpE .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-u8AVBr7wpE .nav-item:focus,
.cid-u8AVBr7wpE .nav-link:focus {
  outline: none;
}
.cid-u8AVBr7wpE .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-u8AVBr7wpE .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-u8AVBr7wpE .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-u8AVBr7wpE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8AVBr7wpE .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-u8AVBr7wpE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8AVBr7wpE .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-u8AVBr7wpE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8AVBr7wpE .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-u8AVBr7wpE .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-u8AVBr7wpE .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-u8AVBr7wpE .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-u8AVBr7wpE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8AVBr7wpE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8AVBr7wpE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-u8AVBr7wpE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u8AVBr7wpE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8AVBr7wpE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-u8AVBr7wpE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8AVBr7wpE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8AVBr7wpE .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-u8AVBr7wpE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8AVBr7wpE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u8AVBr7wpE .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-u8AVBr7wpE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-u8AVBr7wpE .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-u8AVBr7wpE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u8AVBr7wpE .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-u8AVBr7wpE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-u8AVBr7wpE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8AVBr7wpE .dropdown-item.active,
.cid-u8AVBr7wpE .dropdown-item:active {
  background-color: transparent;
}
.cid-u8AVBr7wpE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8AVBr7wpE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-u8AVBr7wpE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8AVBr7wpE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-u8AVBr7wpE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8AVBr7wpE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8AVBr7wpE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8AVBr7wpE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8AVBr7wpE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8AVBr7wpE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8AVBr7wpE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8AVBr7wpE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8AVBr7wpE .navbar-dropdown {
  position: absolute;
}
.cid-u8AVBr7wpE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-u8AVBr7wpE a.nav-link:hover {
  color: #ff9966 !important;
}
@media (max-width: 991px) {
  .cid-u8AVBr7wpE .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-u8AVBr7wpE .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-u8AVBr7wpE .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-u8AVBr7wpE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-u8AVBr7wpE .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-u8AVBr7wpE .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-u8AVBr7wpE .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-u8AVBr7wpE .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-u8AVBr7wpE .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-u8AVBr7wpE .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-u8AVBr7wpE a.nav-link {
    justify-content: flex-start;
  }
  .cid-u8AVBr7wpE ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-u8AVBr7wpE .navbar-brand {
    padding: 0;
  }
  .cid-u8AVBr7wpE .block__phone,
  .cid-u8AVBr7wpE .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-u8AVBr7wpE .widget {
    flex-direction: column;
  }
  .cid-u8AVBr7wpE .widget p,
  .cid-u8AVBr7wpE .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-u8AVBr7wpE .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8AVBr7wpE .navbar {
    height: 97px;
  }
  .cid-u8AVBr7wpE .navbar.opened {
    height: auto;
  }
  .cid-u8AVBr7wpE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8AVBrFiOn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u8AVBrFiOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8AVBrFiOn .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-u8AVBrFiOn .container {
    padding: 0 22px;
  }
}
.cid-u8AVBrFiOn .card {
  justify-content: center;
}
.cid-u8AVBrFiOn .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-u8AVBrFiOn .content-wrapper {
    padding: 0;
  }
}
.cid-u8AVBrFiOn .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u8AVBrFiOn .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-u8AVBrFiOn .image-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-u8AVBrFiOn .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-u8AVBrFiOn .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u8AVBrFiOn .image-wrapper img {
    height: 350px;
  }
}
.cid-u8AVBrFiOn .mbr-section-title {
  color: #ffffff;
}
.cid-u8AVBrFiOn .mbr-text {
  color: #ffffff;
}
.cid-u8AVBs57io {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8AVBswPju {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-u8AVBswPju .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8AVBswPju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8AVBswPju .google-map {
  height: 30rem;
  position: relative;
}
.cid-u8AVBswPju .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u8AVBswPju .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-u8AVBswPju .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8AVBswPju .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8AVBswPju .mbr-section-title {
  color: #fafafa;
}
.cid-u8AVBt9rAV {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ff6666;
}
.cid-u8AVBt9rAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8AVBt9rAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8AVBt9rAV .row {
  justify-content: space-between;
}
.cid-u8AVBt9rAV .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u8AVBt9rAV .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8AVBt9rAV .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-u8AVBt9rAV .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-u8AVBt9rAV .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-u8AVBt9rAV .list li {
  margin-bottom: 25px;
}
.cid-u8AVBt9rAV .list li:last-child {
  margin-bottom: 0;
}
.cid-u8AVBt9rAV .mbr-desc {
  margin-bottom: 8px;
}
.cid-u8AVBt9rAV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u8AVBt9rAV .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-u8AVBt9rAV .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-u8AVBt9rAV .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #000000;
  transition: all .3s ease;
}
.cid-u8AVBt9rAV .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.cid-u8AVBt9rAV .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #000000;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-u8AVBt9rAV .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-u8AVBt9rAV .mbr-desc,
.cid-u8AVBt9rAV .mbr-iconfont {
  color: #000000;
}
.cid-u8AVBt9rAV .mbr-text,
.cid-u8AVBt9rAV .mbr-section-btn {
  color: #000000;
}
.cid-ub4veeu7QO {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-ub4veeu7QO .nav-item,
.cid-ub4veeu7QO .nav-link,
.cid-ub4veeu7QO .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ub4veeu7QO .nav-item:hover,
.cid-ub4veeu7QO .nav-link:hover,
.cid-ub4veeu7QO .navbar-caption:hover {
  color: #ff9966 !important;
}
.cid-ub4veeu7QO .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-ub4veeu7QO .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-ub4veeu7QO .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-ub4veeu7QO .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ub4veeu7QO .container-fluid,
.cid-ub4veeu7QO .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-ub4veeu7QO .navbar-brand {
  padding: 0;
}
.cid-ub4veeu7QO .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-ub4veeu7QO .nav-link:hover:before {
  width: 100%;
}
.cid-ub4veeu7QO .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-ub4veeu7QO .nav-link {
    margin: 0 !important;
  }
}
.cid-ub4veeu7QO .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ub4veeu7QO .widget p,
.cid-ub4veeu7QO .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-ub4veeu7QO .widget p a,
.cid-ub4veeu7QO .widget .icons-menu a {
  margin-left: 15px;
}
.cid-ub4veeu7QO .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-ub4veeu7QO .icons__wrap:hover {
  color: #000000;
  background-color: #ff9966;
  border-color: #ff9966;
}
.cid-ub4veeu7QO .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ub4veeu7QO .block__phone,
  .cid-ub4veeu7QO .icons-menu {
    display: none;
  }
  .cid-ub4veeu7QO .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-ub4veeu7QO .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #ff9966 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-ub4veeu7QO .mbr-section-btn .btn-secondary:hover {
  background-color: #ff9966 !important;
  color: #ffffff !important;
}
.cid-ub4veeu7QO .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-ub4veeu7QO .navbar > .container,
.cid-ub4veeu7QO .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ub4veeu7QO .btn {
    white-space: nowrap;
  }
  .cid-ub4veeu7QO .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-ub4veeu7QO .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ub4veeu7QO .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ub4veeu7QO .dropdown-toggle::after,
  .cid-ub4veeu7QO .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-ub4veeu7QO .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-ub4veeu7QO .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-ub4veeu7QO .dropdown-menu .dropdown-item:hover {
  color: #ff9966 !important;
}
.cid-ub4veeu7QO .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ub4veeu7QO .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ub4veeu7QO .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-ub4veeu7QO .nav-item:focus,
.cid-ub4veeu7QO .nav-link:focus {
  outline: none;
}
.cid-ub4veeu7QO .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-ub4veeu7QO .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-ub4veeu7QO .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ub4veeu7QO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub4veeu7QO .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ub4veeu7QO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub4veeu7QO .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ub4veeu7QO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub4veeu7QO .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-ub4veeu7QO .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-ub4veeu7QO .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-ub4veeu7QO .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-ub4veeu7QO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub4veeu7QO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ub4veeu7QO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-ub4veeu7QO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ub4veeu7QO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub4veeu7QO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ub4veeu7QO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub4veeu7QO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub4veeu7QO .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-ub4veeu7QO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub4veeu7QO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ub4veeu7QO .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ub4veeu7QO .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-ub4veeu7QO .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-ub4veeu7QO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ub4veeu7QO .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-ub4veeu7QO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-ub4veeu7QO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub4veeu7QO .dropdown-item.active,
.cid-ub4veeu7QO .dropdown-item:active {
  background-color: transparent;
}
.cid-ub4veeu7QO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ub4veeu7QO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ub4veeu7QO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ub4veeu7QO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-ub4veeu7QO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ub4veeu7QO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub4veeu7QO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub4veeu7QO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ub4veeu7QO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub4veeu7QO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ub4veeu7QO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ub4veeu7QO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub4veeu7QO .navbar-dropdown {
  position: absolute;
}
.cid-ub4veeu7QO a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-ub4veeu7QO a.nav-link:hover {
  color: #ff9966 !important;
}
@media (max-width: 991px) {
  .cid-ub4veeu7QO .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-ub4veeu7QO .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-ub4veeu7QO .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-ub4veeu7QO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-ub4veeu7QO .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-ub4veeu7QO .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-ub4veeu7QO .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-ub4veeu7QO .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-ub4veeu7QO .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-ub4veeu7QO .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-ub4veeu7QO a.nav-link {
    justify-content: flex-start;
  }
  .cid-ub4veeu7QO ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-ub4veeu7QO .navbar-brand {
    padding: 0;
  }
  .cid-ub4veeu7QO .block__phone,
  .cid-ub4veeu7QO .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-ub4veeu7QO .widget {
    flex-direction: column;
  }
  .cid-ub4veeu7QO .widget p,
  .cid-ub4veeu7QO .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-ub4veeu7QO .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ub4veeu7QO .navbar {
    height: 97px;
  }
  .cid-ub4veeu7QO .navbar.opened {
    height: auto;
  }
  .cid-ub4veeu7QO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub4vefc7fk {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #e43f3f;
  overflow: hidden;
}
.cid-ub4vefc7fk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4vefc7fk .container-fluid,
.cid-ub4vefc7fk .container {
  margin-top: -400px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-ub4vefc7fk .container-fluid,
  .cid-ub4vefc7fk .container {
    padding: 0 1.5rem;
  }
}
.cid-ub4vefc7fk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4vefc7fk a {
  font-weight: bold;
}
.cid-ub4vefc7fk .image-wrapper {
  transform: translateY(400px);
  padding: 0 2rem;
}
.cid-ub4vefc7fk .image-wrapper img {
  border-radius: 4rem !important;
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ub4vefc7fk .image-wrapper img {
    height: 400px;
    border-radius: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-ub4vefc7fk .image-wrapper {
    padding: 0;
    transform: translateY(320px);
  }
}
.cid-ub4vefc7fk .row {
  justify-content: space-between;
  background: linear-gradient(to top, #4479d9, #ff6666);
  border-radius: 4rem;
  padding: 2rem;
  padding-top: 450px !important;
}
@media (min-width: 992px) {
  .cid-ub4vefc7fk .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ub4vefc7fk .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
    padding-top: 330px !important;
  }
}
@media (max-width: 1400px) {
  .cid-ub4vefc7fk .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-ub4vefc7fk .mbr-section-btn,
.cid-ub4vefc7fk .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ub4vefc7fk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub4vefc7fk .mbr-section-title {
  color: #ffffff;
}
.cid-ub4vefc7fk .mbr-text,
.cid-ub4vefc7fk .mbr-section-btn {
  color: #ffffff;
}
.cid-ub4vefc7fk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ub4vefc7fk .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-ub4vefWSX7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-ub4vefWSX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4vefWSX7 .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-ub4vefWSX7 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ub4vefWSX7 .container {
    padding: 0 12px;
  }
}
.cid-ub4vefWSX7 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ub4vefWSX7 .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #fafafa;
}
.cid-ub4vefWSX7 .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-ub4vefWSX7 .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #e43f3f;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-ub4vefWSX7 .mbr-section-title {
  color: #e43f3f;
}
.cid-ub4veguqCy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e43f3f;
}
.cid-ub4veguqCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4veguqCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4veguqCy .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ub4veguqCy .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ub4veguqCy .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ub4veguqCy .card-wrapper {
    padding: 4rem;
  }
}
.cid-ub4veguqCy .mbr-text,
.cid-ub4veguqCy .mbr-section-btn {
  color: #000000;
}
.cid-ub4veguqCy .card-title,
.cid-ub4veguqCy .card-box {
  text-align: left;
  color: #000000;
}
.cid-ub4vehiixb {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ub4vehiixb .row {
  align-items: center;
  width: 100%;
}
.cid-ub4vehiixb .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-ub4vehiixb .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-ub4vehiixb .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-ub4vehiixb .content-container {
  display: flex;
  padding: 0 !important;
  background-color: #232323;
}
.cid-ub4vehiixb .text-container {
  padding: 32px 32px 16px;
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ub4vehiixb .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-ub4vehiixb .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  width: 100%;
  flex-wrap: wrap;
}
.cid-ub4vehiixb .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-ub4vehiixb .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-ub4vehiixb .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-ub4vehiixb .mbr-section-title {
  width: 100%;
  color: #fafafa;
  margin-bottom: 4px;
  text-align: center;
}
.cid-ub4vehiixb .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-ub4vehiixb .btn-container {
  width: 100%;
}
.cid-ub4vehiixb .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-ub4vehiixb .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-ub4vehiixb .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ub4vehiixb .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-ub4veji3Gj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e43f3f;
}
.cid-ub4veji3Gj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4veji3Gj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4veji3Gj .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ub4veji3Gj .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ub4veji3Gj .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ub4veji3Gj .card-wrapper {
    padding: 4rem;
  }
}
.cid-ub4veji3Gj .mbr-text,
.cid-ub4veji3Gj .mbr-section-btn {
  color: #000000;
}
.cid-ub4veji3Gj .card-title,
.cid-ub4veji3Gj .card-box {
  text-align: left;
  color: #000000;
}
.cid-ub4vekVFtE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ub4vekVFtE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4vekVFtE .mbr-section-title {
  padding-bottom: 5rem;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ub4vekVFtE .mbr-section-title {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-ub4vekVFtE .text-wrapper {
    padding: 0 3rem;
  }
}
.cid-ub4vekVFtE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4vekVFtE img {
  border-radius: 3rem;
}
.cid-ub4vekVFtE .row {
  flex-direction: row-reverse;
}
.cid-ub4vekVFtE .mbr-text,
.cid-ub4vekVFtE .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ub4velAVrz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ub4velAVrz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4velAVrz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4velAVrz .mbr-section-title {
  color: #ffffff;
}
.cid-ub4velAVrz .mbr-section-subtitle {
  color: #fafafa;
}
.cid-ub4vem1opw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e43f3f;
}
.cid-ub4vem1opw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4vem1opw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4vem1opw .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ub4vem1opw .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ub4vem1opw .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ub4vem1opw .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ub4vem1opw .container {
    padding: 0 12px;
  }
}
.cid-ub4vem1opw .row {
  justify-content: center;
}
.cid-ub4vem1opw .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ub4vem1opw .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-ub4vem1opw .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-ub4vem1opw .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #fafafa;
  border-radius: 10rem;
}
.cid-ub4vem1opw .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 992px) {
  .cid-ub4vem1opw .items-wrapper {
    display: block;
  }
}
.cid-ub4vem1opw .items-wrapper .item {
  background-color: #212124;
  border-radius: 32px !important;
  padding: 64px;
}
@media (max-width: 1200px) {
  .cid-ub4vem1opw .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-ub4vem1opw .items-wrapper .item {
    margin-bottom: 1rem;
  }
}
.cid-ub4vem1opw .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-ub4vem1opw .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-ub4vem1opw .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-ub4vem1opw .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-ub4vem1opw .mbr-section-title {
  color: #ffffff;
}
.cid-ub4vem1opw .item-title {
  color: #ffffff;
}
.cid-ub4vem1opw .item-text {
  color: #ffffff;
}
.cid-ub4vem1opw .mbr-section-title,
.cid-ub4vem1opw .title-wrapper {
  color: #000000;
}
.cid-ub4vemWSEP {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ub4vemWSEP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4vemWSEP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4vemWSEP .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ub4vemWSEP .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ub4vemWSEP .container {
    padding: 0 16px;
  }
}
.cid-ub4vemWSEP .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ub4vemWSEP .row {
    margin: 0 10px;
  }
}
.cid-ub4vemWSEP .row .item {
  padding: 0;
}
.cid-ub4vemWSEP .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ub4vemWSEP .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ub4vemWSEP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ub4vemWSEP .panel-group {
  border: 1px solid #b191b6;
  border-radius: 20px;
  overflow: hidden;
}
.cid-ub4vemWSEP .panel-group .card {
  border-top: 1px solid #b191b6;
  border-radius: 0 !important;
}
.cid-ub4vemWSEP .panel-group .card:first-child {
  border-top: none;
}
.cid-ub4vemWSEP .panel-group .card:last-child {
  border-bottom: none;
}
.cid-ub4vemWSEP .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-ub4vemWSEP .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ub4vemWSEP .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-ub4vemWSEP .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #b191b6;
}
.cid-ub4vemWSEP .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #e43f3f;
  background-color: #ffffff;
}
.cid-ub4vemWSEP .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-ub4vemWSEP .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ub4vemWSEP .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #e43f3f;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-ub4vemWSEP .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-ub4vemWSEP .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-ub4vemWSEP .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ub4vemWSEP .image-wrapper {
  height: 100%;
}
.cid-ub4vemWSEP .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ub4vemWSEP .image-wrapper img {
    height: 350px;
  }
}
.cid-ub4vemWSEP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ub4vemWSEP .panel-title-edit {
  color: #010101;
}
.cid-ub4vemWSEP .panel-text {
  color: #fdfcfc;
}
.cid-ub4veoxVRw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-ub4veoxVRw::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e43f3f -10%, transparent 70%);
}
.cid-ub4veoxVRw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4veoxVRw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ub4veoxVRw .container {
    padding: 0 16px;
  }
}
.cid-ub4veoxVRw .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ub4veoxVRw .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ub4veoxVRw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ub4veoxVRw .mbr-section-title {
  color: #ffffff;
}
.cid-ub4veoxVRw .mbr-text {
  color: #000000;
}
.cid-ub4veoxVRw .mbr-text,
.cid-ub4veoxVRw .icon-wrapper {
  color: #ffffff;
}
.cid-ub4vep9QQk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e43f3f;
}
.cid-ub4vep9QQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4vep9QQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4vep9QQk .video-wrapper iframe {
  width: 100%;
}
.cid-ub4vep9QQk .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-ub4vep9QQk .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-ub4vep9QQk .video-block {
  position: relative;
  z-index: 1;
}
.cid-ub4vep9QQk .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-ub4vep9QQk .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ub4vep9QQk .video-block .image-absolute {
    display: none;
  }
}
.cid-ub4vepKxgu {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ub4vepKxgu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4vepKxgu .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ub4vepKxgu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4vepKxgu h1 {
  max-width: 800px;
}
.cid-ub4vepKxgu p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-ub4vepKxgu .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #4479d9 !important;
}
.cid-ub4vepKxgu .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ub4vepKxgu .btn div {
  overflow: hidden;
}
.cid-ub4vepKxgu .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-ub4vepKxgu {
    align-items: center;
  }
  .cid-ub4vepKxgu .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ub4vepKxgu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ub4vepKxgu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ub4vepKxgu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ub4vepKxgu .content-wrap {
    width: 100%;
  }
}
.cid-ub4vepKxgu .mbr-section-subtitle,
.cid-ub4vepKxgu .line {
  color: #291f1e;
}
.cid-ub4vepKxgu .mbr-text,
.cid-ub4vepKxgu .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-ub4vepKxgu .mbr-section-title {
  color: #291f1e;
}
.cid-ub4veqY2UR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ub4veqY2UR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4veqY2UR .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-ub4veqY2UR .container {
    padding: 0 22px;
  }
}
.cid-ub4veqY2UR .card {
  justify-content: center;
}
.cid-ub4veqY2UR .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ub4veqY2UR .content-wrapper {
    padding: 0;
  }
}
.cid-ub4veqY2UR .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ub4veqY2UR .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-ub4veqY2UR .image-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-ub4veqY2UR .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-ub4veqY2UR .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ub4veqY2UR .image-wrapper img {
    height: 350px;
  }
}
.cid-ub4veqY2UR .mbr-section-title {
  color: #ffffff;
}
.cid-ub4veqY2UR .mbr-text {
  color: #ffffff;
}
.cid-ub4verAE74 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e43f3f;
}
.cid-ub4verAE74 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-ub4GBo8gZt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ub4GBo8gZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4GBo8gZt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4GBo8gZt .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ub4GBo8gZt .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ub4GBo8gZt .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ub4GBo8gZt .container {
    padding: 0 20px;
  }
}
.cid-ub4GBo8gZt .row {
  justify-content: center;
}
.cid-ub4GBo8gZt .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #e43f3f;
}
@media (max-width: 992px) {
  .cid-ub4GBo8gZt .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-ub4GBo8gZt .panel-group .card {
  border-radius: 20px !important;
  background-color: #e43f3f;
  margin-top: 40px;
  padding: 50px;
}
.cid-ub4GBo8gZt .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-ub4GBo8gZt .panel-group .card {
    padding: 20px;
  }
}
.cid-ub4GBo8gZt .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ub4GBo8gZt .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ub4GBo8gZt .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ub4GBo8gZt .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #e43f3f;
  margin-left: 20px;
}
.cid-ub4GBo8gZt .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ub4GBo8gZt .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-ub4GBo8gZt .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ub4GBo8gZt .mbr-desc {
  color: #ffffff;
}
.cid-ub4GBo8gZt .panel-title-edit {
  color: #000000;
}
.cid-ub4GBo8gZt .panel-text {
  color: #ffffff;
}
.cid-ub4ves5yz7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-ub4ves5yz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4ves5yz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4ves5yz7 .google-map {
  height: 30rem;
  position: relative;
}
.cid-ub4ves5yz7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ub4ves5yz7 .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-ub4ves5yz7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ub4ves5yz7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ub4ves5yz7 .mbr-section-title {
  color: #fafafa;
}
.cid-ub4vesFW9E {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ff6666;
}
.cid-ub4vesFW9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4vesFW9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4vesFW9E .row {
  justify-content: space-between;
}
.cid-ub4vesFW9E .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ub4vesFW9E .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ub4vesFW9E .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ub4vesFW9E .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-ub4vesFW9E .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-ub4vesFW9E .list li {
  margin-bottom: 25px;
}
.cid-ub4vesFW9E .list li:last-child {
  margin-bottom: 0;
}
.cid-ub4vesFW9E .mbr-desc {
  margin-bottom: 8px;
}
.cid-ub4vesFW9E .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ub4vesFW9E .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-ub4vesFW9E .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-ub4vesFW9E .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #000000;
  transition: all .3s ease;
}
.cid-ub4vesFW9E .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.cid-ub4vesFW9E .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #000000;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-ub4vesFW9E .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-ub4vesFW9E .mbr-desc,
.cid-ub4vesFW9E .mbr-iconfont {
  color: #000000;
}
.cid-ub4vesFW9E .mbr-text,
.cid-ub4vesFW9E .mbr-section-btn {
  color: #000000;
}
.cid-ub4y8Y8b94 {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-ub4y8Y8b94 .nav-item,
.cid-ub4y8Y8b94 .nav-link,
.cid-ub4y8Y8b94 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ub4y8Y8b94 .nav-item:hover,
.cid-ub4y8Y8b94 .nav-link:hover,
.cid-ub4y8Y8b94 .navbar-caption:hover {
  color: #ff9966 !important;
}
.cid-ub4y8Y8b94 .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-ub4y8Y8b94 .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-ub4y8Y8b94 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-ub4y8Y8b94 .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ub4y8Y8b94 .container-fluid,
.cid-ub4y8Y8b94 .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-ub4y8Y8b94 .navbar-brand {
  padding: 0;
}
.cid-ub4y8Y8b94 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-ub4y8Y8b94 .nav-link:hover:before {
  width: 100%;
}
.cid-ub4y8Y8b94 .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-ub4y8Y8b94 .nav-link {
    margin: 0 !important;
  }
}
.cid-ub4y8Y8b94 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ub4y8Y8b94 .widget p,
.cid-ub4y8Y8b94 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-ub4y8Y8b94 .widget p a,
.cid-ub4y8Y8b94 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-ub4y8Y8b94 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-ub4y8Y8b94 .icons__wrap:hover {
  color: #000000;
  background-color: #ff9966;
  border-color: #ff9966;
}
.cid-ub4y8Y8b94 .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ub4y8Y8b94 .block__phone,
  .cid-ub4y8Y8b94 .icons-menu {
    display: none;
  }
  .cid-ub4y8Y8b94 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-ub4y8Y8b94 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #ff9966 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-ub4y8Y8b94 .mbr-section-btn .btn-secondary:hover {
  background-color: #ff9966 !important;
  color: #ffffff !important;
}
.cid-ub4y8Y8b94 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-ub4y8Y8b94 .navbar > .container,
.cid-ub4y8Y8b94 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ub4y8Y8b94 .btn {
    white-space: nowrap;
  }
  .cid-ub4y8Y8b94 .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-ub4y8Y8b94 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ub4y8Y8b94 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ub4y8Y8b94 .dropdown-toggle::after,
  .cid-ub4y8Y8b94 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-ub4y8Y8b94 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-ub4y8Y8b94 .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-ub4y8Y8b94 .dropdown-menu .dropdown-item:hover {
  color: #ff9966 !important;
}
.cid-ub4y8Y8b94 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ub4y8Y8b94 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ub4y8Y8b94 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-ub4y8Y8b94 .nav-item:focus,
.cid-ub4y8Y8b94 .nav-link:focus {
  outline: none;
}
.cid-ub4y8Y8b94 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-ub4y8Y8b94 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-ub4y8Y8b94 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ub4y8Y8b94 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub4y8Y8b94 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ub4y8Y8b94 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub4y8Y8b94 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ub4y8Y8b94 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub4y8Y8b94 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-ub4y8Y8b94 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-ub4y8Y8b94 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-ub4y8Y8b94 .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-ub4y8Y8b94 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub4y8Y8b94 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ub4y8Y8b94 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-ub4y8Y8b94 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ub4y8Y8b94 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub4y8Y8b94 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ub4y8Y8b94 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub4y8Y8b94 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub4y8Y8b94 .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-ub4y8Y8b94 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub4y8Y8b94 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ub4y8Y8b94 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ub4y8Y8b94 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-ub4y8Y8b94 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-ub4y8Y8b94 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ub4y8Y8b94 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-ub4y8Y8b94 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-ub4y8Y8b94 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub4y8Y8b94 .dropdown-item.active,
.cid-ub4y8Y8b94 .dropdown-item:active {
  background-color: transparent;
}
.cid-ub4y8Y8b94 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ub4y8Y8b94 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ub4y8Y8b94 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ub4y8Y8b94 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-ub4y8Y8b94 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ub4y8Y8b94 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub4y8Y8b94 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub4y8Y8b94 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ub4y8Y8b94 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub4y8Y8b94 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ub4y8Y8b94 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ub4y8Y8b94 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub4y8Y8b94 .navbar-dropdown {
  position: absolute;
}
.cid-ub4y8Y8b94 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-ub4y8Y8b94 a.nav-link:hover {
  color: #ff9966 !important;
}
@media (max-width: 991px) {
  .cid-ub4y8Y8b94 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-ub4y8Y8b94 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-ub4y8Y8b94 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-ub4y8Y8b94 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-ub4y8Y8b94 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-ub4y8Y8b94 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-ub4y8Y8b94 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-ub4y8Y8b94 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-ub4y8Y8b94 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-ub4y8Y8b94 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-ub4y8Y8b94 a.nav-link {
    justify-content: flex-start;
  }
  .cid-ub4y8Y8b94 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-ub4y8Y8b94 .navbar-brand {
    padding: 0;
  }
  .cid-ub4y8Y8b94 .block__phone,
  .cid-ub4y8Y8b94 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-ub4y8Y8b94 .widget {
    flex-direction: column;
  }
  .cid-ub4y8Y8b94 .widget p,
  .cid-ub4y8Y8b94 .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-ub4y8Y8b94 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ub4y8Y8b94 .navbar {
    height: 97px;
  }
  .cid-ub4y8Y8b94 .navbar.opened {
    height: auto;
  }
  .cid-ub4y8Y8b94 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub4y8YFpkP {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #e43f3f;
  overflow: hidden;
}
.cid-ub4y8YFpkP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4y8YFpkP .container-fluid,
.cid-ub4y8YFpkP .container {
  margin-top: -400px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-ub4y8YFpkP .container-fluid,
  .cid-ub4y8YFpkP .container {
    padding: 0 1.5rem;
  }
}
.cid-ub4y8YFpkP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4y8YFpkP a {
  font-weight: bold;
}
.cid-ub4y8YFpkP .image-wrapper {
  transform: translateY(400px);
  padding: 0 2rem;
}
.cid-ub4y8YFpkP .image-wrapper img {
  border-radius: 4rem !important;
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ub4y8YFpkP .image-wrapper img {
    height: 400px;
    border-radius: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-ub4y8YFpkP .image-wrapper {
    padding: 0;
    transform: translateY(320px);
  }
}
.cid-ub4y8YFpkP .row {
  justify-content: space-between;
  background: linear-gradient(to top, #4479d9, #ff6666);
  border-radius: 4rem;
  padding: 2rem;
  padding-top: 450px !important;
}
@media (min-width: 992px) {
  .cid-ub4y8YFpkP .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ub4y8YFpkP .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
    padding-top: 330px !important;
  }
}
@media (max-width: 1400px) {
  .cid-ub4y8YFpkP .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-ub4y8YFpkP .mbr-section-btn,
.cid-ub4y8YFpkP .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ub4y8YFpkP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub4y8YFpkP .mbr-section-title {
  color: #ffffff;
}
.cid-ub4y8YFpkP .mbr-text,
.cid-ub4y8YFpkP .mbr-section-btn {
  color: #ffffff;
}
.cid-ub4y8YFpkP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ub4y8YFpkP .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-ub4y8Z8Mnv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-ub4y8Z8Mnv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4y8Z8Mnv .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-ub4y8Z8Mnv .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ub4y8Z8Mnv .container {
    padding: 0 12px;
  }
}
.cid-ub4y8Z8Mnv .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ub4y8Z8Mnv .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #fafafa;
}
.cid-ub4y8Z8Mnv .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-ub4y8Z8Mnv .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #e43f3f;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-ub4y8Z8Mnv .mbr-section-title {
  color: #e43f3f;
}
.cid-ub4y8Zx1Wa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e43f3f;
}
.cid-ub4y8Zx1Wa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4y8Zx1Wa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4y8Zx1Wa .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ub4y8Zx1Wa .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ub4y8Zx1Wa .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ub4y8Zx1Wa .card-wrapper {
    padding: 4rem;
  }
}
.cid-ub4y8Zx1Wa .mbr-text,
.cid-ub4y8Zx1Wa .mbr-section-btn {
  color: #000000;
}
.cid-ub4y8Zx1Wa .card-title,
.cid-ub4y8Zx1Wa .card-box {
  text-align: left;
  color: #000000;
}
.cid-ub4y8ZWNjz {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ub4y8ZWNjz .row {
  align-items: center;
  width: 100%;
}
.cid-ub4y8ZWNjz .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-ub4y8ZWNjz .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-ub4y8ZWNjz .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-ub4y8ZWNjz .content-container {
  display: flex;
  padding: 0 !important;
  background-color: #232323;
}
.cid-ub4y8ZWNjz .text-container {
  padding: 32px 32px 16px;
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ub4y8ZWNjz .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-ub4y8ZWNjz .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  width: 100%;
  flex-wrap: wrap;
}
.cid-ub4y8ZWNjz .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-ub4y8ZWNjz .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-ub4y8ZWNjz .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-ub4y8ZWNjz .mbr-section-title {
  width: 100%;
  color: #fafafa;
  margin-bottom: 4px;
  text-align: center;
}
.cid-ub4y8ZWNjz .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-ub4y8ZWNjz .btn-container {
  width: 100%;
}
.cid-ub4y8ZWNjz .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-ub4y8ZWNjz .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-ub4y8ZWNjz .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ub4y8ZWNjz .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-ub4y90Kryj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e43f3f;
}
.cid-ub4y90Kryj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4y90Kryj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4y90Kryj .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ub4y90Kryj .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ub4y90Kryj .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ub4y90Kryj .card-wrapper {
    padding: 4rem;
  }
}
.cid-ub4y90Kryj .mbr-text,
.cid-ub4y90Kryj .mbr-section-btn {
  color: #000000;
}
.cid-ub4y90Kryj .card-title,
.cid-ub4y90Kryj .card-box {
  text-align: left;
  color: #000000;
}
.cid-ub4y91b3Ee {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ub4y91b3Ee .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4y91b3Ee .mbr-section-title {
  padding-bottom: 5rem;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ub4y91b3Ee .mbr-section-title {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-ub4y91b3Ee .text-wrapper {
    padding: 0 3rem;
  }
}
.cid-ub4y91b3Ee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4y91b3Ee img {
  border-radius: 3rem;
}
.cid-ub4y91b3Ee .row {
  flex-direction: row-reverse;
}
.cid-ub4y91b3Ee .mbr-text,
.cid-ub4y91b3Ee .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ub4y91HcKF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ub4y91HcKF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4y91HcKF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4y91HcKF .mbr-section-title {
  color: #ffffff;
}
.cid-ub4y91HcKF .mbr-section-subtitle {
  color: #fafafa;
}
.cid-ub4y92H6JH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e43f3f;
}
.cid-ub4y92H6JH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4y92H6JH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4y92H6JH .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ub4y92H6JH .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ub4y92H6JH .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ub4y92H6JH .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ub4y92H6JH .container {
    padding: 0 12px;
  }
}
.cid-ub4y92H6JH .row {
  justify-content: center;
}
.cid-ub4y92H6JH .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ub4y92H6JH .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-ub4y92H6JH .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-ub4y92H6JH .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #fafafa;
  border-radius: 10rem;
}
.cid-ub4y92H6JH .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 992px) {
  .cid-ub4y92H6JH .items-wrapper {
    display: block;
  }
}
.cid-ub4y92H6JH .items-wrapper .item {
  background-color: #212124;
  border-radius: 32px !important;
  padding: 64px;
}
@media (max-width: 1200px) {
  .cid-ub4y92H6JH .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-ub4y92H6JH .items-wrapper .item {
    margin-bottom: 1rem;
  }
}
.cid-ub4y92H6JH .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-ub4y92H6JH .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-ub4y92H6JH .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-ub4y92H6JH .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-ub4y92H6JH .mbr-section-title {
  color: #ffffff;
}
.cid-ub4y92H6JH .item-title {
  color: #ffffff;
}
.cid-ub4y92H6JH .item-text {
  color: #ffffff;
}
.cid-ub4y92H6JH .mbr-section-title,
.cid-ub4y92H6JH .title-wrapper {
  color: #000000;
}
.cid-ub4y93KszO {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ub4y93KszO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4y93KszO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4y93KszO .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ub4y93KszO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ub4y93KszO .container {
    padding: 0 16px;
  }
}
.cid-ub4y93KszO .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ub4y93KszO .row {
    margin: 0 10px;
  }
}
.cid-ub4y93KszO .row .item {
  padding: 0;
}
.cid-ub4y93KszO .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ub4y93KszO .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ub4y93KszO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ub4y93KszO .panel-group {
  border: 1px solid #b191b6;
  border-radius: 20px;
  overflow: hidden;
}
.cid-ub4y93KszO .panel-group .card {
  border-top: 1px solid #b191b6;
  border-radius: 0 !important;
}
.cid-ub4y93KszO .panel-group .card:first-child {
  border-top: none;
}
.cid-ub4y93KszO .panel-group .card:last-child {
  border-bottom: none;
}
.cid-ub4y93KszO .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-ub4y93KszO .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ub4y93KszO .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-ub4y93KszO .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #b191b6;
}
.cid-ub4y93KszO .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #e43f3f;
  background-color: #ffffff;
}
.cid-ub4y93KszO .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-ub4y93KszO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ub4y93KszO .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #e43f3f;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-ub4y93KszO .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-ub4y93KszO .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-ub4y93KszO .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ub4y93KszO .image-wrapper {
  height: 100%;
}
.cid-ub4y93KszO .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ub4y93KszO .image-wrapper img {
    height: 350px;
  }
}
.cid-ub4y93KszO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ub4y93KszO .panel-title-edit {
  color: #010101;
}
.cid-ub4y93KszO .panel-text {
  color: #fdfcfc;
}
.cid-ub4y94P4AL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-ub4y94P4AL::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e43f3f -10%, transparent 70%);
}
.cid-ub4y94P4AL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4y94P4AL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ub4y94P4AL .container {
    padding: 0 16px;
  }
}
.cid-ub4y94P4AL .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ub4y94P4AL .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ub4y94P4AL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ub4y94P4AL .mbr-section-title {
  color: #ffffff;
}
.cid-ub4y94P4AL .mbr-text {
  color: #000000;
}
.cid-ub4y94P4AL .mbr-text,
.cid-ub4y94P4AL .icon-wrapper {
  color: #ffffff;
}
.cid-ub4y95SdBX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e43f3f;
}
.cid-ub4y95SdBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4y95SdBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4y95SdBX .video-wrapper iframe {
  width: 100%;
}
.cid-ub4y95SdBX .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-ub4y95SdBX .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-ub4y95SdBX .video-block {
  position: relative;
  z-index: 1;
}
.cid-ub4y95SdBX .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-ub4y95SdBX .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ub4y95SdBX .video-block .image-absolute {
    display: none;
  }
}
.cid-ub4y96n30z {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ub4y96n30z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4y96n30z .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ub4y96n30z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4y96n30z h1 {
  max-width: 800px;
}
.cid-ub4y96n30z p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-ub4y96n30z .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #4479d9 !important;
}
.cid-ub4y96n30z .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ub4y96n30z .btn div {
  overflow: hidden;
}
.cid-ub4y96n30z .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-ub4y96n30z {
    align-items: center;
  }
  .cid-ub4y96n30z .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ub4y96n30z .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ub4y96n30z {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ub4y96n30z .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ub4y96n30z .content-wrap {
    width: 100%;
  }
}
.cid-ub4y96n30z .mbr-section-subtitle,
.cid-ub4y96n30z .line {
  color: #291f1e;
}
.cid-ub4y96n30z .mbr-text,
.cid-ub4y96n30z .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-ub4y96n30z .mbr-section-title {
  color: #291f1e;
}
.cid-ub4y96PZ99 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ub4y96PZ99 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4y96PZ99 .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-ub4y96PZ99 .container {
    padding: 0 22px;
  }
}
.cid-ub4y96PZ99 .card {
  justify-content: center;
}
.cid-ub4y96PZ99 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ub4y96PZ99 .content-wrapper {
    padding: 0;
  }
}
.cid-ub4y96PZ99 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ub4y96PZ99 .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-ub4y96PZ99 .image-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-ub4y96PZ99 .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-ub4y96PZ99 .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ub4y96PZ99 .image-wrapper img {
    height: 350px;
  }
}
.cid-ub4y96PZ99 .mbr-section-title {
  color: #ffffff;
}
.cid-ub4y96PZ99 .mbr-text {
  color: #ffffff;
}
.cid-ub4y97mzkb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e43f3f;
}
.cid-ub4y97mzkb blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-ub4HZAPwnC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ub4HZAPwnC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4HZAPwnC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4HZAPwnC .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ub4HZAPwnC .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ub4HZAPwnC .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ub4HZAPwnC .container {
    padding: 0 20px;
  }
}
.cid-ub4HZAPwnC .row {
  justify-content: center;
}
.cid-ub4HZAPwnC .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #e43f3f;
}
@media (max-width: 992px) {
  .cid-ub4HZAPwnC .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-ub4HZAPwnC .panel-group .card {
  border-radius: 20px !important;
  background-color: #e43f3f;
  margin-top: 40px;
  padding: 50px;
}
.cid-ub4HZAPwnC .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-ub4HZAPwnC .panel-group .card {
    padding: 20px;
  }
}
.cid-ub4HZAPwnC .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ub4HZAPwnC .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ub4HZAPwnC .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ub4HZAPwnC .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #e43f3f;
  margin-left: 20px;
}
.cid-ub4HZAPwnC .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ub4HZAPwnC .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-ub4HZAPwnC .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ub4HZAPwnC .mbr-desc {
  color: #ffffff;
}
.cid-ub4HZAPwnC .panel-title-edit {
  color: #000000;
}
.cid-ub4HZAPwnC .panel-text {
  color: #ffffff;
}
.cid-ub4y986VHL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-ub4y986VHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4y986VHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4y986VHL .google-map {
  height: 30rem;
  position: relative;
}
.cid-ub4y986VHL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ub4y986VHL .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-ub4y986VHL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ub4y986VHL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ub4y986VHL .mbr-section-title {
  color: #fafafa;
}
.cid-ub4y98D9zp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ff6666;
}
.cid-ub4y98D9zp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4y98D9zp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4y98D9zp .row {
  justify-content: space-between;
}
.cid-ub4y98D9zp .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ub4y98D9zp .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ub4y98D9zp .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ub4y98D9zp .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-ub4y98D9zp .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-ub4y98D9zp .list li {
  margin-bottom: 25px;
}
.cid-ub4y98D9zp .list li:last-child {
  margin-bottom: 0;
}
.cid-ub4y98D9zp .mbr-desc {
  margin-bottom: 8px;
}
.cid-ub4y98D9zp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ub4y98D9zp .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-ub4y98D9zp .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-ub4y98D9zp .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #000000;
  transition: all .3s ease;
}
.cid-ub4y98D9zp .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.cid-ub4y98D9zp .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #000000;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-ub4y98D9zp .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-ub4y98D9zp .mbr-desc,
.cid-ub4y98D9zp .mbr-iconfont {
  color: #000000;
}
.cid-ub4y98D9zp .mbr-text,
.cid-ub4y98D9zp .mbr-section-btn {
  color: #000000;
}
.cid-ub4AtCGNfJ {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-ub4AtCGNfJ .nav-item,
.cid-ub4AtCGNfJ .nav-link,
.cid-ub4AtCGNfJ .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ub4AtCGNfJ .nav-item:hover,
.cid-ub4AtCGNfJ .nav-link:hover,
.cid-ub4AtCGNfJ .navbar-caption:hover {
  color: #ff9966 !important;
}
.cid-ub4AtCGNfJ .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-ub4AtCGNfJ .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-ub4AtCGNfJ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-ub4AtCGNfJ .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ub4AtCGNfJ .container-fluid,
.cid-ub4AtCGNfJ .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-ub4AtCGNfJ .navbar-brand {
  padding: 0;
}
.cid-ub4AtCGNfJ .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-ub4AtCGNfJ .nav-link:hover:before {
  width: 100%;
}
.cid-ub4AtCGNfJ .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-ub4AtCGNfJ .nav-link {
    margin: 0 !important;
  }
}
.cid-ub4AtCGNfJ .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ub4AtCGNfJ .widget p,
.cid-ub4AtCGNfJ .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-ub4AtCGNfJ .widget p a,
.cid-ub4AtCGNfJ .widget .icons-menu a {
  margin-left: 15px;
}
.cid-ub4AtCGNfJ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-ub4AtCGNfJ .icons__wrap:hover {
  color: #000000;
  background-color: #ff9966;
  border-color: #ff9966;
}
.cid-ub4AtCGNfJ .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ub4AtCGNfJ .block__phone,
  .cid-ub4AtCGNfJ .icons-menu {
    display: none;
  }
  .cid-ub4AtCGNfJ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-ub4AtCGNfJ .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #ff9966 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-ub4AtCGNfJ .mbr-section-btn .btn-secondary:hover {
  background-color: #ff9966 !important;
  color: #ffffff !important;
}
.cid-ub4AtCGNfJ .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-ub4AtCGNfJ .navbar > .container,
.cid-ub4AtCGNfJ .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ub4AtCGNfJ .btn {
    white-space: nowrap;
  }
  .cid-ub4AtCGNfJ .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-ub4AtCGNfJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ub4AtCGNfJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ub4AtCGNfJ .dropdown-toggle::after,
  .cid-ub4AtCGNfJ .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-ub4AtCGNfJ .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-ub4AtCGNfJ .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-ub4AtCGNfJ .dropdown-menu .dropdown-item:hover {
  color: #ff9966 !important;
}
.cid-ub4AtCGNfJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ub4AtCGNfJ .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ub4AtCGNfJ .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-ub4AtCGNfJ .nav-item:focus,
.cid-ub4AtCGNfJ .nav-link:focus {
  outline: none;
}
.cid-ub4AtCGNfJ .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-ub4AtCGNfJ .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-ub4AtCGNfJ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ub4AtCGNfJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ub4AtCGNfJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ub4AtCGNfJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ub4AtCGNfJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ub4AtCGNfJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ub4AtCGNfJ .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-ub4AtCGNfJ .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-ub4AtCGNfJ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-ub4AtCGNfJ .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-ub4AtCGNfJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ub4AtCGNfJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ub4AtCGNfJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 115px - 1rem);
  }
}
.cid-ub4AtCGNfJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ub4AtCGNfJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ub4AtCGNfJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ub4AtCGNfJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ub4AtCGNfJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ub4AtCGNfJ .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-ub4AtCGNfJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ub4AtCGNfJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ub4AtCGNfJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ub4AtCGNfJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-ub4AtCGNfJ .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-ub4AtCGNfJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ub4AtCGNfJ .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-ub4AtCGNfJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-ub4AtCGNfJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ub4AtCGNfJ .dropdown-item.active,
.cid-ub4AtCGNfJ .dropdown-item:active {
  background-color: transparent;
}
.cid-ub4AtCGNfJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ub4AtCGNfJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ub4AtCGNfJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ub4AtCGNfJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-ub4AtCGNfJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ub4AtCGNfJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub4AtCGNfJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ub4AtCGNfJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ub4AtCGNfJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub4AtCGNfJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ub4AtCGNfJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ub4AtCGNfJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ub4AtCGNfJ .navbar-dropdown {
  position: absolute;
}
.cid-ub4AtCGNfJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-ub4AtCGNfJ a.nav-link:hover {
  color: #ff9966 !important;
}
@media (max-width: 991px) {
  .cid-ub4AtCGNfJ .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-ub4AtCGNfJ .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-ub4AtCGNfJ .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-ub4AtCGNfJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-ub4AtCGNfJ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-ub4AtCGNfJ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-ub4AtCGNfJ .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-ub4AtCGNfJ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-ub4AtCGNfJ .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-ub4AtCGNfJ .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-ub4AtCGNfJ a.nav-link {
    justify-content: flex-start;
  }
  .cid-ub4AtCGNfJ ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-ub4AtCGNfJ .navbar-brand {
    padding: 0;
  }
  .cid-ub4AtCGNfJ .block__phone,
  .cid-ub4AtCGNfJ .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-ub4AtCGNfJ .widget {
    flex-direction: column;
  }
  .cid-ub4AtCGNfJ .widget p,
  .cid-ub4AtCGNfJ .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-ub4AtCGNfJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ub4AtCGNfJ .navbar {
    height: 97px;
  }
  .cid-ub4AtCGNfJ .navbar.opened {
    height: auto;
  }
  .cid-ub4AtCGNfJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ub4AtDdPgg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #e43f3f;
  overflow: hidden;
}
.cid-ub4AtDdPgg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4AtDdPgg .container-fluid,
.cid-ub4AtDdPgg .container {
  margin-top: -400px;
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .cid-ub4AtDdPgg .container-fluid,
  .cid-ub4AtDdPgg .container {
    padding: 0 1.5rem;
  }
}
.cid-ub4AtDdPgg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4AtDdPgg a {
  font-weight: bold;
}
.cid-ub4AtDdPgg .image-wrapper {
  transform: translateY(400px);
  padding: 0 2rem;
}
.cid-ub4AtDdPgg .image-wrapper img {
  border-radius: 4rem !important;
  height: 800px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ub4AtDdPgg .image-wrapper img {
    height: 400px;
    border-radius: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-ub4AtDdPgg .image-wrapper {
    padding: 0;
    transform: translateY(320px);
  }
}
.cid-ub4AtDdPgg .row {
  justify-content: space-between;
  background: linear-gradient(to top, #4479d9, #ff6666);
  border-radius: 4rem;
  padding: 2rem;
  padding-top: 450px !important;
}
@media (min-width: 992px) {
  .cid-ub4AtDdPgg .row {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-ub4AtDdPgg .row {
    padding: 1.5rem 0rem;
    border-radius: 2rem;
    padding-top: 330px !important;
  }
}
@media (max-width: 1400px) {
  .cid-ub4AtDdPgg .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.cid-ub4AtDdPgg .mbr-section-btn,
.cid-ub4AtDdPgg .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ub4AtDdPgg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ub4AtDdPgg .mbr-section-title {
  color: #ffffff;
}
.cid-ub4AtDdPgg .mbr-text,
.cid-ub4AtDdPgg .mbr-section-btn {
  color: #ffffff;
}
.cid-ub4AtDdPgg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ub4AtDdPgg .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-ub4AtDFS2o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-ub4AtDFS2o .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4AtDFS2o .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-ub4AtDFS2o .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ub4AtDFS2o .container {
    padding: 0 12px;
  }
}
.cid-ub4AtDFS2o .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ub4AtDFS2o .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #fafafa;
}
.cid-ub4AtDFS2o .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-ub4AtDFS2o .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #e43f3f;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-ub4AtDFS2o .mbr-section-title {
  color: #e43f3f;
}
.cid-ub4AtE1WCh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e43f3f;
}
.cid-ub4AtE1WCh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4AtE1WCh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4AtE1WCh .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ub4AtE1WCh .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ub4AtE1WCh .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ub4AtE1WCh .card-wrapper {
    padding: 4rem;
  }
}
.cid-ub4AtE1WCh .mbr-text,
.cid-ub4AtE1WCh .mbr-section-btn {
  color: #000000;
}
.cid-ub4AtE1WCh .card-title,
.cid-ub4AtE1WCh .card-box {
  text-align: left;
  color: #000000;
}
.cid-ub4AtEs0l6 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ub4AtEs0l6 .row {
  align-items: center;
  width: 100%;
}
.cid-ub4AtEs0l6 .grid-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .cid-ub4AtEs0l6 .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-ub4AtEs0l6 .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-ub4AtEs0l6 .content-container {
  display: flex;
  padding: 0 !important;
  background-color: #232323;
}
.cid-ub4AtEs0l6 .text-container {
  padding: 32px 32px 16px;
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ub4AtEs0l6 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.cid-ub4AtEs0l6 .header-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  width: 100%;
  flex-wrap: wrap;
}
.cid-ub4AtEs0l6 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #1b1f0a;
  border-radius: 0.5rem;
  padding: 9px;
}
.cid-ub4AtEs0l6 .label-text {
  margin-bottom: 0;
  color: #1B1F0A;
  margin-left: auto;
  padding: 0.375rem 0;
}
.cid-ub4AtEs0l6 .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: currentColor;
}
.cid-ub4AtEs0l6 .mbr-section-title {
  width: 100%;
  color: #fafafa;
  margin-bottom: 4px;
  text-align: center;
}
.cid-ub4AtEs0l6 .mbr-text {
  letter-spacing: inherit;
  color: #1B1F0A;
  width: 100%;
  margin-bottom: 4px;
  opacity: 0.8;
}
.cid-ub4AtEs0l6 .btn-container {
  width: 100%;
}
.cid-ub4AtEs0l6 .mbr-section-btn .mobi-mbri {
  transition: .3s all;
}
.cid-ub4AtEs0l6 .mbr-section-btn .btn:hover .mobi-mbri {
  margin-left: 1rem;
}
@media (max-width: 575px) {
  .cid-ub4AtEs0l6 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-ub4AtEs0l6 .mbr-section-btn .btn {
    width: auto;
  }
}
.cid-ub4AtFf48z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e43f3f;
}
.cid-ub4AtFf48z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4AtFf48z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4AtFf48z .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ub4AtFf48z .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ub4AtFf48z .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ub4AtFf48z .card-wrapper {
    padding: 4rem;
  }
}
.cid-ub4AtFf48z .mbr-text,
.cid-ub4AtFf48z .mbr-section-btn {
  color: #000000;
}
.cid-ub4AtFf48z .card-title,
.cid-ub4AtFf48z .card-box {
  text-align: left;
  color: #000000;
}
.cid-ub4AtFErm7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ub4AtFErm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4AtFErm7 .mbr-section-title {
  padding-bottom: 5rem;
  color: #000000;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-ub4AtFErm7 .mbr-section-title {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-ub4AtFErm7 .text-wrapper {
    padding: 0 3rem;
  }
}
.cid-ub4AtFErm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4AtFErm7 img {
  border-radius: 3rem;
}
.cid-ub4AtFErm7 .row {
  flex-direction: row-reverse;
}
.cid-ub4AtFErm7 .mbr-text,
.cid-ub4AtFErm7 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ub4AtG9OgY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ub4AtG9OgY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4AtG9OgY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4AtG9OgY .mbr-section-title {
  color: #ffffff;
}
.cid-ub4AtG9OgY .mbr-section-subtitle {
  color: #fafafa;
}
.cid-ub4AtGCSt1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e43f3f;
}
.cid-ub4AtGCSt1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4AtGCSt1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4AtGCSt1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ub4AtGCSt1 .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ub4AtGCSt1 .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-ub4AtGCSt1 .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-ub4AtGCSt1 .container {
    padding: 0 12px;
  }
}
.cid-ub4AtGCSt1 .row {
  justify-content: center;
}
.cid-ub4AtGCSt1 .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-ub4AtGCSt1 .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-ub4AtGCSt1 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  position: relative;
}
.cid-ub4AtGCSt1 .title-wrapper .mbr-section-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 15px;
  width: 100%;
  opacity: .85;
  background-color: #fafafa;
  border-radius: 10rem;
}
.cid-ub4AtGCSt1 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 992px) {
  .cid-ub4AtGCSt1 .items-wrapper {
    display: block;
  }
}
.cid-ub4AtGCSt1 .items-wrapper .item {
  background-color: #212124;
  border-radius: 32px !important;
  padding: 64px;
}
@media (max-width: 1200px) {
  .cid-ub4AtGCSt1 .items-wrapper .item {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-ub4AtGCSt1 .items-wrapper .item {
    margin-bottom: 1rem;
  }
}
.cid-ub4AtGCSt1 .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-ub4AtGCSt1 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-ub4AtGCSt1 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  opacity: .8;
}
.cid-ub4AtGCSt1 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-ub4AtGCSt1 .mbr-section-title {
  color: #ffffff;
}
.cid-ub4AtGCSt1 .item-title {
  color: #ffffff;
}
.cid-ub4AtGCSt1 .item-text {
  color: #ffffff;
}
.cid-ub4AtGCSt1 .mbr-section-title,
.cid-ub4AtGCSt1 .title-wrapper {
  color: #000000;
}
.cid-ub4AtH8LRN {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ub4AtH8LRN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4AtH8LRN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4AtH8LRN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ub4AtH8LRN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ub4AtH8LRN .container {
    padding: 0 16px;
  }
}
.cid-ub4AtH8LRN .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ub4AtH8LRN .row {
    margin: 0 10px;
  }
}
.cid-ub4AtH8LRN .row .item {
  padding: 0;
}
.cid-ub4AtH8LRN .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ub4AtH8LRN .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ub4AtH8LRN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ub4AtH8LRN .panel-group {
  border: 1px solid #b191b6;
  border-radius: 20px;
  overflow: hidden;
}
.cid-ub4AtH8LRN .panel-group .card {
  border-top: 1px solid #b191b6;
  border-radius: 0 !important;
}
.cid-ub4AtH8LRN .panel-group .card:first-child {
  border-top: none;
}
.cid-ub4AtH8LRN .panel-group .card:last-child {
  border-bottom: none;
}
.cid-ub4AtH8LRN .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-ub4AtH8LRN .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ub4AtH8LRN .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-ub4AtH8LRN .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #b191b6;
}
.cid-ub4AtH8LRN .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #e43f3f;
  background-color: #ffffff;
}
.cid-ub4AtH8LRN .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-ub4AtH8LRN .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ub4AtH8LRN .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #e43f3f;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-ub4AtH8LRN .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-ub4AtH8LRN .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-ub4AtH8LRN .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ub4AtH8LRN .image-wrapper {
  height: 100%;
}
.cid-ub4AtH8LRN .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ub4AtH8LRN .image-wrapper img {
    height: 350px;
  }
}
.cid-ub4AtH8LRN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ub4AtH8LRN .panel-title-edit {
  color: #010101;
}
.cid-ub4AtH8LRN .panel-text {
  color: #fdfcfc;
}
.cid-ub4AtHIq7e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-ub4AtHIq7e::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #e43f3f -10%, transparent 70%);
}
.cid-ub4AtHIq7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4AtHIq7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-ub4AtHIq7e .container {
    padding: 0 16px;
  }
}
.cid-ub4AtHIq7e .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-ub4AtHIq7e .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-ub4AtHIq7e .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ub4AtHIq7e .mbr-section-title {
  color: #ffffff;
}
.cid-ub4AtHIq7e .mbr-text {
  color: #000000;
}
.cid-ub4AtHIq7e .mbr-text,
.cid-ub4AtHIq7e .icon-wrapper {
  color: #ffffff;
}
.cid-ub4AtIaVV0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e43f3f;
}
.cid-ub4AtIaVV0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4AtIaVV0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4AtIaVV0 .video-wrapper iframe {
  width: 100%;
}
.cid-ub4AtIaVV0 .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #47b5ed;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-ub4AtIaVV0 .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-ub4AtIaVV0 .video-block {
  position: relative;
  z-index: 1;
}
.cid-ub4AtIaVV0 .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-ub4AtIaVV0 .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-ub4AtIaVV0 .video-block .image-absolute {
    display: none;
  }
}
.cid-ub4AtIHyj6 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ub4AtIHyj6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4AtIHyj6 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-ub4AtIHyj6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4AtIHyj6 h1 {
  max-width: 800px;
}
.cid-ub4AtIHyj6 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-ub4AtIHyj6 .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #4479d9 !important;
}
.cid-ub4AtIHyj6 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-ub4AtIHyj6 .btn div {
  overflow: hidden;
}
.cid-ub4AtIHyj6 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-ub4AtIHyj6 {
    align-items: center;
  }
  .cid-ub4AtIHyj6 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ub4AtIHyj6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ub4AtIHyj6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ub4AtIHyj6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ub4AtIHyj6 .content-wrap {
    width: 100%;
  }
}
.cid-ub4AtIHyj6 .mbr-section-subtitle,
.cid-ub4AtIHyj6 .line {
  color: #291f1e;
}
.cid-ub4AtIHyj6 .mbr-text,
.cid-ub4AtIHyj6 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-ub4AtIHyj6 .mbr-section-title {
  color: #291f1e;
}
.cid-ub4AtJbyOL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ub4AtJbyOL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4AtJbyOL .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-ub4AtJbyOL .container {
    padding: 0 22px;
  }
}
.cid-ub4AtJbyOL .card {
  justify-content: center;
}
.cid-ub4AtJbyOL .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ub4AtJbyOL .content-wrapper {
    padding: 0;
  }
}
.cid-ub4AtJbyOL .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ub4AtJbyOL .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-ub4AtJbyOL .image-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-ub4AtJbyOL .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-ub4AtJbyOL .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ub4AtJbyOL .image-wrapper img {
    height: 350px;
  }
}
.cid-ub4AtJbyOL .mbr-section-title {
  color: #ffffff;
}
.cid-ub4AtJbyOL .mbr-text {
  color: #ffffff;
}
.cid-ub4AtJCTv1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e43f3f;
}
.cid-ub4AtJCTv1 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-ub4IERQjy1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ub4IERQjy1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4IERQjy1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4IERQjy1 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-ub4IERQjy1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ub4IERQjy1 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ub4IERQjy1 .container {
    padding: 0 20px;
  }
}
.cid-ub4IERQjy1 .row {
  justify-content: center;
}
.cid-ub4IERQjy1 .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #e43f3f;
}
@media (max-width: 992px) {
  .cid-ub4IERQjy1 .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-ub4IERQjy1 .panel-group .card {
  border-radius: 20px !important;
  background-color: #e43f3f;
  margin-top: 40px;
  padding: 50px;
}
.cid-ub4IERQjy1 .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-ub4IERQjy1 .panel-group .card {
    padding: 20px;
  }
}
.cid-ub4IERQjy1 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ub4IERQjy1 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ub4IERQjy1 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ub4IERQjy1 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #e43f3f;
  margin-left: 20px;
}
.cid-ub4IERQjy1 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ub4IERQjy1 .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-ub4IERQjy1 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-ub4IERQjy1 .mbr-desc {
  color: #ffffff;
}
.cid-ub4IERQjy1 .panel-title-edit {
  color: #000000;
}
.cid-ub4IERQjy1 .panel-text {
  color: #ffffff;
}
.cid-ub4AtKdTdV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-ub4AtKdTdV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4AtKdTdV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4AtKdTdV .google-map {
  height: 30rem;
  position: relative;
}
.cid-ub4AtKdTdV .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ub4AtKdTdV .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-ub4AtKdTdV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ub4AtKdTdV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ub4AtKdTdV .mbr-section-title {
  color: #fafafa;
}
.cid-ub4AtKKRwm {
  padding-top: 5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ff6666;
}
.cid-ub4AtKKRwm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ub4AtKKRwm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ub4AtKKRwm .row {
  justify-content: space-between;
}
.cid-ub4AtKKRwm .mbr-section-title {
  margin: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ub4AtKKRwm .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ub4AtKKRwm .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ub4AtKKRwm .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-ub4AtKKRwm .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #000000;
}
.cid-ub4AtKKRwm .list li {
  margin-bottom: 25px;
}
.cid-ub4AtKKRwm .list li:last-child {
  margin-bottom: 0;
}
.cid-ub4AtKKRwm .mbr-desc {
  margin-bottom: 8px;
}
.cid-ub4AtKKRwm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ub4AtKKRwm .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-ub4AtKKRwm .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #47b5ed;
}
.cid-ub4AtKKRwm .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #000000;
  transition: all .3s ease;
}
.cid-ub4AtKKRwm .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #000000;
  text-align: center;
}
.cid-ub4AtKKRwm .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #000000;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-ub4AtKKRwm .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-ub4AtKKRwm .mbr-desc,
.cid-ub4AtKKRwm .mbr-iconfont {
  color: #000000;
}
.cid-ub4AtKKRwm .mbr-text,
.cid-ub4AtKKRwm .mbr-section-btn {
  color: #000000;
}
