body {
  font-family: Heebo;
}
.display-1 {
  font-family: 'Heebo', sans-serif;
  font-size: 4.375rem;
  line-height: 1.14285714;
}
.display-1 > .mbr-iconfont {
  font-size: 7rem;
}
.display-2 {
  font-family: 'Heebo', sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Heebo', 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: 'Heebo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.66666667;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((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: #1e2149 !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: #1e2149 !important;
  border-color: #1e2149 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1e2149;
  border-color: #1e2149;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e2149 !important;
  border-color: #1e2149 !important;
}
.btn-primary:hover {
  background-color: #0f1125 !important;
  border-color: #0f1125 !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: #1e2149;
  color: #1e2149;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #1e2149 !important;
  border-color: #1e2149;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e2149 !important;
  border-color: #1e2149 !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: #1e2149 !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: #000001 !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: #1e2149 !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):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1e2149;
  border-color: #1e2149;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1e2149;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8186cb;
}
.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: 'Heebo', sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #1e2149;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1e2149;
  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: #1e2149;
  border-bottom-color: #1e2149;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1e2149 !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-ta9tYk25Dr {
  padding-top: 10rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #06df9e;
}
.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;
}
.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: #e9e9e9;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  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: #1e2149;
  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: #ffffff;
}
.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 #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-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 #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.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 - 70px - 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 #e9e9e9;
  }
  .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-ta9u6L4iJx {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
  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: #000000;
  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;
  box-shadow: 0px 45px 63px 0px rgba(100, 105, 122, 0.33);
}
.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;
  }
}
.cid-ta9u6L4iJx .image__block2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 25px 50px 0px rgba(140, 140, 140, 0.33);
  position: absolute;
  z-index: -1;
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 340px;
  max-height: 425px;
}
.cid-ta9u6L4iJx .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-ta9u6L4iJx .image__block2 {
    display: none;
  }
}
.cid-ta9u6L4iJx .image__background .circle__image1 {
  width: 960px;
  height: 960px;
  left: -290px;
  border-radius: 50%;
  top: 70px;
  position: absolute;
  background-color: rgba(255, 100, 0, 0.1);
}
@media (max-width: 1199px) {
  .cid-ta9u6L4iJx .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-ta9u6L4iJx .image__background .circle__image1 {
    display: none;
  }
}
.cid-ta9u6L4iJx .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(240, 191, 121, 0.23);
}
@media (max-width: 1199px) {
  .cid-ta9u6L4iJx .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-ta9u6L4iJx .image__background .circle__image2 {
    display: none;
  }
}
.cid-ta9u6L4iJx .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-ta9u6L4iJx .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #ff6400;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-ta9u6L4iJx .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #f0bf79;
  animation: scale__two 5s infinite linear;
}
@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-ta9uK8UQmh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  background-color: #ffffff;
}
.cid-ta9uK8UQmh .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-ta9uK8UQmh .container {
  pointer-events: none;
  z-index: 1;
}
.cid-ta9uK8UQmh .title__block,
.cid-ta9uK8UQmh .carousel__block,
.cid-ta9uK8UQmh .carousel-controls {
  pointer-events: all;
}
.cid-ta9uK8UQmh .mbr-section-title {
  color: #233d63;
}
.cid-ta9uK8UQmh .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-ta9uK8UQmh .margin__bot {
  margin-bottom: 150px;
}
.cid-ta9uK8UQmh .wrap {
  margin-top: 60px;
  border-radius: 20px;
  box-shadow: 0px 14px 21px 0px rgba(0, 0, 0, 0.03);
  padding: 80px 70px 55px;
  background-color: #ffffff;
}
.cid-ta9uK8UQmh .wrap:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 35px;
  right: 35px;
  height: 200px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 15px 23px 0px rgba(35, 49, 64, 0.09);
  z-index: -1;
}
.cid-ta9uK8UQmh .wrap:after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 80px;
  right: 80px;
  height: 200px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 14px 21px 0px rgba(0, 0, 0, 0.03);
  z-index: -2;
}
@media (max-width: 767px) {
  .cid-ta9uK8UQmh .wrap {
    padding: 55px 15px 25px;
  }
}
.cid-ta9uK8UQmh .carousel-controls {
  width: 100%;
  justify-content: center;
  position: relative;
}
.cid-ta9uK8UQmh .carousel-controls a span {
  width: 55px;
  height: 55px;
  font-size: 35px;
  position: absolute;
  padding: 0 10px;
  color: #06df9e;
  background-color: transparent;
  transition: all 0.3s ease 0s;
}
.cid-ta9uK8UQmh .carousel-control-prev {
  position: static;
  width: 55px;
  transition: all 0.3s ease 0s;
}
.cid-ta9uK8UQmh .carousel-control-next {
  position: static;
  width: 55px;
  transition: all 0.3s ease 0s;
}
.cid-ta9uK8UQmh .icon__bg {
  position: relative;
}
.cid-ta9uK8UQmh .icon__bg:before {
  content: "\e965";
  font-family: "Moririse2";
  font-size: 100px;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.04;
}
.cid-ta9uK8UQmh .mbr-section-title,
.cid-ta9uK8UQmh .icon__wrap {
  text-align: center;
}
.cid-ta9uK8UQmh .mbr-section-subtitle {
  text-align: center;
}
.cid-ta9uK8UQmh .carousel__text {
  color: #233d63;
  text-align: center;
}
.cid-ta9uK8UQmh .author {
  margin-top: 45px;
}
.cid-ta9uK8UQmh .user_name {
  margin-bottom: 5px;
  color: #000000;
}
.cid-ta9uK8UQmh .user_prof {
  color: #64697a;
}
.cid-ta9uK8UQmh .animation__background .circle {
  display: inline-block;
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 50px solid #ffffff;
  bottom: -135px;
  right: -135px;
}
.cid-ta9uK8UQmh .animation__background .circle2 {
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 20px solid #ffffff;
  top: 100px;
  left: 60px;
  animation: scale__two 19s infinite linear;
}
.cid-ta9uK8UQmh .animation__background .image {
  position: absolute;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  box-shadow: 0px 10px 20px 0px rgba(20, 44, 56, 0.25);
}
.cid-ta9uK8UQmh .animation__background .image:nth-child(1) {
  top: 12%;
  left: 15%;
  animation: scale__one 14s infinite linear;
}
.cid-ta9uK8UQmh .animation__background .image:nth-child(2) {
  top: 44%;
  left: 4%;
  animation: scale__two 9s infinite linear;
}
.cid-ta9uK8UQmh .animation__background .image:nth-child(3) {
  bottom: 7%;
  left: 10%;
  animation: scale__three 8s infinite linear;
}
.cid-ta9uK8UQmh .animation__background .image:nth-child(4) {
  top: 12%;
  right: 15%;
  animation: scale__two 10s infinite linear;
}
.cid-ta9uK8UQmh .animation__background .image:nth-child(5) {
  top: 48%;
  right: 2%;
  animation: scale__three 11s infinite linear;
}
.cid-ta9uK8UQmh .animation__background .image:nth-child(6) {
  bottom: 10%;
  right: 16%;
  animation: scale__one 12s infinite linear;
}
.cid-ta9uK8UQmh .animation__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ta9uK8UQmh .animation__background .image {
    display: none;
  }
}
.cid-ta9uK8UQmh .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-ta9uK8UQmh .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-ta9uK8UQmh .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-ta9uK8UQmh .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-ta9uK8UQmh .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
@keyframes scale__one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@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);
  }
}
@-webkit-keyframes scale__three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
.cid-tGzLhyBrLj {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGzLhyBrLj .container,
.cid-tGzLhyBrLj .container-fluid {
  pointer-events: none;
  z-index: 10;
}
.cid-tGzLhyBrLj .mbr-section-subtitle,
.cid-tGzLhyBrLj .mbr-section-title,
.cid-tGzLhyBrLj .mbr-subtext,
.cid-tGzLhyBrLj .mbr-text,
.cid-tGzLhyBrLj .mbr-section-btn,
.cid-tGzLhyBrLj .wrap__image {
  pointer-events: all;
}
@media (min-width: 992px) {
  .cid-tGzLhyBrLj .title__block {
    padding-top: 70px;
  }
}
.cid-tGzLhyBrLj .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-tGzLhyBrLj .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
  font-weight: 300;
}
.cid-tGzLhyBrLj .mbr-section-title b,
.cid-tGzLhyBrLj .mbr-section-title strong {
  font-weight: 500;
}
.cid-tGzLhyBrLj .mbr-subtext {
  margin-bottom: 35px;
  color: #000000;
}
.cid-tGzLhyBrLj .mbr-section-btn {
  margin-top: 60px;
}
.cid-tGzLhyBrLj .image__block1 {
  display: inline-block;
  border-radius: 15px;
  max-width: 450px;
  max-height: 630px;
  overflow: hidden;
  box-shadow: 0px 45px 63px 0px rgba(100, 105, 122, 0.33);
}
.cid-tGzLhyBrLj .image__block1 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cid-tGzLhyBrLj .image__block1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tGzLhyBrLj .image__block1 .image img {
    max-height: 450px;
  }
}
.cid-tGzLhyBrLj .wrap__image {
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tGzLhyBrLj .wrap__image {
    text-align: right;
  }
  .cid-tGzLhyBrLj .wrap__image .image__block2 {
    left: 165px;
  }
}
@media (max-width: 767px) {
  .cid-tGzLhyBrLj .wrap__image {
    text-align: center !important;
  }
}
.cid-tGzLhyBrLj .image__block2 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 25px 50px 0px rgba(140, 140, 140, 0.33);
  position: absolute;
  z-index: -1;
  left: -165px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 340px;
  max-height: 425px;
}
.cid-tGzLhyBrLj .image__block2 .image img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tGzLhyBrLj .image__block2 {
    display: none;
  }
}
.cid-tGzLhyBrLj .image__background .circle__image1 {
  width: 960px;
  height: 960px;
  left: -290px;
  border-radius: 50%;
  top: 70px;
  position: absolute;
  background-color: rgba(255, 100, 0, 0.1);
}
@media (max-width: 1199px) {
  .cid-tGzLhyBrLj .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-tGzLhyBrLj .image__background .circle__image1 {
    display: none;
  }
}
.cid-tGzLhyBrLj .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  left: -330px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(240, 191, 121, 0.23);
}
@media (max-width: 1199px) {
  .cid-tGzLhyBrLj .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-tGzLhyBrLj .image__background .circle__image2 {
    display: none;
  }
}
.cid-tGzLhyBrLj .animation__background .triangle {
  position: absolute;
  bottom: 9%;
  right: 14%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-tGzLhyBrLj .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 50px;
  right: 40%;
  border-radius: 50%;
  background: #ff6400;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-tGzLhyBrLj .animation__background .circle2 {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 41%;
  right: 2%;
  position: absolute;
  border-radius: 50%;
  background-color: #f0bf79;
  animation: scale__two 5s infinite linear;
}
@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-tGzLhyBrLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGzLhyBrLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGzLmGeIYS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fdf2ec;
}
.cid-tGzLmGeIYS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGzLmGeIYS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGzLmGeIYS .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tGzLmGeIYS .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tGzLmGeIYS .container {
    padding: 0 12px;
  }
}
.cid-tGzLmGeIYS .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tGzLmGeIYS .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tGzLmGeIYS .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tGzLmGeIYS .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-tGzLmGeIYS .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tGzLmGeIYS .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-tGzLmGeIYS .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-tGzLmGeIYS .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-tGzLmGeIYS .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-tGzLmGeIYS .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-tGzLmGeIYS .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tGzLmGeIYS .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-tGzLmGeIYS .mbr-section-subtitle {
  color: #222222;
}
.cid-tGzLmGeIYS .mbr-text {
  color: #222222;
}
.cid-tGzLmGeIYS .list {
  color: #222222;
}
.cid-tGzNtT8rkB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGzNtT8rkB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGzNtT8rkB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tGzNtT8rkB .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tGzNtT8rkB .container {
    padding: 0 12px;
  }
}
.cid-tGzNtT8rkB .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tGzNtT8rkB .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tGzNtT8rkB .row.card-wrapper {
  padding: 80px;
  border: 3px solid #b4dcfa;
  box-shadow: 4px 4px #b4dcfa;
  background-color: #ecf7fd;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tGzNtT8rkB .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-tGzNtT8rkB .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-tGzNtT8rkB .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-tGzNtT8rkB .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-tGzNtT8rkB .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-tGzNtT8rkB .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tGzNtT8rkB .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tGzNtT8rkB .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tGzNtT8rkB .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #b4dcfa;
}
.cid-tGzNtT8rkB .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-tGzNtT8rkB .mbr-section-subtitle {
  color: #222222;
}
.cid-tGzNtT8rkB .mbr-text {
  color: #222222;
}
.cid-tGzNtT8rkB .list {
  color: #222222;
}
.cid-tGzLqC7Fxm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tGzLqC7Fxm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGzLqC7Fxm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tGzLqC7Fxm .container {
    padding: 0 20px;
  }
}
.cid-tGzLqC7Fxm .row {
  margin: 0;
}
.cid-tGzLqC7Fxm .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tGzLqC7Fxm .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tGzLqC7Fxm .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tGzLqC7Fxm .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tGzLqC7Fxm .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tGzLqC7Fxm .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tGzLqC7Fxm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tGzLpQLkpi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tGzLpQLkpi .content {
    text-align: center;
  }
  .cid-tGzLpQLkpi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGzLpQLkpi .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGzLpQLkpi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGzLpQLkpi .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGzLpQLkpi .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGzLpQLkpi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGzLpQLkpi .google-map [data-state-details] {
  color: #1e2149;
  font-family: Montserrat;
  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-tGzLpQLkpi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGzLpQLkpi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGzLpQLkpi .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 993px) {
  .cid-tGzLpQLkpi .social-list {
    margin-left: -7px;
  }
}
.cid-tGzLpQLkpi .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGzLpQLkpi .social-list .soc-item {
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 0.5rem 0.5rem;
  filter: invert(1);
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
@media (max-width: 992px) {
  .cid-tGzLpQLkpi .social-list .soc-item {
    margin: 0 0.1rem 0.2rem;
  }
}
.cid-tGzLpQLkpi .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGzLpQLkpi .social-list a:hover {
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-tGzLpQLkpi .social-list {
    justify-content: left;
  }
}
@media (max-width: 767px) {
  .cid-tGzLpQLkpi .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGzLpQLkpi .list {
  list-style-type: none;
  padding: 0;
}
.cid-tGzLpQLkpi .socicon {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .cid-tGzLpQLkpi .mbr-section-head {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .cid-tGzLpQLkpi .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tGzLpQLkpi H5 {
  color: #000000;
}
.cid-tGzLpQLkpi .mbr-text {
  color: #000000;
}
.cid-tGzLpQLkpi .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tGzLt288jg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a1340;
}
.cid-tGzLt288jg .mbr-text {
  color: #FFFFFF;
}
.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 #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-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 #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.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 - 70px - 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 #e9e9e9;
  }
  .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-tGzR1RbIDg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/22-612x281.jpg");
}
.cid-tGzR1RbIDg .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tGzR1RbIDg .subtitle__block,
.cid-tGzR1RbIDg .title__block,
.cid-tGzR1RbIDg .buttons__block {
  pointer-events: all;
}
.cid-tGzR1RbIDg .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-tGzR1RbIDg .subtitle__block SPAN {
  color: #f0bf79;
}
.cid-tGzR1RbIDg .mbr-section-subtitle {
  display: inline-block;
}
.cid-tGzR1RbIDg .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-tGzR1RbIDg .mbr-text {
  margin-top: 35px;
}
.cid-tGzR1RbIDg .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-tGzR1RbIDg .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-tGzR1RbIDg .inner__buttons .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-tGzR1RbIDg .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-tGzR1RbIDg .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-tGzR1RbIDg .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-tGzR1RbIDg .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-tGzR1RbIDg .mbr-figure:hover {
  color: #f0bf79;
  cursor: pointer;
}
.cid-tGzR1RbIDg .mbr-figure:hover .mbr-media {
  border-color: #f0bf79;
  color: #f0bf79;
}
@media (max-width: 575px) {
  .cid-tGzR1RbIDg .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-tGzR1RbIDg .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-tGzR1RbIDg .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-tGzR1RbIDg .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-tGzR1RbIDg .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-tGzR1RbIDg .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tGzR1RbIDg .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tGzR1RbIDg .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tGzR1RbIDg 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-tGzR1RbIDg a.close:hover {
  color: #ffffff;
}
.cid-tGzR1RbIDg .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-tGzR1RbIDg .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-tGzR1RbIDg .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #ff6400;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-tGzR1RbIDg .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #f0bf79;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-tGzR1RbIDg .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #f0bf79;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-tGzR1RbIDg .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #ff6400;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-tGzR1RbIDg .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #1e2149;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@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 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-tGzR1RbIDg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGzR1RbIDg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGzR1RbIDg .mbr-text,
.cid-tGzR1RbIDg .buttons__block {
  color: #ffffff;
}
.cid-tGzR1RbIDg .mbr-section-title,
.cid-tGzR1RbIDg .subtitle__wrap {
  color: #ffffff;
}
.cid-tGzR3HSfPc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGzR3HSfPc .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-tGzR3HSfPc .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-tGzR3HSfPc .mbr-section-title,
.cid-tGzR3HSfPc .icon__wrap {
  text-align: left;
}
.cid-tGzR3HSfPc .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tGzR3HSfPc .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-tGzR3HSfPc .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-tGzR3HSfPc .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-tGzR3HSfPc .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-tGzR3HSfPc .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-tGzR3HSfPc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGzR3HSfPc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGzR4TjKP0 {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGzR4TjKP0 .container,
.cid-tGzR4TjKP0 .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-tGzR4TjKP0 .icon__wrap,
.cid-tGzR4TjKP0 .mbr-section-title,
.cid-tGzR4TjKP0 .mbr-text,
.cid-tGzR4TjKP0 .items__block,
.cid-tGzR4TjKP0 .mbr-section-btn,
.cid-tGzR4TjKP0 .image {
  pointer-events: all;
}
.cid-tGzR4TjKP0 .image {
  text-align: center;
}
.cid-tGzR4TjKP0 .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-tGzR4TjKP0 .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-tGzR4TjKP0 .mbr-text {
  margin-bottom: 40px;
}
.cid-tGzR4TjKP0 .items__block .item .mbr-iconfont {
  color: #ff6400;
  margin-right: 10px;
  font-size: 14px;
}
.cid-tGzR4TjKP0 .mbr-section-btn {
  margin-top: 55px;
}
.cid-tGzR4TjKP0 .icon__block {
  background: linear-gradient(135deg, rgba(255, 100, 0, 0.54) 0%, rgba(255, 100, 0, 0.85) 60%, #ff6400 100%);
}
.cid-tGzR4TjKP0 .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-tGzR4TjKP0 .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-tGzR4TjKP0 .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-tGzR4TjKP0 .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-tGzR4TjKP0 .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-tGzR4TjKP0 .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #1e2149;
  animation: animationTwo 25s infinite linear;
}
.cid-tGzR4TjKP0 .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-tGzR4TjKP0 .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-tGzR4TjKP0 .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-tGzR4TjKP0 .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-tGzR4TjKP0 .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-tGzR4TjKP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGzR4TjKP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGzR4TjKP0 .mbr-text,
.cid-tGzR4TjKP0 .mbr-section-btn {
  color: #000000;
}
.cid-tGzR4TjKP0 .mbr-section-title,
.cid-tGzR4TjKP0 .icon__wrap {
  color: #000000;
}
.cid-tGzRaMj4ie {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tGzRaMj4ie .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGzRaMj4ie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tGzRaMj4ie .container {
    padding: 0 20px;
  }
}
.cid-tGzRaMj4ie .row {
  margin: 0;
}
.cid-tGzRaMj4ie .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tGzRaMj4ie .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tGzRaMj4ie .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tGzRaMj4ie .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tGzRaMj4ie .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tGzRaMj4ie .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tGzRaMj4ie .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tGzR8eQfz9 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tGzR8eQfz9 .content {
    text-align: center;
  }
  .cid-tGzR8eQfz9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGzR8eQfz9 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGzR8eQfz9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGzR8eQfz9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGzR8eQfz9 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGzR8eQfz9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGzR8eQfz9 .google-map [data-state-details] {
  color: #1e2149;
  font-family: Montserrat;
  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-tGzR8eQfz9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGzR8eQfz9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGzR8eQfz9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 993px) {
  .cid-tGzR8eQfz9 .social-list {
    margin-left: -7px;
  }
}
.cid-tGzR8eQfz9 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGzR8eQfz9 .social-list .soc-item {
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 0.5rem 0.5rem;
  filter: invert(1);
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
@media (max-width: 992px) {
  .cid-tGzR8eQfz9 .social-list .soc-item {
    margin: 0 0.1rem 0.2rem;
  }
}
.cid-tGzR8eQfz9 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGzR8eQfz9 .social-list a:hover {
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-tGzR8eQfz9 .social-list {
    justify-content: left;
  }
}
@media (max-width: 767px) {
  .cid-tGzR8eQfz9 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGzR8eQfz9 .list {
  list-style-type: none;
  padding: 0;
}
.cid-tGzR8eQfz9 .socicon {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .cid-tGzR8eQfz9 .mbr-section-head {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .cid-tGzR8eQfz9 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tGzR8eQfz9 H5 {
  color: #000000;
}
.cid-tGzR8eQfz9 .mbr-text {
  color: #000000;
}
.cid-tGzR8eQfz9 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tGzLt288jg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a1340;
}
.cid-tGzLt288jg .mbr-text {
  color: #FFFFFF;
}
.cid-tGzYKCOr5c {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-tGzYKCOr5c .nav-item,
.cid-tGzYKCOr5c .nav-link,
.cid-tGzYKCOr5c .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tGzYKCOr5c .nav-item:hover,
.cid-tGzYKCOr5c .nav-link:hover,
.cid-tGzYKCOr5c .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-tGzYKCOr5c .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-tGzYKCOr5c .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-tGzYKCOr5c .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tGzYKCOr5c .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tGzYKCOr5c .container-fluid,
.cid-tGzYKCOr5c .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-tGzYKCOr5c .navbar-brand {
  padding: 0;
}
.cid-tGzYKCOr5c .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-tGzYKCOr5c .nav-link:hover:before {
  width: 100%;
}
.cid-tGzYKCOr5c .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-tGzYKCOr5c .nav-link {
    margin: 0 !important;
  }
}
.cid-tGzYKCOr5c .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGzYKCOr5c .widget p,
.cid-tGzYKCOr5c .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-tGzYKCOr5c .widget p a,
.cid-tGzYKCOr5c .widget .icons-menu a {
  margin-left: 15px;
}
.cid-tGzYKCOr5c .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-tGzYKCOr5c .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-tGzYKCOr5c .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tGzYKCOr5c .block__phone,
  .cid-tGzYKCOr5c .icons-menu {
    display: none;
  }
  .cid-tGzYKCOr5c .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tGzYKCOr5c .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-tGzYKCOr5c .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-tGzYKCOr5c .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-tGzYKCOr5c .navbar > .container,
.cid-tGzYKCOr5c .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGzYKCOr5c .btn {
    white-space: nowrap;
  }
  .cid-tGzYKCOr5c .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-tGzYKCOr5c .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tGzYKCOr5c .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tGzYKCOr5c .dropdown-toggle::after,
  .cid-tGzYKCOr5c .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-tGzYKCOr5c .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-tGzYKCOr5c .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-tGzYKCOr5c .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-tGzYKCOr5c .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tGzYKCOr5c .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tGzYKCOr5c .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-tGzYKCOr5c .nav-item:focus,
.cid-tGzYKCOr5c .nav-link:focus {
  outline: none;
}
.cid-tGzYKCOr5c .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-tGzYKCOr5c .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-tGzYKCOr5c .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tGzYKCOr5c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGzYKCOr5c .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tGzYKCOr5c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGzYKCOr5c .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tGzYKCOr5c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGzYKCOr5c .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-tGzYKCOr5c .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-tGzYKCOr5c .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tGzYKCOr5c .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-tGzYKCOr5c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGzYKCOr5c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGzYKCOr5c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 70px - 1rem);
  }
}
.cid-tGzYKCOr5c .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tGzYKCOr5c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGzYKCOr5c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tGzYKCOr5c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGzYKCOr5c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGzYKCOr5c .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-tGzYKCOr5c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGzYKCOr5c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tGzYKCOr5c .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tGzYKCOr5c .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tGzYKCOr5c .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tGzYKCOr5c .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGzYKCOr5c .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-tGzYKCOr5c .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-tGzYKCOr5c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGzYKCOr5c .dropdown-item.active,
.cid-tGzYKCOr5c .dropdown-item:active {
  background-color: transparent;
}
.cid-tGzYKCOr5c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGzYKCOr5c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tGzYKCOr5c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGzYKCOr5c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-tGzYKCOr5c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGzYKCOr5c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGzYKCOr5c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGzYKCOr5c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGzYKCOr5c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGzYKCOr5c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGzYKCOr5c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGzYKCOr5c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGzYKCOr5c .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tGzYKCOr5c a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-tGzYKCOr5c a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-tGzYKCOr5c .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-tGzYKCOr5c .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-tGzYKCOr5c .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-tGzYKCOr5c .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-tGzYKCOr5c .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tGzYKCOr5c .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-tGzYKCOr5c .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-tGzYKCOr5c .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tGzYKCOr5c .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-tGzYKCOr5c .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-tGzYKCOr5c a.nav-link {
    justify-content: flex-start;
  }
  .cid-tGzYKCOr5c ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-tGzYKCOr5c .navbar-brand {
    padding: 0;
  }
  .cid-tGzYKCOr5c .block__phone,
  .cid-tGzYKCOr5c .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-tGzYKCOr5c .widget {
    flex-direction: column;
  }
  .cid-tGzYKCOr5c .widget p,
  .cid-tGzYKCOr5c .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-tGzYKCOr5c .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-tGzYKCOr5c .navbar {
    height: 97px;
  }
  .cid-tGzYKCOr5c .navbar.opened {
    height: auto;
  }
  .cid-tGzYKCOr5c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGzYKDm404 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/24-612x408.jpg");
}
.cid-tGzYKDm404 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tGzYKDm404 .subtitle__block,
.cid-tGzYKDm404 .title__block,
.cid-tGzYKDm404 .buttons__block {
  pointer-events: all;
}
.cid-tGzYKDm404 .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-tGzYKDm404 .subtitle__block SPAN {
  color: #f0bf79;
}
.cid-tGzYKDm404 .mbr-section-subtitle {
  display: inline-block;
}
.cid-tGzYKDm404 .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-tGzYKDm404 .mbr-text {
  margin-top: 35px;
}
.cid-tGzYKDm404 .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-tGzYKDm404 .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-tGzYKDm404 .inner__buttons .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-tGzYKDm404 .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-tGzYKDm404 .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-tGzYKDm404 .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-tGzYKDm404 .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-tGzYKDm404 .mbr-figure:hover {
  color: #f0bf79;
  cursor: pointer;
}
.cid-tGzYKDm404 .mbr-figure:hover .mbr-media {
  border-color: #f0bf79;
  color: #f0bf79;
}
@media (max-width: 575px) {
  .cid-tGzYKDm404 .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-tGzYKDm404 .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-tGzYKDm404 .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-tGzYKDm404 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-tGzYKDm404 .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-tGzYKDm404 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tGzYKDm404 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tGzYKDm404 .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tGzYKDm404 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-tGzYKDm404 a.close:hover {
  color: #ffffff;
}
.cid-tGzYKDm404 .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-tGzYKDm404 .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-tGzYKDm404 .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #ff6400;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-tGzYKDm404 .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #f0bf79;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-tGzYKDm404 .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #f0bf79;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-tGzYKDm404 .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #ff6400;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-tGzYKDm404 .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #1e2149;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@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 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-tGzYKDm404 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGzYKDm404 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGzYKDm404 .mbr-text,
.cid-tGzYKDm404 .buttons__block {
  color: #ffffff;
}
.cid-tGzYKDm404 .mbr-section-title,
.cid-tGzYKDm404 .subtitle__wrap {
  color: #ffffff;
}
.cid-tGzYKEezVn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGzYKEezVn .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-tGzYKEezVn .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-tGzYKEezVn .mbr-section-title,
.cid-tGzYKEezVn .icon__wrap {
  text-align: left;
}
.cid-tGzYKEezVn .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tGzYKEezVn .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-tGzYKEezVn .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-tGzYKEezVn .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-tGzYKEezVn .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-tGzYKEezVn .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-tGzYKEezVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGzYKEezVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGzYKEJIUt {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGzYKEJIUt .container,
.cid-tGzYKEJIUt .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-tGzYKEJIUt .icon__wrap,
.cid-tGzYKEJIUt .mbr-section-title,
.cid-tGzYKEJIUt .mbr-text,
.cid-tGzYKEJIUt .items__block,
.cid-tGzYKEJIUt .mbr-section-btn,
.cid-tGzYKEJIUt .image {
  pointer-events: all;
}
.cid-tGzYKEJIUt .image {
  text-align: center;
}
.cid-tGzYKEJIUt .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-tGzYKEJIUt .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-tGzYKEJIUt .mbr-text {
  margin-bottom: 40px;
}
.cid-tGzYKEJIUt .items__block .item .mbr-iconfont {
  color: #ff6400;
  margin-right: 10px;
  font-size: 14px;
}
.cid-tGzYKEJIUt .mbr-section-btn {
  margin-top: 55px;
}
.cid-tGzYKEJIUt .icon__block {
  background: linear-gradient(135deg, rgba(255, 100, 0, 0.54) 0%, rgba(255, 100, 0, 0.85) 60%, #ff6400 100%);
}
.cid-tGzYKEJIUt .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-tGzYKEJIUt .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-tGzYKEJIUt .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-tGzYKEJIUt .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-tGzYKEJIUt .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-tGzYKEJIUt .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #1e2149;
  animation: animationTwo 25s infinite linear;
}
.cid-tGzYKEJIUt .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-tGzYKEJIUt .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-tGzYKEJIUt .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-tGzYKEJIUt .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-tGzYKEJIUt .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-tGzYKEJIUt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGzYKEJIUt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGzYKEJIUt .mbr-text,
.cid-tGzYKEJIUt .mbr-section-btn {
  color: #000000;
}
.cid-tGzYKEJIUt .mbr-section-title,
.cid-tGzYKEJIUt .icon__wrap {
  color: #000000;
}
.cid-tGzYKFjEs1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tGzYKFjEs1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGzYKFjEs1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tGzYKFjEs1 .container {
    padding: 0 20px;
  }
}
.cid-tGzYKFjEs1 .row {
  margin: 0;
}
.cid-tGzYKFjEs1 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tGzYKFjEs1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tGzYKFjEs1 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tGzYKFjEs1 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tGzYKFjEs1 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tGzYKFjEs1 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tGzYKFjEs1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tGzYKFKT0f {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tGzYKFKT0f .content {
    text-align: center;
  }
  .cid-tGzYKFKT0f .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGzYKFKT0f .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGzYKFKT0f .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGzYKFKT0f .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGzYKFKT0f .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGzYKFKT0f .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGzYKFKT0f .google-map [data-state-details] {
  color: #1e2149;
  font-family: Montserrat;
  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-tGzYKFKT0f .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGzYKFKT0f .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGzYKFKT0f .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 993px) {
  .cid-tGzYKFKT0f .social-list {
    margin-left: -7px;
  }
}
.cid-tGzYKFKT0f .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGzYKFKT0f .social-list .soc-item {
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 0.5rem 0.5rem;
  filter: invert(1);
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
@media (max-width: 992px) {
  .cid-tGzYKFKT0f .social-list .soc-item {
    margin: 0 0.1rem 0.2rem;
  }
}
.cid-tGzYKFKT0f .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGzYKFKT0f .social-list a:hover {
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-tGzYKFKT0f .social-list {
    justify-content: left;
  }
}
@media (max-width: 767px) {
  .cid-tGzYKFKT0f .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGzYKFKT0f .list {
  list-style-type: none;
  padding: 0;
}
.cid-tGzYKFKT0f .socicon {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .cid-tGzYKFKT0f .mbr-section-head {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .cid-tGzYKFKT0f .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tGzYKFKT0f H5 {
  color: #000000;
}
.cid-tGzYKFKT0f .mbr-text {
  color: #000000;
}
.cid-tGzYKFKT0f .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tGzYKGss5j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a1340;
}
.cid-tGzYKGss5j .mbr-text {
  color: #FFFFFF;
}
.cid-tGA0s3zK8r {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-tGA0s3zK8r .nav-item,
.cid-tGA0s3zK8r .nav-link,
.cid-tGA0s3zK8r .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tGA0s3zK8r .nav-item:hover,
.cid-tGA0s3zK8r .nav-link:hover,
.cid-tGA0s3zK8r .navbar-caption:hover {
  color: #f0bf79 !important;
}
.cid-tGA0s3zK8r .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-tGA0s3zK8r .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-tGA0s3zK8r .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tGA0s3zK8r .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tGA0s3zK8r .container-fluid,
.cid-tGA0s3zK8r .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-tGA0s3zK8r .navbar-brand {
  padding: 0;
}
.cid-tGA0s3zK8r .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-tGA0s3zK8r .nav-link:hover:before {
  width: 100%;
}
.cid-tGA0s3zK8r .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-tGA0s3zK8r .nav-link {
    margin: 0 !important;
  }
}
.cid-tGA0s3zK8r .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGA0s3zK8r .widget p,
.cid-tGA0s3zK8r .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-tGA0s3zK8r .widget p a,
.cid-tGA0s3zK8r .widget .icons-menu a {
  margin-left: 15px;
}
.cid-tGA0s3zK8r .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-tGA0s3zK8r .icons__wrap:hover {
  color: #000000;
  background-color: #f0bf79;
  border-color: #f0bf79;
}
.cid-tGA0s3zK8r .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tGA0s3zK8r .block__phone,
  .cid-tGA0s3zK8r .icons-menu {
    display: none;
  }
  .cid-tGA0s3zK8r .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tGA0s3zK8r .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-tGA0s3zK8r .mbr-section-btn .btn-secondary:hover {
  background-color: #f0bf79 !important;
  color: #ffffff !important;
}
.cid-tGA0s3zK8r .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-tGA0s3zK8r .navbar > .container,
.cid-tGA0s3zK8r .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tGA0s3zK8r .btn {
    white-space: nowrap;
  }
  .cid-tGA0s3zK8r .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-tGA0s3zK8r .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tGA0s3zK8r .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tGA0s3zK8r .dropdown-toggle::after,
  .cid-tGA0s3zK8r .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-tGA0s3zK8r .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-tGA0s3zK8r .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-tGA0s3zK8r .dropdown-menu .dropdown-item:hover {
  color: #f0bf79 !important;
}
.cid-tGA0s3zK8r .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tGA0s3zK8r .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tGA0s3zK8r .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-tGA0s3zK8r .nav-item:focus,
.cid-tGA0s3zK8r .nav-link:focus {
  outline: none;
}
.cid-tGA0s3zK8r .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-tGA0s3zK8r .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-tGA0s3zK8r .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tGA0s3zK8r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGA0s3zK8r .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tGA0s3zK8r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGA0s3zK8r .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tGA0s3zK8r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGA0s3zK8r .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-tGA0s3zK8r .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-tGA0s3zK8r .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tGA0s3zK8r .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-tGA0s3zK8r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGA0s3zK8r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGA0s3zK8r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 70px - 1rem);
  }
}
.cid-tGA0s3zK8r .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tGA0s3zK8r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGA0s3zK8r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tGA0s3zK8r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGA0s3zK8r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGA0s3zK8r .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-tGA0s3zK8r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGA0s3zK8r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tGA0s3zK8r .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tGA0s3zK8r .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tGA0s3zK8r .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tGA0s3zK8r .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGA0s3zK8r .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-tGA0s3zK8r .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-tGA0s3zK8r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGA0s3zK8r .dropdown-item.active,
.cid-tGA0s3zK8r .dropdown-item:active {
  background-color: transparent;
}
.cid-tGA0s3zK8r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tGA0s3zK8r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tGA0s3zK8r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGA0s3zK8r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff3a46;
}
.cid-tGA0s3zK8r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGA0s3zK8r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGA0s3zK8r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGA0s3zK8r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGA0s3zK8r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGA0s3zK8r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGA0s3zK8r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGA0s3zK8r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGA0s3zK8r .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tGA0s3zK8r a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-tGA0s3zK8r a.nav-link:hover {
  color: #f0bf79 !important;
}
@media (max-width: 991px) {
  .cid-tGA0s3zK8r .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-tGA0s3zK8r .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-tGA0s3zK8r .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-tGA0s3zK8r .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-tGA0s3zK8r .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tGA0s3zK8r .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-tGA0s3zK8r .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-tGA0s3zK8r .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tGA0s3zK8r .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-tGA0s3zK8r .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-tGA0s3zK8r a.nav-link {
    justify-content: flex-start;
  }
  .cid-tGA0s3zK8r ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-tGA0s3zK8r .navbar-brand {
    padding: 0;
  }
  .cid-tGA0s3zK8r .block__phone,
  .cid-tGA0s3zK8r .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-tGA0s3zK8r .widget {
    flex-direction: column;
  }
  .cid-tGA0s3zK8r .widget p,
  .cid-tGA0s3zK8r .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-tGA0s3zK8r .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-tGA0s3zK8r .navbar {
    height: 97px;
  }
  .cid-tGA0s3zK8r .navbar.opened {
    height: auto;
  }
  .cid-tGA0s3zK8r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGA0s481od {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/26-612x408.jpg");
}
.cid-tGA0s481od .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tGA0s481od .subtitle__block,
.cid-tGA0s481od .title__block,
.cid-tGA0s481od .buttons__block {
  pointer-events: all;
}
.cid-tGA0s481od .subtitle__block {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  line-height: 36px;
  padding: 0 20px;
  border-radius: 18px;
}
.cid-tGA0s481od .subtitle__block SPAN {
  color: #f0bf79;
}
.cid-tGA0s481od .mbr-section-subtitle {
  display: inline-block;
}
.cid-tGA0s481od .mbr-section-title {
  margin-top: 25px;
  color: #233d63;
}
.cid-tGA0s481od .mbr-text {
  margin-top: 35px;
}
.cid-tGA0s481od .inner__buttons {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 33px;
}
.cid-tGA0s481od .inner__buttons .mbr-section-btn {
  display: inline-block;
}
.cid-tGA0s481od .inner__buttons .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-tGA0s481od .inner__buttons .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-tGA0s481od .inner__buttons .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-tGA0s481od .inner__buttons .mbr-section-btn {
    width: 100%;
  }
}
.cid-tGA0s481od .mbr-figure {
  display: inline-block;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-tGA0s481od .mbr-figure:hover {
  color: #f0bf79;
  cursor: pointer;
}
.cid-tGA0s481od .mbr-figure:hover .mbr-media {
  border-color: #f0bf79;
  color: #f0bf79;
}
@media (max-width: 575px) {
  .cid-tGA0s481od .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-tGA0s481od .mbr-media {
  display: inline-flex;
  color: #dbdbdb;
  align-items: center;
  justify-content: center;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-tGA0s481od .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-tGA0s481od .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-tGA0s481od .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.cid-tGA0s481od .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tGA0s481od .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tGA0s481od .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-tGA0s481od 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-tGA0s481od a.close:hover {
  color: #ffffff;
}
.cid-tGA0s481od .animation__background .triangle {
  position: absolute;
  top: 13%;
  right: 44%;
  animation: rotatedHalf 40s infinite linear;
}
.cid-tGA0s481od .animation__background .triangle2 {
  position: absolute;
  bottom: 10%;
  left: 40%;
  animation: rotated 23s infinite linear;
  width: 55px;
  height: 55px;
}
.cid-tGA0s481od .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid #ff6400;
  border-radius: 50%;
  position: absolute;
  top: 15%;
  left: 36%;
  animation: animationOne 25s infinite linear;
}
.cid-tGA0s481od .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #f0bf79;
  border-radius: 50%;
  position: absolute;
  top: 23%;
  left: 8%;
  animation: animationTwo 27s infinite linear;
}
.cid-tGA0s481od .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 30%;
  background: #f0bf79;
  border-radius: 50%;
  animation: animationOne 21s infinite linear;
}
.cid-tGA0s481od .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #ff6400;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 31s infinite linear;
}
.cid-tGA0s481od .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #1e2149;
  border-radius: 50%;
  top: 12%;
  right: 6%;
  animation: animationTwo 35s infinite linear;
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@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 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-tGA0s481od .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGA0s481od .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGA0s481od .mbr-text,
.cid-tGA0s481od .buttons__block {
  color: #ffffff;
}
.cid-tGA0s481od .mbr-section-title,
.cid-tGA0s481od .subtitle__wrap {
  color: #ffffff;
}
.cid-tGA0s5bHeF {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGA0s5bHeF .mbr-section-title {
  color: #233d63;
  margin-bottom: 25px;
}
.cid-tGA0s5bHeF .icon__block {
  background: linear-gradient(135deg, rgba(191, 108, 255, 0.54) 0%, rgba(191, 108, 255, 0.85) 60%, #bf6cff 100%);
}
.cid-tGA0s5bHeF .mbr-section-title,
.cid-tGA0s5bHeF .icon__wrap {
  text-align: left;
  color: #000000;
}
.cid-tGA0s5bHeF .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tGA0s5bHeF .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-tGA0s5bHeF .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-tGA0s5bHeF .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-tGA0s5bHeF .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-tGA0s5bHeF .icon__wrap .icon__block .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.cid-tGA0s5bHeF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGA0s5bHeF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGA0s5KwLA {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGA0s5KwLA .container,
.cid-tGA0s5KwLA .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-tGA0s5KwLA .icon__wrap,
.cid-tGA0s5KwLA .mbr-section-title,
.cid-tGA0s5KwLA .mbr-text,
.cid-tGA0s5KwLA .items__block,
.cid-tGA0s5KwLA .mbr-section-btn,
.cid-tGA0s5KwLA .image {
  pointer-events: all;
}
.cid-tGA0s5KwLA .image {
  text-align: center;
}
.cid-tGA0s5KwLA .image img {
  max-height: 700px;
  width: 72%;
  object-fit: cover;
}
.cid-tGA0s5KwLA .mbr-section-title {
  color: #233d63;
  margin-bottom: 40px;
}
.cid-tGA0s5KwLA .mbr-text {
  margin-bottom: 40px;
}
.cid-tGA0s5KwLA .items__block .item .mbr-iconfont {
  color: #ff6400;
  margin-right: 10px;
  font-size: 14px;
}
.cid-tGA0s5KwLA .mbr-section-btn {
  margin-top: 55px;
}
.cid-tGA0s5KwLA .icon__block {
  background: linear-gradient(135deg, rgba(255, 100, 0, 0.54) 0%, rgba(255, 100, 0, 0.85) 60%, #ff6400 100%);
}
.cid-tGA0s5KwLA .animation__background .quadr {
  position: absolute;
  bottom: 36%;
  right: 23%;
  animation: animationOne 40s infinite linear;
  width: 60px;
  height: 60px;
}
.cid-tGA0s5KwLA .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-tGA0s5KwLA .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-tGA0s5KwLA .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-tGA0s5KwLA .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-tGA0s5KwLA .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #1e2149;
  animation: animationTwo 25s infinite linear;
}
.cid-tGA0s5KwLA .icon__wrap {
  width: 100%;
  margin-bottom: 23px;
}
.cid-tGA0s5KwLA .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-tGA0s5KwLA .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-tGA0s5KwLA .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-tGA0s5KwLA .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-tGA0s5KwLA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGA0s5KwLA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGA0s5KwLA .mbr-text,
.cid-tGA0s5KwLA .mbr-section-btn {
  color: #000000;
}
.cid-tGA0s5KwLA .mbr-section-title,
.cid-tGA0s5KwLA .icon__wrap {
  color: #000000;
}
.cid-tGA19udX9l {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tGA19udX9l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGA19udX9l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGA19udX9l .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tGA19udX9l .container-fluid {
    padding: 0 20px;
  }
}
.cid-tGA19udX9l .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tGA19udX9l .container {
    padding: 0 20px;
  }
}
.cid-tGA19udX9l .text-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tGA19udX9l .text-wrapper {
    display: block;
  }
}
.cid-tGA19udX9l .text-wrapper .mbr-emoji {
  margin-right: 15px;
  margin-bottom: 0;
  max-width: 50px;
}
@media (max-width: 768px) {
  .cid-tGA19udX9l .text-wrapper .mbr-emoji {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
    max-width: 100%;
  }
}
.cid-tGA19udX9l .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tGA19udX9l .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tGA19udX9l .mbr-emoji {
  color: #ffffff;
}
.cid-tGA0s6n273 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tGA0s6n273 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGA0s6n273 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tGA0s6n273 .container {
    padding: 0 20px;
  }
}
.cid-tGA0s6n273 .row {
  margin: 0;
}
.cid-tGA0s6n273 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tGA0s6n273 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tGA0s6n273 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tGA0s6n273 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tGA0s6n273 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tGA0s6n273 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tGA0s6n273 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tGA0s6Yzl3 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tGA0s6Yzl3 .content {
    text-align: center;
  }
  .cid-tGA0s6Yzl3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tGA0s6Yzl3 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tGA0s6Yzl3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tGA0s6Yzl3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tGA0s6Yzl3 .google-map {
  height: 25rem;
  position: relative;
}
.cid-tGA0s6Yzl3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGA0s6Yzl3 .google-map [data-state-details] {
  color: #1e2149;
  font-family: Montserrat;
  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-tGA0s6Yzl3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGA0s6Yzl3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGA0s6Yzl3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 993px) {
  .cid-tGA0s6Yzl3 .social-list {
    margin-left: -7px;
  }
}
.cid-tGA0s6Yzl3 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tGA0s6Yzl3 .social-list .soc-item {
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 0.5rem 0.5rem;
  filter: invert(1);
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
@media (max-width: 992px) {
  .cid-tGA0s6Yzl3 .social-list .soc-item {
    margin: 0 0.1rem 0.2rem;
  }
}
.cid-tGA0s6Yzl3 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tGA0s6Yzl3 .social-list a:hover {
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-tGA0s6Yzl3 .social-list {
    justify-content: left;
  }
}
@media (max-width: 767px) {
  .cid-tGA0s6Yzl3 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tGA0s6Yzl3 .list {
  list-style-type: none;
  padding: 0;
}
.cid-tGA0s6Yzl3 .socicon {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .cid-tGA0s6Yzl3 .mbr-section-head {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .cid-tGA0s6Yzl3 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-tGA0s6Yzl3 H5 {
  color: #000000;
}
.cid-tGA0s6Yzl3 .mbr-text {
  color: #000000;
}
.cid-tGA0s6Yzl3 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tGA0s7Od11 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a1340;
}
.cid-tGA0s7Od11 .mbr-text {
  color: #FFFFFF;
}
