body {
  font-family: Finlandica;
}
.display-1 {
  font-family: 'Finlandica', sans-serif;
  font-size: 7.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'Finlandica', sans-serif;
  font-size: 4.375rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-5 {
  font-family: 'Finlandica', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff014e !important;
}
.bg-success {
  background-color: #8fff32 !important;
}
.bg-info {
  background-color: #312ca8 !important;
}
.bg-warning {
  background-color: #ec1722 !important;
}
.bg-danger {
  background-color: #13171f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff014e !important;
  border-color: #ff014e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a90033 !important;
  border-color: #a90033 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a90033 !important;
  border-color: #a90033 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6b67ce !important;
  border-color: #6b67ce !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3b36a8 !important;
  border-color: #3b36a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3b36a8 !important;
  border-color: #3b36a8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #312ca8 !important;
  border-color: #312ca8 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1d1a63 !important;
  border-color: #1d1a63 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1d1a63 !important;
  border-color: #1d1a63 !important;
}
.btn-success,
.btn-success:active {
  background-color: #8fff32 !important;
  border-color: #8fff32 !important;
  color: #173200 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #63da00 !important;
  border-color: #63da00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #173200 !important;
  background-color: #63da00 !important;
  border-color: #63da00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ec1722 !important;
  border-color: #ec1722 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9f0d15 !important;
  border-color: #9f0d15 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9f0d15 !important;
  border-color: #9f0d15 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #13171f !important;
  border-color: #13171f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #c4cfde !important;
  border-color: #c4cfde !important;
  color: #3a4e69 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #8ca2bf !important;
  border-color: #8ca2bf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #3a4e69 !important;
  background-color: #8ca2bf !important;
  border-color: #8ca2bf !important;
}
.btn-black,
.btn-black:active {
  background-color: #212428 !important;
  border-color: #212428 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff014e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a90033 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff014e !important;
  border-color: #ff014e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6b67ce;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3b36a8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6b67ce !important;
  border-color: #6b67ce !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #312ca8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1d1a63 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #312ca8 !important;
  border-color: #312ca8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8fff32;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #63da00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #173200 !important;
  background-color: #8fff32 !important;
  border-color: #8fff32 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ec1722;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9f0d15 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ec1722 !important;
  border-color: #ec1722 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #13171f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #13171f !important;
  border-color: #13171f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212428;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #212428 !important;
  border-color: #212428 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c4cfde;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #8ca2bf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #3a4e69 !important;
  background-color: #c4cfde !important;
  border-color: #c4cfde !important;
}
.text-primary {
  color: #ff014e !important;
}
.text-secondary {
  color: #6b67ce !important;
}
.text-success {
  color: #8fff32 !important;
}
.text-info {
  color: #312ca8 !important;
}
.text-warning {
  color: #ec1722 !important;
}
.text-danger {
  color: #13171f !important;
}
.text-white {
  color: #C4CFDE !important;
}
.text-black {
  color: #212428 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9a002f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #37329d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5ccb00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #191757 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #910c13 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #839ab9 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff014e;
}
.nav-tabs .nav-link:not(.active) {
  color: #212428;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #312ca8;
}
.alert-warning {
  background-color: #ec1722;
}
.alert-danger {
  background-color: #13171f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff014e;
  border-color: #ff014e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff014e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcddc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fefffe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7c78dc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbd4d6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bfc7d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff014e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.125rem;
}
blockquote {
  border-color: #ff014e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff014e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff014e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff014e;
  border-bottom-color: #ff014e;
}
.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: #ff014e !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: #6b67ce !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='%23ff014e' %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-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
.container-fluid {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.mbr-section-btn .btn {
  min-width: 70px;
  min-height: 57px;
  padding: 18px 40px;
  border-radius: 6px !important;
  font-weight: 500;
  line-height: 1.3 !important;
  box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e !important;
  transform-style: preserve-3d;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-section-btn .btn {
  position: relative;
  transition: 0.4s all !important;
  border: none !important;
  align-items: baseline;
}
.custom-section-btn .btn-black {
  color: #ff014e !important;
  background: linear-gradient(145deg, #1e2024, #23272b) !important;
}
.custom-section-btn .btn-black:hover {
  color: #ff014e !important;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  transform: translateY(-5px);
}
.custom-section-btn .btn-white {
  color: #ff014e !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
}
.custom-section-btn .btn-white:hover {
  color: #ff014e !important;
  background: #FFFFFF !important;
  transform: translateY(-5px);
}
.cid-thYsCAHJ8k {
  z-index: 1000;
  width: 100%;
}
.cid-thYsCAHJ8k nav.navbar {
  position: fixed;
}
.cid-thYsCAHJ8k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thYsCAHJ8k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thYsCAHJ8k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thYsCAHJ8k .dropdown-item:hover,
.cid-thYsCAHJ8k .dropdown-item:focus {
  background: #ff014e !important;
  color: white !important;
}
.cid-thYsCAHJ8k .dropdown-item:hover span {
  color: white;
}
.cid-thYsCAHJ8k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thYsCAHJ8k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thYsCAHJ8k .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-thYsCAHJ8k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thYsCAHJ8k .nav-link {
  position: relative;
}
.cid-thYsCAHJ8k .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-thYsCAHJ8k .container {
    flex-wrap: nowrap;
  }
}
.cid-thYsCAHJ8k .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thYsCAHJ8k .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-thYsCAHJ8k .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-thYsCAHJ8k .navbar-nav .nav-item .nav-link:hover,
.cid-thYsCAHJ8k .navbar-nav .nav-item .nav-link:focus,
.cid-thYsCAHJ8k .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-thYsCAHJ8k .dropdown-menu,
.cid-thYsCAHJ8k .navbar.opened {
  background: #212428 !important;
}
.cid-thYsCAHJ8k .nav-item:focus,
.cid-thYsCAHJ8k .nav-link:focus {
  outline: none;
}
.cid-thYsCAHJ8k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thYsCAHJ8k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thYsCAHJ8k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thYsCAHJ8k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thYsCAHJ8k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thYsCAHJ8k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thYsCAHJ8k .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(33, 36, 40, 0.9);
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-thYsCAHJ8k .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-thYsCAHJ8k .navbar.opened {
  transition: all 0.3s;
}
.cid-thYsCAHJ8k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thYsCAHJ8k .navbar .navbar-logo img {
  width: auto;
}
.cid-thYsCAHJ8k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thYsCAHJ8k .navbar.collapsed {
  justify-content: center;
}
.cid-thYsCAHJ8k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thYsCAHJ8k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thYsCAHJ8k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-thYsCAHJ8k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thYsCAHJ8k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thYsCAHJ8k .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thYsCAHJ8k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thYsCAHJ8k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thYsCAHJ8k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thYsCAHJ8k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thYsCAHJ8k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thYsCAHJ8k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thYsCAHJ8k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thYsCAHJ8k .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thYsCAHJ8k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thYsCAHJ8k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thYsCAHJ8k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thYsCAHJ8k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thYsCAHJ8k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thYsCAHJ8k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-thYsCAHJ8k .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-thYsCAHJ8k .navbar.navbar-short {
  min-height: 90px;
}
.cid-thYsCAHJ8k .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-thYsCAHJ8k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-thYsCAHJ8k .navbar {
    min-height: 80px;
  }
}
.cid-thYsCAHJ8k .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-thYsCAHJ8k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thYsCAHJ8k .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-thYsCAHJ8k .navbar-brand {
    min-height: 69px;
  }
}
.cid-thYsCAHJ8k .dropdown-item.active,
.cid-thYsCAHJ8k .dropdown-item:active {
  background-color: transparent;
}
.cid-thYsCAHJ8k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thYsCAHJ8k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thYsCAHJ8k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thYsCAHJ8k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-thYsCAHJ8k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thYsCAHJ8k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thYsCAHJ8k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thYsCAHJ8k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thYsCAHJ8k button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-thYsCAHJ8k button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-thYsCAHJ8k button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-thYsCAHJ8k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-thYsCAHJ8k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-thYsCAHJ8k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-thYsCAHJ8k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-thYsCAHJ8k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thYsCAHJ8k nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thYsCAHJ8k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thYsCAHJ8k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thYsCAHJ8k nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thYsCAHJ8k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-thYsCAHJ8k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thYsCAHJ8k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thYsCAHJ8k .navbar {
    height: 70px;
  }
  .cid-thYsCAHJ8k .navbar.opened {
    height: auto;
  }
  .cid-thYsCAHJ8k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thYsCAHJ8k .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-thYsCAHJ8k .navbar-short {
    min-height: 70px;
  }
}
.cid-thYsCAHJ8k .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-thYsCAHJ8k .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-thYsCAHJ8k .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-thYsCAHJ8k .container-fluid {
    padding: 0 3px;
  }
}
.cid-thYsCAHJ8k .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-thYsCAHJ8k .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-thYsCAHJ8k .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-thYsCAHJ8k .container-fluid {
    flex-wrap: wrap;
  }
  .cid-thYsCAHJ8k button.navbar-toggler {
    display: flex;
  }
  .cid-thYsCAHJ8k .navbar-brand {
    width: auto !important;
  }
  .cid-thYsCAHJ8k .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-thYsCAHJ8k .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-thYsCAHJ8k .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-thYsCAHJ8k .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-thYsCAHJ8k .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-thYsCAHJ8k .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-thYslFJglo {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-thYslFJglo .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYslFJglo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYslFJglo .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thYslFJglo .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-thYslFJglo .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thYslFJglo .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-thYslFJglo .col-text {
    order: 2;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-thYslFJglo .col-text {
    margin-top: 20px;
  }
}
.cid-thYslFJglo .text-wrapper {
  width: 100%;
}
.cid-thYslFJglo .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-thYslFJglo .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-thYslFJglo .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-thYslFJglo .mbr-text {
  color: #C4CFDE;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-thYslFJglo .mbr-text {
    padding-right: 0;
  }
}
.cid-thYslFJglo .mbr-section-btn {
  margin-top: 20px;
}
.cid-thYslFJglo .social-container {
  width: 100%;
  padding-top: 125px;
}
@media (max-width: 991px) {
  .cid-thYslFJglo .social-container {
    padding-top: 40px;
  }
}
.cid-thYslFJglo .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-thYslFJglo .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-thYslFJglo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-thYslFJglo .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-thYslFJglo .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-thYslFJglo .soc-item:hover {
  transform: translateY(-3px);
}
.cid-thYslFJglo .soc-item:hover:before {
  opacity: 1;
}
.cid-thYslFJglo .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-thYslFJglo .col-img {
    order: 1;
  }
}
.cid-thYslFJglo .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-thYslFJglo .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-thYslFJglo .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 6px;
}
.cid-thYswXseFX {
  background-image: url("https://mobirise.com/extensions/expertm5/assets/images/frame-1.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-thYswXseFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYswXseFX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYswXseFX .mbr-section-head {
  width: 100%;
}
.cid-thYswXseFX .mbr-section-title {
  color: #212428;
}
.cid-thYswXseFX .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 20px;
}
.cid-thYswXseFX .mbr-section-btn {
  margin-top: 40px;
}
.cid-thYv95p2ZY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-thYv95p2ZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYv95p2ZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-thYv95p2ZY .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-thYv95p2ZY .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: flex-start;
}
.cid-thYv95p2ZY .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-thYv95p2ZY .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-thYv95p2ZY .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-thYv95p2ZY .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-thYv95p2ZY .mbr-section-title {
  color: #C4CFDE;
}
.cid-thYv95p2ZY .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYv95p2ZY .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-thYv95p2ZY .card-row {
  align-items: stretch;
}
.cid-thYv95p2ZY .item {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-thYv95p2ZY .item {
    margin-top: 50px;
  }
}
.cid-thYv95p2ZY .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: visible;
}
.cid-thYv95p2ZY .item-wrapper:hover .card-bg {
  opacity: 0.5;
}
.cid-thYv95p2ZY .item-wrapper:hover .mbr-section-btn {
  margin-top: 0;
  opacity: 1;
}
.cid-thYv95p2ZY .item-wrapper:hover .card-title {
  color: #ff014e !important;
}
.cid-thYv95p2ZY .item-wrapper:hover .card-text {
  color: #ff014e !important;
}
.cid-thYv95p2ZY .item-img-shadow {
  width: 100%;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 7px;
}
.cid-thYv95p2ZY .item-img {
  position: relative;
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  aspect-ratio: 0.64189189;
}
.cid-thYv95p2ZY .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-thYv95p2ZY .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 6px;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.cid-thYv95p2ZY .mbr-section-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: translate(-50%, -50%);
  max-width: 100%;
  margin-top: 10px;
  transition: 0.4s all;
  opacity: 0;
}
.cid-thYv95p2ZY .mbr-section-btn .btn {
  padding: 10px 18px;
  min-height: 44px;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-thYv95p2ZY .mbr-section-btn {
    width: auto;
  }
  .cid-thYv95p2ZY .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-thYv95p2ZY .card-box {
  position: relative;
  z-index: 5;
  padding: 39px 30px 0;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-thYv95p2ZY .card-box {
    padding: 20px 10px 0;
  }
}
.cid-thYv95p2ZY .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .4s all;
}
.cid-thYv95p2ZY .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .4s all;
}
.cid-thYvPBbdgw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #c4cfde;
}
.cid-thYvPBbdgw .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-thYvPBbdgw .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-thYvPBbdgw .mbr-section-title {
    text-align: center;
  }
}
.cid-thYvPBbdgw .mbr-section-subtitle {
  color: #212428;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYvPBbdgw .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-thYvPBbdgw .box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-thYvPBbdgw .mbr-media {
  width: 100%;
  position: relative;
}
.cid-thYvPBbdgw .mbr-media img {
  width: 100%;
  aspect-ratio: 1.77842566;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-thYvPBbdgw .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-thYvPBbdgw .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-thYvPBbdgw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-thYvPBbdgw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-thYvPBbdgw .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-thYvPBbdgw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-thYvPBbdgw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-thYvQWpvon {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-thYvQWpvon .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYvQWpvon .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYvQWpvon .row {
  flex-direction: row-reverse;
}
.cid-thYvQWpvon .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thYvQWpvon .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-thYvQWpvon .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thYvQWpvon .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-thYvQWpvon .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-thYvQWpvon .text-wrapper {
  width: 100%;
}
.cid-thYvQWpvon .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-thYvQWpvon .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-thYvQWpvon .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-thYvQWpvon .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-thYvQWpvon .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-thYvQWpvon .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-thYvQWpvon .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-thYvQWpvon .mbr-text {
    padding-right: 0;
  }
}
.cid-thYvQWpvon .mbr-section-btn {
  margin-top: 40px;
}
.cid-thYvQWpvon .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-thYvQWpvon .col-img {
    order: 1;
  }
}
.cid-thYvQWpvon .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-thYvQWpvon .img-container {
    padding-left: 20px;
  }
}
.cid-thYvQWpvon .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #9ca5b1, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-thYvQWpvon .image-wrapper {
    padding: 15px;
  }
}
.cid-thYvQWpvon .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-thYvQWpvon .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-thYvQWpvon .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-thYsExBbu6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #212428;
  overflow: hidden;
}
.cid-thYsExBbu6 .border-item {
  width: 100%;
  height: 1px;
  background: #16181c;
}
.cid-thYsExBbu6 .copyright-container {
  padding: 40px 0;
}
.cid-thYsExBbu6 .mbr-text {
  color: #878e99;
}
.cid-thYsCAHJ8k {
  z-index: 1000;
  width: 100%;
}
.cid-thYsCAHJ8k nav.navbar {
  position: fixed;
}
.cid-thYsCAHJ8k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thYsCAHJ8k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thYsCAHJ8k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thYsCAHJ8k .dropdown-item:hover,
.cid-thYsCAHJ8k .dropdown-item:focus {
  background: #ff014e !important;
  color: white !important;
}
.cid-thYsCAHJ8k .dropdown-item:hover span {
  color: white;
}
.cid-thYsCAHJ8k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thYsCAHJ8k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thYsCAHJ8k .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-thYsCAHJ8k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thYsCAHJ8k .nav-link {
  position: relative;
}
.cid-thYsCAHJ8k .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-thYsCAHJ8k .container {
    flex-wrap: nowrap;
  }
}
.cid-thYsCAHJ8k .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thYsCAHJ8k .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-thYsCAHJ8k .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-thYsCAHJ8k .navbar-nav .nav-item .nav-link:hover,
.cid-thYsCAHJ8k .navbar-nav .nav-item .nav-link:focus,
.cid-thYsCAHJ8k .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-thYsCAHJ8k .dropdown-menu,
.cid-thYsCAHJ8k .navbar.opened {
  background: #212428 !important;
}
.cid-thYsCAHJ8k .nav-item:focus,
.cid-thYsCAHJ8k .nav-link:focus {
  outline: none;
}
.cid-thYsCAHJ8k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thYsCAHJ8k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thYsCAHJ8k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thYsCAHJ8k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thYsCAHJ8k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thYsCAHJ8k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thYsCAHJ8k .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(33, 36, 40, 0.9);
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-thYsCAHJ8k .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-thYsCAHJ8k .navbar.opened {
  transition: all 0.3s;
}
.cid-thYsCAHJ8k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thYsCAHJ8k .navbar .navbar-logo img {
  width: auto;
}
.cid-thYsCAHJ8k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thYsCAHJ8k .navbar.collapsed {
  justify-content: center;
}
.cid-thYsCAHJ8k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thYsCAHJ8k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thYsCAHJ8k .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-thYsCAHJ8k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thYsCAHJ8k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thYsCAHJ8k .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-thYsCAHJ8k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thYsCAHJ8k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thYsCAHJ8k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thYsCAHJ8k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thYsCAHJ8k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thYsCAHJ8k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thYsCAHJ8k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thYsCAHJ8k .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-thYsCAHJ8k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thYsCAHJ8k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thYsCAHJ8k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thYsCAHJ8k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thYsCAHJ8k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thYsCAHJ8k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-thYsCAHJ8k .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-thYsCAHJ8k .navbar.navbar-short {
  min-height: 90px;
}
.cid-thYsCAHJ8k .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-thYsCAHJ8k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-thYsCAHJ8k .navbar {
    min-height: 80px;
  }
}
.cid-thYsCAHJ8k .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-thYsCAHJ8k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thYsCAHJ8k .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-thYsCAHJ8k .navbar-brand {
    min-height: 69px;
  }
}
.cid-thYsCAHJ8k .dropdown-item.active,
.cid-thYsCAHJ8k .dropdown-item:active {
  background-color: transparent;
}
.cid-thYsCAHJ8k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thYsCAHJ8k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thYsCAHJ8k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thYsCAHJ8k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-thYsCAHJ8k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thYsCAHJ8k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thYsCAHJ8k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thYsCAHJ8k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thYsCAHJ8k button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-thYsCAHJ8k button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-thYsCAHJ8k button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-thYsCAHJ8k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-thYsCAHJ8k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-thYsCAHJ8k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-thYsCAHJ8k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-thYsCAHJ8k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thYsCAHJ8k nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thYsCAHJ8k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thYsCAHJ8k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thYsCAHJ8k nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thYsCAHJ8k .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-thYsCAHJ8k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thYsCAHJ8k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-thYsCAHJ8k .navbar {
    height: 70px;
  }
  .cid-thYsCAHJ8k .navbar.opened {
    height: auto;
  }
  .cid-thYsCAHJ8k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thYsCAHJ8k .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0.9);
}
@media (max-width: 575px) {
  .cid-thYsCAHJ8k .navbar-short {
    min-height: 70px;
  }
}
.cid-thYsCAHJ8k .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-thYsCAHJ8k .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-thYsCAHJ8k .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-thYsCAHJ8k .container-fluid {
    padding: 0 3px;
  }
}
.cid-thYsCAHJ8k .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-thYsCAHJ8k .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-thYsCAHJ8k .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-thYsCAHJ8k .container-fluid {
    flex-wrap: wrap;
  }
  .cid-thYsCAHJ8k button.navbar-toggler {
    display: flex;
  }
  .cid-thYsCAHJ8k .navbar-brand {
    width: auto !important;
  }
  .cid-thYsCAHJ8k .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-thYsCAHJ8k .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-thYsCAHJ8k .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-thYsCAHJ8k .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-thYsCAHJ8k .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-thYsCAHJ8k .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-thYwWaqzzl {
  background-image: url("https://mobirise.com/extensions/expertm5/assets/images/background8.jpg");
}
.cid-thYwWaqzzl .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYwWaqzzl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYwWaqzzl .mbr-section-title {
  color: #FD888E;
}
.cid-thYwWaqzzl .mbr-text {
  color: #FFFFFF;
  margin-top: 15px;
}
.cid-thYwWaqzzl .mbr-section-btn {
  margin-top: 30px;
}
.cid-thYx7pLRR7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-thYx7pLRR7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYx7pLRR7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYx7pLRR7 .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-thYx7pLRR7 .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-thYx7pLRR7 .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-thYx7pLRR7 .mbr-section-subtitle {
  color: #C4CFDE;
}
.cid-thYx7pLRR7 .card-row {
  align-items: stretch;
}
.cid-thYx7pLRR7 .card {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-thYx7pLRR7 .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 20px;
  overflow: hidden;
  border-radius: 13px;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.cid-thYx7pLRR7 .card-box {
  height: 100%;
}
.cid-thYx7pLRR7 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 25px;
}
.cid-thYx7pLRR7 .iconfont-wrapper .mbr-iconfont {
  font-size: 45px;
  color: #ff014e;
}
.cid-thYx7pLRR7 .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-thYx7pLRR7 .card-text {
  color: #878e99;
  margin-bottom: 0;
}
.cid-thYxde4FDt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-thYxde4FDt .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYxde4FDt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-thYxde4FDt .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-thYxde4FDt .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: flex-start;
}
.cid-thYxde4FDt .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-thYxde4FDt .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-thYxde4FDt .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-thYxde4FDt .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-thYxde4FDt .mbr-section-title {
  color: #C4CFDE;
}
.cid-thYxde4FDt .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYxde4FDt .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-thYxde4FDt .card-row {
  align-items: stretch;
}
.cid-thYxde4FDt .item {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .cid-thYxde4FDt .item {
    margin-top: 50px;
  }
}
.cid-thYxde4FDt .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: visible;
}
.cid-thYxde4FDt .item-wrapper:hover .card-bg {
  opacity: 0.9;
}
.cid-thYxde4FDt .item-wrapper:hover .mbr-section-btn {
  margin-top: 0;
  opacity: 1;
}
.cid-thYxde4FDt .item-wrapper:hover .card-title {
  color: #ff014e !important;
}
.cid-thYxde4FDt .item-wrapper:hover .card-text {
  color: #ff014e !important;
}
.cid-thYxde4FDt .item-img-shadow {
  width: 100%;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 7px;
}
.cid-thYxde4FDt .item-img {
  position: relative;
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  aspect-ratio: 1.02702703;
}
.cid-thYxde4FDt .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-thYxde4FDt .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 6px;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.cid-thYxde4FDt .mbr-section-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin-left: 0 !important;
  margin-right: 0 !important;
  transform: translate(-50%, -50%);
  max-width: 100%;
  margin-top: 10px;
  transition: 0.4s all;
  opacity: 0;
}
.cid-thYxde4FDt .mbr-section-btn .btn {
  padding: 10px 18px;
  min-height: 44px;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .cid-thYxde4FDt .mbr-section-btn {
    width: auto;
  }
  .cid-thYxde4FDt .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-thYxde4FDt .card-box {
  position: relative;
  z-index: 5;
  padding: 39px 30px 0;
  transition: 0.4s all;
}
@media (max-width: 575px) {
  .cid-thYxde4FDt .card-box {
    padding: 20px 10px 0;
  }
}
.cid-thYxde4FDt .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .4s all;
}
.cid-thYxde4FDt .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .4s all;
}
.cid-thYx6XuINu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-thYx6XuINu .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYx6XuINu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYx6XuINu .card-row {
  align-items: stretch;
}
.cid-thYx6XuINu .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1000px;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-thYx6XuINu .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-thYx6XuINu .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-thYx6XuINu .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.cid-thYx6XuINu .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-thYx6XuINu .card-box {
  padding-top: 30px;
  width: 100%;
}
.cid-thYx6XuINu .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-thYx6XuINu .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 0;
  margin-top: 20px;
}
.cid-thYx6XuINu .card-text {
  color: #878e99;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-thYx6XuINu .mbr-section-btn {
  margin-top: 30px;
}
.cid-thYxeCcaJg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-thYxeCcaJg .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYxeCcaJg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYxeCcaJg .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199px) {
  .cid-thYxeCcaJg .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-thYxeCcaJg .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-thYxeCcaJg .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-thYxeCcaJg .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-thYxeCcaJg .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-thYxeCcaJg .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-thYxeCcaJg .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-thYxeCcaJg .mbr-section-title {
    text-align: center;
  }
}
.cid-thYxeCcaJg .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYxeCcaJg .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-thYxeCcaJg .card-row {
  align-items: stretch;
}
.cid-thYxeCcaJg .item {
  margin-top: 30px;
}
.cid-thYxeCcaJg .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px 30px 34px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-thYxeCcaJg .item-wrapper {
    padding: 20px 20px 24px;
  }
}
.cid-thYxeCcaJg .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-thYxeCcaJg .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-thYxeCcaJg .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .4s all;
}
.cid-thYxeCcaJg .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-thYxeCcaJg .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-thYxeCcaJg .card-box {
  position: relative;
  z-index: 5;
  padding-top: 25px;
}
.cid-thYxeCcaJg .head-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-thYxeCcaJg .head-container {
    margin-bottom: 10px;
  }
}
.cid-thYxeCcaJg .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 0;
  flex-basis: 60%;
  margin-right: auto;
}
.cid-thYxeCcaJg .comment-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 40%;
  margin-left: auto;
}
.cid-thYxeCcaJg .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 4px;
}
.cid-thYxeCcaJg .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #c4cfde;
}
.cid-thYxeCcaJg .comment-item-text {
  color: #C4CFDE;
}
.cid-thYxeCcaJg .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-thYxeCcaJg .card-text a {
  transition: .4s all;
}
.cid-thYxeCcaJg .card-text a:hover {
  color: #ff014e !important;
}
.cid-thYx7Mj22d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-thYx7Mj22d .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYx7Mj22d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYx7Mj22d .card-row {
  align-items: stretch;
}
.cid-thYx7Mj22d .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-thYx7Mj22d .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-thYx7Mj22d .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-thYx7Mj22d .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.cid-thYx7Mj22d .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.77842566;
  object-fit: cover;
}
.cid-thYx7Mj22d .text-row {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .cid-thYx7Mj22d .text-row {
    padding-top: 30px;
  }
}
.cid-thYx7Mj22d .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-thYx7Mj22d .card-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
.cid-thYx7Mj22d .card-text-container {
  display: flex;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 8px;
  margin: 0 -30px;
}
@media (max-width: 767px) {
  .cid-thYx7Mj22d .card-text-container {
    margin: 0 -10px;
  }
}
@media (max-width: 575px) {
  .cid-thYx7Mj22d .card-text-container {
    flex-wrap: wrap;
  }
}
.cid-thYx7Mj22d .card-text {
  color: #878e99;
  margin-bottom: 8px;
  margin-top: 8px;
  flex-basis: 50%;
  flex-grow: 1;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .cid-thYx7Mj22d .card-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 575px) {
  .cid-thYx7Mj22d .card-text {
    flex-basis: 100%;
  }
}
.cid-thYx7Mj22d .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-thYx7Mj22d .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-thYxdOahTE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-thYxdOahTE .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYxdOahTE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-thYxdOahTE .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cid-thYxdOahTE .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-thYxdOahTE .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-thYxdOahTE .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-thYxdOahTE .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-thYxdOahTE .mbr-section-head {
  margin-bottom: 30px;
  width: 100%;
}
.cid-thYxdOahTE .mbr-section-title {
  color: #FF014E;
}
.cid-thYxdOahTE .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYxdOahTE .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-thYxdOahTE .card-row {
  align-items: stretch;
}
.cid-thYxdOahTE .item {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-thYxdOahTE .item {
    margin-top: 30px;
  }
}
.cid-thYxdOahTE .item:nth-child(1n) .item-img {
  aspect-ratio: 0.8552381;
}
.cid-thYxdOahTE .item:nth-child(3n) .item-img {
  aspect-ratio: 1.22343324;
}
.cid-thYxdOahTE .item:nth-child(2n) .item-img {
  aspect-ratio: 0.94129979;
}
.cid-thYxdOahTE .item-wrapper {
  position: relative;
  width: 100%;
  overflow: visible;
}
.cid-thYxdOahTE .item-img-shadow {
  width: 100%;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 7px;
}
.cid-thYxdOahTE .item-img {
  position: relative;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #16181c;
}
.cid-thYxdOahTE .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-thYxe4dOda {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-thYxe4dOda .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYxe4dOda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYxe4dOda .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-thYxe4dOda .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-thYxe4dOda .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-thYxe4dOda .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-thYxe4dOda .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-thYxe4dOda .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-thYxe4dOda .mbr-section-head {
  width: 100%;
}
.cid-thYxe4dOda .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-thYxe4dOda .mbr-section-title {
    text-align: center;
  }
}
.cid-thYxe4dOda .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYxe4dOda .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-thYxe4dOda .card-row {
  align-items: stretch;
}
.cid-thYxe4dOda .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-thYxe4dOda .item {
    margin-top: 30px;
  }
}
.cid-thYxe4dOda .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-thYxe4dOda .item-wrapper {
    padding: 20px;
  }
}
.cid-thYxe4dOda .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-thYxe4dOda .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-thYxe4dOda .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .4s all;
}
.cid-thYxe4dOda .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-thYxe4dOda .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-thYxe4dOda .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-thYxe4dOda .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-thYxe4dOda .card-title {
    margin-bottom: 10px;
  }
}
.cid-thYxe4dOda .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-thYxe4dOda .card-text a {
  transition: .4s all;
}
.cid-thYxe4dOda .card-text a:hover {
  color: #ff014e !important;
}
.cid-thYx8GXdND {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-thYx8GXdND .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYx8GXdND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYx8GXdND .col-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px;
}
.cid-thYx8GXdND .text-wrapper {
  width: 100%;
  border-radius: 10px;
  padding: 35px;
  transition: 0.4s all;
}
.cid-thYx8GXdND .text-wrapper:hover {
  transform: translateY(-5px);
}
@media (max-width: 575px) {
  .cid-thYx8GXdND .text-wrapper {
    padding: 35px 25px 25px;
  }
}
.cid-thYx8GXdND .icon-wrap {
  position: relative;
  display: flex;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 9px;
  width: fit-content;
}
.cid-thYx8GXdND .icon-wrap .mbr-iconfont {
  position: relative;
  z-index: 5;
  font-size: 22px;
  color: #ffffff;
}
.cid-thYx8GXdND .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  background-color: #ff014e;
}
.cid-thYx8GXdND .icon-wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  width: calc(100% + 20px);
  aspect-ratio: 1;
  background: rgba(255, 1, 78, 0.2);
}
.cid-thYx8GXdND .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 11px;
}
.cid-thYx8GXdND .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-thYx8GXdND .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-thYx8GXdND .list-container {
  margin-top: 30px;
}
.cid-thYx8GXdND .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 13px;
}
.cid-thYx8GXdND .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-thYx8GXdND .iconfont-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #ff014e;
}
.cid-thYx8GXdND .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-thYx8GXdND .btn-wrap {
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px 25px;
}
.cid-thYx8GXdND .mbr-text {
  color: #C4CFDE;
  margin-bottom: 10px;
  width: 100%;
}
.cid-thYx8GXdND .col-img {
  display: flex;
  align-items: center;
  padding: 15px;
}
.cid-thYx8GXdND .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-thYx8GXdND .img-container {
    padding-right: 20px;
  }
}
.cid-thYx8GXdND .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .cid-thYx8GXdND .image-wrapper {
    padding: 15px;
  }
}
.cid-thYx8GXdND .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-thYx8GXdND .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-thYx8GXdND .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-thYx8GXdND .shadow-item {
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-thYx8pjP62 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-thYx8pjP62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYx8pjP62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYx8pjP62 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thYx8pjP62 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-thYx8pjP62 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thYx8pjP62 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-thYx8pjP62 .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-thYx8pjP62 .text-wrapper {
  width: 100%;
}
.cid-thYx8pjP62 .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-thYx8pjP62 .mbr-section-title {
    margin-bottom: 7px;
  }
}
@media (max-width: 575px) {
  .cid-thYx8pjP62 .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-thYx8pjP62 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-thYx8pjP62 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-thYx8pjP62 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-thYx8pjP62 .mbr-text {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .cid-thYx8pjP62 .mbr-text {
    padding-right: 0;
  }
}
.cid-thYx8pjP62 .mbr-section-btn {
  margin-top: 40px;
}
.cid-thYx8pjP62 .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-thYx8pjP62 .col-img {
    order: 1;
  }
}
.cid-thYx8pjP62 .img-container {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-thYx8pjP62 .img-container {
    padding-right: 20px;
  }
}
.cid-thYx8pjP62 .image-wrapper {
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-thYx8pjP62 .image-wrapper {
    padding: 15px;
  }
}
.cid-thYx8pjP62 .image-wrapper .img-box {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  transition: 0.4s all;
}
.cid-thYx8pjP62 .image-wrapper img {
  object-fit: cover;
  transition: 0.4s all;
  width: 100%;
}
.cid-thYx8pjP62 .image-wrapper img:hover {
  transform: scale(1.08);
}
.cid-thYx9ioB8W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-thYx9ioB8W .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYx9ioB8W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYx9ioB8W .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-thYx9ioB8W .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-thYx9ioB8W .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-thYx9ioB8W .card-title {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-thYx9ioB8W .card-title {
    margin-bottom: 20px;
  }
}
.cid-thYx9ioB8W .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-thYx9ioB8W .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-thYx9ioB8W .card-text {
  color: #878e99;
  margin-bottom: 0;
}
.cid-thYx885bDR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-thYx885bDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYx885bDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYx885bDR .card-row {
  align-items: stretch;
}
.cid-thYx885bDR .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-thYx885bDR .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-thYx885bDR .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-thYx885bDR .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.cid-thYx885bDR .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.77842566;
  object-fit: cover;
}
.cid-thYx885bDR .text-row {
  padding-top: 60px;
}
@media (max-width: 575px) {
  .cid-thYx885bDR .text-row {
    padding-top: 30px;
  }
}
.cid-thYx885bDR .items-container {
  display: flex;
  gap: 2em;
}
@media (max-width: 767px) {
  .cid-thYx885bDR .items-container {
    flex-wrap: wrap;
  }
}
.cid-thYx885bDR .item-text-wrap {
  flex-basis: 0;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-thYx885bDR .item-text-wrap {
    flex-basis: 100%;
  }
}
.cid-thYx885bDR .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-thYx885bDR .card-text {
  color: #878e99;
  margin-bottom: 0;
  transition: 0.4s all !important;
}
.cid-thYx885bDR .card-text a {
  transition: 0.4s all !important;
}
.cid-thYx885bDR .card-text a:hover {
  color: #ff014e !important;
}
.cid-thYx885bDR .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
  color: #878e99;
  transition: 0.4s all;
}
.cid-thYx885bDR .list li {
  width: 100%;
  color: inherit !important;
  margin: 10px 0;
  transition: 0.4s all;
}
.cid-thYx885bDR .list a {
  position: relative;
  color: inherit !important;
  line-height: inherit !important;
  transition: 0.4s all;
}
.cid-thYx885bDR .list a:hover {
  color: #ff014e !important;
  line-height: inherit !important;
}
.cid-thYx885bDR .list-1 li {
  position: relative;
  padding-left: 20px;
}
.cid-thYx885bDR .list-1 li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  display: block;
  background-color: currentColor;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.cid-thYwVQ0Koy {
  background-image: url("https://mobirise.com/extensions/expertm5/assets/images/background7.jpg");
}
.cid-thYwVQ0Koy .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYwVQ0Koy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYwVQ0Koy .mbr-section-title {
  color: #FFFFFF;
}
.cid-thYwVQ0Koy .mbr-text {
  color: #FFFFFF;
  margin-top: 20px;
}
.cid-thYwVQ0Koy .mbr-section-btn {
  margin-top: 30px;
}
.cid-thYxhZUdWd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-thYxhZUdWd .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYxhZUdWd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYxhZUdWd .card-row {
  align-items: stretch;
}
.cid-thYxhZUdWd .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-thYxhZUdWd .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-thYxhZUdWd .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-thYxhZUdWd .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.cid-thYxhZUdWd .carousel-inner {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-radius: 10px;
}
.cid-thYxhZUdWd .carousel-item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0;
}
.cid-thYxhZUdWd .carousel-item-wrapper img {
  aspect-ratio: 1.77842566;
  object-fit: cover;
}
.cid-thYxhZUdWd .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  border: none;
  transition: all 0.4s;
  opacity: 1;
  color: #C4CFDE;
  font-size: 18px;
}
.cid-thYxhZUdWd .carousel-control.carousel-control-prev {
  left: -30px;
  margin-left: 0;
}
@media (max-width: 575px) {
  .cid-thYxhZUdWd .carousel-control.carousel-control-prev {
    left: -25px;
  }
}
.cid-thYxhZUdWd .carousel-control.carousel-control-next {
  right: -30px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-thYxhZUdWd .carousel-control.carousel-control-next {
    right: -25px;
  }
}
.cid-thYxhZUdWd .carousel-control:hover {
  color: #FFFFFF !important;
  opacity: 1;
}
.cid-thYxhZUdWd .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-thYxhZUdWd .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-thYxhZUdWd .container .carousel-indicators {
  margin-bottom: 3px;
  display: none !important;
}
.cid-thYxhZUdWd .item-menu-overlay {
  opacity: 0 !important;
}
.cid-thYxhZUdWd .text-row {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .cid-thYxhZUdWd .text-row {
    padding-top: 30px;
  }
}
.cid-thYxhZUdWd .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-thYxhZUdWd .card-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
.cid-thYxhZUdWd .card-text-container {
  display: flex;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 8px;
  margin: 0 -30px;
}
@media (max-width: 767px) {
  .cid-thYxhZUdWd .card-text-container {
    margin: 0 -10px;
  }
}
@media (max-width: 575px) {
  .cid-thYxhZUdWd .card-text-container {
    flex-wrap: wrap;
  }
}
.cid-thYxhZUdWd .card-text {
  color: #878e99;
  margin-bottom: 8px;
  margin-top: 8px;
  flex-basis: 50%;
  flex-grow: 1;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .cid-thYxhZUdWd .card-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 575px) {
  .cid-thYxhZUdWd .card-text {
    flex-basis: 100%;
  }
}
.cid-thYxhZUdWd .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-thYxhZUdWd .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-thYxhBEU39 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-thYxhBEU39 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYxhBEU39 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYxhBEU39 .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-thYxhBEU39 .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-thYxhBEU39 .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-thYxhBEU39 .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-thYxhBEU39 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-thYxhBEU39 .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-thYxhBEU39 .mbr-section-head {
  width: 100%;
}
.cid-thYxhBEU39 .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-thYxhBEU39 .mbr-section-title {
    text-align: center;
  }
}
.cid-thYxhBEU39 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYxhBEU39 .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-thYxhBEU39 .card-row {
  align-items: stretch;
}
.cid-thYxhBEU39 .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-thYxhBEU39 .item {
    margin-top: 30px;
  }
}
.cid-thYxhBEU39 .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-thYxhBEU39 .item-wrapper {
    padding: 20px;
  }
}
.cid-thYxhBEU39 .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-thYxhBEU39 .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-thYxhBEU39 .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .4s all;
}
.cid-thYxhBEU39 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-thYxhBEU39 .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-thYxhBEU39 .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-thYxhBEU39 .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-thYxhBEU39 .card-title {
    margin-bottom: 10px;
  }
}
.cid-thYxhBEU39 .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-thYxhBEU39 .card-text a {
  transition: .4s all;
}
.cid-thYxhBEU39 .card-text a:hover {
  color: #ff014e !important;
}
.cid-thYwWwPHyX {
  background-image: url("https://mobirise.com/extensions/expertm5/assets/images/background9.jpg");
}
.cid-thYwWwPHyX .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYwWwPHyX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYwWwPHyX .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-thYwWwPHyX .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.cid-thYwWwPHyX .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-thYwWwPHyX .mbr-section-btn {
  margin-top: 30px;
}
.cid-thYwWwPHyX .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-thYxiDxSAm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-thYxiDxSAm .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYxiDxSAm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYxiDxSAm .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-thYxiDxSAm .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-thYxiDxSAm .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-thYxiDxSAm .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-thYxiDxSAm .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-thYxiDxSAm .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-thYxiDxSAm .mbr-section-head {
  width: 100%;
}
.cid-thYxiDxSAm .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-thYxiDxSAm .mbr-section-title {
    text-align: center;
  }
}
.cid-thYxiDxSAm .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYxiDxSAm .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-thYxiDxSAm .card-row {
  align-items: stretch;
}
.cid-thYxiDxSAm .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-thYxiDxSAm .item {
    margin-top: 30px;
  }
}
.cid-thYxiDxSAm .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-thYxiDxSAm .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-thYxiDxSAm .item-wrapper {
    padding: 20px;
  }
}
.cid-thYxiDxSAm .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-thYxiDxSAm .item-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-thYxiDxSAm .item-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-thYxiDxSAm .item-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-thYxiDxSAm .item-wrapper:hover .iconfont-wrapper-hover {
  visibility: visible;
  opacity: 1;
}
.cid-thYxiDxSAm .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-thYxiDxSAm .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-thYxiDxSAm .item-img {
  margin-bottom: 29px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-thYxiDxSAm .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.49760766;
}
.cid-thYxiDxSAm .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
@media (max-width: 767px) {
  .cid-thYxiDxSAm .card-title {
    margin-bottom: 15px;
  }
}
.cid-thYxiDxSAm .card-text {
  color: #C4CFDE;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-thYxiDxSAm .iconfont-wrapper-hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}
.cid-thYxiDxSAm .iconfont-wrapper-hover .mbr-iconfont {
  font-size: 32px;
  color: #ff014e;
}
.cid-thYxjKJiSR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-thYxjKJiSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYxjKJiSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 575px) {
  .cid-thYxjKJiSR .row > [class*="col"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-thYxjKJiSR .mbr-section-head {
  margin-bottom: 10px;
  width: 100%;
}
.cid-thYxjKJiSR .mbr-section-title {
  color: #FF014E;
}
.cid-thYxjKJiSR .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYxjKJiSR .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-thYxjKJiSR .card-row {
  align-items: stretch;
}
.cid-thYxjKJiSR .card {
  margin-top: 30px;
}
.cid-thYxjKJiSR .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-thYxjKJiSR .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-thYxjKJiSR .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-thYxjKJiSR .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-thYxjKJiSR .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-thYxjKJiSR .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-thYxjKJiSR .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #16181c;
}
.cid-thYxjKJiSR .card-title {
  color: #878e99;
  margin-bottom: 0;
}
.cid-thYxjKJiSR .card-title a {
  transition: 0.4s all;
}
.cid-thYxjKJiSR .card-title a:hover {
  color: #ff014e !important;
}
.cid-thYxa17YEW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-thYxa17YEW .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYxa17YEW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYxa17YEW .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-thYxa17YEW .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-thYxa17YEW .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-thYxa17YEW .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
.cid-thYxa17YEW .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 15px;
}
.cid-thYxa17YEW .border-item {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background-color: #16181c;
}
.cid-thYxa17YEW .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-thYxax0EAP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 750px;
  display: flex;
  align-items: center;
  background-image: url("https://mobirise.com/extensions/expertm5/assets/images/background6.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-thYxax0EAP .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYxax0EAP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYxax0EAP .mbr-section-head {
  width: 100%;
}
.cid-thYxax0EAP .mbr-section-title {
  color: #212428;
}
.cid-thYxax0EAP .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 20px;
}
.cid-thYxax0EAP .mbr-section-btn {
  margin-top: 40px;
}
.cid-thYxjo9ru3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-thYxjo9ru3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYxjo9ru3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYxjo9ru3 .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-thYxjo9ru3 .mbr-section-title {
  color: #FF014E;
}
.cid-thYxjo9ru3 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYxjo9ru3 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-thYxjo9ru3 .card-row {
  align-items: stretch;
}
.cid-thYxjo9ru3 .card {
  margin: 15px 0;
}
.cid-thYxjo9ru3 .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-thYxjo9ru3 .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-thYxjo9ru3 .card-wrapper {
    padding: 20px;
  }
}
.cid-thYxjo9ru3 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-thYxjo9ru3 .card-head {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-thYxjo9ru3 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  padding: 7px;
  min-width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #3eb75e;
}
.cid-thYxjo9ru3 .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-thYxjo9ru3 .card-head-text {
  flex-grow: 1;
}
.cid-thYxjo9ru3 .name-title {
  color: #FFFFFF;
}
.cid-thYxjo9ru3 .name-text {
  color: #FF014E;
}
.cid-thYxjo9ru3 .card-title {
  color: #FFFFFF;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-thYxjo9ru3 .card-text {
  color: #C4CFDE;
  opacity: 0.75;
  margin-bottom: 36px;
  transition: .5s all;
}
.cid-thYxjo9ru3 .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  margin-right: auto;
  padding-top: 4px;
}
.cid-thYxjo9ru3 .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.cid-thYxjo9ru3 .score-container .score-wrapper .mbr-iconfont {
  font-size: 12px;
  color: #ff014e;
}
.cid-thYwY0NhOZ {
  background-image: url("https://mobirise.com/extensions/expertm5/assets/images/background10.jpg");
}
.cid-thYwY0NhOZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYwY0NhOZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYwY0NhOZ .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thYwY0NhOZ .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-thYwY0NhOZ .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thYwY0NhOZ .col-text {
  padding: 10px;
}
.cid-thYwY0NhOZ .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-thYwY0NhOZ .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-thYwY0NhOZ .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-thYwY0NhOZ .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-thYwY0NhOZ .mbr-text {
    padding-right: 0;
  }
}
.cid-thYwY0NhOZ .mbr-section-btn {
  margin-top: 20px;
}
.cid-thYwY0NhOZ .social-container {
  width: 100%;
  padding-top: 80px;
}
@media (max-width: 991px) {
  .cid-thYwY0NhOZ .social-container {
    padding-top: 40px;
  }
}
.cid-thYwY0NhOZ .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-thYwY0NhOZ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-thYwY0NhOZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  transition: 0.4s all;
}
.cid-thYwY0NhOZ .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-thYwY0NhOZ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-thYwY0NhOZ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-thYwY0NhOZ .soc-item:hover:before {
  opacity: 1;
}
.cid-thYxkhaYmM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-thYxkhaYmM .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYxkhaYmM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYxkhaYmM .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thYxkhaYmM .mbr-section-head {
  margin-bottom: 15px;
  width: 100%;
}
.cid-thYxkhaYmM .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-thYxkhaYmM .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-thYxkhaYmM .mbr-section-subtitle {
  color: #C4CFDE;
}
.cid-thYxkhaYmM .card-row {
  align-items: stretch;
}
.cid-thYxkhaYmM .card {
  margin-top: 30px;
}
.cid-thYxkhaYmM .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-thYxkhaYmM .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-thYxkhaYmM .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-thYxkhaYmM .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-thYxkhaYmM .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-thYxkhaYmM .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-thYxkhaYmM .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #16181c;
}
.cid-thYxkhaYmM .card-title {
  color: #878e99;
  margin-bottom: 0;
}
.cid-thYxkhaYmM .card-title a {
  transition: 0.4s all;
}
.cid-thYxkhaYmM .card-title a:hover {
  color: #ff014e !important;
}
.cid-thYx0fvsmW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(315deg, #16181c 10%, #212428 100%) !important;
}
.cid-thYx0fvsmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYx0fvsmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYx0fvsmW .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-thYx0fvsmW .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-thYx0fvsmW .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-thYx0fvsmW .label-text {
  color: #ffffff;
}
.cid-thYx0fvsmW .card-text {
  color: #878e99;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-thYx0fvsmW .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-thYx0fvsmW .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-thYx0fvsmW .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-thYx0fvsmW .link-text a {
  display: flex;
  align-items: center;
}
.cid-thYx0fvsmW .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-thYx0fvsmW .link-text a:hover {
  color: #ff014e !important;
}
.cid-thYxaUSRel {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-thYxaUSRel .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYxaUSRel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYxaUSRel .card-row {
  align-items: stretch;
}
.cid-thYxaUSRel .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-thYxaUSRel .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-thYxaUSRel .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-thYxaUSRel .box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-thYxaUSRel .mbr-media {
  width: 100%;
  position: relative;
}
.cid-thYxaUSRel .mbr-media img {
  width: 100%;
  aspect-ratio: 1.77842566;
  object-fit: cover;
}
.cid-thYxaUSRel .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-thYxaUSRel .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-thYxaUSRel .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-thYxaUSRel .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-thYxaUSRel .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-thYxaUSRel .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-thYxaUSRel .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-thYxaUSRel .text-row {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .cid-thYxaUSRel .text-row {
    padding-top: 30px;
  }
}
.cid-thYxaUSRel .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-thYxaUSRel .card-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
.cid-thYxaUSRel .card-text-container {
  display: flex;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 8px;
  margin: 0 -30px;
}
@media (max-width: 767px) {
  .cid-thYxaUSRel .card-text-container {
    margin: 0 -10px;
  }
}
@media (max-width: 575px) {
  .cid-thYxaUSRel .card-text-container {
    flex-wrap: wrap;
  }
}
.cid-thYxaUSRel .card-text {
  color: #878e99;
  margin-bottom: 8px;
  margin-top: 8px;
  flex-basis: 50%;
  flex-grow: 1;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .cid-thYxaUSRel .card-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 575px) {
  .cid-thYxaUSRel .card-text {
    flex-basis: 100%;
  }
}
.cid-thYxaUSRel .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-thYxaUSRel .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-thYx5WvBN9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-thYx5WvBN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYx5WvBN9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYx5WvBN9 .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-thYx5WvBN9 .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-thYx5WvBN9 .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: flex-start;
}
.cid-thYx5WvBN9 .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-thYx5WvBN9 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-thYx5WvBN9 .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-thYx5WvBN9 .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-thYx5WvBN9 .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-thYx5WvBN9 .mbr-section-title {
    text-align: center;
  }
}
.cid-thYx5WvBN9 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYx5WvBN9 .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-thYx5WvBN9 .card-row {
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-thYx5WvBN9 .cards-container-2 {
    margin-top: 30px;
  }
}
.cid-thYx5WvBN9 .cards-head {
  width: 100%;
  margin-bottom: 24px;
}
.cid-thYx5WvBN9 .cards-title {
  color: #FF014E;
}
.cid-thYx5WvBN9 .cards-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYx5WvBN9 .cards-subtitle {
    margin-top: 10px;
  }
}
.cid-thYx5WvBN9 .cards-list {
  width: 100%;
}
.cid-thYx5WvBN9 .lines-wrap {
  width: 100%;
}
.cid-thYx5WvBN9 .line-item-container {
  width: 100%;
}
.cid-thYx5WvBN9 .line-item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-thYx5WvBN9 .line-text {
  color: #C4CFDE;
  opacity: 0.75;
  margin-bottom: 10px;
}
.cid-thYx5WvBN9 .line-item {
  width: 100%;
  height: 13px;
  padding: 3px;
  background-color: #212428;
  border-radius: 10px;
  box-shadow: inset 8px 8px 16px rgba(0, 0, 0, 0.46), inset -8px -8px 16px rgba(56, 62, 69, 0.46);
}
.cid-thYx5WvBN9 .line-item-active {
  position: relative;
  height: 100%;
  border-radius: 14px;
  transition: width .6s ease;
  background: linear-gradient(145deg, #6b67ce 0%, #fc636b 100%);
}
.cid-thYx5WvBN9 .line1-item-active-1 {
  width: 95%;
}
.cid-thYx5WvBN9 .line1-item-active-1 .percent-text1:before {
  content: "95";
}
.cid-thYx5WvBN9 .line1-item-active-2 {
  width: 70%;
}
.cid-thYx5WvBN9 .line1-item-active-2 .percent-text2:before {
  content: "70";
}
.cid-thYx5WvBN9 .line1-item-active-3 {
  width: 78%;
}
.cid-thYx5WvBN9 .line1-item-active-3 .percent-text3:before {
  content: "78";
}
.cid-thYx5WvBN9 .line1-item-active-4 {
  width: 73%;
}
.cid-thYx5WvBN9 .line1-item-active-4 .percent-text4:before {
  content: "73";
}
.cid-thYx5WvBN9 .line1-item-active-5 {
  width: 92%;
}
.cid-thYx5WvBN9 .line1-item-active-5 .percent-text5:before {
  content: "92";
}
.cid-thYx5WvBN9 .line2-item-active-1 {
  width: 94%;
}
.cid-thYx5WvBN9 .line2-item-active-1 .percent-text1:before {
  content: "94";
}
.cid-thYx5WvBN9 .line2-item-active-2 {
  width: 88%;
}
.cid-thYx5WvBN9 .line2-item-active-2 .percent-text2:before {
  content: "88";
}
.cid-thYx5WvBN9 .line2-item-active-3 {
  width: 98%;
}
.cid-thYx5WvBN9 .line2-item-active-3 .percent-text3:before {
  content: "98";
}
.cid-thYx5WvBN9 .line2-item-active-4 {
  width: 99%;
}
.cid-thYx5WvBN9 .line2-item-active-4 .percent-text4:before {
  content: "99";
}
.cid-thYx5WvBN9 .line2-item-active-5 {
  width: 100%;
}
.cid-thYx5WvBN9 .line2-item-active-5 .percent-text5:before {
  content: "100";
}
.cid-thYx5WvBN9 .percent-text {
  position: absolute;
  right: 0;
  top: -27px;
  font-weight: 400;
  color: #c4cfde;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.9;
}
.cid-thYxlan0Ev {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-thYxlan0Ev .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-thYxlan0Ev .mbr-section-title {
  color: #FF014E;
}
.cid-thYxlan0Ev .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYxlan0Ev .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-thYxlan0Ev .carousel-wrapper {
  margin: 0 75px;
}
@media (max-width: 1199px) {
  .cid-thYxlan0Ev .carousel-wrapper {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .cid-thYxlan0Ev .carousel-wrapper {
    margin: 0 -10px;
  }
}
.cid-thYxlan0Ev .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 36px;
}
@media (max-width: 1199px) {
  .cid-thYxlan0Ev .carousel {
    max-width: 100%;
  }
}
.cid-thYxlan0Ev .carousel-inner {
  display: flex;
  align-items: center;
  padding: 50px 0 25px;
}
@media (max-width: 991px) {
  .cid-thYxlan0Ev .carousel-inner {
    padding: 40px 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-thYxlan0Ev .carousel-inner {
    padding: 35px 0 25px;
  }
}
.cid-thYxlan0Ev .item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-thYxlan0Ev .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-thYxlan0Ev .item-wrapper {
    padding: 0 10px;
  }
}
.cid-thYxlan0Ev .card-info {
  position: relative;
  z-index: 10;
  width: 395px;
  padding: 30px 30px 40px 30px;
  margin-right: 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-thYxlan0Ev .card-info {
    width: 270px;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-thYxlan0Ev .card-info {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-thYxlan0Ev .card-info {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.cid-thYxlan0Ev .info-img-wrap {
  display: flex;
  width: 100%;
  margin-bottom: 27px;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .cid-thYxlan0Ev .info-img-wrap {
    max-width: 150px;
    margin-right: 25px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-thYxlan0Ev .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-thYxlan0Ev .info-img-wrap img {
  width: 100%;
  aspect-ratio: 1.32936508;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-thYxlan0Ev .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-thYxlan0Ev .info-text-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thYxlan0Ev .info-text-wrap {
    flex-grow: 1;
  }
}
.cid-thYxlan0Ev .info-card-title {
  color: #FF014E;
  margin-bottom: 10px;
}
.cid-thYxlan0Ev .info-card-subtitle {
  color: #C4CFDE;
}
.cid-thYxlan0Ev .info-card-text {
  color: #878e99;
  margin-top: 4px;
}
.cid-thYxlan0Ev .card-description {
  position: relative;
  margin-top: 115px;
  width: 1px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-thYxlan0Ev .card-description {
    width: 100%;
    margin-top: 0;
  }
}
.cid-thYxlan0Ev .card-description::before {
  content: "";
  position: absolute;
  width: 51px;
  height: 5px;
  background: #16181c;
  left: -43px;
  z-index: 9;
  top: 66px;
}
@media (max-width: 991px) {
  .cid-thYxlan0Ev .card-description::before {
    display: none;
  }
}
.cid-thYxlan0Ev .card-description-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 50px 40px 50px 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-thYxlan0Ev .card-description-wrapper {
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .cid-thYxlan0Ev .card-description-wrapper {
    padding: 20px;
  }
}
.cid-thYxlan0Ev .card-description-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #16181c;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .cid-thYxlan0Ev .card-description-container {
    flex-wrap: wrap;
  }
}
.cid-thYxlan0Ev .card-description-text-wrap {
  margin-bottom: 15px;
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .cid-thYxlan0Ev .card-description-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-thYxlan0Ev .card-description-title {
  color: #C4CFDE;
  margin-bottom: 7px;
}
.cid-thYxlan0Ev .card-description-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
.cid-thYxlan0Ev .card-description-label-wrap {
  padding: 15px 17px;
  border-radius: 6px;
  margin-left: auto;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-thYxlan0Ev .card-description-label-wrap {
    margin-left: 0;
  }
}
.cid-thYxlan0Ev .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-thYxlan0Ev .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-thYxlan0Ev .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ff014e;
}
.cid-thYxlan0Ev .card-description-text {
  color: #878e99;
  margin-bottom: 0;
}
.cid-thYxlan0Ev .absolute-icon-wrapper {
  position: absolute;
  z-index: 9;
  left: 0;
  top: -107px;
}
@media (max-width: 991px) {
  .cid-thYxlan0Ev .absolute-icon-wrapper {
    display: none;
  }
}
.cid-thYxlan0Ev .absolute-icon-wrapper .mbr-iconfont {
  color: #16181c;
  font-size: 99px;
}
.cid-thYxlan0Ev .carousel-control {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 25px;
  background: linear-gradient(145deg, #1e2024, #23272b) !important;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border: none;
  border-radius: 6px;
  transition: all 0.4s;
  opacity: 1;
}
.cid-thYxlan0Ev .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-thYxlan0Ev .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-thYxlan0Ev .carousel-control {
    display: none;
  }
}
.cid-thYxlan0Ev .carousel-control:hover {
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  color: #ff014e !important;
  opacity: 1;
}
.cid-thYxlan0Ev .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-thYxlan0Ev .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-thYxlan0Ev .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-thYxlan0Ev .carousel-indicators {
  position: absolute;
  bottom: -35px;
  margin-bottom: 0 !important;
}
.cid-thYxlan0Ev .carousel-indicators li {
  max-width: 11px;
  height: 11px;
  width: 11px;
  max-height: 11px;
  margin: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b) !important;
  border: 0;
  border-radius: 50%;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
  opacity: 1;
  transition: all 0.4s;
}
.cid-thYxlan0Ev .carousel-indicators li.active,
.cid-thYxlan0Ev .carousel-indicators li:hover {
  opacity: 1;
  background: #ff014e !important;
}
.cid-thYxlan0Ev .carousel-indicators li::after,
.cid-thYxlan0Ev .carousel-indicators li::before {
  content: none;
}
.cid-thYxlan0Ev .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-thYxlan0Ev .item-menu-overlay {
  opacity: 0 !important;
}
.cid-thYwXP1R23 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-thYwXP1R23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYwXP1R23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYwXP1R23 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thYwXP1R23 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-thYwXP1R23 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thYwXP1R23 .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-thYwXP1R23 .col-img {
    padding-left: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .cid-thYwXP1R23 .col-img {
    padding: 30px !important;
  }
}
.cid-thYwXP1R23 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.cid-thYwXP1R23 .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thYwXP1R23 .text-wrapper {
    margin-bottom: 30px;
  }
}
.cid-thYwXP1R23 .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-thYwXP1R23 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-thYwXP1R23 .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-thYwXP1R23 .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-thYwXP1R23 .mbr-text {
    padding-right: 0;
  }
}
.cid-thYwXP1R23 .mbr-section-btn {
  margin-top: 20px;
}
.cid-thYwXP1R23 .social-container {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .cid-thYwXP1R23 .social-container {
    padding-top: 40px;
  }
}
.cid-thYwXP1R23 .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-thYwXP1R23 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-thYwXP1R23 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-thYwXP1R23 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-thYwXP1R23 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-thYwXP1R23 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-thYwXP1R23 .soc-item:hover:before {
  opacity: 1;
}
.cid-thYwXP1R23 .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #6b67ce, #ff014e);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-thYwXP1R23 .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-thYwXP1R23 .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}
.cid-thYxlIZi8d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-thYxlIZi8d .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYxlIZi8d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYxlIZi8d .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-thYxlIZi8d .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-thYxlIZi8d .mbr-section-head {
  width: 100%;
  margin-bottom: 20px;
}
.cid-thYxlIZi8d .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-thYxlIZi8d .mbr-section-title {
    text-align: center;
  }
}
.cid-thYxlIZi8d .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYxlIZi8d .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-thYxlIZi8d .item {
  margin: 40px auto 0;
  width: 90% !important;
}
.cid-thYxlIZi8d .item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-thYxlIZi8d .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-thYxlIZi8d .item-wrapper {
    padding: 20px;
  }
}
.cid-thYxlIZi8d .item-left {
  display: flex;
  align-items: center;
  flex-basis: 80%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-thYxlIZi8d .item-left {
    flex-basis: 70%;
  }
}
@media (max-width: 991px) {
  .cid-thYxlIZi8d .item-left {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
.cid-thYxlIZi8d .item-right {
  flex-basis: 20%;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .cid-thYxlIZi8d .item-right {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .cid-thYxlIZi8d .item-right {
    flex-basis: 100%;
  }
}
.cid-thYxlIZi8d .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-thYxlIZi8d .item-img {
    max-width: 250px;
  }
}
.cid-thYxlIZi8d .item-img img {
  width: 100%;
  aspect-ratio: 1.49700599;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-thYxlIZi8d .item-img:hover img {
  transform: scale(1.05);
}
.cid-thYxlIZi8d .card-box {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .cid-thYxlIZi8d .card-box {
    padding-left: 20px;
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .cid-thYxlIZi8d .card-box {
    padding-left: 0;
    padding-top: 25px;
    flex-basis: 100%;
  }
}
.cid-thYxlIZi8d .label-container {
  padding: 3px 8px;
  border-radius: 20px;
  width: fit-content;
  background-color: #434a51;
  margin-bottom: 10px;
}
.cid-thYxlIZi8d .label-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-thYxlIZi8d .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-thYxlIZi8d .card-title {
    margin-bottom: 10px;
  }
}
.cid-thYxlIZi8d .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 7px;
}
.cid-thYxlIZi8d .card-text {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-thYxlIZi8d .mbr-section-btn {
    margin-top: 10px;
    text-align: left !important;
  }
}
.cid-thYwZc37bV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-thYwZc37bV .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYwZc37bV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYwZc37bV .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-thYwZc37bV .mbr-section-title {
  color: #FF014E;
}
.cid-thYwZc37bV .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYwZc37bV .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-thYwZc37bV .card-row {
  align-items: stretch;
}
.cid-thYwZc37bV .card {
  margin-top: 30px;
}
.cid-thYwZc37bV .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-thYwZc37bV .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-thYwZc37bV .card-wrapper {
    padding: 20px;
  }
}
.cid-thYwZc37bV .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-thYwZc37bV .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-thYwZc37bV .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-thYwZc37bV .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-thYwZc37bV .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-thYwZc37bV .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-thYwZc37bV .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-thYwZc37bV .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ff014e;
}
.cid-thYwZc37bV .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-thYwZc37bV .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-thYx1oxk4C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-thYx1oxk4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYx1oxk4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYx1oxk4C .container {
  max-width: 1260px;
}
@media (max-width: 1199px) {
  .cid-thYx1oxk4C .container {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  .cid-thYx1oxk4C .container {
    max-width: 540px;
  }
}
.cid-thYx1oxk4C .logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.cid-thYx1oxk4C .logo-container img {
  width: 80px;
  height: auto;
  object-fit: cover;
}
.cid-thYx1oxk4C .mbr-section-title {
  color: #FF014E;
}
.cid-thYx1oxk4C .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
.cid-thYx1oxk4C .mbr-text {
  color: #878e99;
  margin-top: 20px;
}
.cid-thYx1oxk4C .mbr-section-btn {
  margin-top: 25px;
}
.cid-thYx2YCTha {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-thYx2YCTha .mbr-section-head {
  width: 100%;
}
.cid-thYx2YCTha .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
  opacity: 1;
}
.cid-thYx0Ronza {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-thYx0Ronza .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYx0Ronza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYx0Ronza .container {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1599px) {
  .cid-thYx0Ronza .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-thYx0Ronza .row {
  margin-left: -60px;
  margin-right: -60px;
  justify-content: flex-start;
}
.cid-thYx0Ronza .row > [class*="col"] {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1599px) {
  .cid-thYx0Ronza .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-thYx0Ronza .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cid-thYx0Ronza .row {
    flex-wrap: wrap;
  }
}
.cid-thYx0Ronza .mbr-section-head {
  width: 100%;
}
.cid-thYx0Ronza .mbr-section-title {
  color: #C4CFDE;
}
.cid-thYx0Ronza .mbr-section-subtitle {
  color: #C4CFDE;
  opacity: 0.75;
  margin-top: 16px;
}
.cid-thYx0Ronza .mbr-section-btn {
  margin-top: 40px;
}
.cid-thYx0Ronza .lines-container {
  width: 100%;
  padding-left: 10%;
}
@media (max-width: 991px) {
  .cid-thYx0Ronza .lines-container {
    padding: 0;
    margin-top: 40px;
  }
}
.cid-thYx0Ronza .lines-title {
  color: #C4CFDE;
  margin-bottom: 34px;
}
.cid-thYx0Ronza .lines-wrap {
  width: 100%;
}
.cid-thYx0Ronza .line-item-container {
  width: 100%;
}
.cid-thYx0Ronza .line-item-container:not(:first-child) {
  margin-top: 40px;
}
.cid-thYx0Ronza .line-text {
  color: #C4CFDE;
  opacity: 0.75;
  margin-bottom: 10px;
}
.cid-thYx0Ronza .line-item {
  width: 100%;
  height: 60px;
  padding: 5px;
  background-color: #212428;
  border-radius: 500px;
  overflow: hidden;
  box-shadow: inset 8px 8px 16px rgba(0, 0, 0, 0.46), inset -8px -8px 16px rgba(56, 62, 69, 0.46);
}
.cid-thYx0Ronza .line-item-active {
  height: 100%;
  border-radius: 500px;
  transition: width .6s ease;
  background: linear-gradient(145deg, #6b67ce 0%, #fc636b 100%);
}
.cid-thYx0Ronza .line-item-active-1 {
  width: 95%;
}
.cid-thYx0Ronza .line-item-active-2 {
  width: 70%;
}
.cid-thYx0Ronza .line-item-active-3 {
  width: 100%;
}
.cid-thYwYFq0Je {
  background-image: url("https://mobirise.com/extensions/expertm5/assets/images/background5.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-thYwYFq0Je .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYwYFq0Je .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYwYFq0Je .container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-thYwYFq0Je .container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cid-thYwYFq0Je .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-thYwYFq0Je .container {
    max-width: 540px;
  }
}
.cid-thYwYFq0Je .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-thYwYFq0Je .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-thYwYFq0Je .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-thYwYFq0Je .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-thYwYFq0Je .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-thYwYFq0Je .mbr-section-title {
  color: #C4CFDE;
}
.cid-thYwYFq0Je .mbr-section-subtitle {
  color: #FF014E;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .cid-thYwYFq0Je .mbr-section-subtitle {
    padding-top: 0.325rem;
    padding-bottom: 0.325rem;
  }
}
.cid-thYwYFq0Je .card-row {
  align-items: stretch;
}
.cid-thYwYFq0Je .card {
  margin-top: 30px;
}
.cid-thYwYFq0Je .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
}
.cid-thYwYFq0Je .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-thYwYFq0Je .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-thYwYFq0Je .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-thYwYFq0Je .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-thYwYFq0Je .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-thYwYFq0Je .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-thYwYFq0Je .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-thYwYFq0Je .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ff014e;
}
.cid-thYwYFq0Je .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-thYwYFq0Je .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-thYx1DU89p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-thYx1DU89p .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYx1DU89p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYx1DU89p .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-thYx1DU89p .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-thYx1DU89p .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-thYx1DU89p .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-thYx1DU89p .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-thYx1DU89p .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-thYx1DU89p .mbr-section-head {
  width: 100%;
}
.cid-thYx1DU89p .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-thYx1DU89p .mbr-section-title {
    text-align: center;
  }
}
.cid-thYx1DU89p .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYx1DU89p .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-thYx1DU89p .card-row {
  align-items: stretch;
}
.cid-thYx1DU89p .card {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-thYx1DU89p .card {
    margin-top: 30px;
  }
}
.cid-thYx1DU89p .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-thYx1DU89p .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-thYx1DU89p .card-wrapper {
    padding: 20px;
  }
}
.cid-thYx1DU89p .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-thYx1DU89p .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-thYx1DU89p .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-thYx1DU89p .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-thYx1DU89p .card-wrapper:hover .iconfont-wrapper-hover {
  visibility: visible;
  opacity: 1;
}
.cid-thYx1DU89p .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-thYx1DU89p .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-thYx1DU89p .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-thYx1DU89p .iconfont-wrapper {
    margin-bottom: 10px;
  }
}
.cid-thYx1DU89p .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ff014e;
}
.cid-thYx1DU89p .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
@media (max-width: 767px) {
  .cid-thYx1DU89p .card-title {
    margin-bottom: 15px;
  }
}
.cid-thYx1DU89p .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-thYx1DU89p .iconfont-wrapper-hover {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
}
.cid-thYx1DU89p .iconfont-wrapper-hover .mbr-iconfont {
  font-size: 32px;
  color: #ff014e;
}
.cid-thYxbIR5Xm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-thYxbIR5Xm .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-thYxbIR5Xm .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-thYxbIR5Xm .mbr-section-title {
    text-align: center;
  }
}
.cid-thYxbIR5Xm .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYxbIR5Xm .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-thYxbIR5Xm .box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-thYxbIR5Xm .mbr-media {
  width: 100%;
  position: relative;
}
.cid-thYxbIR5Xm .mbr-media img {
  width: 100%;
  aspect-ratio: 1.77842566;
  max-height: 100vh;
  max-width: 100%;
  object-fit: cover;
}
.cid-thYxbIR5Xm .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-thYxbIR5Xm .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-thYxbIR5Xm .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-thYxbIR5Xm .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-thYxbIR5Xm .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-thYxbIR5Xm .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-thYxbIR5Xm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-thYxnklCoj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #212428;
}
.cid-thYxnklCoj .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-thYxnklCoj .mbr-section-title {
  color: #C4CFDE;
}
.cid-thYxnklCoj .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYxnklCoj .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-thYxnklCoj .card {
  margin-bottom: 30px;
}
.cid-thYxnklCoj img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-thYx4YYIQZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-thYx4YYIQZ .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-thYx4YYIQZ .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-thYx4YYIQZ .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: flex-start;
}
.cid-thYx4YYIQZ .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-thYx4YYIQZ .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-thYx4YYIQZ .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-thYx4YYIQZ .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-thYx4YYIQZ .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-thYx4YYIQZ .mbr-section-title {
    text-align: center;
  }
}
.cid-thYx4YYIQZ .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYx4YYIQZ .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-thYx4YYIQZ .card-row {
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-thYx4YYIQZ .cards-container-2 {
    margin-top: 50px;
  }
}
.cid-thYx4YYIQZ .cards-head {
  width: 100%;
}
.cid-thYx4YYIQZ .cards-title {
  color: #FF014E;
}
.cid-thYx4YYIQZ .cards-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYx4YYIQZ .cards-subtitle {
    margin-top: 10px;
  }
}
.cid-thYx4YYIQZ .cards-list {
  width: 100%;
  margin-top: 50px;
  padding-left: 31px;
  border-left: 5px solid #16181c;
}
.cid-thYx4YYIQZ .card {
  overflow: visible;
}
.cid-thYx4YYIQZ .card:not(:first-child) {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-thYx4YYIQZ .card:not(:first-child) {
    margin-top: 30px;
  }
}
.cid-thYx4YYIQZ .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: visible;
  padding: 45px 40px;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-thYx4YYIQZ .card-wrapper {
    padding: 30px 25px;
  }
}
@media (max-width: 991px) {
  .cid-thYx4YYIQZ .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-thYx4YYIQZ .card-wrapper {
    padding: 20px;
  }
}
.cid-thYx4YYIQZ .card-wrapper:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 5px;
  right: 100%;
  top: 63px;
  transform: translateY(-7px);
  background: #16181c;
  z-index: 0;
}
.cid-thYx4YYIQZ .card-wrapper:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border: 5px solid #16181c;
  border-radius: 100%;
  left: -43.5px;
  top: 55px;
  transform: translateY(-7px);
  background: #212428;
  transition: .4s all;
}
.cid-thYx4YYIQZ .card-wrapper:hover:after {
  background: #ff014e;
}
.cid-thYx4YYIQZ .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-thYx4YYIQZ .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-thYx4YYIQZ .card-wrapper:hover .card-subtitle {
  color: #ffffff !important;
}
.cid-thYx4YYIQZ .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-thYx4YYIQZ .card-box {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-thYx4YYIQZ .card-text-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #16181c;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .cid-thYx4YYIQZ .card-text-container {
    flex-wrap: wrap;
  }
}
.cid-thYx4YYIQZ .card-text-wrap {
  margin-bottom: 15px;
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 1199px) {
  .cid-thYx4YYIQZ .card-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-thYx4YYIQZ .card-title {
  color: #C4CFDE;
  margin-bottom: 7px;
  transition: .5s all;
}
.cid-thYx4YYIQZ .card-subtitle {
  color: #878e99;
  transition: .5s all;
  margin-bottom: 0;
}
.cid-thYx4YYIQZ .card-text-label {
  padding: 7px 15px;
  border-radius: 6px;
  margin-left: auto;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-thYx4YYIQZ .card-text-label {
    margin-left: 0;
  }
}
.cid-thYx4YYIQZ .card-label {
  color: #FF014E;
  margin-bottom: 0;
}
.cid-thYx4YYIQZ .card-text {
  color: #878e99;
  margin-bottom: 0;
  transition: .5s all;
}
.cid-thYx15JWM5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-thYx15JWM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYx15JWM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYx15JWM5 .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-thYx15JWM5 .mbr-section-title {
  color: #FF014E;
}
.cid-thYx15JWM5 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYx15JWM5 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-thYx15JWM5 .card-row {
  align-items: stretch;
}
.cid-thYx15JWM5 .card {
  margin-top: 40px;
}
.cid-thYx15JWM5 .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-thYx15JWM5 .card-wrapper {
    padding: 35px;
  }
}
.cid-thYx15JWM5 .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-thYx15JWM5 .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-thYx15JWM5 .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-thYx15JWM5 .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-thYx15JWM5 .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-thYx15JWM5 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-thYx15JWM5 .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
}
.cid-thYx15JWM5 .card-1 .iconfont-wrapper .mbr-iconfont {
  color: #ff014e;
}
.cid-thYx15JWM5 .card-2 .iconfont-wrapper .mbr-iconfont {
  color: #ff014e;
}
.cid-thYx15JWM5 .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-thYx15JWM5 .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-thYx15JWM5 .card-info {
  color: #C4CFDE;
  margin-top: 12px;
  margin-bottom: 10px;
}
.cid-thYwYkM1eT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-thYwYkM1eT .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYwYkM1eT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYwYkM1eT .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thYwYkM1eT .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-thYwYkM1eT .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thYwYkM1eT .col-img {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-thYwYkM1eT .col-img {
    order: 1;
  }
}
.cid-thYwYkM1eT .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-thYwYkM1eT .col-text {
    order: 2;
  }
}
.cid-thYwYkM1eT .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thYwYkM1eT .text-wrapper {
    margin-top: 40px;
  }
}
.cid-thYwYkM1eT .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-thYwYkM1eT .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-thYwYkM1eT .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-thYwYkM1eT .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-thYwYkM1eT .mbr-text {
    padding-right: 0;
  }
}
.cid-thYwYkM1eT .mbr-section-btn {
  margin-top: 20px;
}
.cid-thYwYkM1eT .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-thYwYkM1eT .social-container {
    padding-top: 40px;
  }
}
.cid-thYwYkM1eT .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-thYwYkM1eT .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-thYwYkM1eT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-thYwYkM1eT .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-thYwYkM1eT .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-thYwYkM1eT .soc-item:hover {
  transform: translateY(-3px);
}
.cid-thYwYkM1eT .soc-item:hover:before {
  opacity: 1;
}
.cid-thYwYkM1eT .carousel-wrapper {
  width: 100%;
}
.cid-thYwYkM1eT .carousel-wrapper:hover .carousel-control {
  opacity: 1;
}
.cid-thYwYkM1eT .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.cid-thYwYkM1eT .carousel-inner {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.cid-thYwYkM1eT .carousel-item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0;
}
.cid-thYwYkM1eT .carousel-item-wrapper img {
  width: 100%;
  aspect-ratio: 0.86956522;
  object-fit: cover;
}
.cid-thYwYkM1eT .carousel-control {
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  border: none;
  transition: all 0.4s;
  opacity: 0;
  color: #C4CFDE;
  font-size: 18px;
}
@media (max-width: 767px) {
  .cid-thYwYkM1eT .carousel-control {
    width: 52px;
    height: 52px;
    opacity: 1 !important;
  }
}
.cid-thYwYkM1eT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 0;
}
.cid-thYwYkM1eT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 0;
}
.cid-thYwYkM1eT .carousel-control:hover {
  color: #FFFFFF !important;
  opacity: 1;
}
.cid-thYwYkM1eT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-thYwYkM1eT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-thYwYkM1eT .container .carousel-indicators {
  margin-bottom: 3px;
  display: none !important;
}
.cid-thYwYkM1eT .item-menu-overlay {
  opacity: 0 !important;
}
.cid-thYxmJAziB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-thYxmJAziB .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYxmJAziB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYxmJAziB .container {
  max-width: 1200px;
  padding: 0 10px;
}
.cid-thYxmJAziB .mbr-section-head {
  margin-bottom: 10px;
  width: 100%;
}
.cid-thYxmJAziB .mbr-section-title {
  color: #FF014E;
}
.cid-thYxmJAziB .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYxmJAziB .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-thYxmJAziB .card-row {
  align-items: stretch;
}
.cid-thYxmJAziB .card {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-thYxmJAziB .card {
    flex-basis: 80% !important;
  }
}
.cid-thYxmJAziB .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-thYxmJAziB .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-thYxmJAziB .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-thYxmJAziB .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-thYxmJAziB .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-thYxmJAziB .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-thYxmJAziB .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #16181c;
}
.cid-thYxmJAziB .card-title {
  color: #878e99;
  margin-bottom: 0;
}
.cid-thYxmJAziB .card-title a {
  transition: 0.4s all;
}
.cid-thYxmJAziB .card-title a:hover {
  color: #ff014e !important;
}
.cid-thYwYZdDiN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(315deg, #16181c 10%, #212428 100%) !important;
}
.cid-thYwYZdDiN .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYwYZdDiN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYwYZdDiN .card {
  margin: 10px 0;
}
.cid-thYwYZdDiN .card-box {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-thYwYZdDiN .card-box {
    justify-content: center;
  }
}
.cid-thYwYZdDiN .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  aspect-ratio: 1;
  padding: 4px;
  border-radius: 50%;
  background-color: #3eb75e;
  margin-right: 10px;
}
.cid-thYwYZdDiN .iconfont-wrapper .mbr-iconfont {
  font-size: 14px;
  color: #ffffff;
}
.cid-thYwYZdDiN .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
  text-align: left;
}
.cid-thYwXuOdmS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-thYwXuOdmS .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYwXuOdmS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYwXuOdmS .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thYwXuOdmS .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-thYwXuOdmS .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thYwXuOdmS .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-thYwXuOdmS .col-img {
    padding-right: 60px !important;
  }
}
.cid-thYwXuOdmS .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-thYwXuOdmS .col-text {
    order: 2;
  }
}
.cid-thYwXuOdmS .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thYwXuOdmS .text-wrapper {
    margin-top: 20px;
  }
}
.cid-thYwXuOdmS .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-thYwXuOdmS .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-thYwXuOdmS .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-thYwXuOdmS .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-thYwXuOdmS .mbr-text {
    padding-right: 0;
  }
}
.cid-thYwXuOdmS .mbr-section-btn {
  margin-top: 20px;
}
.cid-thYwXuOdmS .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-thYwXuOdmS .social-container {
    padding-top: 40px;
  }
}
.cid-thYwXuOdmS .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-thYwXuOdmS .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-thYwXuOdmS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-thYwXuOdmS .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-thYwXuOdmS .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-thYwXuOdmS .soc-item:hover {
  transform: translateY(-3px);
}
.cid-thYwXuOdmS .soc-item:hover:before {
  opacity: 1;
}
.cid-thYwXuOdmS .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-thYwXuOdmS .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-thYwXuOdmS .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.87102178;
}
.cid-thYxsB21iv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-thYxsB21iv .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYxsB21iv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYxsB21iv .container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-thYxsB21iv .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-thYxsB21iv .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thYxsB21iv .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thYxsB21iv .mbr-section-head {
    margin-top: 30px;
  }
}
.cid-thYxsB21iv .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 575px) {
  .cid-thYxsB21iv .mbr-section-title {
    text-align: center !important;
  }
}
.cid-thYxsB21iv .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYxsB21iv .mbr-section-subtitle {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .cid-thYxsB21iv .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-thYxsB21iv .mbr-text {
  color: #C4CFDE;
  margin-top: 20px;
}
.cid-thYxsB21iv .card-row {
  align-items: stretch;
}
.cid-thYxsB21iv .card {
  padding: 10px;
}
.cid-thYxsB21iv .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-thYxsB21iv .card-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .cid-thYxsB21iv .card-wrapper {
    padding: 30px;
  }
}
.cid-thYxsB21iv .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.cid-thYxsB21iv .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-thYxsB21iv .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-thYxsB21iv .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-thYxsB21iv .card-text {
    margin-top: 20px;
  }
}
.cid-thYxsB21iv .list-container {
  margin-top: 23px;
  margin-bottom: 30px;
}
.cid-thYxsB21iv .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}
.cid-thYxsB21iv .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-thYxsB21iv .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #c4cfde;
}
.cid-thYxsB21iv .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-thYxsB21iv .mbr-section-btn {
  display: flex;
  margin-top: auto;
}
.cid-thYxsB21iv .mbr-section-btn .btn {
  flex-basis: 100%;
}
.cid-thYwWJOXcR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-thYwWJOXcR .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYwWJOXcR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYwWJOXcR .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thYwWJOXcR .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-thYwWJOXcR .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thYwWJOXcR .col-img {
  padding: 10px;
}
.cid-thYwWJOXcR .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-thYwWJOXcR .col-text {
    order: 2;
  }
}
.cid-thYwWJOXcR .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thYwWJOXcR .text-wrapper {
    margin-top: 40px;
  }
}
.cid-thYwWJOXcR .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-thYwWJOXcR .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-thYwWJOXcR .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-thYwWJOXcR .mbr-text {
  color: #C4CFDE;
  margin-bottom: 0;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-thYwWJOXcR .mbr-text {
    padding-right: 0;
  }
}
.cid-thYwWJOXcR .mbr-section-btn {
  margin-top: 30px;
}
.cid-thYwWJOXcR .video-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-thYwWJOXcR .box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-thYwWJOXcR .mbr-media {
  width: 100%;
  position: relative;
}
.cid-thYwWJOXcR .mbr-media img {
  width: 100%;
  aspect-ratio: 0.87102178;
  object-fit: cover;
}
.cid-thYwWJOXcR .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-thYwWJOXcR .icon-wrap:hover .video-icon-bg-box {
  background: #212428;
}
.cid-thYwWJOXcR .video-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 120px;
  padding: 20px;
  border-radius: 50%;
  background: rgba(33, 36, 40, 0.19);
}
.cid-thYwWJOXcR .video-icon-bg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 20px;
  border-radius: 50%;
  background: rgba(33, 36, 40, 0.75);
  transition: 0.2s all;
}
.cid-thYwWJOXcR .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-thYwWJOXcR .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-thYwWJOXcR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-thYwWJOXcR .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-thYwWJOXcR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-thYwWJOXcR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-thYxnXRngD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-thYxnXRngD .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYxnXRngD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYxnXRngD .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-thYxnXRngD .mbr-section-title {
  color: #FF014E;
}
.cid-thYxnXRngD .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYxnXRngD .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-thYxnXRngD .card-row {
  align-items: stretch;
}
.cid-thYxnXRngD .card {
  margin-top: 30px;
}
.cid-thYxnXRngD .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 45px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-thYxnXRngD .card-wrapper {
    padding: 20px 30px;
  }
}
.cid-thYxnXRngD .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-thYxnXRngD .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
  transition: .5s all;
}
.cid-thYxnXRngD .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-thYxnXRngD .avatar-container {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.cid-thYxnXRngD .avatar-container .img-wrap {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.cid-thYxnXRngD .avatar-container .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-thYxnXRngD .card-title {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-thYxnXRngD .card-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-thYxnXRngD .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-thYxoB4NeA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-thYxoB4NeA .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYxoB4NeA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYxoB4NeA .card-row {
  align-items: stretch;
}
.cid-thYxoB4NeA .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  margin-top: 60px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-thYxoB4NeA .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #16181c;
}
@media (max-width: 1199px) {
  .cid-thYxoB4NeA .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-thYxoB4NeA .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #16181c;
  }
}
.cid-thYxoB4NeA .image-wrapper {
  margin-right: 30px;
}
.cid-thYxoB4NeA .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-thYxoB4NeA .image-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-thYxoB4NeA .text-left-wrap {
    margin-top: -46px;
  }
}
.cid-thYxoB4NeA .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-thYxoB4NeA .mbr-section-title {
    text-align: center !important;
  }
}
.cid-thYxoB4NeA .mbr-section-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-thYxoB4NeA .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-thYxoB4NeA .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-thYxoB4NeA .social-container {
    padding-top: 25px;
  }
}
.cid-thYxoB4NeA .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-thYxoB4NeA .social-title {
    text-align: center !important;
  }
}
.cid-thYxoB4NeA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-thYxoB4NeA .social-list {
    justify-content: center !important;
  }
}
.cid-thYxoB4NeA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-thYxoB4NeA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-thYxoB4NeA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-thYxoB4NeA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-thYxoB4NeA .soc-item:hover:before {
  opacity: 1;
}
.cid-thYxoB4NeA .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thYxoB4NeA .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-thYxoB4NeA .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-thYxoB4NeA .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-thYxoB4NeA .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-thYxoB4NeA .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-thYxoB4NeA .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-thYxoB4NeA .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-thYxoB4NeA .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-thYxoB4NeA .contact-item {
  padding: 10px 0 20px;
}
.cid-thYxoB4NeA .card-title {
  color: #878e99;
  margin-bottom: 4px;
}
.cid-thYxoB4NeA .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-thYwVrZ4HN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-thYwVrZ4HN .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYwVrZ4HN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYwVrZ4HN .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thYwVrZ4HN .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-thYwVrZ4HN .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thYwVrZ4HN .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-thYwVrZ4HN .col-text {
    order: 2;
    margin-top: 20px;
  }
}
.cid-thYwVrZ4HN .text-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-thYwVrZ4HN .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .cid-thYwVrZ4HN .text-wrapper {
    padding: 10px;
  }
}
.cid-thYwVrZ4HN .mbr-section-title {
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-thYwVrZ4HN .mbr-section-title {
    margin-bottom: 0;
    text-align: center !important;
  }
}
.cid-thYwVrZ4HN .mbr-section-subtitle {
  color: #C4CFDE;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .cid-thYwVrZ4HN .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-thYwVrZ4HN .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .cid-thYwVrZ4HN .mbr-text {
    padding-right: 0;
  }
}
.cid-thYwVrZ4HN .mbr-section-btn {
  margin-top: 10px;
}
.cid-thYwVrZ4HN .list-container {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .cid-thYwVrZ4HN .list-container {
    margin-bottom: 20px;
  }
}
.cid-thYwVrZ4HN .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0 ;
}
.cid-thYwVrZ4HN .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 15px;
}
.cid-thYwVrZ4HN .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #c4cfde;
}
.cid-thYwVrZ4HN .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-thYwVrZ4HN .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-thYwVrZ4HN .col-img {
    order: 1;
  }
}
.cid-thYwVrZ4HN .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-thYwVrZ4HN .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-thYwVrZ4HN .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 6px;
}
.cid-thYxqZV4JV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-thYxqZV4JV .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYxqZV4JV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYxqZV4JV .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thYxqZV4JV .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-thYxqZV4JV .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thYxqZV4JV .head-container {
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thYxqZV4JV {
    overflow: hidden;
  }
}
.cid-thYxqZV4JV .section-head {
  position: sticky;
  top: 160px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thYxqZV4JV .section-head {
    position: static;
    margin-bottom: 60px;
  }
}
.cid-thYxqZV4JV .mbr-section-title {
  color: #FF014E;
}
.cid-thYxqZV4JV .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYxqZV4JV .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-thYxqZV4JV .tabs-main-container {
  width: calc(100% - 10px);
  margin-left: 10px;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-thYxqZV4JV .tabs-main-container {
    margin-left: 0;
    width: 100%;
  }
}
.cid-thYxqZV4JV .tabs-main-wrap {
  width: 100%;
}
.cid-thYxqZV4JV .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  border: none !important;
  background: transparent;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-thYxqZV4JV .nav-tabs .nav-item.open .nav-link:focus,
