body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 3.2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.6rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #0961f1 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #e4d295 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0961f1 !important;
  border-color: #0961f1 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0643a7 !important;
  border-color: #0643a7 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0643a7 !important;
  border-color: #0643a7 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
  color: #615119 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !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: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #05398f;
  color: #05398f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0961f1;
  border-color: #0961f1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0961f1 !important;
  border-color: #0961f1 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cfaf44;
  color: #cfaf44;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #615119;
  background-color: #e4d295;
  border-color: #e4d295;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #615119 !important;
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0961f1 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #e4d295 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #05398f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cfaf44 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #e4d295;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0961f1;
  border-color: #0961f1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0961f1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c9ddfd;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #0961f1;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #0961f1;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0961f1;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0961f1;
  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: #0961f1;
  border-bottom-color: #0961f1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0961f1 !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: #ff3366 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%230961f1' %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.3;
}
.cid-ttnASpuR2p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-ttnASpuR2p .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ttnASpuR2p .btn {
  margin: 0 0 .5rem 0;
}
.cid-ttnASpuR2p .content-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-tsGz1txcj6 {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ff0040, #cccccc);
}
.cid-tsGz1txcj6 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tsGz1txcj6 p {
  display: inline;
  font-size: 40px;
  color: #FFD100;
}
.cid-tsGz1txcj6 .marquee-rtl {
  padding-right: 1%;
  padding-left: 1%;
}
.cid-tsGz1txcj6 .media-container-row .mbr-text {
  color: #f7ed4a;
  text-align: center;
}
.cid-trcIubWclN {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #cc2952, #232323);
}
.cid-trcIubWclN .slider-text-two {
  background: rgba(35, 35, 35, 0) none repeat scroll 0 0;
  backdrop-filter: blur(2px);
  padding: 50px 50px;
  outline: 6px solid #ffffff;
  outline-offset: -2px;
  box-shadow: 12px 11px 2px 0px #cebfaf;
  -moz-box-shadow: 12px 11px 2px 0px #cebfaf;
  -webkit-box-shadow: 12px 11px 2px 0px #cebfaf;
}
.cid-trcIubWclN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-trcIubWclN .mbr-text {
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 100;
}
.cid-trcIubWclN .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-trcIubWclN .mbr-figure img {
  height: 100%;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trcIubWclN .slider-text-two {
    outline: 15px solid rgba(35, 35, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .cid-trcIubWclN .mbr-figure img {
    width: 80% !important;
  }
}
.cid-trcIubWclN .snow1 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve1 10s infinite linear;
}
.cid-trcIubWclN .snow2 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve2 10s infinite linear;
  background-size: 800px;
  filter: blur(1.5px);
}
.cid-trcIubWclN .snow3 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve3 10s infinite linear;
  background-size: 1600px;
  filter: blur(1px);
}
@keyframes neve1 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 100px 650px;
  }
}
@keyframes neve2 {
  0% {
    background-position: 0px -100px;
  }
  100% {
    background-position: 0px 650px;
  }
}
@keyframes neve3 {
  0% {
    background-position: 0px 100px;
  }
  100% {
    background-position: 300px 650px;
  }
}
.cid-trcIubWclN H3 {
  color: #f7ed4a;
}
.cid-tsIHJHMrGa {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-tsIHJHMrGa .mbr-section-text {
  color: #7f1933;
}
.cid-tsIHJHMrGa .mbr-section-subtitle {
  color: #000000;
}
.cid-tsIHJHMrGa .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsIHJHMrGa .mbr-iconfont {
  font-size: 48px;
}
.cid-tsIHJHMrGa .card-img {
  margin-bottom: 1.5rem;
}
.cid-tsIHJHMrGa .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tsIHJHMrGa .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-tsIHJHMrGa .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-tsIHJHMrGa .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-tsIHJHMrGa .nav-tabs .nav-link:hover {
  background: #149dcc;
}
.cid-tsIHJHMrGa .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #149dcc;
  background: #149dcc;
}
.cid-tsIHJHMrGa .nav-tabs .nav-link.active:hover {
  border: 2px solid #149dcc;
}
.cid-tsIHJHMrGa .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tsIHJHMrGa H2 {
  color: #000000;
}
.cid-trFl5ZssyX {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ff7f9f;
}
.cid-trFl5ZssyX .mbr-section-subtitle {
  color: #000000;
  font-weight: 300;
}
.cid-trFl5ZssyX .mbr-content-text {
  color: #cc2952;
  margin-bottom: 0;
}
.cid-trFl5ZssyX .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-trFl5ZssyX .img-text {
  width: 48px;
  height: 48px;
  font-size: 24px;
  border: 2px solid #cccccc;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cid-trFl5ZssyX .cards-block {
    border-top: 2px solid #cccccc;
  }
}
.cid-trFl5ZssyX .cards-block .card {
  border-bottom: 2px solid #cccccc;
  border-radius: 0;
}
.cid-trFl5ZssyX .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-trFl5ZssyX .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-trFl5ZssyX .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-trFl5ZssyX .mbr-section-title {
  text-align: center;
}
.cid-tsylETFHDY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2e2e2e;
}
.cid-tsylETFHDY .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tsylETFHDY .section-text {
  padding: 2rem 0;
}
.cid-tsylETFHDY .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tsylETFHDY .inner-container {
    width: 100% !important;
  }
}
.cid-trcQnv51zP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ff7f9f;
}
.cid-trcQnv51zP .mbr-section-subtitle {
  color: #000000;
}
.cid-trcQ8KudYs {
  background: #0f7699;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #cc2952, #0f7699);
}
.cid-trcQ8KudYs .image-block {
  margin: auto;
}
.cid-trcQ8KudYs figcaption {
  position: relative;
}
.cid-trcQ8KudYs figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-trcQ8KudYs .image-block {
    width: 100% !important;
  }
}
.cid-trcQpYhHRA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-trcQpYhHRA .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-trcQpYhHRA .section-text {
  padding: 2rem 0;
}
.cid-trcQpYhHRA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-trcQpYhHRA .inner-container {
    width: 100% !important;
  }
}
.cid-trBdnzwHwl {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ff0040, #cccccc);
}
.cid-trBdnzwHwl .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-trBdnzwHwl p {
  display: inline;
  font-size: 39px;
  color: #FFD100;
}
.cid-trBdnzwHwl .marquee-rtl {
  padding-right: 1%;
  padding-left: 1%;
}
.cid-trBdnzwHwl .media-container-row .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-trcQSXQrzo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ff3366;
}
.cid-trcQSXQrzo .mbr-section-subtitle {
  color: #fafb07;
  text-align: center;
  font-weight: 300;
}
.cid-trcQSXQrzo .step {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border-radius: 50%;
  border: 2px solid #efefef;
}
@media (max-width: 767px) {
  .cid-trcQSXQrzo .step {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
.cid-trcQSXQrzo .separline {
  position: relative;
}
.cid-trcQSXQrzo .separline:after {
  top: 68px;
  left: 30px;
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - (32px + 4px) * 2);
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-trcQSXQrzo .separline:after {
    top: 52px;
    left: 22px;
    height: calc(100% - 56px);
  }
}
.cid-trcPixG3ug {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ff0040, #cccccc);
}
.cid-trcPixG3ug .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-trcPixG3ug p {
  display: inline;
  font-size: 39px;
  color: #FFD100;
}
.cid-trcPixG3ug .marquee-rtl {
  padding-right: 1%;
  padding-left: 1%;
}
.cid-trcPixG3ug .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-trBcUVoj5I {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-trBcUVoj5I .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-trBcUVoj5I .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-trBcUVoj5I .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-trBcUVoj5I .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-trBcUVoj5I .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-trBcUVoj5I .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-trBcUVoj5I .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-trBcUVoj5I .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
.cid-trBcUVoj5I .media-block {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-trBcUVoj5I .media-block {
    padding-left: 2rem;
  }
}
.cid-trBcUVoj5I .cards-block {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
@media (max-width: 991px) {
  .cid-trBcUVoj5I .media-block {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-trBcUVoj5I .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-trBijK5TJ4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ff0040, #cccccc);
}
.cid-trBijK5TJ4 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-trBijK5TJ4 p {
  display: inline;
  font-size: 39px;
  color: #FFD100;
}
.cid-trBijK5TJ4 .marquee-rtl {
  padding-right: 1%;
  padding-left: 1%;
}
.cid-trBijK5TJ4 .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tsITa9IXU8 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ff0040, #cccccc);
}
.cid-tsITa9IXU8 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tsITa9IXU8 p {
  display: inline;
  font-size: 39px;
  color: #FFD100;
}
.cid-tsITa9IXU8 .marquee-rtl {
  padding-right: 1%;
  padding-left: 1%;
}
.cid-tsITa9IXU8 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-trBlBzIECw {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #cc2952, #232323);
}
.cid-trBlBzIECw .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-trBlBzIECw #mu-about {
  background-color: #fff;
  display: inline;
  float: left;
  width: 100%;
}
.cid-trBlBzIECw .mu-about-area {
  display: inline;
  float: left;
  padding: 100px 0;
  width: 100%;
}
.cid-trBlBzIECw .mu-about-left {
  display: inline;
  float: left;
  width: 100%;
}
.cid-trBlBzIECw .mu-about-right {
  display: inline;
  float: left;
  margin-top: 35px;
  width: 130%;
  background-color: #ffffff;
  padding: 40px;
  margin-left: -175px;
  box-shadow: 15px 20px 22px -7px #232323;
}
.cid-trBlBzIECw .mu-about-right p {
  font-size: 15px;
}
.cid-trBlBzIECw img {
  border: none;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .cid-trBlBzIECw .mu-about-right {
    margin-top: 20px;
    width: 140%;
    padding: 25px;
    margin-left: -190px;
  }
}
@media (max-width: 991px) {
  .cid-trBlBzIECw .mu-about-left img {
    max-width: none;
    width: 115%;
  }
  .cid-trBlBzIECw .mu-about-right {
    margin-top: 75px;
    width: 160%;
    padding: 20px;
    margin-left: -190px;
  }
  .cid-trBlBzIECw .mu-about-right p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cid-trBlBzIECw .mu-about-area {
    padding: 50px 0;
  }
  .cid-trBlBzIECw .mu-about-left img {
    max-width: 100%;
    width: auto;
  }
  .cid-trBlBzIECw .mu-about-right {
    margin-top: 30px;
    width: 100%;
    padding: 0;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-trBlBzIECw .mu-about-right p {
    font-size: 15px;
  }
}
.cid-trBlBzIECw .mbr-section-subtitle {
  text-align: left;
  color: #232323;
}
.cid-trBlBzIECw P {
  text-align: left;
  color: #232323;
}
.cid-trcPq6xOwh {
  padding-top: 75px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #cc2952, #232323);
}
.cid-trcPq6xOwh .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-trcPq6xOwh * {
  box-sizing: border-box;
}
.cid-trcPq6xOwh body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 5rem 1rem;
}
.cid-trcPq6xOwh p {
  margin: 0 0 1rem;
}
.cid-trcPq6xOwh img {
  display: block;
  width: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.cid-trcPq6xOwh .flex-container {
  max-width: 44rem;
  margin: 0 auto 5rem auto;
  filter: drop-shadow(16px 16px 9px #232323);
}
.cid-trcPq6xOwh .col {
  position: relative;
}
.cid-trcPq6xOwh .col--img {
  flex: 0 0 60%;
  align-self: flex-start;
}
.cid-trcPq6xOwh .col--text {
  background-color: #b2ccd2;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
@media (min-width: 40em) {
  .cid-trcPq6xOwh h3 {
    font-size: 2rem;
  }
  .cid-trcPq6xOwh .flex-container {
    display: flex;
  }
  .cid-trcPq6xOwh .col--text {
    padding: 2rem 4rem;
    margin-top: 2rem;
    margin-left: -2rem;
    z-index: -1;
  }
}
.cid-trcPq6xOwh .mbr-section-subtitle {
  text-align: center;
  color: #fb4307;
}
.cid-trcPq6xOwh P {
  color: #000000;
  text-align: center;
}
.cid-trcPq6xOwh H3 {
  text-align: left;
  color: #ffffff;
}
.cid-trBttoPBJb {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ff0040, #cccccc);
}
.cid-trBttoPBJb .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-trBttoPBJb p {
  display: inline;
  font-size: 39px;
  color: #FFD100;
}
.cid-trBttoPBJb .marquee-rtl {
  padding-right: 1%;
  padding-left: 1%;
}
.cid-trBttoPBJb .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ttgVXnlfea {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background: linear-gradient(0deg, #cc2952, #232323);
}
.cid-ttgVXnlfea p {
  color: #767676;
}
.cid-ttgVXnlfea .fondcolor {
  margin-top: 0px;
  border-radius: 0px;
  border: 0px solid #232323;
  background: #232323;
}
.cid-ttgVXnlfea .card {
  border-radius: 0px;
  margin-bottom: 9px;
}
.cid-ttgVXnlfea .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-ttgVXnlfea .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-ttgVXnlfea .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ttgVXnlfea .card .card-header a.panel-title h4 {
  padding: 0rem 2rem;
  border: 0px solid #232323;
  margin-bottom: 0;
  border-radius: 0px;
  background-color: #ffffff;
  display: -webkit-flex;
}
.cid-ttgVXnlfea .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 25px;
}
.cid-ttgVXnlfea H2 {
  color: #ffffff;
}
.cid-ttgVXnlfea .panel-text {
  color: #ffffff;
}
.cid-ttgVXnlfea .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttgVXnlfea .mbr-figure {
  padding-bottom: 2rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-ttgVXnlfea .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ttgVXnlfea .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-ttiaFAigP0 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background: linear-gradient(0deg, #cc2952, #232323);
}
.cid-ttiaFAigP0 p {
  color: #767676;
}
.cid-ttiaFAigP0 .fondcolor {
  margin-top: 0px;
  border-radius: 0px;
  border: 0px solid #232323;
  background: #232323;
}
.cid-ttiaFAigP0 .card {
  border-radius: 0px;
  margin-bottom: 9px;
}
.cid-ttiaFAigP0 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-ttiaFAigP0 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-ttiaFAigP0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ttiaFAigP0 .card .card-header a.panel-title h4 {
  padding: 0rem 2rem;
  border: 0px solid #232323;
  margin-bottom: 0;
  border-radius: 0px;
  background-color: #ffffff;
  display: -webkit-flex;
}
.cid-ttiaFAigP0 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-size: 25px;
}
.cid-ttiaFAigP0 H2 {
  color: #ffffff;
}
.cid-ttiaFAigP0 .panel-text {
  color: #ffffff;
}
.cid-ttiaFAigP0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ttiaFAigP0 .mbr-figure {
  padding-bottom: 2rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .cid-ttiaFAigP0 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-ttiaFAigP0 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-tth3nSqrzc {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ff0040, #cccccc);
}
.cid-tth3nSqrzc .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tth3nSqrzc p {
  display: inline;
  font-size: 39px;
  color: #FFD100;
}
.cid-tth3nSqrzc .marquee-rtl {
  padding-right: 1%;
  padding-left: 1%;
}
.cid-tth3nSqrzc .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tth3hu2SC0 {
  background: #149dcc;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-tth3hu2SC0 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tth3hu2SC0 .video-block {
    width: 100% !important;
  }
}
.cid-tth3oGxxQL {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ff0040, #cccccc);
}
.cid-tth3oGxxQL .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tth3oGxxQL p {
  display: inline;
  font-size: 39px;
  color: #FFD100;
}
.cid-tth3oGxxQL .marquee-rtl {
  padding-right: 1%;
  padding-left: 1%;
}
.cid-tth3oGxxQL .media-container-row .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tth3jif1rd {
  background: #149dcc;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-tth3jif1rd .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-tth3jif1rd .video-block {
    width: 100% !important;
  }
}
.cid-trCenpqwkO {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ff0040, #cccccc);
}
.cid-trCenpqwkO .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-trCenpqwkO p {
  display: inline;
  font-size: 39px;
  color: #FFD100;
}
.cid-trCenpqwkO .marquee-rtl {
  padding-right: 1%;
  padding-left: 1%;
}
.cid-trCenpqwkO .media-container-row .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-trCeFq3SJV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-trCeFq3SJV .mbr-text,
.cid-trCeFq3SJV blockquote {
  color: #767676;
}
.cid-trCeFq3SJV DIV {
  color: #000000;
  text-align: center;
}
.cid-trCk5DbFU5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ff0040, #cccccc);
}
.cid-trCk5DbFU5 .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-trCk5DbFU5 p {
  display: inline;
  font-size: 39px;
  color: #FFD100;
}
.cid-trCk5DbFU5 .marquee-rtl {
  padding-right: 1%;
  padding-left: 1%;
}
.cid-trCk5DbFU5 .media-container-row .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-trcR0VSZuG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background4.jpg");
}
.cid-trcR0VSZuG .title {
  margin-bottom: 2rem;
}
.cid-trcR0VSZuG .mbr-section-subtitle {
  color: #000000;
}
.cid-trcR0VSZuG a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-trcR0VSZuG a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-trcR0VSZuG textarea.form-control {
  min-height: 188px;
}
.cid-trcR0VSZuG H2 {
  color: #f7ed4a;
}
.cid-trcPmWuAzf {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #ff0040, #cccccc);
}
.cid-trcPmWuAzf .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-trcPmWuAzf p {
  display: inline;
  font-size: 39px;
  color: #FFD100;
}
.cid-trcPmWuAzf .marquee-rtl {
  padding-right: 1%;
  padding-left: 1%;
}
.cid-trcPmWuAzf .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-trCi8nTnPn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ttmDEd151t .hidden {
  display: none;
}
.cid-uUACZdeZ2v {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #ff0040, #cccccc);
}
.cid-uUACZdeZ2v .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-uUACZdeZ2v p {
  display: inline;
  font-size: 57px;
  color: #FFD100;
  text-shadow: -1px -1px 0 #f7ed4a, 1px -1px 0 #f7ed4a, -1px 1px 0 #f7ed4a, 1px 1px 0 #f7ed4a, 1px 1px 10px #141414;
}
.cid-uUACZdeZ2v .marquee-rtl {
  padding-right: 1%;
  padding-left: 1%;
}
.cid-uUACZdeZ2v .media-container-row .mbr-text {
  color: #f7ed4a;
  text-align: center;
}
.cid-trCi8nTnPn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ttnHv9nfYd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ttnHv9nfYd .mbr-section-subtitle {
  color: #767676;
  text-align: center;
}
.cid-ttnHv9nfYd .btn {
  margin: 0 0 .5rem 0;
}
.cid-ttnHv9nfYd H2 {
  text-align: center;
}
