@import url(https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Be+Vietnam:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap&display=swap);





body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.8rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Be Vietnam', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Be Vietnam', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f38881 !important;
}
.bg-success {
  background-color: #655495 !important;
}
.bg-info {
  background-color: #4200ff !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #ebeaed !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f38881 !important;
  border-color: #f38881 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #f38881;
  border-color: #f38881;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f38881 !important;
  border-color: #f38881 !important;
}
.btn-primary:hover {
  background-color: #ef5c52 !important;
  border-color: #ef5c52 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #341d74 !important;
  border-color: #341d74 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #341d74;
  border-color: #341d74;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
.btn-secondary:hover {
  background-color: #f38881 !important;
  border-color: #f38881 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4200ff !important;
  border-color: #4200ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4200ff;
  border-color: #4200ff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-info:hover {
  background-color: #3500cc !important;
  border-color: #3500cc !important;
}
.btn-success,
.btn-success:active {
  background-color: #655495 !important;
  border-color: #655495 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #655495;
  border-color: #655495;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #655495 !important;
  border-color: #655495 !important;
}
.btn-success:hover {
  background-color: #4f4274 !important;
  border-color: #4f4274 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
  color: #696474 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #696474 !important;
  background-color: #ebeaed;
  border-color: #ebeaed;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-danger:hover {
  background-color: #d1cfd5 !important;
  border-color: #d1cfd5 !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 {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #f38881;
  color: #f38881;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #f38881 !important;
  border-color: #f38881;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f38881 !important;
  border-color: #f38881 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #341d74;
  color: #341d74;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #341d74 !important;
  border-color: #341d74;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #341d74 !important;
  border-color: #341d74 !important;
}
.btn-secondary-outline:hover {
  background-color: #f38881 !important;
  border-color: #f38881 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4200ff;
  color: #4200ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #4200ff !important;
  border-color: #4200ff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4200ff !important;
  border-color: #4200ff !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #655495;
  color: #655495;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #655495 !important;
  border-color: #655495;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #655495 !important;
  border-color: #655495 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ebeaed;
  color: #ebeaed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #696474 !important;
  background: #ebeaed !important;
  border-color: #ebeaed;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #696474 !important;
  background-color: #ebeaed !important;
  border-color: #ebeaed !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !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:hover {
  color: #17161a !important;
}
.text-primary {
  color: #f38881 !important;
}
.text-secondary {
  color: #341d74 !important;
}
.text-success {
  color: #655495 !important;
}
.text-info {
  color: #4200ff !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #ebeaed !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ea3024 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0f0922 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #392f54 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #280099 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b7b3be !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #f38881 !important;
}
.alert-success {
  background-color: #655495;
}
.alert-info {
  background-color: #4200ff;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #ebeaed;
}
.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: #f38881;
  border-color: #f38881;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f38881;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #aa9fc9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9ccff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #f38881;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f38881;
  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: #f38881;
  border-bottom-color: #f38881;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f38881 !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: #341d74 !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-sUuhM8HJuG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #191f23;
}
.cid-sUuhM8HJuG .content__block {
  padding: 50px 15px;
}
.cid-sUuhM8HJuG .circle:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  margin-top: -2px;
  color: #f38881;
  margin-left: 4px;
  margin-right: 4px;
}
.cid-sUuhM8HJuG .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-sUuhM8HJuG .mbr-text {
  opacity: 0.6;
  margin-bottom: 25px;
}
.cid-sUuhM8HJuG .image {
  perspective: 3500px;
  position: relative;
}
.cid-sUuhM8HJuG .image:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  z-index: 1;
  pointer-events: none;
}
.cid-sUuhM8HJuG .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sUuhM8HJuG .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-sUuhM8HJuG .mbr-section-btn .btn-white-outline:hover {
  color: #f38881 !important;
}
@media (max-width: 991px) {
  .cid-sUuhM8HJuG .content__block {
    padding: 30px 15px;
  }
  .cid-sUuhM8HJuG .mbr-figure {
    padding: 0;
  }
  .cid-sUuhM8HJuG .image:before {
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(25, 31, 35, 0.99));
  }
}
@media (min-width: 992px) {
  .cid-sUuhM8HJuG .lg-push {
    right: 13%;
  }
  .cid-sUuhM8HJuG .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-sUuhM8HJuG .row:hover .image img {
    transform: rotateY(8deg);
  }
}
.cid-sUuhM8HJuG .btn:hover .mbr-iconfont {
  animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
  0% {
    transform: translateX(0px);
  }
  51% {
    transform: translateX(20px);
    opacity: 1;
  }
  52% {
    opacity: 0;
    transform: translateX(-20px);
  }
  53% {
    opacity: 0;
  }
  54% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
  }
}
.cid-sUuhXpyubP {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sUuhXpyubP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sUuhXpyubP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUuhXpyubP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sUuhXpyubP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sUuhXpyubP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #149dcc);
}
.cid-sUuhXpyubP .icon-focus {
  display: none;
}
.cid-sUuhXpyubP .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sUuhXpyubP ul {
  font-size: 0;
}
.cid-sUuhXpyubP .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sUuhXpyubP .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sUuhXpyubP .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #f38881, #341d74);
}
.cid-sUuhXpyubP .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sUuhXpyubP .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sUuhXpyubP .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sUuhXpyubP .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sUuhXpyubP .btn:hover {
  background: transparent !important;
}
.cid-sUuhXpyubP .btn:hover:before {
  background: transparent !important;
}
.cid-sUuhXpyubP .btn:before {
  background-color: transparent !important;
}
.cid-sUuhXpyubP .btn:focus {
  box-shadow: none;
}
.cid-sUuhXpyubP .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sUuhjP3iWz {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #3d0066;
}
.cid-sUuhjP3iWz .nav-item,
.cid-sUuhjP3iWz .nav-link,
.cid-sUuhjP3iWz .navbar-caption {
  font-weight: normal;
}
.cid-sUuhjP3iWz .navbar-nav {
  counter-reset: number;
}
.cid-sUuhjP3iWz .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-sUuhjP3iWz .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-sUuhjP3iWz .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-sUuhjP3iWz .btn {
    white-space: nowrap;
  }
  .cid-sUuhjP3iWz .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-sUuhjP3iWz .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-sUuhjP3iWz .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-sUuhjP3iWz .dropdown-toggle::after,
  .cid-sUuhjP3iWz .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-sUuhjP3iWz .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sUuhjP3iWz .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sUuhjP3iWz .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-sUuhjP3iWz .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sUuhjP3iWz .dropdown-menu .dropdown-item:hover {
  color: #f38881 !important;
  background-color: #fafafa;
}
.cid-sUuhjP3iWz .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-sUuhjP3iWz .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-sUuhjP3iWz .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-sUuhjP3iWz .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-sUuhjP3iWz .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-sUuhjP3iWz .nav-item:focus,
.cid-sUuhjP3iWz .nav-link:focus {
  outline: none;
}
.cid-sUuhjP3iWz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-sUuhjP3iWz .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-sUuhjP3iWz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sUuhjP3iWz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUuhjP3iWz .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sUuhjP3iWz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUuhjP3iWz ul.navbar-nav li {
  margin: auto;
}
.cid-sUuhjP3iWz .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #3d0066;
}
.cid-sUuhjP3iWz .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #3d0066 !important;
}
.cid-sUuhjP3iWz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUuhjP3iWz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUuhjP3iWz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUuhjP3iWz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.6rem - 1rem);
  }
}
.cid-sUuhjP3iWz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sUuhjP3iWz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUuhjP3iWz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sUuhjP3iWz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUuhjP3iWz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUuhjP3iWz .navbar .container-fluid,
  .cid-sUuhjP3iWz .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-sUuhjP3iWz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sUuhjP3iWz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUuhjP3iWz .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-sUuhjP3iWz .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-sUuhjP3iWz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sUuhjP3iWz .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sUuhjP3iWz .navbar.navbar-short {
  background: #3d0066 !important;
  min-height: 90px;
}
.cid-sUuhjP3iWz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sUuhjP3iWz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sUuhjP3iWz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUuhjP3iWz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUuhjP3iWz .dropdown-item.active,
.cid-sUuhjP3iWz .dropdown-item:active {
  background-color: transparent;
}
.cid-sUuhjP3iWz .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUuhjP3iWz .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-sUuhjP3iWz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3d0066;
}
.cid-sUuhjP3iWz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-sUuhjP3iWz .navbar-buttons {
  text-align: center;
}
.cid-sUuhjP3iWz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sUuhjP3iWz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sUuhjP3iWz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sUuhjP3iWz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sUuhjP3iWz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sUuhjP3iWz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sUuhjP3iWz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUuhjP3iWz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sUuhjP3iWz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sUuhjP3iWz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sUuhjP3iWz .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sUuhjP3iWz a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-sUuhjP3iWz a.nav-link:hover {
  color: #f38881 !important;
}
.is-builder .cid-sUuhjP3iWz .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sUuhjP3iWz .navbar {
    height: 77px;
  }
  .cid-sUuhjP3iWz .navbar.opened {
    height: auto;
  }
  .cid-sUuhjP3iWz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUuhjQZjJ6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3d0066;
  overflow: hidden;
}
.cid-rRHuzA3u55 {
  background-image: url("../../../assets/images/youthcamp2-1-1894x1061.png");
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.cid-rRHuzA3u55 .push__top {
  padding-top: 80px;
}
.cid-rRHuzA3u55 .wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 660px;
}
.cid-rRHuzA3u55 .title__block {
  width: 70%;
}
.cid-rRHuzA3u55 .mbr-section-subtitle,
.cid-rRHuzA3u55 .bottom__about__text,
.cid-rRHuzA3u55 .bottom__subtitle {
  line-height: 30px;
}
.cid-rRHuzA3u55 .mbr-section-subtitle {
  margin-bottom: 30px;
  color: #ffffff;
}
.cid-rRHuzA3u55 .mbr-section-title {
  line-height: 65px;
  color: #ffffff;
}
.cid-rRHuzA3u55 .widget__number {
  margin-bottom: 8px;
}
.cid-rRHuzA3u55 .date__block {
  padding: 20px;
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
}
.cid-rRHuzA3u55 .divider {
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  display: inline-block;
  margin-bottom: 25px;
}
.cid-rRHuzA3u55 .widget {
  width: 100%;
  padding: 0 0 70px;
  display: flex;
  flex-wrap: wrap;
}
.cid-rRHuzA3u55 .widget__item {
  padding: 0 20px;
  width: 33%;
}
.cid-rRHuzA3u55 .bottom__about {
  width: 90%;
  background-color: rgba(52, 29, 116, 0.95);
  padding: 40px 40px 70px;
}
@media (max-width: 991px) {
  .cid-rRHuzA3u55 .wrap__title {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  .cid-rRHuzA3u55 .date__block {
    margin-top: 50px;
  }
  .cid-rRHuzA3u55 .mbr-section-title {
    line-height: 1;
  }
  .cid-rRHuzA3u55 .push__top {
    padding-top: 30px;
  }
  .cid-rRHuzA3u55 .widget__item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .cid-rRHuzA3u55 .bottom__about {
    width: 100%;
    padding: 20px;
  }
  .cid-rRHuzA3u55 .widget {
    margin-top: 10px;
    padding: 0;
    flex-direction: column;
  }
  .cid-rRHuzA3u55 .widget__item {
    display: flex;
    width: 100%;
  }
  .cid-rRHuzA3u55 .widget__item .divider {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-rRHuzA3u55 .title__block {
    width: 100%;
  }
  .cid-rRHuzA3u55 .wrap__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .cid-rRHuzA3u55 .date__block {
    margin-top: 20px;
    width: 50%;
    position: relative;
    top: auto;
    right: auto;
  }
  .cid-rRHuzA3u55 .mbr-section-subtitle {
    margin-bottom: 15px;
  }
  .cid-rRHuzA3u55 .divider {
    margin-bottom: 10px;
  }
  .cid-rRHuzA3u55 a.close {
    right: 50px;
    top: 25px;
  }
  .cid-rRHuzA3u55 .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
}
.cid-sSUuZifbN3 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sSUuZifbN3 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-sSUuZifbN3 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #f38881, #341d74);
  display: inline-block;
}
.cid-sSUuZifbN3 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sSUuZifbN3 .number-wrap {
  color: #ffffff;
  background: #b24ef5;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  max-width: 100%;
  background: linear-gradient(135deg, #b24ef5, #3d0066);
}
.cid-sSUuZifbN3 .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-sSUuZifbN3 .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-sSUuZifbN3 .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: none;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-sSUuZifbN3 .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sSUuZifbN3 .dot {
    display: none;
  }
}
@media (max-width: 550px) {
  .cid-sSUuZifbN3 .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-sSUuZifbN3 .number-wrap {
    min-width: auto;
  }
  .cid-sSUuZifbN3 .number {
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-sSUuZifbN3 .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-sSUuZifbN3 .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-sSUuZifbN3 .number {
    font-size: 28px;
  }
  .cid-sSUuZifbN3 .period {
    font-size: 0.7rem;
  }
}
.cid-sUogyH7tuV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-sUogyH7tuV .text-content .btn-bgr {
  z-index: 0;
}
.cid-sUogyH7tuV .mbr-overlay {
  background: #d7e8f6;
  background: linear-gradient(135deg, #d7e8f6, #f0fdff);
}
.cid-sUogyH7tuV .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sUogyH7tuV .text-content {
  padding: 2rem 0rem;
  background-color: #ffffff;
}
.cid-sUogyH7tuV .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sUogyH7tuV .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sUogyH7tuV .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sUogyH7tuV .text-content {
    margin-bottom: 2rem;
  }
}
.cid-rRHz8FfvDi {
  overflow: hidden !important;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/festival-of-colors10-1200x800.jpg");
}
.cid-rRHz8FfvDi .title__block {
  padding-bottom: 40px;
}
.cid-rRHz8FfvDi .carousel {
  margin-bottom: 80px;
}
.cid-rRHz8FfvDi .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  transition: none !important;
}
.cid-rRHz8FfvDi .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(23, 22, 26, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRHz8FfvDi .carousel-controls a:hover span {
  background: rgba(23, 22, 26, 0.6);
}
.cid-rRHz8FfvDi .carousel-inner {
  overflow: visible !important;
}
.cid-rRHz8FfvDi .carousel-item:first-child {
  display: flex;
  transform: translateX(50%);
}
.cid-rRHz8FfvDi .carousel-item.active + .carousel-item {
  display: flex;
  transform: translateX(50%);
}
.cid-rRHz8FfvDi .carousel-item.active {
  display: flex;
  transform: translateX(-50%);
}
.cid-rRHz8FfvDi .user {
  height: 300px;
}
.cid-rRHz8FfvDi .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-rRHz8FfvDi .carousel-control-prev {
  top: auto;
  left: -3%;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-rRHz8FfvDi .carousel-control-next {
  top: auto;
  left: 2%;
  margin-left: 8px;
  bottom: -45px;
  opacity: 1;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
@media (max-width: 1199px) {
  .cid-rRHz8FfvDi .carousel-control-next {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-rRHz8FfvDi .carousel-control-prev {
    left: -2%;
  }
  .cid-rRHz8FfvDi .carousel-control-next {
    left: 6%;
  }
  .cid-rRHz8FfvDi .user {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-rRHz8FfvDi .carousel-item > .user:nth-child(2) {
    display: none;
  }
  .cid-rRHz8FfvDi .carousel-item:first-child {
    transform: translateX(0);
  }
  .cid-rRHz8FfvDi .carousel-item.active + .carousel-item {
    transform: translateX(0);
  }
  .cid-rRHz8FfvDi .carousel-item.active {
    transform: translateX(0);
  }
  .cid-rRHz8FfvDi .carousel-controls {
    display: none;
  }
  .cid-rRHz8FfvDi .carousel {
    margin-bottom: 0;
  }
}
.cid-rRHz8FfvDi .mbr-section-title {
  color: #341d74;
}
.cid-rRHz8FfvDi .mbr-text {
  color: #655495;
}
.cid-s2FglZTDrR {
  min-height: 120px !important;
  position: relative;
  overflow: visible;
  background: #3d0066;
}
.cid-s2FglZTDrR .nav-item,
.cid-s2FglZTDrR .nav-link,
.cid-s2FglZTDrR .navbar-caption {
  font-weight: normal;
}
.cid-s2FglZTDrR .navbar-nav {
  counter-reset: number;
}
.cid-s2FglZTDrR .nav-link {
  position: relative;
  counter-increment: number;
  margin: 0 2vw !important;
  padding: 0 !important;
  font-weight: 500;
}
.cid-s2FglZTDrR .nav-link:before {
  content: "0" counter(number);
  display: inline-block;
  opacity: .7;
  font-weight: bold;
  width: auto;
  top: -10px;
  right: 0;
  line-height: 20px;
  font-size: .6em;
  position: absolute;
  height: auto;
  background: transparent;
}
@media (min-width: 992px) {
  .cid-s2FglZTDrR .nav-item {
    margin: 10px 0 0 !important;
  }
  .cid-s2FglZTDrR .btn {
    white-space: nowrap;
  }
  .cid-s2FglZTDrR .dropdown-menu {
    display: inline-block;
    transform-origin: 50% -50px;
    transform: perspective(300px) rotateX(-15deg);
    opacity: 0;
    visibility: hidden;
  }
  .cid-s2FglZTDrR .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-s2FglZTDrR .nav-item:hover .nav-link + .dropdown-menu {
    visibility: hidden;
    opacity: 0;
  }
  .cid-s2FglZTDrR .dropdown-toggle::after,
  .cid-s2FglZTDrR .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
}
.cid-s2FglZTDrR .dropdown-toggle::after {
  content: "\f067";
  font-family: "FontAwesome";
  border: none !important;
  right: 25px !important;
  color: currentColor;
  margin-left: 10px !important;
  margin-top: -5px !important;
  font-size: 13px;
  height: 13px;
  width: 13px;
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FglZTDrR .dropdown-menu {
  box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
  width: auto;
  min-width: 210px;
  max-width: 320px;
  border-radius: 6px;
  top: 20px;
  left: -5px;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FglZTDrR .dropdown-menu .dropdown.open .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  transform: rotate(45deg);
}
.cid-s2FglZTDrR .dropdown-menu .dropdown-item {
  line-height: 100%;
  font-weight: normal;
  padding: 10px 25px !important;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FglZTDrR .dropdown-menu .dropdown-item:hover {
  color: #f38881 !important;
  background-color: #fafafa;
}
.cid-s2FglZTDrR .dropdown.open .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.cid-s2FglZTDrR .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-s2FglZTDrR .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-s2FglZTDrR .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 2px !important;
}
.cid-s2FglZTDrR .dropdown-item {
  padding: 0 1.35vw;
  justify-content: center;
  font-weight: 400;
}
.cid-s2FglZTDrR .nav-item:focus,
.cid-s2FglZTDrR .nav-link:focus {
  outline: none;
}
.cid-s2FglZTDrR .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-s2FglZTDrR .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-s2FglZTDrR .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s2FglZTDrR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s2FglZTDrR .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s2FglZTDrR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s2FglZTDrR ul.navbar-nav li {
  margin: auto;
}
.cid-s2FglZTDrR .navbar {
  min-height: 120px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #3d0066;
}
.cid-s2FglZTDrR .navbar.opened {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  background: #3d0066 !important;
}
.cid-s2FglZTDrR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s2FglZTDrR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s2FglZTDrR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s2FglZTDrR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.6rem - 1rem);
  }
}
.cid-s2FglZTDrR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s2FglZTDrR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s2FglZTDrR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s2FglZTDrR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2FglZTDrR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2FglZTDrR .navbar .container-fluid,
  .cid-s2FglZTDrR .navbar .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .cid-s2FglZTDrR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2FglZTDrR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2FglZTDrR .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-s2FglZTDrR .navbar .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
  }
  .cid-s2FglZTDrR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2FglZTDrR .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-s2FglZTDrR .navbar.navbar-short {
  background: #3d0066 !important;
  min-height: 90px;
}
.cid-s2FglZTDrR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2FglZTDrR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2FglZTDrR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2FglZTDrR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2FglZTDrR .dropdown-item.active,
.cid-s2FglZTDrR .dropdown-item:active {
  background-color: transparent;
}
.cid-s2FglZTDrR .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2FglZTDrR .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 2vw !important;
}
.cid-s2FglZTDrR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3d0066;
}
.cid-s2FglZTDrR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-s2FglZTDrR .navbar-buttons {
  text-align: center;
}
.cid-s2FglZTDrR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2FglZTDrR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2FglZTDrR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2FglZTDrR .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-s2FglZTDrR a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-s2FglZTDrR a.nav-link:hover {
  color: #f38881 !important;
}
.is-builder .cid-s2FglZTDrR .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2FglZTDrR .navbar {
    height: 77px;
  }
  .cid-s2FglZTDrR .navbar.opened {
    height: auto;
  }
  .cid-s2FglZTDrR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUtOQf66dl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sUtOQf66dl .mbr-section-title {
  margin-bottom: 30px;
}
.cid-sUtOQf66dl .mbr-section-subtitle {
  margin-top: 30px;
}
.cid-sUtOQf66dl .title__block {
  padding-bottom: 40px;
}
.cid-sUtOQf66dl .image {
  width: 100%;
  perspective: 700px;
}
.cid-sUtOQf66dl .image img {
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-sUtOQf66dl .image img:hover {
  transform: rotateX(-10deg);
}
.cid-sUtOQf66dl .text__block {
  margin-top: 25px;
}
.cid-sUtOQf66dl .card__text {
  display: block;
  color: #444345;
  line-height: 1.25;
  margin-bottom: 0;
  text-align: center;
}
.cid-sUtOQf66dl .content__block {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sUtOQf66dl .title__block {
    padding-bottom: 30px;
  }
}
.cid-sSUxTAb4dj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #3d0066;
  overflow: hidden;
}
