.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1,
.mbr-iconfont.icon-title-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont,
.mbr-iconfont.icon-title-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2,
.mbr-iconfont.icon-title-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: -1px;
}
.display-2 > .mbr-iconfont,
.mbr-iconfont.icon-title-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  line-height: 1.66;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1,
  .mbr-iconfont.icon-title-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1,
  .mbr-iconfont.icon-title-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2,
  .mbr-iconfont.icon-title-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1,
  .mbr-iconfont.icon-title-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2,
  .mbr-iconfont.icon-title-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.125rem 1.6rem;
  border-radius: 3rem;
}
.btn-sm {
  padding: 0.4rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.4rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #bff747 !important;
}
.bg-success {
  background-color: #d3f59d !important;
}
.bg-info {
  background-color: #e64a19 !important;
}
.bg-warning {
  background-color: #d50000 !important;
}
.bg-danger {
  background-color: #ffd700 !important;
}
.btn-primary {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-primary,
.btn-primary:active {
  background-color: #bff747 !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bff747 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #eafcc1 !important;
  border-color: #eafcc1 !important;
}
.btn-secondary {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fdfde1 !important;
  border-color: #000000 !important;
  color: #717108 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fdfde1 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #717108 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-info,
.btn-info:active {
  background-color: #e64a19 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #e64a19 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #f3a58c !important;
  border-color: #f3a58c !important;
}
.btn-success {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-success,
.btn-success:active {
  background-color: #d3f59d !important;
  border-color: #000000 !important;
  color: #1b2904 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #d3f59d !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #1b2904 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-warning,
.btn-warning:active {
  background-color: #d50000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #d50000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff5656 !important;
  border-color: #ff5656 !important;
}
.btn-danger {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffd700 !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffd700 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #ffeb80 !important;
  border-color: #ffeb80 !important;
}
.btn-white {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-white,
.btn-white:active {
  background-color: #fffff5 !important;
  border-color: #000000 !important;
  color: #8f8f00 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #fffff5 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #8f8f00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-primary-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #bff747;
  color: #bff747;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9ade0a !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #9ade0a !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #2a3c03 !important;
  background-color: #bff747 !important;
  border-color: #bff747 !important;
}
.btn-secondary-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fdfde1;
  color: #fdfde1;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f8f890 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #f8f890 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d1d10e !important;
  background-color: #fdfde1 !important;
  border-color: #fdfde1 !important;
}
.btn-info-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e64a19;
  color: #e64a19;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #983110 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #983110 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e64a19 !important;
  border-color: #e64a19 !important;
}
.btn-success-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d3f59d;
  color: #d3f59d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b0ed4e !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #b0ed4e !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #57850e !important;
  background-color: #d3f59d !important;
  border-color: #d3f59d !important;
}
.btn-warning-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d50000;
  color: #d50000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #7e0000 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #7e0000 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d50000 !important;
  border-color: #d50000 !important;
}
.btn-danger-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffd700;
  color: #ffd700;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a88e00 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #a88e00 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #ffd700 !important;
  border-color: #ffd700 !important;
}
.btn-black-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fffff5;
  color: #fffff5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffff9e !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #ffff9e !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #f5f500 !important;
  background-color: #fffff5 !important;
  border-color: #fffff5 !important;
}
.text-primary {
  color: #bff747 !important;
}
.text-secondary {
  color: #fdfde1 !important;
}
.text-success {
  color: #d3f59d !important;
}
.text-info {
  color: #e64a19 !important;
}
.text-warning {
  color: #d50000 !important;
}
.text-danger {
  color: #ffd700 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #90cf09 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #f3f352 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a9ec40 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8a2c0f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #6f0000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #998100 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #bff747;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e64a19;
}
.alert-warning {
  background-color: #d50000;
}
.alert-danger {
  background-color: #ffd700;
}
.btn .mbr-iconfont-btn::before {
  background-color: #000000;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #bff747;
  border-color: #bff747;
  color: #3b5504;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #bff747;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fadbd1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffa2a2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff7cc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  line-height: 1.66;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #bff747 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  line-height: 1.66;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #bff747;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #bff747;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #bff747;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #bff747;
  border-bottom-color: #bff747;
}
.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: #bff747 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #fdfde1 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23bff747' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uNC54wdoyC .navbar-dropdown {
  position: relative !important;
}
.cid-uNC54wdoyC .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uNC54wdoyC .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uNC54wdoyC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNC54wdoyC .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uNC54wdoyC .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-uNC54wdoyC .dropdown-item:hover,
.cid-uNC54wdoyC .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uNC54wdoyC .dropdown-item:hover span {
  color: white;
}
.cid-uNC54wdoyC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNC54wdoyC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNC54wdoyC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNC54wdoyC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNC54wdoyC .nav-link {
  position: relative;
}
.cid-uNC54wdoyC .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uNC54wdoyC .container {
    flex-wrap: nowrap;
  }
}
.cid-uNC54wdoyC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNC54wdoyC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNC54wdoyC .dropdown-menu,
.cid-uNC54wdoyC .navbar.opened {
  background: #121212 !important;
}
.cid-uNC54wdoyC .nav-item:focus,
.cid-uNC54wdoyC .nav-link:focus {
  outline: none;
}
.cid-uNC54wdoyC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNC54wdoyC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uNC54wdoyC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNC54wdoyC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNC54wdoyC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNC54wdoyC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNC54wdoyC .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNC54wdoyC .navbar.opened {
  transition: all 0.3s;
}
.cid-uNC54wdoyC .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uNC54wdoyC .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uNC54wdoyC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNC54wdoyC .navbar.collapsed {
  justify-content: center;
}
.cid-uNC54wdoyC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNC54wdoyC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNC54wdoyC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uNC54wdoyC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNC54wdoyC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNC54wdoyC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNC54wdoyC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNC54wdoyC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNC54wdoyC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNC54wdoyC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNC54wdoyC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNC54wdoyC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNC54wdoyC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNC54wdoyC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNC54wdoyC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNC54wdoyC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNC54wdoyC .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uNC54wdoyC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uNC54wdoyC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNC54wdoyC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNC54wdoyC .navbar.navbar-short {
  min-height: 96px;
}
.cid-uNC54wdoyC .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uNC54wdoyC .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uNC54wdoyC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uNC54wdoyC .navbar-brand .navbar-caption:hover,
.cid-uNC54wdoyC .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uNC54wdoyC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNC54wdoyC .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uNC54wdoyC .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uNC54wdoyC .dropdown-item.active,
.cid-uNC54wdoyC .dropdown-item:active {
  background-color: transparent;
}
.cid-uNC54wdoyC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNC54wdoyC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNC54wdoyC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNC54wdoyC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uNC54wdoyC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNC54wdoyC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uNC54wdoyC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNC54wdoyC ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uNC54wdoyC ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uNC54wdoyC .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uNC54wdoyC .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uNC54wdoyC .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uNC54wdoyC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uNC54wdoyC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNC54wdoyC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNC54wdoyC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uNC54wdoyC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNC54wdoyC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNC54wdoyC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uNC54wdoyC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNC54wdoyC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNC54wdoyC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNC54wdoyC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNC54wdoyC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNC54wdoyC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNC54wdoyC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNC54wdoyC .navbar {
    height: 70px;
  }
  .cid-uNC54wdoyC .navbar.opened {
    height: auto;
  }
  .cid-uNC54wdoyC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNC54wdoyC .navbar-nav {
  margin: 0 auto;
}
.cid-uNC54wdoyC .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uNC54wdoyC .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uNC54wdoyC .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uNC54wdoyC .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uNC54wdoyC .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uNC54wdoyC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uNC54wdoyC .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uNC54wdoyC .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uNC54wdoyC .navbar {
    justify-content: flex-start !important;
  }
  .cid-uNC54wdoyC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uNC54wdoyC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uNC54wdoyC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uNC54wdoyC .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uNC54wdoyC .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uNC54wdoyC .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uNC54wdoyC .content-wrap {
  min-height: 110px;
}
.cid-uNC54wdoyC .mbr-section-btn .btn::after,
.cid-uNC54wdoyC .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uNC54wdoyC .mbr-section-btn .btn:hover,
.cid-uNC54wdoyC .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uNC54wdoyC .mbr-section-btn .btn:hover::after,
.cid-uNC54wdoyC .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uNC58YJ6lE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ytr-2000x1333.jpg");
}
.cid-uNC58YJ6lE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNC58YJ6lE .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-uNC58YJ6lE .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uNC58YJ6lE .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uNC58YJ6lE .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uNC58YJ6lE .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uNC58YJ6lE .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uNC58YJ6lE .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uNC58YJ6lE .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uNC58YJ6lE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNC58YJ6lE .btn-wrapper {
  margin-top: -15%;
}
.cid-uNC58YJ6lE .mbr-section-title {
  color: #272b2e;
}
.cid-uNC58YJ6lE .mbr-text,
.cid-uNC58YJ6lE .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uNC58YJ6lE .mbr-section-title,
.cid-uNC58YJ6lE .mbr-section-btn,
.cid-uNC58YJ6lE .clients-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uNC5vyKnXF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNC5vyKnXF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNC5vyKnXF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNC5vyKnXF .icon-title-1 {
  color: #bff747;
}
.cid-uNC5vyKnXF .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uNC5vyKnXF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uNC5vyKnXF .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uNC5vyKnXF .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNC5vyKnXF .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uNC5vyKnXF .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 2rem;
  padding: 5px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uNC5vyKnXF .image-wrapper img {
    height: 350px;
  }
}
.cid-uNC5vyKnXF .item-text {
  color: #000000;
}
.cid-uNC5vyKnXF .item-title {
  color: #bff747;
}
.cid-uNC5vyKnXF .mbr-section-title,
.cid-uNC5vyKnXF .mbr-section-btn {
  color: #000000;
}
.cid-uNC5otu1Iz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-uNC5otu1Iz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNC5otu1Iz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNC5otu1Iz .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-uNC5otu1Iz .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-uNC5otu1Iz .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNC5otu1Iz .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uNC5otu1Iz .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uNC5otu1Iz .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-uNC5otu1Iz .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-uNC5otu1Iz .card-box .item-footer {
  margin-left: 0;
}
.cid-uNC5otu1Iz .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-uNC5otu1Iz .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-uNC5otu1Iz .item-wrapper {
  background: #fffff5;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-uNC5otu1Iz .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-uNC5otu1Iz .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-uNC5otu1Iz .item-wrapper:hover {
  background-color: #fffff5;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-uNC5otu1Iz .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-uNC5otu1Iz .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-uNC5otu1Iz .icon-title {
  color: #bff747;
}
.cid-uNC5otu1Iz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNC5otu1Iz .mbr-section-subtitle {
  color: #000000;
}
.cid-uNC5otu1Iz .content-head {
  max-width: 856px;
}
.cid-uNC5otu1Iz .card-title,
.cid-uNC5otu1Iz .iconfont-wrapper {
  color: #000000;
}
.cid-uNC5otu1Iz .card-text,
.cid-uNC5otu1Iz .item .mbr-section-btn {
  color: #000000;
}
.cid-uNC5BseWWX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNC5BseWWX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNC5BseWWX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNC5BseWWX .card-wrapper {
  display: flex;
  background-color: #000000;
  justify-content: space-between;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uNC5BseWWX .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-uNC5BseWWX .card-wrapper .content-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uNC5BseWWX .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uNC5BseWWX .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uNC5BseWWX .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNC5BseWWX .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uNC5BseWWX .card-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uNC5BseWWX .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uNC5BseWWX .card-wrapper .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uNC5BseWWX .mbr-section-title {
  color: #ffffff;
}
.cid-uNC5BseWWX .mbr-text {
  color: #ffffff;
}
.cid-uNC5LEZanU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNC5LEZanU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNC5LEZanU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNC5LEZanU .card {
  justify-content: flex-end;
}
.cid-uNC5LEZanU .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uNC5LEZanU .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uNC5LEZanU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNC5LEZanU .desc-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uNC5LEZanU .desc-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uNC5LEZanU .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uNC5LEZanU .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uNC5LEZanU .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uNC5LEZanU .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uNC5LEZanU .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .cid-uNC5LEZanU .items-wrapper .item .item-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uNC5LEZanU .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.cid-uNC5LEZanU .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uNC5LEZanU .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uNC5LEZanU .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .cid-uNC5LEZanU .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uNC5LEZanU .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uNC5LEZanU .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.cid-uNC5LEZanU .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uNC5LEZanU .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uNC5LEZanU .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uNC5LEZanU .mbr-label {
  color: #c10b02;
}
.cid-uNC5LEZanU .mbr-section-title {
  color: #000000;
}
.cid-uNC5LEZanU .mbr-desc {
  color: #4b4949;
  text-align: right;
}
.cid-uNC5LEZanU .item-number {
  color: #000000;
}
.cid-uNC5LEZanU .item-title {
  color: #c10b02;
}
.cid-uNC5LEZanU .item-text {
  color: #000000;
}
.cid-uNC5LEZanU .item-title,
.cid-uNC5LEZanU .mbr-section-btn {
  color: #000000;
}
.cid-uNC5HP0pBV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-uNC5HP0pBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNC5HP0pBV .mbr-fallback-image {
  display: block;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNC5HP0pBV .content-wrapper {
  display: flex;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uNC5HP0pBV .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uNC5HP0pBV .content-wrapper .content-wrap {
  width: 60%;
}
@media (max-width: 1199px) {
  .cid-uNC5HP0pBV .content-wrapper .content-wrap {
    margin-bottom: 32px;
    width: 50%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uNC5HP0pBV .content-wrapper .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uNC5HP0pBV .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-uNC5HP0pBV .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uNC5HP0pBV .content-wrapper .content-wrap .text-wrapper .mbr-section-title .mbr-iconfont {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uNC5HP0pBV .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uNC5HP0pBV .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uNC5HP0pBV .content-wrapper .panel-group {
  width: 40%;
}
@media (max-width: 1199px) {
  .cid-uNC5HP0pBV .content-wrapper .panel-group {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uNC5HP0pBV .content-wrapper .panel-group {
    margin-bottom: 24px;
    width: 100%;
    padding: 0;
  }
}
.cid-uNC5HP0pBV .content-wrapper .panel-group .card {
  position: relative;
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 16px;
  border: 3px solid #000000;
  background-color: #fffff5;
  backgraund-color: show.bs.collapse #000000;
}
@media (max-width: 992px) {
  .cid-uNC5HP0pBV .content-wrapper .panel-group .card {
    padding: 16px;
    width: 100%;
  }
}
.cid-uNC5HP0pBV .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uNC5HP0pBV .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uNC5HP0pBV .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uNC5HP0pBV .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uNC5HP0pBV .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.cid-uNC5HP0pBV .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #000000;
}
.cid-uNC5HP0pBV .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uNC5HP0pBV .content-wrapper .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uNC5HP0pBV .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 16px;
  }
}
.cid-uNC5HP0pBV .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uNC5HP0pBV .mbr-section-title,
.cid-uNC5HP0pBV .mbr-text,
.cid-uNC5HP0pBV .panel-title-edit,
.cid-uNC5HP0pBV .panel-text {
  color: #000000;
}
.cid-uNC6m3K6JW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNC6m3K6JW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNC6m3K6JW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNC6m3K6JW .items-wrapper {
  margin: 0 -5px;
}
.cid-uNC6m3K6JW .items-wrapper .card {
  padding: 0 5px;
}
@media (max-width: 992px) {
  .cid-uNC6m3K6JW .items-wrapper .card {
    margin-bottom: 16px;
  }
  .cid-uNC6m3K6JW .items-wrapper .card:last-child {
    margin-bottom: 0;
  }
}
.cid-uNC6m3K6JW .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 42px;
  border-radius: 30px;
  background-color: #a5a5a5;
}
@media (max-width: 992px) {
  .cid-uNC6m3K6JW .content-wrapper {
    padding: 24px;
    height: auto;
  }
}
.cid-uNC6m3K6JW .content-wrapper .mbr-section-title {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNC6m3K6JW .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uNC6m3K6JW .content-wrapper .contacts-wrapper {
  width: 100%;
}
.cid-uNC6m3K6JW .content-wrapper .contacts-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
.cid-uNC6m3K6JW .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 !important;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uNC6m3K6JW .content-wrapper .contacts-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uNC6m3K6JW .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNC6m3K6JW .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 6px;
  }
}
.cid-uNC6m3K6JW .content-wrapper .contacts-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  padding: 8px 20px;
  margin-bottom: 0;
}
.cid-uNC6m3K6JW .content-wrapper .mbr-section-subtitle {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uNC6m3K6JW .content-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-uNC6m3K6JW .content-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uNC6m3K6JW .content-wrapper .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uNC6m3K6JW .content-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-uNC6m3K6JW .content-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 28px;
  border-radius: 60px !important;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uNC6m3K6JW .content-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uNC6m3K6JW .content-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uNC6m3K6JW .content-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
}
.cid-uNC6m3K6JW .content-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .7;
}
.cid-uNC6m3K6JW .content-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uNC6m3K6JW .content-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uNC6m3K6JW .content-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uNC6m3K6JW .content-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uNC6m3K6JW .content-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uNC6m3K6JW .item-menu-overlay .btn-wrapper {
  margin-top: -3%;
  margin-right: 24%;
}
.cid-uNC6m3K6JW .mbr-section-title {
  color: #ffffff;
}
.cid-uNC6m3K6JW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNC6m3K6JW .card-title {
  color: #ffffff;
}
.cid-uNC6I8dbOb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uNC6I8dbOb .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uNC54wdoyC .navbar-dropdown {
  position: relative !important;
}
.cid-uNC54wdoyC .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uNC54wdoyC .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uNC54wdoyC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNC54wdoyC .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uNC54wdoyC .dropdown-item {
  border: none !important;
  background: #121212 !important;
}
.cid-uNC54wdoyC .dropdown-item:hover,
.cid-uNC54wdoyC .dropdown-item:focus {
  background: #ffffff !important;
  color: #121212 !important;
}
.cid-uNC54wdoyC .dropdown-item:hover span {
  color: white;
}
.cid-uNC54wdoyC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNC54wdoyC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNC54wdoyC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNC54wdoyC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNC54wdoyC .nav-link {
  position: relative;
}
.cid-uNC54wdoyC .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uNC54wdoyC .container {
    flex-wrap: nowrap;
  }
}
.cid-uNC54wdoyC .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNC54wdoyC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uNC54wdoyC .dropdown-menu,
.cid-uNC54wdoyC .navbar.opened {
  background: #121212 !important;
}
.cid-uNC54wdoyC .nav-item:focus,
.cid-uNC54wdoyC .nav-link:focus {
  outline: none;
}
.cid-uNC54wdoyC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNC54wdoyC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uNC54wdoyC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNC54wdoyC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNC54wdoyC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNC54wdoyC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNC54wdoyC .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #121212;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNC54wdoyC .navbar.opened {
  transition: all 0.3s;
}
.cid-uNC54wdoyC .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 3rem;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uNC54wdoyC .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uNC54wdoyC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNC54wdoyC .navbar.collapsed {
  justify-content: center;
}
.cid-uNC54wdoyC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNC54wdoyC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNC54wdoyC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uNC54wdoyC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNC54wdoyC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNC54wdoyC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNC54wdoyC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNC54wdoyC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNC54wdoyC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNC54wdoyC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNC54wdoyC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNC54wdoyC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNC54wdoyC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNC54wdoyC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNC54wdoyC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNC54wdoyC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNC54wdoyC .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uNC54wdoyC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uNC54wdoyC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNC54wdoyC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNC54wdoyC .navbar.navbar-short {
  min-height: 96px;
}
.cid-uNC54wdoyC .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uNC54wdoyC .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uNC54wdoyC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uNC54wdoyC .navbar-brand .navbar-caption:hover,
.cid-uNC54wdoyC .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uNC54wdoyC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNC54wdoyC .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uNC54wdoyC .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #121212 !important;
}
.cid-uNC54wdoyC .dropdown-item.active,
.cid-uNC54wdoyC .dropdown-item:active {
  background-color: transparent;
}
.cid-uNC54wdoyC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNC54wdoyC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNC54wdoyC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNC54wdoyC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #121212;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uNC54wdoyC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNC54wdoyC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uNC54wdoyC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNC54wdoyC ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uNC54wdoyC ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uNC54wdoyC .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uNC54wdoyC .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uNC54wdoyC .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uNC54wdoyC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uNC54wdoyC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #121212 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNC54wdoyC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNC54wdoyC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uNC54wdoyC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNC54wdoyC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uNC54wdoyC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uNC54wdoyC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNC54wdoyC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNC54wdoyC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNC54wdoyC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNC54wdoyC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNC54wdoyC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNC54wdoyC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNC54wdoyC .navbar {
    height: 70px;
  }
  .cid-uNC54wdoyC .navbar.opened {
    height: auto;
  }
  .cid-uNC54wdoyC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNC54wdoyC .navbar-nav {
  margin: 0 auto;
}
.cid-uNC54wdoyC .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uNC54wdoyC .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 8px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uNC54wdoyC .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uNC54wdoyC .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #121212 !important;
}
.cid-uNC54wdoyC .nav-item .nav-link:hover::after {
  color: #121212 !important;
}
.cid-uNC54wdoyC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uNC54wdoyC .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uNC54wdoyC .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uNC54wdoyC .navbar {
    justify-content: flex-start !important;
  }
  .cid-uNC54wdoyC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uNC54wdoyC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uNC54wdoyC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uNC54wdoyC .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uNC54wdoyC .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uNC54wdoyC .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uNC54wdoyC .content-wrap {
  min-height: 110px;
}
.cid-uNC54wdoyC .mbr-section-btn .btn::after,
.cid-uNC54wdoyC .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uNC54wdoyC .mbr-section-btn .btn:hover,
.cid-uNC54wdoyC .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uNC54wdoyC .mbr-section-btn .btn:hover::after,
.cid-uNC54wdoyC .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uNC94Zg9TY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNC94Zg9TY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNC94Zg9TY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNC94Zg9TY .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-uNC94Zg9TY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uNC94Zg9TY .container {
    padding: 0 16px;
  }
}
.cid-uNC94Zg9TY .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uNC94Zg9TY .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uNC94Zg9TY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uNC94Zg9TY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNC94Zg9TY .mbr-text {
  color: #000000;
}
.cid-uNC6I8dbOb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uNC6I8dbOb .media-container-row .mbr-text {
  color: #ffffff;
}
