.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5.6rem;
  line-height: 0.89285714;
}
.display-1 > .mbr-iconfont {
  font-size: 8.96rem;
}
.display-2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.88235294;
}
.display-4 > .mbr-iconfont {
  font-size: 1.0625rem;
}
.display-5 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2rem;
  line-height: 1.25;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.3rem;
  line-height: 1.53846154;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 4.48rem;
    font-size: calc( 2.61rem + (5.6 - 2.61) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.61rem + (5.6 - 2.61) * ((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.4 * (1.7rem + (3 - 1.7) * ((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 20px;
  border-radius: 4px;
}
.btn-sm {
  padding: 0 10px;
  border-radius: 4px;
}
.btn-md {
  padding: 0 20px;
  border-radius: 3px;
}
.btn-lg {
  padding: 0 20px;
  border-radius: 5px;
}
.bg-primary {
  background-color: #ff6400 !important;
}
.bg-success {
  background-color: #ff6400 !important;
}
.bg-info {
  background-color: #f0bf79 !important;
}
.bg-warning {
  background-color: #ff6400 !important;
}
.bg-danger {
  background-color: #f0bf79 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff6400;
  border-color: #ff6400;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-primary:hover {
  background-color: #cc5000 !important;
  border-color: #cc5000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1e2149;
  border-color: #1e2149;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
}
.btn-secondary:hover {
  background-color: #0f1125 !important;
  border-color: #0f1125 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f0bf79 !important;
  border-color: #f0bf79 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #f0bf79 !important;
  border-color: #f0bf79 !important;
}
.btn-info:hover {
  background-color: #eba94b !important;
  border-color: #eba94b !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ff6400;
  border-color: #ff6400;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-success:hover {
  background-color: #cc5000 !important;
  border-color: #cc5000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff6400;
  border-color: #ff6400;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-warning:hover {
  background-color: #ff8333 !important;
  border-color: #ff8333 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f0bf79 !important;
  border-color: #f0bf79 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f0bf79 !important;
  border-color: #f0bf79 !important;
}
.btn-danger:hover {
  background-color: #f5d5a7 !important;
  border-color: #eba94b !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ff6400;
  color: #ff6400;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #ff6400 !important;
  border-color: #ff6400;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #1e2149;
  color: #1e2149;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #1e2149 !important;
  border-color: #1e2149;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #f0bf79;
  color: #f0bf79;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #f0bf79 !important;
  border-color: #f0bf79;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f0bf79 !important;
  border-color: #f0bf79 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ff6400;
  color: #ff6400;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #ff6400 !important;
  border-color: #ff6400;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ff6400;
  color: #ff6400;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #ff6400 !important;
  border-color: #ff6400;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f0bf79;
  color: #f0bf79;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #f0bf79 !important;
  border-color: #f0bf79;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f0bf79 !important;
  border-color: #f0bf79 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #ff6400 !important;
}
.text-secondary {
  color: #1e2149 !important;
}
.text-success {
  color: #ff6400 !important;
}
.text-info {
  color: #f0bf79 !important;
}
.text-warning {
  color: #ff6400 !important;
}
.text-danger {
  color: #f0bf79 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #993c00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000001 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #993c00 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #e6931d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ff6400 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e6931d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ff6400 !important;
}
.alert-success {
  background-color: #ff6400;
}
.alert-info {
  background-color: #f0bf79;
}
.alert-warning {
  background-color: #ff6400;
}
.alert-danger {
  background-color: #f0bf79;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff6400;
  border-color: #ff6400;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #ff6400;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe0cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffe0cc;
}
.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: #ffe0cc;
}
.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: 'Barlow Condensed', sans-serif;
  font-size: 1.3rem;
  line-height: 1.53846154;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #ff6400;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff6400;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff6400;
  border-bottom-color: #ff6400;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff6400 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1e2149 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-ta9tYRtY91 {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-ta9tYRtY91 .nav-item,
.cid-ta9tYRtY91 .nav-link,
.cid-ta9tYRtY91 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ta9tYRtY91 .nav-item:hover,
.cid-ta9tYRtY91 .nav-link:hover,
.cid-ta9tYRtY91 .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-ta9tYRtY91 .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-ta9tYRtY91 .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-ta9tYRtY91 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-ta9tYRtY91 .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-ta9tYRtY91 .container-fluid,
.cid-ta9tYRtY91 .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-ta9tYRtY91 .navbar-brand {
  padding: 0;
}
.cid-ta9tYRtY91 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-ta9tYRtY91 .nav-link:hover:before {
  width: 100%;
}
.cid-ta9tYRtY91 .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-ta9tYRtY91 .nav-link {
    margin: 0 !important;
  }
}
.cid-ta9tYRtY91 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ta9tYRtY91 .widget p,
.cid-ta9tYRtY91 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-ta9tYRtY91 .widget p a,
.cid-ta9tYRtY91 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-ta9tYRtY91 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(30, 33, 73, 0.8);
  font-size: 17px;
  color: rgba(30, 33, 73, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-ta9tYRtY91 .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-ta9tYRtY91 .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ta9tYRtY91 .block__phone,
  .cid-ta9tYRtY91 .icons-menu {
    display: none;
  }
  .cid-ta9tYRtY91 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-ta9tYRtY91 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-ta9tYRtY91 .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-ta9tYRtY91 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-ta9tYRtY91 .navbar > .container,
.cid-ta9tYRtY91 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-ta9tYRtY91 .btn {
    white-space: nowrap;
  }
  .cid-ta9tYRtY91 .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 #1a1a1a;
    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-ta9tYRtY91 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-ta9tYRtY91 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-ta9tYRtY91 .dropdown-toggle::after,
  .cid-ta9tYRtY91 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-ta9tYRtY91 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-ta9tYRtY91 .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-ta9tYRtY91 .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-ta9tYRtY91 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-ta9tYRtY91 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-ta9tYRtY91 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-ta9tYRtY91 .nav-item:focus,
.cid-ta9tYRtY91 .nav-link:focus {
  outline: none;
}
.cid-ta9tYRtY91 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
.cid-ta9tYRtY91 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-ta9tYRtY91 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-ta9tYRtY91 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ta9tYRtY91 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ta9tYRtY91 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ta9tYRtY91 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-ta9tYRtY91 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ta9tYRtY91 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-ta9tYRtY91 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-ta9tYRtY91 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-ta9tYRtY91 .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-ta9tYRtY91 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ta9tYRtY91 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ta9tYRtY91 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 75px - 1rem);
  }
}
.cid-ta9tYRtY91 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ta9tYRtY91 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ta9tYRtY91 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-ta9tYRtY91 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ta9tYRtY91 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ta9tYRtY91 .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-ta9tYRtY91 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ta9tYRtY91 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ta9tYRtY91 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ta9tYRtY91 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-ta9tYRtY91 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-ta9tYRtY91 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ta9tYRtY91 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-ta9tYRtY91 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-ta9tYRtY91 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ta9tYRtY91 .dropdown-item.active,
.cid-ta9tYRtY91 .dropdown-item:active {
  background-color: transparent;
}
.cid-ta9tYRtY91 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ta9tYRtY91 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ta9tYRtY91 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ta9tYRtY91 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ta9tYRtY91 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ta9tYRtY91 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-ta9tYRtY91 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-ta9tYRtY91 a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-ta9tYRtY91 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-ta9tYRtY91 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #1a1a1a;
  }
  .cid-ta9tYRtY91 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-ta9tYRtY91 .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-ta9tYRtY91 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-ta9tYRtY91 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-ta9tYRtY91 .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-ta9tYRtY91 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-ta9tYRtY91 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-ta9tYRtY91 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-ta9tYRtY91 a.nav-link {
    justify-content: flex-start;
  }
  .cid-ta9tYRtY91 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-ta9tYRtY91 .navbar-brand {
    padding: 0;
  }
  .cid-ta9tYRtY91 .block__phone,
  .cid-ta9tYRtY91 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-ta9tYRtY91 .widget {
    flex-direction: column;
  }
  .cid-ta9tYRtY91 .widget p,
  .cid-ta9tYRtY91 .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-ta9tYRtY91 .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-ta9tYRtY91 .navbar {
    height: 97px;
  }
  .cid-ta9tYRtY91 .navbar.opened {
    height: auto;
  }
  .cid-ta9tYRtY91 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ta9tYk25Dr {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #202409;
}
.cid-ta9tYk25Dr .container,
.cid-ta9tYk25Dr .container-fluid {
  z-index: 10;
}
.cid-ta9tYk25Dr .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-ta9tYk25Dr .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-ta9tYk25Dr .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-ta9tYk25Dr .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-ta9tYk25Dr .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-ta9tYk25Dr .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(255, 100, 0, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-ta9tYk25Dr .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-ta9tYk25Dr .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-ta9tYk25Dr .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(240, 191, 121, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-ta9tYk25Dr .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-ta9tYk25Dr .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-ta9tYk25Dr .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(240, 191, 121, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-ta9tYk25Dr .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-ta9tYk25Dr .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-ta9tYk25Dr .container {
  pointer-events: none;
}
.cid-ta9tYk25Dr .subtitle__block,
.cid-ta9tYk25Dr .title__block,
.cid-ta9tYk25Dr .buttons__block {
  pointer-events: all;
}
.cid-ta9tYk25Dr .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ta9tYk25Dr .mbr-section-title {
  margin-bottom: 45px;
  color: #ffffff;
  font-weight: 300;
  text-align: left;
}
.cid-ta9tYk25Dr .mbr-section-title b,
.cid-ta9tYk25Dr .mbr-section-title strong {
  font-weight: 900;
}
.cid-ta9tYk25Dr .mbr-text {
  margin-bottom: 45px;
}
.cid-ta9tYk25Dr .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ta9tYk25Dr .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-ta9tYk25Dr .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #f0bf79 0%, rgba(240, 191, 121, 0.85) 100%) !important;
}
.cid-ta9tYk25Dr .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-ta9tYk25Dr .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-ta9tYk25Dr .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-ta9tYk25Dr .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.cid-ta9tYk25Dr .mbr-figure:hover {
  color: #f0bf79;
  cursor: pointer;
}
.cid-ta9tYk25Dr .mbr-figure:hover .mbr-media {
  border-color: #f0bf79;
  color: #f0bf79;
}
@media (max-width: 575px) {
  .cid-ta9tYk25Dr .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-ta9tYk25Dr .mbr-media {
  display: inline-flex;
  color: #b3cffc;
  align-items: center;
  justify-content: center;
  border: 2px solid #b3cffc;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-ta9tYk25Dr .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-ta9tYk25Dr .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-ta9tYk25Dr .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-ta9tYk25Dr .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ta9tYk25Dr .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ta9tYk25Dr .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-ta9tYk25Dr a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-ta9tYk25Dr a.close:hover {
  color: #ffffff;
}
.cid-ta9tYk25Dr .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #f0bf79;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-ta9tYk25Dr .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #ff6400;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-ta9tYk25Dr .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #ff6400;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-ta9tYk25Dr .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #ff6400;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-ta9tYk25Dr .mbr-text,
.cid-ta9tYk25Dr .buttons__block {
  color: #eddde6;
}
.cid-ta9u6L4iJx {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ta9u6L4iJx .container,
.cid-ta9u6L4iJx .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-ta9u6L4iJx .mbr-section-subtitle,
.cid-ta9u6L4iJx .mbr-section-title,
.cid-ta9u6L4iJx .mbr-subtext,
.cid-ta9u6L4iJx .mbr-text,
.cid-ta9u6L4iJx .mbr-section-btn,
.cid-ta9u6L4iJx .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-ta9u6L4iJx .title__block {
    padding-top: 70px;
  }
}
.cid-ta9u6L4iJx .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-ta9u6L4iJx .mbr-section-title {
  color: #1a1a1a;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-ta9u6L4iJx .mbr-section-title b,
.cid-ta9u6L4iJx .mbr-section-title strong {
  font-weight: 500;
}
.cid-ta9u6L4iJx .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-ta9u6L4iJx .mbr-section-btn {
  margin-top: 60px;
}
.cid-ta9u6L4iJx .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
}
.cid-ta9u6L4iJx .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-ta9u6L4iJx .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-ta9u6L4iJx .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-ta9u6L4iJx .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ta9u6L4iJx .wrap__image {
    text-align: right;
  }
  .cid-ta9u6L4iJx .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-ta9u6L4iJx .wrap__image {
    text-align: center !important;
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes scale__two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.cid-ta9u6L4iJx .mbr-text,
.cid-ta9u6L4iJx .mbr-section-btn {
  color: #000000;
}
.cid-tMT3IKlxnH {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #202409;
}
.cid-tMT3IKlxnH img {
  object-fit: cover;
}
.cid-tMT3IKlxnH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tMT3IKlxnH .mbr-text,
.cid-tMT3IKlxnH .mbr-section-btn {
  color: #ffffff;
}
.cid-uNIvkwIDos {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uNIvkwIDos .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-uNIvkwIDos .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-uNIvkwIDos .mbr-section-title,
.cid-uNIvkwIDos .icon__wrap {
  text-align: center;
  color: #000000;
}
.cid-uNIvkwIDos .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uNIvkwIDos .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-uNIvkwIDos .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-uNIvkwIDos .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-uNIvkwIDos .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-uNIvkwIDos .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-uNIvkwIDos .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNIvkwIDos .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNIvv9j8X4 {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNIvv9j8X4 .container,
.cid-uNIvv9j8X4 .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-uNIvv9j8X4 .icon__wrap,
.cid-uNIvv9j8X4 .mbr-section-title,
.cid-uNIvv9j8X4 .mbr-text,
.cid-uNIvv9j8X4 .items__block,
.cid-uNIvv9j8X4 .mbr-section-btn,
.cid-uNIvv9j8X4 .image {
  pointer-events: all;
}
.cid-uNIvv9j8X4 .image {
  text-align: center;
}
.cid-uNIvv9j8X4 .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-uNIvv9j8X4 .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-uNIvv9j8X4 .mbr-text {
  margin-bottom: 40px;
}
.cid-uNIvv9j8X4 .items__block .item .mbr-iconfont {
  color: #ff6400;
  margin-right: 10px;
  font-size: 14px;
}
.cid-uNIvv9j8X4 .mbr-section-btn {
  margin-top: 55px;
}
.cid-uNIvv9j8X4 .icon__block {
  background: linear-gradient(135deg, rgba(255, 100, 0, 0.54) 0%, rgba(255, 100, 0, 0.85) 60%, #ff6400 100%);
}
.cid-uNIvv9j8X4 .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-uNIvv9j8X4 .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #ff6400;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-uNIvv9j8X4 .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationOne 30s infinite linear;
}
.cid-uNIvv9j8X4 .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #f0bf79;
  animation: animationTwo 30s infinite linear;
}
.cid-uNIvv9j8X4 .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 12%;
  top: 23%;
  position: absolute;
  border-radius: 50%;
  background-color: #f0bf79;
  animation: animationOne 25s infinite linear;
}
.cid-uNIvv9j8X4 .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #ff6400;
  animation: animationTwo 25s infinite linear;
}
.cid-uNIvv9j8X4 .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-uNIvv9j8X4 .icon__wrap .icon__block {
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
}
.cid-uNIvv9j8X4 .icon__wrap .icon__block::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-45deg);
}
.cid-uNIvv9j8X4 .icon__wrap .icon__block::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 65px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: rotate(45deg);
}
.cid-uNIvv9j8X4 .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uNIvv9j8X4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNIvv9j8X4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNIvv9j8X4 .mbr-text,
.cid-uNIvv9j8X4 .mbr-section-btn {
  color: #202409;
}
.cid-uNIvv9j8X4 .mbr-section-title,
.cid-uNIvv9j8X4 .icon__wrap {
  color: #13030f;
}
.cid-uNIvTS25tr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #202409;
}
.cid-uNIvTS25tr .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uNIvTS25tr .container {
  z-index: 1;
}
.cid-uNIvTS25tr .mbr-section-title {
  color: #233d63;
}
.cid-uNIvTS25tr .mbr-section-subtitle {
  text-align: center;
}
.cid-uNIvTS25tr .mbr-section-btn {
  margin-top: 35px;
}
.cid-uNIvTS25tr .mbr-section-btn .btn {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
}
.cid-uNIvTS25tr .mbr-section-btn .btn-white:hover {
  background-color: #ff6400 !important;
  border-color: #ff6400 !important;
  color: #ffffff !important;
}
.cid-uNIvTS25tr .mbr-section-title,
.cid-uNIvTS25tr .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uNIvTS25tr .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 100px solid #ffffff;
  bottom: -165px;
  right: -165px;
}
.cid-uNIvTS25tr .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 250px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  top: -20%;
  left: -80px;
}
.cid-uNIvTS25tr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNIvTS25tr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNIwhNUDik {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uNIwhNUDik .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNIwhNUDik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNIwhNUDik .card-wrapper {
  overflow: hidden;
  background: #202409;
}
.cid-uNIwhNUDik .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNIwhNUDik .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uNIwhNUDik .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uNIwhNUDik .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uNIwhNUDik .row {
  flex-direction: row-reverse;
}
.cid-uNIwhNUDik .image-wrapper {
  padding: 0 1rem;
}
.cid-uNIwhNUDik img,
.cid-uNIwhNUDik .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uNIwhNUDik img,
  .cid-uNIwhNUDik .image-wrapper {
    max-height: 350px;
  }
}
.cid-uNIwhNUDik .mbr-section-title {
  color: #ffffff;
}
.cid-uNIwhNUDik .mbr-text {
  color: #000000;
}
.cid-uNIwhNUDik .mbr-text,
.cid-uNIwhNUDik .mbr-section-btn {
  color: #ffffff;
}
.cid-tMSZqHgNpE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #202409;
}
.cid-tMSZqHgNpE .container {
  padding: 0 5%;
}
.cid-tMSZqHgNpE .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tMSZqHgNpE .card:nth-child(odd) {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-tMSZqHgNpE .card:nth-child(odd) {
    padding-right: 16px;
  }
}
.cid-tMSZqHgNpE .card:nth-child(even) {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-tMSZqHgNpE .card:nth-child(even) {
    padding-left: 16px;
  }
}
.cid-tMSZqHgNpE .card-wrapper {
  margin-bottom: 42px;
  border-radius: 15px;
  display: flex;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tMSZqHgNpE .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tMSZqHgNpE .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tMSZqHgNpE .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #ff6400;
}
.cid-tMSZqHgNpE .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
}
.cid-tMSZqHgNpE .card-title {
  color: #1a1a1a;
}
.cid-tMSZqHgNpE .mbr-text {
  color: #e082c5;
}
.cid-tMSZqHgNpE P {
  color: #000000;
}
.cid-tMT2gxqg9z {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #202409;
}
.cid-tMT2gxqg9z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMT2gxqg9z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMT2gxqg9z .google-map {
  height: 35rem;
  position: relative;
}
.cid-tMT2gxqg9z .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tMT2gxqg9z .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-tMT2gxqg9z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tMT2gxqg9z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tMT2gxqg9z .mbr-section-title {
  color: #13030f;
}
.cid-tMT2vEq76j {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #ffffff;
}
.cid-tMT2vEq76j .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tMT2vEq76j .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tMT2vEq76j .produced {
  margin-top: 0.5rem;
  color: #13030f;
  flex-grow: 1;
  text-align: center;
}
.cid-tN49y12BHo {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-tN49y12BHo .nav-item,
.cid-tN49y12BHo .nav-link,
.cid-tN49y12BHo .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tN49y12BHo .nav-item:hover,
.cid-tN49y12BHo .nav-link:hover,
.cid-tN49y12BHo .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-tN49y12BHo .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-tN49y12BHo .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-tN49y12BHo .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tN49y12BHo .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tN49y12BHo .container-fluid,
.cid-tN49y12BHo .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-tN49y12BHo .navbar-brand {
  padding: 0;
}
.cid-tN49y12BHo .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-tN49y12BHo .nav-link:hover:before {
  width: 100%;
}
.cid-tN49y12BHo .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-tN49y12BHo .nav-link {
    margin: 0 !important;
  }
}
.cid-tN49y12BHo .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tN49y12BHo .widget p,
.cid-tN49y12BHo .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-tN49y12BHo .widget p a,
.cid-tN49y12BHo .widget .icons-menu a {
  margin-left: 15px;
}
.cid-tN49y12BHo .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(30, 33, 73, 0.8);
  font-size: 17px;
  color: rgba(30, 33, 73, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-tN49y12BHo .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-tN49y12BHo .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tN49y12BHo .block__phone,
  .cid-tN49y12BHo .icons-menu {
    display: none;
  }
  .cid-tN49y12BHo .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tN49y12BHo .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-tN49y12BHo .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-tN49y12BHo .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-tN49y12BHo .navbar > .container,
.cid-tN49y12BHo .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tN49y12BHo .btn {
    white-space: nowrap;
  }
  .cid-tN49y12BHo .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 #1a1a1a;
    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-tN49y12BHo .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tN49y12BHo .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tN49y12BHo .dropdown-toggle::after,
  .cid-tN49y12BHo .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-tN49y12BHo .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-tN49y12BHo .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-tN49y12BHo .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-tN49y12BHo .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tN49y12BHo .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tN49y12BHo .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-tN49y12BHo .nav-item:focus,
.cid-tN49y12BHo .nav-link:focus {
  outline: none;
}
.cid-tN49y12BHo .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
.cid-tN49y12BHo .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-tN49y12BHo .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tN49y12BHo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tN49y12BHo .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tN49y12BHo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tN49y12BHo .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tN49y12BHo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tN49y12BHo .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-tN49y12BHo .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-tN49y12BHo .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tN49y12BHo .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-tN49y12BHo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tN49y12BHo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tN49y12BHo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 75px - 1rem);
  }
}
.cid-tN49y12BHo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tN49y12BHo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tN49y12BHo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tN49y12BHo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tN49y12BHo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tN49y12BHo .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-tN49y12BHo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tN49y12BHo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tN49y12BHo .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tN49y12BHo .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tN49y12BHo .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tN49y12BHo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tN49y12BHo .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-tN49y12BHo .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-tN49y12BHo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tN49y12BHo .dropdown-item.active,
.cid-tN49y12BHo .dropdown-item:active {
  background-color: transparent;
}
.cid-tN49y12BHo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tN49y12BHo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tN49y12BHo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tN49y12BHo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-tN49y12BHo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tN49y12BHo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN49y12BHo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN49y12BHo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tN49y12BHo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN49y12BHo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tN49y12BHo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tN49y12BHo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN49y12BHo .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tN49y12BHo a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-tN49y12BHo a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-tN49y12BHo .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-tN49y12BHo .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #1a1a1a;
  }
  .cid-tN49y12BHo .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-tN49y12BHo .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-tN49y12BHo .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tN49y12BHo .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-tN49y12BHo .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-tN49y12BHo .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tN49y12BHo .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-tN49y12BHo .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-tN49y12BHo a.nav-link {
    justify-content: flex-start;
  }
  .cid-tN49y12BHo ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-tN49y12BHo .navbar-brand {
    padding: 0;
  }
  .cid-tN49y12BHo .block__phone,
  .cid-tN49y12BHo .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-tN49y12BHo .widget {
    flex-direction: column;
  }
  .cid-tN49y12BHo .widget p,
  .cid-tN49y12BHo .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-tN49y12BHo .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-tN49y12BHo .navbar {
    height: 97px;
  }
  .cid-tN49y12BHo .navbar.opened {
    height: auto;
  }
  .cid-tN49y12BHo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tN49y1M0b4 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tN49y1M0b4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN49y1M0b4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN49y1M0b4 .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tN49y1M0b4 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN49y1M0b4 .container {
    padding: 0 20px;
  }
}
.cid-tN49y1M0b4 .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tN49y1M0b4 .row {
    padding: 50px 16px;
  }
}
.cid-tN49y1M0b4 .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #9a5be8;
  filter: blur(120px);
}
.cid-tN49y1M0b4 .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #e1a34c;
  filter: blur(150px);
}
.cid-tN49y1M0b4 .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #202409;
  opacity: 1;
}
.cid-tN49y1M0b4 .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-tN49y1M0b4 .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-tN49y1M0b4 .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-tN49y1M0b4 .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-tN49y1M0b4 .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tN49y1M0b4 .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tN49y1M0b4 .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tN49y1M0b4 .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tN49y1M0b4 .mbr-desc {
  color: #ffffff;
}
.cid-tN49y1M0b4 .mbr-section-title {
  color: #ffffff;
}
.cid-tN49y1M0b4 .mbr-text {
  color: #ffffff;
}
.cid-tN49y1M0b4 .mbr-section-title,
.cid-tN49y1M0b4 .mbr-section-btn {
  color: #ffffff;
}
.cid-tN49y2mCps {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN49y2mCps .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN49y2mCps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN49y2mCps .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN49y2mCps .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN49y2mCps .container {
    padding: 0;
  }
}
.cid-tN49y2mCps .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tN49y2mCps .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tN49y2mCps .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tN49y2mCps .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tN49y2mCps .mbr-section-title {
  color: #263652;
}
.cid-tN49y2mCps .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uNIFm071cp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #202409;
}
.cid-uNIFm071cp .container {
  padding: 0 5%;
}
.cid-uNIFm071cp .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uNIFm071cp .card:nth-child(odd) {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uNIFm071cp .card:nth-child(odd) {
    padding-right: 16px;
  }
}
.cid-uNIFm071cp .card:nth-child(even) {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uNIFm071cp .card:nth-child(even) {
    padding-left: 16px;
  }
}
.cid-uNIFm071cp .card-wrapper {
  margin-bottom: 42px;
  border-radius: 15px;
  display: flex;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uNIFm071cp .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNIFm071cp .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uNIFm071cp .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #ff6400;
}
.cid-uNIFm071cp .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
}
.cid-uNIFm071cp .card-title {
  color: #1a1a1a;
}
.cid-uNIFm071cp .mbr-text {
  color: #e082c5;
}
.cid-uNIFm071cp P {
  color: #000000;
}
.cid-uNIFmApfvJ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #202409;
}
.cid-uNIFmApfvJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNIFmApfvJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNIFmApfvJ .google-map {
  height: 35rem;
  position: relative;
}
.cid-uNIFmApfvJ .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uNIFmApfvJ .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-uNIFmApfvJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uNIFmApfvJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uNIFmApfvJ .mbr-section-title {
  color: #13030f;
}
.cid-tN49y4iXWf {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #ffffff;
}
.cid-tN49y4iXWf .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tN49y4iXWf .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tN49y4iXWf .produced {
  margin-top: 0.5rem;
  color: #13030f;
  flex-grow: 1;
  text-align: center;
}
.cid-uNIIaJF9OV {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-uNIIaJF9OV .nav-item,
.cid-uNIIaJF9OV .nav-link,
.cid-uNIIaJF9OV .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uNIIaJF9OV .nav-item:hover,
.cid-uNIIaJF9OV .nav-link:hover,
.cid-uNIIaJF9OV .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-uNIIaJF9OV .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uNIIaJF9OV .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uNIIaJF9OV .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uNIIaJF9OV .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uNIIaJF9OV .container-fluid,
.cid-uNIIaJF9OV .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uNIIaJF9OV .navbar-brand {
  padding: 0;
}
.cid-uNIIaJF9OV .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uNIIaJF9OV .nav-link:hover:before {
  width: 100%;
}
.cid-uNIIaJF9OV .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-uNIIaJF9OV .nav-link {
    margin: 0 !important;
  }
}
.cid-uNIIaJF9OV .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uNIIaJF9OV .widget p,
.cid-uNIIaJF9OV .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uNIIaJF9OV .widget p a,
.cid-uNIIaJF9OV .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uNIIaJF9OV .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(30, 33, 73, 0.8);
  font-size: 17px;
  color: rgba(30, 33, 73, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uNIIaJF9OV .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-uNIIaJF9OV .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uNIIaJF9OV .block__phone,
  .cid-uNIIaJF9OV .icons-menu {
    display: none;
  }
  .cid-uNIIaJF9OV .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uNIIaJF9OV .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uNIIaJF9OV .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-uNIIaJF9OV .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uNIIaJF9OV .navbar > .container,
.cid-uNIIaJF9OV .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uNIIaJF9OV .btn {
    white-space: nowrap;
  }
  .cid-uNIIaJF9OV .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 #1a1a1a;
    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-uNIIaJF9OV .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uNIIaJF9OV .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uNIIaJF9OV .dropdown-toggle::after,
  .cid-uNIIaJF9OV .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uNIIaJF9OV .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uNIIaJF9OV .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-uNIIaJF9OV .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-uNIIaJF9OV .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uNIIaJF9OV .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uNIIaJF9OV .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uNIIaJF9OV .nav-item:focus,
.cid-uNIIaJF9OV .nav-link:focus {
  outline: none;
}
.cid-uNIIaJF9OV .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
.cid-uNIIaJF9OV .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uNIIaJF9OV .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uNIIaJF9OV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNIIaJF9OV .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uNIIaJF9OV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNIIaJF9OV .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uNIIaJF9OV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNIIaJF9OV .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-uNIIaJF9OV .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-uNIIaJF9OV .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uNIIaJF9OV .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uNIIaJF9OV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNIIaJF9OV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNIIaJF9OV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 75px - 1rem);
  }
}
.cid-uNIIaJF9OV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uNIIaJF9OV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNIIaJF9OV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNIIaJF9OV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNIIaJF9OV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNIIaJF9OV .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-uNIIaJF9OV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNIIaJF9OV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uNIIaJF9OV .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uNIIaJF9OV .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uNIIaJF9OV .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uNIIaJF9OV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uNIIaJF9OV .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uNIIaJF9OV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uNIIaJF9OV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNIIaJF9OV .dropdown-item.active,
.cid-uNIIaJF9OV .dropdown-item:active {
  background-color: transparent;
}
.cid-uNIIaJF9OV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNIIaJF9OV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uNIIaJF9OV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNIIaJF9OV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-uNIIaJF9OV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNIIaJF9OV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNIIaJF9OV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNIIaJF9OV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNIIaJF9OV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNIIaJF9OV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNIIaJF9OV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNIIaJF9OV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNIIaJF9OV .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uNIIaJF9OV a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uNIIaJF9OV a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-uNIIaJF9OV .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uNIIaJF9OV .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #1a1a1a;
  }
  .cid-uNIIaJF9OV .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uNIIaJF9OV .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-uNIIaJF9OV .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uNIIaJF9OV .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uNIIaJF9OV .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-uNIIaJF9OV .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uNIIaJF9OV .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uNIIaJF9OV .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uNIIaJF9OV a.nav-link {
    justify-content: flex-start;
  }
  .cid-uNIIaJF9OV ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uNIIaJF9OV .navbar-brand {
    padding: 0;
  }
  .cid-uNIIaJF9OV .block__phone,
  .cid-uNIIaJF9OV .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uNIIaJF9OV .widget {
    flex-direction: column;
  }
  .cid-uNIIaJF9OV .widget p,
  .cid-uNIIaJF9OV .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-uNIIaJF9OV .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-uNIIaJF9OV .navbar {
    height: 97px;
  }
  .cid-uNIIaJF9OV .navbar.opened {
    height: auto;
  }
  .cid-uNIIaJF9OV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNIIaK3Qok {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uNIIaK3Qok .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNIIaK3Qok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNIIaK3Qok .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uNIIaK3Qok .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNIIaK3Qok .container {
    padding: 0 20px;
  }
}
.cid-uNIIaK3Qok .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uNIIaK3Qok .row {
    padding: 50px 16px;
  }
}
.cid-uNIIaK3Qok .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #9a5be8;
  filter: blur(120px);
}
.cid-uNIIaK3Qok .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #e1a34c;
  filter: blur(150px);
}
.cid-uNIIaK3Qok .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #202409;
  opacity: 1;
}
.cid-uNIIaK3Qok .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uNIIaK3Qok .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uNIIaK3Qok .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uNIIaK3Qok .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uNIIaK3Qok .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uNIIaK3Qok .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNIIaK3Qok .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNIIaK3Qok .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uNIIaK3Qok .mbr-desc {
  color: #ffffff;
}
.cid-uNIIaK3Qok .mbr-section-title {
  color: #ffffff;
}
.cid-uNIIaK3Qok .mbr-text {
  color: #ffffff;
}
.cid-uNIIaK3Qok .mbr-section-title,
.cid-uNIIaK3Qok .mbr-section-btn {
  color: #ffffff;
}
.cid-uNIIaKjBQo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNIIaKjBQo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNIIaKjBQo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNIIaKjBQo .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNIIaKjBQo .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNIIaKjBQo .container {
    padding: 0;
  }
}
.cid-uNIIaKjBQo .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNIIaKjBQo .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uNIIaKjBQo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNIIaKjBQo .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uNIIaKjBQo .mbr-section-title {
  color: #263652;
}
.cid-uNIIaKjBQo .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uNIIaKD9Pb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #202409;
}
.cid-uNIIaKD9Pb .container {
  padding: 0 5%;
}
.cid-uNIIaKD9Pb .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uNIIaKD9Pb .card:nth-child(odd) {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uNIIaKD9Pb .card:nth-child(odd) {
    padding-right: 16px;
  }
}
.cid-uNIIaKD9Pb .card:nth-child(even) {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uNIIaKD9Pb .card:nth-child(even) {
    padding-left: 16px;
  }
}
.cid-uNIIaKD9Pb .card-wrapper {
  margin-bottom: 42px;
  border-radius: 15px;
  display: flex;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uNIIaKD9Pb .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNIIaKD9Pb .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uNIIaKD9Pb .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #ff6400;
}
.cid-uNIIaKD9Pb .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
}
.cid-uNIIaKD9Pb .card-title {
  color: #1a1a1a;
}
.cid-uNIIaKD9Pb .mbr-text {
  color: #e082c5;
}
.cid-uNIIaKD9Pb P {
  color: #000000;
}
.cid-uNIIaKUIH9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #202409;
}
.cid-uNIIaKUIH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNIIaKUIH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNIIaKUIH9 .google-map {
  height: 35rem;
  position: relative;
}
.cid-uNIIaKUIH9 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uNIIaKUIH9 .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-uNIIaKUIH9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uNIIaKUIH9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uNIIaKUIH9 .mbr-section-title {
  color: #13030f;
}
.cid-uNIIaLaEhF {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #ffffff;
}
.cid-uNIIaLaEhF .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNIIaLaEhF .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-uNIIaLaEhF .produced {
  margin-top: 0.5rem;
  color: #13030f;
  flex-grow: 1;
  text-align: center;
}
.cid-uNIIbktjcz {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-uNIIbktjcz .nav-item,
.cid-uNIIbktjcz .nav-link,
.cid-uNIIbktjcz .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uNIIbktjcz .nav-item:hover,
.cid-uNIIbktjcz .nav-link:hover,
.cid-uNIIbktjcz .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-uNIIbktjcz .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uNIIbktjcz .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uNIIbktjcz .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uNIIbktjcz .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uNIIbktjcz .container-fluid,
.cid-uNIIbktjcz .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uNIIbktjcz .navbar-brand {
  padding: 0;
}
.cid-uNIIbktjcz .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uNIIbktjcz .nav-link:hover:before {
  width: 100%;
}
.cid-uNIIbktjcz .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-uNIIbktjcz .nav-link {
    margin: 0 !important;
  }
}
.cid-uNIIbktjcz .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uNIIbktjcz .widget p,
.cid-uNIIbktjcz .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uNIIbktjcz .widget p a,
.cid-uNIIbktjcz .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uNIIbktjcz .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(30, 33, 73, 0.8);
  font-size: 17px;
  color: rgba(30, 33, 73, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uNIIbktjcz .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-uNIIbktjcz .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uNIIbktjcz .block__phone,
  .cid-uNIIbktjcz .icons-menu {
    display: none;
  }
  .cid-uNIIbktjcz .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uNIIbktjcz .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #f0bf79 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uNIIbktjcz .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-uNIIbktjcz .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uNIIbktjcz .navbar > .container,
.cid-uNIIbktjcz .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uNIIbktjcz .btn {
    white-space: nowrap;
  }
  .cid-uNIIbktjcz .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 #1a1a1a;
    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-uNIIbktjcz .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uNIIbktjcz .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uNIIbktjcz .dropdown-toggle::after,
  .cid-uNIIbktjcz .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uNIIbktjcz .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uNIIbktjcz .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-uNIIbktjcz .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-uNIIbktjcz .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uNIIbktjcz .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uNIIbktjcz .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uNIIbktjcz .nav-item:focus,
.cid-uNIIbktjcz .nav-link:focus {
  outline: none;
}
.cid-uNIIbktjcz .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
.cid-uNIIbktjcz .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uNIIbktjcz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uNIIbktjcz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNIIbktjcz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uNIIbktjcz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNIIbktjcz .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uNIIbktjcz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNIIbktjcz .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-uNIIbktjcz .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-uNIIbktjcz .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uNIIbktjcz .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uNIIbktjcz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNIIbktjcz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNIIbktjcz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 75px - 1rem);
  }
}
.cid-uNIIbktjcz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uNIIbktjcz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNIIbktjcz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uNIIbktjcz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNIIbktjcz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNIIbktjcz .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-uNIIbktjcz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNIIbktjcz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uNIIbktjcz .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uNIIbktjcz .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uNIIbktjcz .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uNIIbktjcz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uNIIbktjcz .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uNIIbktjcz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uNIIbktjcz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNIIbktjcz .dropdown-item.active,
.cid-uNIIbktjcz .dropdown-item:active {
  background-color: transparent;
}
.cid-uNIIbktjcz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNIIbktjcz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uNIIbktjcz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNIIbktjcz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-uNIIbktjcz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNIIbktjcz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNIIbktjcz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNIIbktjcz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNIIbktjcz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNIIbktjcz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNIIbktjcz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNIIbktjcz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNIIbktjcz .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uNIIbktjcz a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uNIIbktjcz a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-uNIIbktjcz .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uNIIbktjcz .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #1a1a1a;
  }
  .cid-uNIIbktjcz .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uNIIbktjcz .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-uNIIbktjcz .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uNIIbktjcz .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uNIIbktjcz .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-uNIIbktjcz .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uNIIbktjcz .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uNIIbktjcz .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uNIIbktjcz a.nav-link {
    justify-content: flex-start;
  }
  .cid-uNIIbktjcz ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uNIIbktjcz .navbar-brand {
    padding: 0;
  }
  .cid-uNIIbktjcz .block__phone,
  .cid-uNIIbktjcz .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uNIIbktjcz .widget {
    flex-direction: column;
  }
  .cid-uNIIbktjcz .widget p,
  .cid-uNIIbktjcz .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-uNIIbktjcz .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-uNIIbktjcz .navbar {
    height: 97px;
  }
  .cid-uNIIbktjcz .navbar.opened {
    height: auto;
  }
  .cid-uNIIbktjcz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNIIbkPrfg {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uNIIbkPrfg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNIIbkPrfg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNIIbkPrfg .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uNIIbkPrfg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNIIbkPrfg .container {
    padding: 0 20px;
  }
}
.cid-uNIIbkPrfg .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uNIIbkPrfg .row {
    padding: 50px 16px;
  }
}
.cid-uNIIbkPrfg .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #9a5be8;
  filter: blur(120px);
}
.cid-uNIIbkPrfg .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #e1a34c;
  filter: blur(150px);
}
.cid-uNIIbkPrfg .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #202409;
  opacity: 1;
}
.cid-uNIIbkPrfg .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uNIIbkPrfg .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uNIIbkPrfg .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uNIIbkPrfg .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uNIIbkPrfg .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uNIIbkPrfg .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNIIbkPrfg .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNIIbkPrfg .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uNIIbkPrfg .mbr-desc {
  color: #ffffff;
}
.cid-uNIIbkPrfg .mbr-section-title {
  color: #ffffff;
}
.cid-uNIIbkPrfg .mbr-text {
  color: #ffffff;
}
.cid-uNIIbkPrfg .mbr-section-title,
.cid-uNIIbkPrfg .mbr-section-btn {
  color: #ffffff;
}
.cid-uNIIbl6VXF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNIIbl6VXF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNIIbl6VXF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNIIbl6VXF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uNIIbl6VXF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNIIbl6VXF .container {
    padding: 0;
  }
}
.cid-uNIIbl6VXF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uNIIbl6VXF .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uNIIbl6VXF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNIIbl6VXF .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uNIIbl6VXF .mbr-section-title {
  color: #263652;
}
.cid-uNIIbl6VXF .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uNIIblkFCX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #202409;
}
.cid-uNIIblkFCX .container {
  padding: 0 5%;
}
.cid-uNIIblkFCX .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uNIIblkFCX .card:nth-child(odd) {
  padding-right: 21px;
}
@media (max-width: 992px) {
  .cid-uNIIblkFCX .card:nth-child(odd) {
    padding-right: 16px;
  }
}
.cid-uNIIblkFCX .card:nth-child(even) {
  padding-left: 21px;
}
@media (max-width: 992px) {
  .cid-uNIIblkFCX .card:nth-child(even) {
    padding-left: 16px;
  }
}
.cid-uNIIblkFCX .card-wrapper {
  margin-bottom: 42px;
  border-radius: 15px;
  display: flex;
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uNIIblkFCX .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNIIblkFCX .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uNIIblkFCX .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #ff6400;
}
.cid-uNIIblkFCX .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #ffffff;
}
.cid-uNIIblkFCX .card-title {
  color: #1a1a1a;
}
.cid-uNIIblkFCX .mbr-text {
  color: #e082c5;
}
.cid-uNIIblkFCX P {
  color: #000000;
}
.cid-uNIIblBvbo {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #202409;
}
.cid-uNIIblBvbo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNIIblBvbo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNIIblBvbo .google-map {
  height: 35rem;
  position: relative;
}
.cid-uNIIblBvbo .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uNIIblBvbo .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-uNIIblBvbo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uNIIblBvbo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uNIIblBvbo .mbr-section-title {
  color: #13030f;
}
.cid-uNIIblPkcM {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #ffffff;
}
.cid-uNIIblPkcM .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNIIblPkcM .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-uNIIblPkcM .produced {
  margin-top: 0.5rem;
  color: #13030f;
  flex-grow: 1;
  text-align: center;
}