.cid-thYxqZV4JV .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-thYxqZV4JV .nav-item {
  display: flex;
  align-items: center;
  flex-basis: 33.33%;
  margin: 0;
  flex-grow: 1;
  transition: all .4s;
}
@media (max-width: 575px) {
  .cid-thYxqZV4JV .nav-item {
    flex-basis: 100%;
  }
}
.cid-thYxqZV4JV .nav-tabs .nav-link {
  width: 100%;
  text-align: center;
  display: block;
  padding: 26px 10px;
  border-radius: 6px;
  transition: all .4s;
  background: transparent;
  border: none;
}
.cid-thYxqZV4JV .nav-tabs .nav-link:not(.active) {
  color: #c4cfde;
}
.cid-thYxqZV4JV .nav-tabs .nav-link:hover,
.cid-thYxqZV4JV .nav-tabs .nav-link:focus {
  background: transparent;
  color: #ff014e;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-thYxqZV4JV .nav-tabs .nav-link.active {
  background: transparent;
  color: #ff014e;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-thYxqZV4JV .tab-content {
  padding: 55px 50px 60px;
}
@media (max-width: 991px) {
  .cid-thYxqZV4JV .tab-content {
    padding: 55px 30px 30px;
  }
}
@media (max-width: 575px) {
  .cid-thYxqZV4JV .tab-content {
    padding: 55px 25px 25px;
  }
}
.cid-thYxqZV4JV .pricing-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-thYxqZV4JV .pricing-header {
    padding-bottom: 40px;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-thYxqZV4JV .pricing-header {
    padding-bottom: 25px;
  }
}
.cid-thYxqZV4JV .card-text-wrap {
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-thYxqZV4JV .card-text-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.cid-thYxqZV4JV .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-thYxqZV4JV .card-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
.cid-thYxqZV4JV .card-text-label {
  padding: 9px 25px;
  border-radius: 6px;
  margin-left: auto;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 991px) {
  .cid-thYxqZV4JV .card-text-label {
    margin-left: 0;
  }
}
.cid-thYxqZV4JV .card-label {
  color: #FF014E;
  margin-bottom: 0;
}
.cid-thYxqZV4JV .pricing-body {
  width: 100%;
}
.cid-thYxqZV4JV .mbr-text {
  color: #878e99;
  max-width: 84%;
}
.cid-thYxqZV4JV .list-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-thYxqZV4JV .list-container {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cid-thYxqZV4JV .list-container-left,
.cid-thYxqZV4JV .list-container-right {
  max-width: 48%;
  min-width: 35%;
  width: fit-content;
}
@media (max-width: 575px) {
  .cid-thYxqZV4JV .list-container-left,
  .cid-thYxqZV4JV .list-container-right {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
}
.cid-thYxqZV4JV .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-thYxqZV4JV .list-item:last-child {
    margin-bottom: 0;
  }
}
.cid-thYxqZV4JV .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 5px;
}
.cid-thYxqZV4JV .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #c4cfde;
}
.cid-thYxqZV4JV .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-thYxqZV4JV .pricing-footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-thYxqZV4JV .pricing-footer {
    padding-top: 10px;
  }
}
.cid-thYxqZV4JV .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
.cid-thYxqZV4JV .mbr-section-btn .btn {
  flex-grow: 1;
}
@media (max-width: 575px) {
  .cid-thYxqZV4JV .mbr-section-btn {
    width: auto;
  }
  .cid-thYxqZV4JV .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-thYxqZV4JV .comment-text {
  color: #9ca5b1;
  margin-top: 15px;
}
.cid-thYwUW220E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-thYwUW220E .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYwUW220E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYwUW220E .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thYwUW220E .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-thYwUW220E .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thYwUW220E .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-thYwUW220E .col-text {
    order: 2;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-thYwUW220E .col-text {
    margin-top: 20px;
  }
}
.cid-thYwUW220E .text-wrapper {
  width: 100%;
}
.cid-thYwUW220E .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-thYwUW220E .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-thYwUW220E .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-thYwUW220E .mbr-text {
  color: #C4CFDE;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-thYwUW220E .mbr-text {
    padding-right: 0;
  }
}
.cid-thYwUW220E .mbr-section-btn {
  margin-top: 20px;
}
.cid-thYwUW220E .social-container {
  width: 100%;
  padding-top: 125px;
}
@media (max-width: 991px) {
  .cid-thYwUW220E .social-container {
    padding-top: 40px;
  }
}
.cid-thYwUW220E .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-thYwUW220E .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-thYwUW220E .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-thYwUW220E .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-thYwUW220E .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-thYwUW220E .soc-item:hover {
  transform: translateY(-3px);
}
.cid-thYwUW220E .soc-item:hover:before {
  opacity: 1;
}
.cid-thYwUW220E .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-thYwUW220E .col-img {
    order: 1;
  }
}
.cid-thYwUW220E .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-thYwUW220E .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-thYwUW220E .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  border-radius: 6px;
}
.cid-thYxq8E5yk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-thYxq8E5yk .mbr-fallback-image.disabled {
  display: none;
}
.cid-thYxq8E5yk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thYxq8E5yk .mbr-section-head {
  padding-bottom: 30px;
  width: 100%;
}
.cid-thYxq8E5yk .mbr-section-title {
  color: #FF014E;
}
.cid-thYxq8E5yk .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYxq8E5yk .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-thYxq8E5yk .card {
  margin-top: 35px;
}
.cid-thYxq8E5yk .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-thYxq8E5yk .panel-title {
  position: relative;
  padding: 10px 0 20px;
  transition: .4s all;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-thYxq8E5yk .panel-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #16181c 0%, #16181c 100%);
}
.cid-thYxq8E5yk .panel-title[aria-expanded="true"]:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #6b67ce 0%, #fc636b 100%);
}
.cid-thYxq8E5yk .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-thYxq8E5yk .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #c4cfde;
  margin-left: 1rem;
}
.cid-thYxq8E5yk .panel-group {
  border: none;
}
.cid-thYxq8E5yk .panel-body {
  padding: 20px 0 0;
}
.cid-thYxq8E5yk .panel-text {
  color: #878e99;
}
.cid-thYxq8E5yk .panel-title-edit {
  color: #C4CFDE;
}
.cid-thYxq8E5yk .sign {
  width: 24px;
  height: 24px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-thYxpxLwY2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-thYxpxLwY2 .mbr-overlay {
  background-color: #212428;
  opacity: 0.2;
}
.cid-thYxpxLwY2 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thYxpxLwY2 .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-thYxpxLwY2 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-thYxpxLwY2 .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-thYxpxLwY2 .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-thYxpxLwY2 .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-thYxpxLwY2 .mbr-section-title {
    text-align: center;
  }
}
.cid-thYxpxLwY2 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thYxpxLwY2 .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-thYxpxLwY2 .item-card {
  height: 100%;
}
.cid-thYxpxLwY2 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 767px) {
  .cid-thYxpxLwY2 .item-wrap {
    padding: 50px 20px;
  }
}
.cid-thYxpxLwY2 .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-thYxpxLwY2 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-thYxpxLwY2 .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-thYxpxLwY2 .card-box {
  padding-top: 28px;
}
.cid-thYxpxLwY2 .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-thYxpxLwY2 .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-thYxpxLwY2 .card-text {
  color: #878e99;
  margin-bottom: 20px;
}
.cid-thYxpxLwY2 .card-contacts {
  color: #878e99;
}
.cid-thYxpxLwY2 .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-thYxpxLwY2 .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff014e;
  transition: 0.4s all;
}
.cid-thYxpxLwY2 .card-contacts a:hover {
  color: #ff014e !important;
}
.cid-thYxpxLwY2 .card-contacts a:hover:before {
  width: 100%;
}
.cid-thYxpxLwY2 .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-thYxpxLwY2 .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-thYxpxLwY2 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-thYxpxLwY2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-thYxpxLwY2 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-thYxpxLwY2 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-thYxpxLwY2 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-thYxpxLwY2 .soc-item:hover .mbr-iconfont {
  color: #ff014e;
}
.cid-thYxpxLwY2 .soc-item:hover:before {
  opacity: 1;
}
.cid-thYxpxLwY2 .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-thYxpxLwY2 .form-main-container {
    padding-left: 20px;
  }
}
.cid-thYxpxLwY2 .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-thYxpxLwY2 .form-wrap {
    padding: 20px;
  }
}
.cid-thYxpxLwY2 form {
  width: 100%;
}
.cid-thYxpxLwY2 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-thYxpxLwY2 form p {
  color: #878e99;
}
.cid-thYxpxLwY2 form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-thYxpxLwY2 form .mbr-section-btn .btn {
  width: 100%;
}
.cid-thYxpxLwY2 form .form-group {
  margin-bottom: 20px !important;
}
.cid-thYxpxLwY2 form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-thYxpxLwY2 form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-thYxpxLwY2 form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-thYxpxLwY2 form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-thYxpxLwY2 form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-thYxpxLwY2 form select {
  color: #878e99 !important;
}
.cid-thYxpxLwY2 form textarea {
  height: 216px !important;
  resize: none;
}
.cid-thYxpxLwY2 form input:active,
.cid-thYxpxLwY2 form textarea:active,
.cid-thYxpxLwY2 form input:focus,
.cid-thYxpxLwY2 form textarea:focus {
  border-color: #ff014e !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
}
.cid-thYxpxLwY2 form input:active::-webkit-input-placeholder,
.cid-thYxpxLwY2 form textarea:active::-webkit-input-placeholder,
.cid-thYxpxLwY2 form input:focus::-webkit-input-placeholder,
.cid-thYxpxLwY2 form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-thYxpxLwY2 form input:active::-moz-placeholder,
.cid-thYxpxLwY2 form textarea:active::-moz-placeholder,
.cid-thYxpxLwY2 form input:focus::-moz-placeholder,
.cid-thYxpxLwY2 form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-thYxpxLwY2 form input:active:-moz-placeholder,
.cid-thYxpxLwY2 form textarea:active:-moz-placeholder,
.cid-thYxpxLwY2 form input:focus:-moz-placeholder,
.cid-thYxpxLwY2 form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-thYxpxLwY2 form input:active:-ms-input-placeholder,
.cid-thYxpxLwY2 form textarea:active:-ms-input-placeholder,
.cid-thYxpxLwY2 form input:focus:-ms-input-placeholder,
.cid-thYxpxLwY2 form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-thYxpxLwY2 form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-thYxpxLwY2 form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-thYxpxLwY2 form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-thYxpxLwY2 form .form-control-label {
  width: 100%;
}
.cid-thYxpxLwY2 form .form-check-label {
  margin-bottom: 14px;
}
.cid-thYxpxLwY2 form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-thYxpxLwY2 form .form-check-input:focus,
.cid-thYxpxLwY2 form .form-check-input:hover {
  border-color: #ff014e !important;
}
.cid-thYxpxLwY2 form .form-check-input:checked {
  border-color: #ff014e !important;
  background-color: #191b1e !important;
}
.cid-thYsExBbu6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #212428;
  overflow: hidden;
}
.cid-thYsExBbu6 .border-item {
  width: 100%;
  height: 1px;
  background: #16181c;
}
.cid-thYsExBbu6 .copyright-container {
  padding: 40px 0;
}
.cid-thYsExBbu6 .mbr-text {
  color: #878e99;
}
