body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.4rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-2 {
  font-family: 'Darkline';
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.9rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- 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: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.99rem !important;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #b7007c !important;
}
.bg-success {
  background-color: #30ff08 !important;
}
.bg-info {
  background-color: #36ce18 !important;
}
.bg-warning {
  background-color: #465052 !important;
}
.bg-danger {
  background-color: #fc30d1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b7007c !important;
  border-color: #b7007c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #6b0048 !important;
  border-color: #6b0048 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6b0048 !important;
  border-color: #6b0048 !important;
}
.btn-primary:hover {
  background-color: #b7007c !important;
  border-color: #b7007c !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(to left, #30ff08, #b7007c);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #30ff08 !important;
  border-color: #30ff08 !important;
  color: #010800 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #010800 !important;
  background-color: #1eba00 !important;
  border-color: #1eba00 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #010800 !important;
  background-color: #1eba00 !important;
  border-color: #1eba00 !important;
}
.btn-secondary:hover {
  background-color: #b7007c !important;
  border-color: #b7007c !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: linear-gradient(to left, #30ff08, #30ff08);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info,
.btn-info:active {
  background-color: #36ce18 !important;
  border-color: #36ce18 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #248910 !important;
  border-color: #248910 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #248910 !important;
  border-color: #248910 !important;
}
.btn-info:hover {
  background-color: #b7007c !important;
  border-color: #b7007c !important;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(to left, #30ff08, #36ce18);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success,
.btn-success:active {
  background-color: #30ff08 !important;
  border-color: #30ff08 !important;
  color: #010800 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #010800 !important;
  background-color: #1eba00 !important;
  border-color: #1eba00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #010800 !important;
  background-color: #1eba00 !important;
  border-color: #1eba00 !important;
}
.btn-success:hover {
  background-color: #b7007c !important;
  border-color: #b7007c !important;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(to left, #30ff08, #30ff08);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning,
.btn-warning:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-warning:hover {
  background-color: #b7007c !important;
  border-color: #b7007c !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(to left, #30ff08, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger,
.btn-danger:active {
  background-color: #fc30d1 !important;
  border-color: #fc30d1 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #dc03af !important;
  border-color: #dc03af !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dc03af !important;
  border-color: #dc03af !important;
}
.btn-danger:hover {
  background-color: #b7007c !important;
  border-color: #b7007c !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(to left, #30ff08, #fc30d1);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #b7007c !important;
  border-color: #b7007c !important;
}
.btn-white:hover,
.btn-white:focus {
  background: linear-gradient(to left, #30ff08, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white:hover {
  color: white!important;
}
.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: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #b7007c !important;
  border-color: #b7007c !important;
}
.btn-black:hover,
.btn-black:focus {
  background: linear-gradient(to left, #30ff08, #000000);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-primary-outline {
  color: white!important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #b7007c;
  color: #b7007c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #b7007c;
  border-color: #b7007c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b7007c !important;
  border-color: #b7007c !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background: linear-gradient(to left, #30ff08, #b7007c);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-secondary-outline {
  color: white!important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #30ff08;
  color: #30ff08;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #010800;
  background-color: #30ff08;
  border-color: #30ff08;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #010800 !important;
  background-color: #30ff08 !important;
  border-color: #30ff08 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background: linear-gradient(to left, #30ff08, #30ff08);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-info-outline {
  color: white!important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #36ce18;
  color: #36ce18;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #36ce18;
  border-color: #36ce18;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #36ce18 !important;
  border-color: #36ce18 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background: linear-gradient(to left, #30ff08, #36ce18);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-success-outline {
  color: white!important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #30ff08;
  color: #30ff08;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #010800;
  background-color: #30ff08;
  border-color: #30ff08;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #010800 !important;
  background-color: #30ff08 !important;
  border-color: #30ff08 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background: linear-gradient(to left, #30ff08, #30ff08);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-warning-outline {
  color: white!important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #465052;
  color: #465052;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background: linear-gradient(to left, #30ff08, #465052);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-danger-outline {
  color: white!important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #fc30d1;
  color: #fc30d1;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #fc30d1;
  border-color: #fc30d1;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fc30d1 !important;
  border-color: #fc30d1 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background: linear-gradient(to left, #30ff08, #fc30d1);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-black-outline {
  color: white!important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  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-black-outline:hover,
.btn-black-outline:focus {
  background: linear-gradient(to left, #30ff08, #333333);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.btn-white-outline {
  color: white!important;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  background: linear-gradient(to left, #30ff08, #f3f3f3);
  border-color: transparent!important;
  background-size: 110%;
  background-position: center;
}
.text-primary {
  color: #b7007c !important;
}
.text-secondary {
  color: #30ff08 !important;
}
.text-success {
  color: #30ff08 !important;
}
.text-info {
  color: #36ce18 !important;
}
.text-warning {
  color: #465052 !important;
}
.text-danger {
  color: #fc30d1 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff1eb6 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #85ff6e !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #85ff6e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #77ec60 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #758689 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #fd95e7 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #36ce18;
}
.alert-warning {
  background-color: #465052;
}
.alert-danger {
  background-color: #fc30d1;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b7007c;
  border-color: #b7007c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b7007c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ff38bf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dbffd4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c5f7bb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #bac2c4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff9fe;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
blockquote {
  border-color: #b7007c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b7007c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b7007c;
  border-bottom-color: #b7007c;
}
.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: #b7007c !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: #30ff08 !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='%23b7007c' %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;
}
.btn {
  transition: none;
}
#custom-html-r {
  /* Outer container - the padding will keep the container the correct proportions for the video */
  /* If you want to include the title... */
  /* small calption - optional */
}
#custom-html-r body {
  background: #fff;
  padding: 0;
  margin: 0;
}
#custom-html-r .banner {
  position: relative;
  padding-bottom: 56.2%;
  width: 100%;
  overflow: hidden;
}
#custom-html-r .videoembed {
  position: absolute;
  top: 0;
  /*z-index: -99; */
  width: 100%;
  height: 100%;
  background: #333;
}
#custom-html-r .banner-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 40px;
  text-align: center;
  box-sizing: border-box;
}
#custom-html-r .banner-title h1 {
  color: #fff;
  font-size: 1.2rem;
  font-family: Arial, sans-serif;
  font-weight: normal;
}
#custom-html-r .caption {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
}
.cid-txi53V0hvW {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-txi53V0hvW .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-txi53V0hvW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txi53V0hvW .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-txi53V0hvW .mbr-section-title {
  color: #fc30d1;
}
.cid-txi53V0hvW .mbr-text {
  color: #ffffff;
}
.cid-txi53V0hvW .mbr-description {
  color: #6c7577;
}
.cid-txi53V0hvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-txi53V0hvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txi5KNOcXM {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-txi5KNOcXM .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #30ff08, #b7007c);
}
.cid-txi5KNOcXM .mbr-text,
.cid-txi5KNOcXM .mbr-section-btn {
  color: #ffffff;
}
.cid-txi5KNOcXM img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txi5KNOcXM img {
    width: 96%;
  }
}
.cid-txi5KNOcXM .mbr-section-title,
.cid-txi5KNOcXM .title-wrapper {
  color: #fc30d1;
}
.cid-tp9j4w2h8p {
  padding-top: 150px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/unnamed.gif");
}
.cid-tp9j4w2h8p H1 {
  color: #e2090d;
}
.cid-tp9j4w2h8p h1 {
  background: linear-gradient(to left, #30ff08, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tp9j4w2h8p img {
  width: 100%;
}
.cid-tp9j4w2h8p .mbr-text,
.cid-tp9j4w2h8p .mbr-section-btn {
  color: #ffffff;
}
.cid-s1YLZwONfz .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .btn {
  white-space: nowrap;
}
.cid-s1YLZwONfz .nav-link,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont,
.cid-s1YLZwONfz .dropdown-item {
  transition: all 0.1s;
}
.cid-s1YLZwONfz .nav-link:hover,
.cid-s1YLZwONfz .icons-menu .mbr-iconfont:hover,
.cid-s1YLZwONfz .dropdown-item:hover {
  color: #30ff08 !important;
}
@media (max-width: 992px) {
  .cid-s1YLZwONfz .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-s1YLZwONfz .container {
  display: flex;
  margin: auto;
}
.cid-s1YLZwONfz .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #040402;
  background: none;
}
.cid-s1YLZwONfz .navbar.opened {
  transition: all .3s;
}
.cid-s1YLZwONfz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s1YLZwONfz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1YLZwONfz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s1YLZwONfz .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: 55%;
}
.cid-s1YLZwONfz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s1YLZwONfz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s1YLZwONfz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s1YLZwONfz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1YLZwONfz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s1YLZwONfz .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: 55%;
  }
  .cid-s1YLZwONfz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s1YLZwONfz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s1YLZwONfz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s1YLZwONfz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s1YLZwONfz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1YLZwONfz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s1YLZwONfz .navbar.navbar-short {
  background: #040402 !important;
  min-height: 60px;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s1YLZwONfz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1YLZwONfz .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
}
.cid-s1YLZwONfz .nav-dropdown .link {
  padding: 0.4rem 1rem!important;
  margin: .2em 0.5rem;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s1YLZwONfz .mbr-iconfont {
  color: #fc30d1 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s1YLZwONfz .navbar-caption {
  padding-right: 4rem;
}
.cid-s1YLZwONfz .navbar-nav {
  justify-content: flex-end;
  width: -webkit-fill-available;
}
.cid-s1YLZwONfz .dropdown-menu,
.cid-s1YLZwONfz .navbar.opened {
  background: #191919 !important;
}
.cid-s1YLZwONfz .nav-item:focus,
.cid-s1YLZwONfz .nav-link:focus {
  outline: none;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s1YLZwONfz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s1YLZwONfz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1YLZwONfz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
}
.cid-s1YLZwONfz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s1YLZwONfz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s1YLZwONfz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1YLZwONfz .dropdown-item.active,
.cid-s1YLZwONfz .dropdown-item:active {
  background-color: transparent;
}
.cid-s1YLZwONfz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s1YLZwONfz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #040402;
}
.cid-s1YLZwONfz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s1YLZwONfz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s1YLZwONfz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s1YLZwONfz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s1YLZwONfz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b7007c;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1YLZwONfz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1YLZwONfz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1YLZwONfz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s1YLZwONfz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s1YLZwONfz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-s1YLZwONfz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1YLZwONfz .navbar {
    height: 77px;
  }
  .cid-s1YLZwONfz .navbar.opened {
    height: auto;
  }
  .cid-s1YLZwONfz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1YLZwONfz .nav-link {
  margin: auto!important;
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sjZAoNbWfp {
  padding-top: 345px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/4-46038-colorful-smoke-frame-on-black-background-hd-new-1-1920x1080.webp");
  position: relative;
  overflow: hidden;
}
.cid-sjZAoNbWfp .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-sjZAoNbWfp #e1_circle,
.cid-sjZAoNbWfp #e3_circle,
.cid-sjZAoNbWfp #e4_circle,
.cid-sjZAoNbWfp #e5_circle {
  fill: #ba0db0 !important;
}
.cid-sjZAoNbWfp #e6_circle {
  fill: #000000 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-sjZAoNbWfp .round {
  border-radius: 100%;
  position: absolute;
  background-color: #ba0db0;
  animation: orbit 4s linear infinite;
}
.cid-sjZAoNbWfp .rev {
  animation: rev 4s linear infinite;
}
.cid-sjZAoNbWfp .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-sjZAoNbWfp .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-sjZAoNbWfp .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-sjZAoNbWfp .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-sjZAoNbWfp .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-sjZAoNbWfp .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-sjZAoNbWfp .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-sjZAoNbWfp .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-sjZAoNbWfp .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-sjZAoNbWfp .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-sjZAoNbWfp .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-sjZAoNbWfp H1 {
  color: #30ff08;
}
.cid-sjZAoNbWfp .mbr-text,
.cid-sjZAoNbWfp .mbr-section-btn {
  color: #e5e5e5;
}
.cid-sjZAoNbWfp img {
  width: 100%;
  margin: 0 auto;
}
.cid-s1YM3FtOOn {
  padding-top: 45px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/4-46038-colorful-smoke-frame-on-black-background-hd-new-3-1920x1080.webp");
}
.cid-s1YM3FtOOn img {
  width: 100%;
  transition: all 0.6s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.cid-s1YM3FtOOn .card-wrapper {
  background: #191919;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-s1YM3FtOOn .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-s1YM3FtOOn .first:hover:before {
  content: none;
}
.cid-s1YM3FtOOn .first:before {
  position: absolute;
  top: -1rem;
  z-index: -1;
  left: 0rem;
  width: 300px;
  height: 300px;
  background: linear-gradient(to left, #30ff08, #b7007c);
  content: '';
}
.cid-s1YM3FtOOn .last:hover:after {
  content: none;
}
.cid-s1YM3FtOOn .last:after {
  position: absolute;
  bottom: -1rem;
  right: 0rem;
  width: 300px;
  z-index: -1;
  height: 300px;
  background: linear-gradient(to left, #30ff08, #b7007c);
  content: '';
}
.cid-s1YM3FtOOn .mbr-section-text {
  color: #999999;
}
.cid-s1YM3FtOOn .card {
  z-index: 1;
  position: relative;
  transition: all 0.3s;
}
.cid-s1YM3FtOOn .card .img-wrapper {
  overflow: hidden;
}
.cid-s1YM3FtOOn .card:hover {
  transform: translateY(-10px);
  cursor: pointer;
}
.cid-s1YM3FtOOn .card:hover .card-wrapper {
  background: linear-gradient(to left, #30ff08, #b7007c);
  color: #ffffff !important;
}
.cid-s1YM3FtOOn .card:hover .card-wrapper .mbr-section-text {
  color: #ffffff !important;
}
.cid-tpCOekJcu9 {
  padding-top: 75px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/unnamed.gif");
}
.cid-tpCOekJcu9 .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #30ff08, #b7007c);
}
.cid-tpCOekJcu9 .mbr-text,
.cid-tpCOekJcu9 .mbr-section-btn {
  color: #ffffff;
}
.cid-tpCOekJcu9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tpCOekJcu9 img {
    width: 96%;
  }
}
.cid-txgiS3qh4O {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/giphy-natur4.gif");
}
.cid-txgiS3qh4O .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .cid-txgiS3qh4O .mbr-section-head {
    text-align: center;
  }
}
.cid-txgiS3qh4O .mbr-section-title {
  color: #ffffff;
}
.cid-txgiS3qh4O .display-5 > .mbr-iconfont {
  font-size: 60px;
}
@media (max-width: 649px) {
  .cid-txgiS3qh4O .display-5 > .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-txgiS3qh4O .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-txgiS3qh4O .mbr-text {
  color: #5b686b;
  margin-top: 17px;
}
.cid-txgiS3qh4O form.mbr-form .mbr-section-btn {
  position: relative;
}
.cid-txgiS3qh4O form.mbr-form .mbr-section-btn svg {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 63px;
  height: 49px;
}
@media (max-width: 1399px) {
  .cid-txgiS3qh4O form.mbr-form .mbr-section-btn svg {
    right: -20px;
  }
}
@media (max-width: 991px) {
  .cid-txgiS3qh4O form.mbr-form .mbr-section-btn svg {
    top: 30px;
    right: -30px;
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-txgiS3qh4O form.mbr-form .mbr-section-btn svg {
    right: -20px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .cid-txgiS3qh4O form.mbr-form .mbr-section-btn svg {
    display: none;
  }
}
.cid-txgiS3qh4O form.mbr-form .mbr-section-btn svg path {
  fill: #fc30d1;
}
.cid-txgiS3qh4O input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1129px) {
  .cid-txgiS3qh4O .col-lg-6 {
    width: 100%;
  }
}
@media (max-width: 1129px) {
  .cid-txgiS3qh4O .mbr-form {
    width: 80%;
    margin-left: 0!important;
  }
}
@media (max-width: 767px) {
  .cid-txgiS3qh4O .mbr-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1244px) {
  .cid-txgiS3qh4O .mbr-form .col-8 {
    width: 62%;
  }
}
@media (max-width: 1129px) {
  .cid-txgiS3qh4O .mbr-form .col-8 {
    width: 66.666667%;
  }
}
@media (max-width: 649px) {
  .cid-txgiS3qh4O .mbr-form .col-8,
  .cid-txgiS3qh4O .mbr-form .col-4 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-txgiS3qh4O button {
  width: 100%;
}
.cid-idZFh1Rif2 {
  padding-top: 60px;
  padding-bottom: 45px;
  background: linear-gradient(6deg, #21e90e, #ba0db0);
}
.cid-idZFh1Rif2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-idZFh1Rif2 p {
  color: #767676;
  text-align: left;
}
.cid-idZFh1Rif2 .card-box {
  padding-top: 2rem;
}
.cid-idZFh1Rif2 .card-wrapper {
  height: 100%;
}
.cid-idZFh1Rif2 .container3 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 232px;
  max-width: 370px;
  overflow: hidden;
  width: 98vw;
}
.cid-idZFh1Rif2 .container3 figure {
  background-image: url("../../../assets/images/20170824-165712-2000x1125.webp");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-idZFh1Rif2 .container4 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 232px;
  max-width: 361px;
  overflow: hidden;
  width: 98vw;
}
.cid-idZFh1Rif2 .container4 figure {
  background-image: url("../../../assets/images/bmw-x6-avery-conform-chrome-gold-01-1008x567.webp");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-idZFh1Rif2 .container5 {
  height: 73.5vw;
  margin: 1vw auto;
  max-height: 232px;
  max-width: 376px;
  overflow: hidden;
  width: 98vw;
}
.cid-idZFh1Rif2 .container5 figure {
  background-image: url("../../../assets/images/20210106-125631-2000x1500.webp");
  background-size: cover;
  font-size: 0;
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.cid-idZFh1Rif2 #compare3 {
  background-image: url("../../../assets/images/20180705-175131-2000x972.webp");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-idZFh1Rif2 #compare4 {
  background-image: url("../../../assets/images/bmw-x6-avery-conform-chrome-gold-31-1008x567.webp");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-idZFh1Rif2 #compare5 {
  background-image: url("../../../assets/images/20210409-152857-2000x1500.webp");
  background-size: cover;
  bottom: 0;
  border-right: 5px solid rgba(255, 255, 255, 0.7);
  box-shadow: 10px 0 15px -13px #000000;
  height: 100%;
  max-width: 98.6%;
  min-width: 0.6%;
  overflow: visible;
  position: absolute;
  width: 50%;
  animation: first 2s 1 normal ease-in-out 0.1s;
  -webkit-animation: first 2s 1 normal ease-in-out 0.1s;
}
.cid-idZFh1Rif2 input#slider3 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-idZFh1Rif2 input#slider3::-moz-range-track {
  background: transparent;
}
.cid-idZFh1Rif2 input#slider3::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-idZFh1Rif2 input#slider3::-ms-fill-lower {
  background-color: transparent;
}
.cid-idZFh1Rif2 input#slider3::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-idZFh1Rif2 input#slider3::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-idZFh1Rif2 input#slider3::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-idZFh1Rif2 input#slider::-ms-tooltip {
  display: none;
}
.cid-idZFh1Rif2 #compare3::before {
  background: url("https://www.unsitepourtous.be/mobi//comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
.cid-idZFh1Rif2 input#slider4 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-idZFh1Rif2 input#slider4::-moz-range-track {
  background: transparent;
}
.cid-idZFh1Rif2 input#slider4::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-idZFh1Rif2 input#slider4::-ms-fill-lower {
  background-color: transparent;
}
.cid-idZFh1Rif2 input#slider4::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-idZFh1Rif2 input#slider4::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-idZFh1Rif2 input#slider4::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-idZFh1Rif2 input#slider4::-ms-tooltip {
  display: none;
}
.cid-idZFh1Rif2 #compare4::before {
  background: url("https://www.unsitepourtous.be/mobi//comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
.cid-idZFh1Rif2 input#slider5 {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  cursor: col-resize;
  height: 100vw;
  left: 0;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -100vw;
  width: 100%;
}
.cid-idZFh1Rif2 input#slider5::-moz-range-track {
  background: transparent;
}
.cid-idZFh1Rif2 input#slider5::-ms-track {
  border: none;
  background-color: transparent;
  height: 100vw;
  left: 0;
  outline: none;
  position: relative;
  top: -100vw;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: col-resize;
  color: transparent;
}
.cid-idZFh1Rif2 input#slider5::-ms-fill-lower {
  background-color: transparent;
}
.cid-idZFh1Rif2 input#slider5::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-idZFh1Rif2 input#slider5::-moz-range-thumb {
  -moz-appearance: none;
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-idZFh1Rif2 input#slider5::-ms-thumb {
  height: 100vw;
  width: 0.5%;
  opacity: 0;
}
.cid-idZFh1Rif2 input#slider5::-ms-tooltip {
  display: none;
}
.cid-idZFh1Rif2 #compare5::before {
  background: url("https://www.unsitepourtous.be/mobi//comparision.png") no-repeat scroll 0 center transparent;
  background-size: contain;
  content: " ";
  float: right;
  height: 100%;
  margin-right: -34px;
  position: relative;
  top: 0;
  width: 64px;
}
@keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes first {
  0% {
    width: 0%;
  }
  50% {
    width: 80%;
  }
  100% {
    width: 50%;
  }
}
.cid-idZFh1Rif2 .card-title {
  color: #b7007c;
  text-align: center;
}
.cid-idZFh1Rif2 P {
  color: #ffffff;
}
.cid-s1YM9uDjlF {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #040402;
}
.cid-s1YM9uDjlF img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 767px) {
  .cid-s1YM9uDjlF .container-fluid {
    padding: 0 2rem;
  }
}
.cid-s1YM9uDjlF .card-wrapper {
  background: #191919;
  padding: 3rem;
}
.cid-s1YM9uDjlF .card-wrapper:hover {
  background: linear-gradient(to left, #30ff08, #b7007c);
}
.cid-s1YM9uDjlF .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-s1YM9uDjlF .icon-wrapper {
  padding: 0 1rem;
}
.cid-s1YM9uDjlF .card-box {
  padding-top: 2rem;
}
.cid-s1YM9uDjlF .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #30ff08, #b7007c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YM9uDjlF .card-title {
  color: #999999;
}
.cid-s1YM9uDjlF .mbr-subtitle {
  color: #ffffff;
}
.cid-s1YM9uDjlF .main-title {
  color: #cccccc;
}
.cid-s1YM9uDjlF .main-subtitle {
  color: #999999;
}
.cid-s1YM9uDjlF .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-s1YM9uDjlF .card:hover {
  transform: translateY(-10px);
}
.cid-s1YM9uDjlF .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-s1YM9uDjlF .card:hover .card-title,
.cid-s1YM9uDjlF .card:hover .mbr-subtitle {
  color: #ffffff !important;
}
@media (min-width: 1600px) {
  .cid-s1YM9uDjlF .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-s1YM9uDjlF .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tpOilA4QUj {
  background-color: #000000;
  padding-top: 150px;
  padding-bottom: 105px;
}
.cid-tpOilA4QUj #goDown {
  visibility: hidden;
}
.cid-tpOilA4QUj video,
.cid-tpOilA4QUj img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cid-tpOilA4QUj .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9b59b6;
  opacity: 0.4;
}
.cid-tpOilA4QUj .show {
  visibility: visible;
}
.cid-tpOilA4QUj .hide {
  visibility: hidden;
}
.cid-tpOilA4QUj .overlay {
  background: #000000;
  opacity: 0;
}
.cid-tpOilA4QUj .row {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.cid-tpOhQpGVjS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #000000;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tpOhQpGVjS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tpOhQpGVjS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tpOhQpGVjS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tpOhQpGVjS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tpOhQpGVjS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #30ff08;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #30ff08, #b7007c) !important;
}
.cid-tpOhQpGVjS .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tpOhQpGVjS .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-tpOhQpGVjS .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tpOhQpGVjS .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #30ff08 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #30ff08, #b7007c) !important;
}
.cid-tpOhQpGVjS ul {
  font-size: 0;
}
.cid-tpOhQpGVjS .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #b7007c;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s;
}
.cid-tpOhQpGVjS .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-bottom: 2px #b7007c solid;
  border-radius: 0 !important;
}
.cid-tpOhQpGVjS .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-s1YLYYtmhw {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/76-760451-razer-wallpaper-4k-2000x1125.webp");
}
.cid-s1YLYYtmhw H1 {
  color: #b7007c;
}
.cid-s1YLYYtmhw h1 {
  background: linear-gradient(to left, #30ff08, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s1YLYYtmhw img {
  width: 100%;
}
.cid-s1YLYYtmhw .mbr-text,
.cid-s1YLYYtmhw .mbr-section-btn {
  color: #f3f3f3;
}
.cid-tzwXoQYOWD {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tzwXoQYOWD .item:focus,
.cid-tzwXoQYOWD span:focus {
  outline: none;
}
.cid-tzwXoQYOWD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 143px;
  max-width: 143px;
  padding: 0 9px;
}
@media (max-width: 768px) {
  .cid-tzwXoQYOWD .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tzwXoQYOWD .embla__slide .slide-content .image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tzwXoQYOWD .embla__slide .slide-content .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tzwXoQYOWD .embla__slide .slide-content .image-wrapper img:first-child {
  margin-bottom: 40px;
}
.cid-tzwXoQYOWD .embla__button--next,
.cid-tzwXoQYOWD .embla__button--prev {
  display: flex;
}
.cid-tzwXoQYOWD .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #30ff08;
  border: 2px solid #b7007c;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tzwXoQYOWD .embla__button {
    display: none;
  }
}
.cid-tzwXoQYOWD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tzwXoQYOWD .embla__button:hover {
  background: transparent;
  color: #30ff08;
  opacity: .7;
}
.cid-tzwXoQYOWD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzwXoQYOWD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tzwXoQYOWD .embla__button {
    top: auto;
  }
}
.cid-tzwXoQYOWD .embla {
  position: relative;
  width: 100%;
}
.cid-tzwXoQYOWD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tzwXoQYOWD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tzwXoQYOWD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tzwXoQYOWD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-s1YMf6Zm9K .google-map {
  height: 30rem;
  position: relative;
}
.cid-s1YMf6Zm9K .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-s1YMf6Zm9K .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-s1YMf6Zm9K .google-map[data-state] {
  background: #e9e5dc;
}
.cid-s1YMf6Zm9K .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tz3taLQbqu {
  padding-top: 120px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mui7ezf-1920x1200.webp");
}
.cid-tz3taLQbqu .card-wrapper {
  display: flex;
  padding: 0 1.5rem;
}
@media (max-width: 1600px) {
  .cid-tz3taLQbqu .card-wrapper {
    padding: 0;
  }
}
.cid-tz3taLQbqu .row {
  flex-direction: row-reverse;
}
.cid-tz3taLQbqu .form-control,
.cid-tz3taLQbqu .field-input {
  padding: 1rem;
}
.cid-tz3taLQbqu .form-row > .col,
.cid-tz3taLQbqu .col-auto {
  padding-right: 8px;
  padding-left: 8px;
}
.cid-tz3taLQbqu .btn {
  margin: 0 !important;
  height: 56px;
  border-radius: 3px !important;
  padding: 0 1.5rem;
}
.cid-tz3taLQbqu .btn span {
  font-size: 1rem;
}
.cid-tz3taLQbqu .form-control,
.cid-tz3taLQbqu .field-input {
  padding: 1rem;
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tz3taLQbqu .form-control::-webkit-input-placeholder,
.cid-tz3taLQbqu .field-input::-webkit-input-placeholder,
.cid-tz3taLQbqu .form-control::-webkit-input-placeholder,
.cid-tz3taLQbqu .field-input::-webkit-input-placeholder {
  color: #999999;
}
.cid-tz3taLQbqu .form-control:-moz-placeholder,
.cid-tz3taLQbqu .field-input:-moz-placeholder,
.cid-tz3taLQbqu .form-control:-moz-placeholder,
.cid-tz3taLQbqu .field-input:-moz-placeholder {
  color: #999999;
}
.cid-tz3taLQbqu .form-control:hover,
.cid-tz3taLQbqu .field-input:hover,
.cid-tz3taLQbqu .form-control:focus,
.cid-tz3taLQbqu .field-input:focus {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tz3taLQbqu .form-control:hover::-webkit-input-placeholder,
.cid-tz3taLQbqu .field-input:hover::-webkit-input-placeholder,
.cid-tz3taLQbqu .form-control:focus::-webkit-input-placeholder,
.cid-tz3taLQbqu .field-input:focus::-webkit-input-placeholder,
.cid-tz3taLQbqu .form-control:hover::-webkit-input-placeholder,
.cid-tz3taLQbqu .field-input:hover::-webkit-input-placeholder,
.cid-tz3taLQbqu .form-control:focus::-webkit-input-placeholder,
.cid-tz3taLQbqu .field-input:focus::-webkit-input-placeholder {
  color: #999999;
}
.cid-tz3taLQbqu .form-control:hover:-moz-placeholder,
.cid-tz3taLQbqu .field-input:hover:-moz-placeholder,
.cid-tz3taLQbqu .form-control:focus:-moz-placeholder,
.cid-tz3taLQbqu .field-input:focus:-moz-placeholder,
.cid-tz3taLQbqu .form-control:hover:-moz-placeholder,
.cid-tz3taLQbqu .field-input:hover:-moz-placeholder,
.cid-tz3taLQbqu .form-control:focus:-moz-placeholder,
.cid-tz3taLQbqu .field-input:focus:-moz-placeholder {
  color: #999999;
}
.cid-tz3taLQbqu .jq-number__spin:hover,
.cid-tz3taLQbqu .jq-number__spin:focus {
  background-color: #040402;
  border-color: #555555;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tz3taLQbqu .jq-number__spin {
  background-color: #040402;
  border-color: #555555;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tz3taLQbqu .jq-selectbox li,
.cid-tz3taLQbqu .jq-selectbox li {
  background-color: #040402;
  color: #ffffff;
}
.cid-tz3taLQbqu .jq-selectbox li:hover,
.cid-tz3taLQbqu .jq-selectbox li.selected {
  background-color: #040402;
  color: #ffffff;
}
.cid-tz3taLQbqu .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tz3taLQbqu .jq-number__spin.minus:hover:after,
.cid-tz3taLQbqu .jq-number__spin.plus:hover:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-tz3taLQbqu .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tz3taLQbqu .jq-number__spin.minus:after,
.cid-tz3taLQbqu .jq-number__spin.plus:after {
  border-top-color: #040402;
  border-bottom-color: #040402;
}
.cid-tz3taLQbqu input::-webkit-clear-button {
  display: none;
}
.cid-tz3taLQbqu input::-webkit-inner-spin-button {
  display: none;
}
.cid-tz3taLQbqu input::-webkit-outer-spin-button {
  display: none;
}
.cid-tz3taLQbqu input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tz3taLQbqu H4 {
  color: #ffffff;
}
.cid-tz3taLQbqu P {
  color: #999999;
}
@media (max-width: 767px) {
  .cid-tz3taLQbqu .col {
    min-width: 100%;
  }
  .cid-tz3taLQbqu .col-auto {
    margin: auto;
  }
  .cid-tz3taLQbqu .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
  }
  .cid-tz3taLQbqu .card-wrapper .icon-wrapper {
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}
.cid-tz3taLQbqu .content {
  padding: 0 3rem;
}
@media (max-width: 1600px) {
  .cid-tz3taLQbqu .content {
    padding: 0 1rem;
  }
}
.cid-tz3taLQbqu .img-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tz3taLQbqu .img-wrapper:before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  right: -300px;
  border-radius: 50%;
  bottom: -350px;
  opacity: 0.3;
  background: #b7007c;
  z-index: 2;
  pointer-events: none;
}
.cid-tz3taLQbqu img {
  width: 100%;
}
.cid-tz3taLQbqu .card-wrapper .mbr-iconfont {
  font-size: 3rem;
  background: linear-gradient(to left, #30ff08, #b7007c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tz3taLQbqu .line {
  width: 55px;
  margin-bottom: 0.5rem;
  height: 5px;
  display: inline-block;
  background: linear-gradient(to left, #30ff08, #b7007c);
}
.cid-tz3taLQbqu .icon-wrapper {
  margin: auto;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  border-radius: 50%;
}
.cid-tz3taLQbqu h4 {
  margin: 0;
}
.cid-tz3taLQbqu .card-text {
  color: #999999;
}
.cid-tz3taLQbqu .mbr-text {
  color: #000000;
}
.cid-tz3taLQbqu .card-title {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tz3taLQbqu .mbr-text {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .cid-tz3taLQbqu .mbr-text {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}
.cid-tz3taLQbqu .icon-wrap {
  background: linear-gradient(to left, #30ff08, #b7007c);
  width: 100px;
  height: 100px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  position: absolute;
  bottom: 3rem;
  right: 3rem;
}
.cid-tz3taLQbqu .icon-wrap .mbr-iconfont {
  font-size: 2.6rem;
  color: white;
}
.cid-tz3taLQbqu H3 {
  color: #787324;
}
.cid-tz3taLQbqu .mbr-section-title,
.cid-tz3taLQbqu .title-wrapper {
  color: #ffffff;
}
.cid-tz3taLQbqu .mbr-text,
.cid-tz3taLQbqu .mbr-section-btn {
  color: #999999;
}
.cid-tz3taLQbqu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tz3taLQbqu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tz3taLQbqu .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tz3taLQbqu a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-tz3taLQbqu a.close:hover {
  color: #ffffff;
}
.cid-txitPvNgPl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-txitPvNgPl .mbr-text1 {
  color: #999999;
}
.cid-txitPvNgPl .mbr-text2 {
  color: #767676;
}
.cid-txitPvNgPl p {
  margin: 0;
}
.cid-tz3pQ5GXUX {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-tz3pQ5GXUX .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-tz3pQ5GXUX .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-tz3pQ5GXUX .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-tz3pQ5GXUX .title {
  background: linear-gradient(to left, #30ff08, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b7007c;
}
.cid-tz3pQ5GXUX .container {
  max-width: 1400px;
}
.cid-tz3pQ5GXUX li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-tz3pQ5GXUX .time {
  line-height: 2;
}
.cid-tz3pQ5GXUX .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-tz3pQ5GXUX .text-wrap {
  width: 100%;
}
.cid-tz3pQ5GXUX .item-wrap {
  display: inline-block;
}
.cid-tz3pQ5GXUX .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-tz3pQ5GXUX .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #30ff08, #b7007c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-tz3pQ5GXUX .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-tz3pQ5GXUX .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tz3pQ5GXUX .socicon-wrap {
    margin: auto;
  }
}
.cid-tz3pQ5GXUX .mbr-text {
  color: #999999;
}
.cid-tz3pQ5GXUX .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-tz3pQ5GXUX .icon-title,
.cid-tz3pQ5GXUX .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-tz3pQ5GXUX .item-text,
.cid-tz3pQ5GXUX .item-icon {
  color: #999999;
}
.cid-tz3lL7cnO9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #040402;
}
.cid-tz3lL7cnO9 .mbr-text1 {
  color: #999999;
}
.cid-tz3lL7cnO9 .mbr-text2 {
  color: #767676;
}
.cid-tz3lL7cnO9 p {
  margin: 0;
}
.cid-s1YMdWQfw7 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #191919;
}
.cid-s1YMdWQfw7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-s1YMdWQfw7 .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-s1YMdWQfw7 .item p {
  margin: 0;
  padding-left: 0.5rem;
}
.cid-s1YMdWQfw7 .title {
  background: linear-gradient(to left, #30ff08, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b7007c;
}
.cid-s1YMdWQfw7 .container {
  max-width: 1400px;
}
.cid-s1YMdWQfw7 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-s1YMdWQfw7 .time {
  line-height: 2;
}
.cid-s1YMdWQfw7 .icons-wrap {
  display: flex;
  align-items: center;
}
.cid-s1YMdWQfw7 .text-wrap {
  width: 100%;
}
.cid-s1YMdWQfw7 .item-wrap {
  display: inline-block;
}
.cid-s1YMdWQfw7 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-s1YMdWQfw7 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #30ff08, #b7007c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-s1YMdWQfw7 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-s1YMdWQfw7 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-s1YMdWQfw7 .socicon-wrap {
    margin: auto;
  }
}
.cid-s1YMdWQfw7 .mbr-text {
  color: #999999;
}
.cid-s1YMdWQfw7 .icon-title {
  margin: 0;
  padding-bottom: 3px;
}
.cid-s1YMdWQfw7 .icon-title,
.cid-s1YMdWQfw7 .align-wrap {
  color: #999999;
  width: 100%;
  text-align: center;
}
.cid-s1YMdWQfw7 .item-text,
.cid-s1YMdWQfw7 .item-icon {
  color: #999999;
}
