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-thXKMbTk5w {
  z-index: 1000;
  width: 100%;
}
.cid-thXKMbTk5w nav.navbar {
  position: fixed;
}
.cid-thXKMbTk5w .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-thXKMbTk5w .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thXKMbTk5w .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thXKMbTk5w .dropdown-item:hover,
.cid-thXKMbTk5w .dropdown-item:focus {
  background: #ff014e !important;
  color: white !important;
}
.cid-thXKMbTk5w .dropdown-item:hover span {
  color: white;
}
.cid-thXKMbTk5w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thXKMbTk5w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thXKMbTk5w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-thXKMbTk5w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thXKMbTk5w .nav-link {
  position: relative;
}
.cid-thXKMbTk5w .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-thXKMbTk5w .container {
    flex-wrap: nowrap;
  }
}
.cid-thXKMbTk5w .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thXKMbTk5w .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-thXKMbTk5w .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-thXKMbTk5w .navbar-nav .nav-item .nav-link:hover,
.cid-thXKMbTk5w .navbar-nav .nav-item .nav-link:focus,
.cid-thXKMbTk5w .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-thXKMbTk5w .dropdown-menu,
.cid-thXKMbTk5w .navbar.opened {
  background: #212428 !important;
}
.cid-thXKMbTk5w .nav-item:focus,
.cid-thXKMbTk5w .nav-link:focus {
  outline: none;
}
.cid-thXKMbTk5w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thXKMbTk5w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thXKMbTk5w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thXKMbTk5w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thXKMbTk5w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thXKMbTk5w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thXKMbTk5w .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-thXKMbTk5w .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-thXKMbTk5w .navbar.opened {
  transition: all 0.3s;
}
.cid-thXKMbTk5w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thXKMbTk5w .navbar .navbar-logo img {
  width: auto;
}
.cid-thXKMbTk5w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thXKMbTk5w .navbar.collapsed {
  justify-content: center;
}
.cid-thXKMbTk5w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thXKMbTk5w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thXKMbTk5w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-thXKMbTk5w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thXKMbTk5w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thXKMbTk5w .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-thXKMbTk5w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thXKMbTk5w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thXKMbTk5w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thXKMbTk5w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thXKMbTk5w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thXKMbTk5w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thXKMbTk5w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thXKMbTk5w .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-thXKMbTk5w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thXKMbTk5w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thXKMbTk5w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thXKMbTk5w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thXKMbTk5w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thXKMbTk5w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-thXKMbTk5w .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-thXKMbTk5w .navbar.navbar-short {
  min-height: 90px;
}
.cid-thXKMbTk5w .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-thXKMbTk5w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-thXKMbTk5w .navbar {
    min-height: 80px;
  }
}
.cid-thXKMbTk5w .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-thXKMbTk5w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thXKMbTk5w .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-thXKMbTk5w .navbar-brand {
    min-height: 69px;
  }
}
.cid-thXKMbTk5w .dropdown-item.active,
.cid-thXKMbTk5w .dropdown-item:active {
  background-color: transparent;
}
.cid-thXKMbTk5w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thXKMbTk5w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thXKMbTk5w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thXKMbTk5w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-thXKMbTk5w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thXKMbTk5w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thXKMbTk5w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thXKMbTk5w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thXKMbTk5w 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-thXKMbTk5w button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-thXKMbTk5w button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-thXKMbTk5w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-thXKMbTk5w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-thXKMbTk5w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-thXKMbTk5w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-thXKMbTk5w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thXKMbTk5w nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thXKMbTk5w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thXKMbTk5w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thXKMbTk5w nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thXKMbTk5w .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-thXKMbTk5w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thXKMbTk5w .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-thXKMbTk5w .navbar {
    height: 70px;
  }
  .cid-thXKMbTk5w .navbar.opened {
    height: auto;
  }
  .cid-thXKMbTk5w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thXKMbTk5w .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-thXKMbTk5w .navbar-short {
    min-height: 70px;
  }
}
.cid-thXKMbTk5w .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-thXKMbTk5w .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-thXKMbTk5w .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-thXKMbTk5w .container-fluid {
    padding: 0 3px;
  }
}
.cid-thXKMbTk5w .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-thXKMbTk5w .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-thXKMbTk5w .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-thXKMbTk5w .container-fluid {
    flex-wrap: wrap;
  }
  .cid-thXKMbTk5w button.navbar-toggler {
    display: flex;
  }
  .cid-thXKMbTk5w .navbar-brand {
    width: auto !important;
  }
  .cid-thXKMbTk5w .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-thXKMbTk5w .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-thXKMbTk5w .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-thXKMbTk5w .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-thXKMbTk5w .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-thXKMbTk5w .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-thXKN5Vkvt {
  padding-top: 10rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-thXKN5Vkvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXKN5Vkvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXKN5Vkvt .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thXKN5Vkvt .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-thXKN5Vkvt .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thXKN5Vkvt .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-thXKN5Vkvt .col-text {
    order: 2;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-thXKN5Vkvt .col-text {
    margin-top: 20px;
  }
}
.cid-thXKN5Vkvt .text-wrapper {
  width: 100%;
}
.cid-thXKN5Vkvt .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-thXKN5Vkvt .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-thXKN5Vkvt .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-thXKN5Vkvt .mbr-text {
  color: #C4CFDE;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-thXKN5Vkvt .mbr-text {
    padding-right: 0;
  }
}
.cid-thXKN5Vkvt .mbr-section-btn {
  margin-top: 20px;
}
.cid-thXKN5Vkvt .social-container {
  width: 100%;
  padding-top: 125px;
}
@media (max-width: 991px) {
  .cid-thXKN5Vkvt .social-container {
    padding-top: 40px;
  }
}
.cid-thXKN5Vkvt .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-thXKN5Vkvt .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-thXKN5Vkvt .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-thXKN5Vkvt .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-thXKN5Vkvt .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-thXKN5Vkvt .soc-item:hover {
  transform: translateY(-3px);
}
.cid-thXKN5Vkvt .soc-item:hover:before {
  opacity: 1;
}
.cid-thXKN5Vkvt .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-thXKN5Vkvt .col-img {
    order: 1;
  }
}
.cid-thXKN5Vkvt .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-thXKN5Vkvt .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-thXKN5Vkvt .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-thXLfwRkmP {
  background-image: url("../../../assets/images/pexels-karolina-grabowska-7875996-2000x1333.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-thXLfwRkmP .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXLfwRkmP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXLfwRkmP .container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-thXLfwRkmP .container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cid-thXLfwRkmP .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-thXLfwRkmP .container {
    max-width: 540px;
  }
}
.cid-thXLfwRkmP .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-thXLfwRkmP .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-thXLfwRkmP .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-thXLfwRkmP .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-thXLfwRkmP .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-thXLfwRkmP .mbr-section-title {
  color: #C4CFDE;
}
.cid-thXLfwRkmP .mbr-section-subtitle {
  color: #FF014E;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .cid-thXLfwRkmP .mbr-section-subtitle {
    padding-top: 0.325rem;
    padding-bottom: 0.325rem;
  }
}
.cid-thXLfwRkmP .card-row {
  align-items: stretch;
}
.cid-thXLfwRkmP .card {
  margin-top: 30px;
}
.cid-thXLfwRkmP .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
}
.cid-thXLfwRkmP .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-thXLfwRkmP .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-thXLfwRkmP .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-thXLfwRkmP .card-wrapper:hover .card-text {
  color: #ffffff !important;
}
.cid-thXLfwRkmP .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-thXLfwRkmP .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-thXLfwRkmP .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-thXLfwRkmP .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ff014e;
}
.cid-thXLfwRkmP .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-thXLfwRkmP .card-text {
  color: #878e99;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-thXQ3qOT1c {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-thXQ3qOT1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXQ3qOT1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXQ3qOT1c .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-thXQ3qOT1c .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-thXQ3qOT1c .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-thXQ3qOT1c .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
.cid-thXQ3qOT1c .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 15px;
}
.cid-thXQ3qOT1c .border-item {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background-color: #16181c;
}
.cid-thXQ3qOT1c .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-thXQ3qOT1c H5 {
  text-align: center;
}
.cid-thXOFoR04R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-thXOFoR04R .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-thXOFoR04R .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-thXOFoR04R .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: flex-start;
}
.cid-thXOFoR04R .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-thXOFoR04R .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-thXOFoR04R .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-thXOFoR04R .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-thXOFoR04R .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-thXOFoR04R .mbr-section-title {
    text-align: center;
  }
}
.cid-thXOFoR04R .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thXOFoR04R .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-thXOFoR04R .card-row {
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-thXOFoR04R .cards-container-2 {
    margin-top: 50px;
  }
}
.cid-thXOFoR04R .cards-head {
  width: 100%;
}
.cid-thXOFoR04R .cards-title {
  color: #FF014E;
}
.cid-thXOFoR04R .cards-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thXOFoR04R .cards-subtitle {
    margin-top: 10px;
  }
}
.cid-thXOFoR04R .cards-list {
  width: 100%;
  margin-top: 50px;
  padding-left: 31px;
  border-left: 5px solid #16181c;
}
.cid-thXOFoR04R .card {
  overflow: visible;
}
.cid-thXOFoR04R .card:not(:first-child) {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-thXOFoR04R .card:not(:first-child) {
    margin-top: 30px;
  }
}
.cid-thXOFoR04R .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-thXOFoR04R .card-wrapper {
    padding: 30px 25px;
  }
}
@media (max-width: 991px) {
  .cid-thXOFoR04R .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-thXOFoR04R .card-wrapper {
    padding: 20px;
  }
}
.cid-thXOFoR04R .card-wrapper:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 5px;
  right: 100%;
  top: 63px;
  transform: translateY(-7px);
  background: #16181c;
  z-index: 0;
}
.cid-thXOFoR04R .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-thXOFoR04R .card-wrapper:hover:after {
  background: #ff014e;
}
.cid-thXOFoR04R .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-thXOFoR04R .card-wrapper:hover .card-title {
  color: #ffffff !important;
}
.cid-thXOFoR04R .card-wrapper:hover .card-subtitle {
  color: #ffffff !important;
}
.cid-thXOFoR04R .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-thXOFoR04R .card-box {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-thXOFoR04R .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-thXOFoR04R .card-text-container {
    flex-wrap: wrap;
  }
}
.cid-thXOFoR04R .card-text-wrap {
  margin-bottom: 15px;
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 1199px) {
  .cid-thXOFoR04R .card-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-thXOFoR04R .card-title {
  color: #C4CFDE;
  margin-bottom: 7px;
  transition: .5s all;
}
.cid-thXOFoR04R .card-subtitle {
  color: #878e99;
  transition: .5s all;
  margin-bottom: 0;
}
.cid-thXOFoR04R .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-thXOFoR04R .card-text-label {
    margin-left: 0;
  }
}
.cid-thXOFoR04R .card-label {
  color: #FF014E;
  margin-bottom: 0;
}
.cid-thXOFoR04R .card-text {
  color: #878e99;
  margin-bottom: 0;
  transition: .5s all;
}
.cid-thXSftuGyH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-thXSftuGyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXSftuGyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXSftuGyH .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-thXSftuGyH .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-thXSftuGyH .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: flex-start;
}
.cid-thXSftuGyH .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-thXSftuGyH .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-thXSftuGyH .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-thXSftuGyH .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-thXSftuGyH .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-thXSftuGyH .mbr-section-title {
    text-align: center;
  }
}
.cid-thXSftuGyH .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thXSftuGyH .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-thXSftuGyH .card-row {
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-thXSftuGyH .cards-container-2 {
    margin-top: 30px;
  }
}
.cid-thXSftuGyH .cards-head {
  width: 100%;
  margin-bottom: 24px;
}
.cid-thXSftuGyH .cards-title {
  color: #FF014E;
}
.cid-thXSftuGyH .cards-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thXSftuGyH .cards-subtitle {
    margin-top: 10px;
  }
}
.cid-thXSftuGyH .cards-list {
  width: 100%;
}
.cid-thXSftuGyH .lines-wrap {
  width: 100%;
}
.cid-thXSftuGyH .line-item-container {
  width: 100%;
}
.cid-thXSftuGyH .line-item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-thXSftuGyH .line-text {
  color: #C4CFDE;
  opacity: 0.75;
  margin-bottom: 10px;
}
.cid-thXSftuGyH .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-thXSftuGyH .line-item-active {
  position: relative;
  height: 100%;
  border-radius: 14px;
  transition: width .6s ease;
  background: linear-gradient(145deg, #6b67ce 0%, #fc636b 100%);
}
.cid-thXSftuGyH .line1-item-active-1 {
  width: 95%;
}
.cid-thXSftuGyH .line1-item-active-1 .percent-text1:before {
  content: "95";
}
.cid-thXSftuGyH .line1-item-active-2 {
  width: 70%;
}
.cid-thXSftuGyH .line1-item-active-2 .percent-text2:before {
  content: "70";
}
.cid-thXSftuGyH .line1-item-active-3 {
  width: 78%;
}
.cid-thXSftuGyH .line1-item-active-3 .percent-text3:before {
  content: "78";
}
.cid-thXSftuGyH .line1-item-active-4 {
  width: 73%;
}
.cid-thXSftuGyH .line1-item-active-4 .percent-text4:before {
  content: "73";
}
.cid-thXSftuGyH .line1-item-active-5 {
  width: 92%;
}
.cid-thXSftuGyH .line1-item-active-5 .percent-text5:before {
  content: "92";
}
.cid-thXSftuGyH .line2-item-active-1 {
  width: 94%;
}
.cid-thXSftuGyH .line2-item-active-1 .percent-text1:before {
  content: "94";
}
.cid-thXSftuGyH .line2-item-active-2 {
  width: 88%;
}
.cid-thXSftuGyH .line2-item-active-2 .percent-text2:before {
  content: "88";
}
.cid-thXSftuGyH .line2-item-active-3 {
  width: 98%;
}
.cid-thXSftuGyH .line2-item-active-3 .percent-text3:before {
  content: "98";
}
.cid-thXSftuGyH .line2-item-active-4 {
  width: 99%;
}
.cid-thXSftuGyH .line2-item-active-4 .percent-text4:before {
  content: "99";
}
.cid-thXSftuGyH .line2-item-active-5 {
  width: 100%;
}
.cid-thXSftuGyH .line2-item-active-5 .percent-text5:before {
  content: "100";
}
.cid-thXSftuGyH .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-thXN2QU3aY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-thXN2QU3aY .mbr-overlay {
  background-color: #212428;
  opacity: 0.2;
}
.cid-thXN2QU3aY .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thXN2QU3aY .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-thXN2QU3aY .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-thXN2QU3aY .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-thXN2QU3aY .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-thXN2QU3aY .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-thXN2QU3aY .mbr-section-title {
    text-align: center;
  }
}
.cid-thXN2QU3aY .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thXN2QU3aY .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-thXN2QU3aY .item-card {
  height: 100%;
}
.cid-thXN2QU3aY .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-thXN2QU3aY .item-wrap {
    padding: 50px 20px;
  }
}
.cid-thXN2QU3aY .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-thXN2QU3aY .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-thXN2QU3aY .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-thXN2QU3aY .card-box {
  padding-top: 28px;
}
.cid-thXN2QU3aY .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-thXN2QU3aY .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-thXN2QU3aY .card-text {
  color: #878e99;
  margin-bottom: 20px;
}
.cid-thXN2QU3aY .card-contacts {
  color: #878e99;
}
.cid-thXN2QU3aY .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-thXN2QU3aY .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ff014e;
  transition: 0.4s all;
}
.cid-thXN2QU3aY .card-contacts a:hover {
  color: #ff014e !important;
}
.cid-thXN2QU3aY .card-contacts a:hover:before {
  width: 100%;
}
.cid-thXN2QU3aY .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-thXN2QU3aY .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-thXN2QU3aY .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-thXN2QU3aY .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-thXN2QU3aY .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-thXN2QU3aY .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-thXN2QU3aY .soc-item:hover {
  transform: translateY(-3px);
}
.cid-thXN2QU3aY .soc-item:hover .mbr-iconfont {
  color: #ff014e;
}
.cid-thXN2QU3aY .soc-item:hover:before {
  opacity: 1;
}
.cid-thXN2QU3aY .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-thXN2QU3aY .form-main-container {
    padding-left: 20px;
  }
}
.cid-thXN2QU3aY .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-thXN2QU3aY .form-wrap {
    padding: 20px;
  }
}
.cid-thXN2QU3aY form {
  width: 100%;
}
.cid-thXN2QU3aY form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-thXN2QU3aY form p {
  color: #878e99;
}
.cid-thXN2QU3aY form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-thXN2QU3aY form .mbr-section-btn .btn {
  width: 100%;
}
.cid-thXN2QU3aY form .form-group {
  margin-bottom: 20px !important;
}
.cid-thXN2QU3aY 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-thXN2QU3aY form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-thXN2QU3aY form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-thXN2QU3aY form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-thXN2QU3aY form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-thXN2QU3aY form select {
  color: #878e99 !important;
}
.cid-thXN2QU3aY form textarea {
  height: 216px !important;
  resize: none;
}
.cid-thXN2QU3aY form input:active,
.cid-thXN2QU3aY form textarea:active,
.cid-thXN2QU3aY form input:focus,
.cid-thXN2QU3aY form textarea:focus {
  border-color: #ff014e !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
}
.cid-thXN2QU3aY form input:active::-webkit-input-placeholder,
.cid-thXN2QU3aY form textarea:active::-webkit-input-placeholder,
.cid-thXN2QU3aY form input:focus::-webkit-input-placeholder,
.cid-thXN2QU3aY form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-thXN2QU3aY form input:active::-moz-placeholder,
.cid-thXN2QU3aY form textarea:active::-moz-placeholder,
.cid-thXN2QU3aY form input:focus::-moz-placeholder,
.cid-thXN2QU3aY form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-thXN2QU3aY form input:active:-moz-placeholder,
.cid-thXN2QU3aY form textarea:active:-moz-placeholder,
.cid-thXN2QU3aY form input:focus:-moz-placeholder,
.cid-thXN2QU3aY form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-thXN2QU3aY form input:active:-ms-input-placeholder,
.cid-thXN2QU3aY form textarea:active:-ms-input-placeholder,
.cid-thXN2QU3aY form input:focus:-ms-input-placeholder,
.cid-thXN2QU3aY form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-thXN2QU3aY form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-thXN2QU3aY form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-thXN2QU3aY form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-thXN2QU3aY form .form-control-label {
  width: 100%;
}
.cid-thXN2QU3aY form .form-check-label {
  margin-bottom: 14px;
}
.cid-thXN2QU3aY form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-thXN2QU3aY form .form-check-input:focus,
.cid-thXN2QU3aY form .form-check-input:hover {
  border-color: #ff014e !important;
}
.cid-thXN2QU3aY form .form-check-input:checked {
  border-color: #ff014e !important;
  background-color: #191b1e !important;
}
.cid-thXNOs2iZq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
}
.cid-thXNOs2iZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXNOs2iZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXNOs2iZq .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thXNOs2iZq .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-thXNOs2iZq .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thXNOs2iZq .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-thXNOs2iZq .col-img {
    padding-right: 60px !important;
  }
}
.cid-thXNOs2iZq .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-thXNOs2iZq .col-text {
    order: 2;
  }
}
.cid-thXNOs2iZq .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thXNOs2iZq .text-wrapper {
    margin-top: 20px;
  }
}
.cid-thXNOs2iZq .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-thXNOs2iZq .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 22px;
}
.cid-thXNOs2iZq .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-thXNOs2iZq .mbr-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-thXNOs2iZq .mbr-text {
    padding-right: 0;
  }
}
.cid-thXNOs2iZq .mbr-section-btn {
  margin-top: 20px;
}
.cid-thXNOs2iZq .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-thXNOs2iZq .social-container {
    padding-top: 40px;
  }
}
.cid-thXNOs2iZq .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-thXNOs2iZq .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-thXNOs2iZq .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-thXNOs2iZq .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-thXNOs2iZq .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.cid-thXNOs2iZq .soc-item:hover {
  transform: translateY(-3px);
}
.cid-thXNOs2iZq .soc-item:hover:before {
  opacity: 1;
}
.cid-thXNOs2iZq .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-thXNOs2iZq .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.cid-thXNOs2iZq .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.87102178;
}
.cid-thXOPqy2QT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-thXOPqy2QT .mbr-section-head {
  width: 100%;
}
.cid-thXOPqy2QT .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
  opacity: 1;
}
.cid-thXQjWqKmd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(315deg, #16181c 10%, #212428 100%) !important;
}
.cid-thXQjWqKmd .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXQjWqKmd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXQjWqKmd .card {
  margin: 10px 0;
}
.cid-thXQjWqKmd .card-box {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .cid-thXQjWqKmd .card-box {
    justify-content: center;
  }
}
.cid-thXQjWqKmd .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-thXQjWqKmd .iconfont-wrapper .mbr-iconfont {
  font-size: 14px;
  color: #ffffff;
}
.cid-thXQjWqKmd .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
  text-align: left;
}
.cid-thXQXNE6z1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
}
.cid-thXQXNE6z1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXQXNE6z1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXQXNE6z1 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thXQXNE6z1 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-thXQXNE6z1 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thXQXNE6z1 .head-container {
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thXQXNE6z1 {
    overflow: hidden;
  }
}
.cid-thXQXNE6z1 .section-head {
  position: sticky;
  top: 160px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thXQXNE6z1 .section-head {
    position: static;
    margin-bottom: 60px;
  }
}
.cid-thXQXNE6z1 .mbr-section-title {
  color: #FF014E;
}
.cid-thXQXNE6z1 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thXQXNE6z1 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-thXQXNE6z1 .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-thXQXNE6z1 .tabs-main-container {
    margin-left: 0;
    width: 100%;
  }
}
.cid-thXQXNE6z1 .tabs-main-wrap {
  width: 100%;
}
.cid-thXQXNE6z1 .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-thXQXNE6z1 .nav-tabs .nav-item.open .nav-link:focus,
.cid-thXQXNE6z1 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-thXQXNE6z1 .nav-item {
  display: flex;
  align-items: center;
  flex-basis: 33.33%;
  margin: 0;
  flex-grow: 1;
  transition: all .4s;
}
@media (max-width: 575px) {
  .cid-thXQXNE6z1 .nav-item {
    flex-basis: 100%;
  }
}
.cid-thXQXNE6z1 .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-thXQXNE6z1 .nav-tabs .nav-link:not(.active) {
  color: #c4cfde;
}
.cid-thXQXNE6z1 .nav-tabs .nav-link:hover,
.cid-thXQXNE6z1 .nav-tabs .nav-link:focus {
  background: transparent;
  color: #ff014e;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-thXQXNE6z1 .nav-tabs .nav-link.active {
  background: transparent;
  color: #ff014e;
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-thXQXNE6z1 .tab-content {
  padding: 55px 50px 60px;
}
@media (max-width: 991px) {
  .cid-thXQXNE6z1 .tab-content {
    padding: 55px 30px 30px;
  }
}
@media (max-width: 575px) {
  .cid-thXQXNE6z1 .tab-content {
    padding: 55px 25px 25px;
  }
}
.cid-thXQXNE6z1 .pricing-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-thXQXNE6z1 .pricing-header {
    padding-bottom: 40px;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-thXQXNE6z1 .pricing-header {
    padding-bottom: 25px;
  }
}
.cid-thXQXNE6z1 .card-text-wrap {
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-thXQXNE6z1 .card-text-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.cid-thXQXNE6z1 .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-thXQXNE6z1 .card-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
.cid-thXQXNE6z1 .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-thXQXNE6z1 .card-text-label {
    margin-left: 0;
  }
}
.cid-thXQXNE6z1 .card-label {
  color: #FF014E;
  margin-bottom: 0;
}
.cid-thXQXNE6z1 .pricing-body {
  width: 100%;
}
.cid-thXQXNE6z1 .mbr-text {
  color: #878e99;
  max-width: 84%;
}
.cid-thXQXNE6z1 .list-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-thXQXNE6z1 .list-container {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cid-thXQXNE6z1 .list-container-left,
.cid-thXQXNE6z1 .list-container-right {
  max-width: 48%;
  min-width: 35%;
  width: fit-content;
}
@media (max-width: 575px) {
  .cid-thXQXNE6z1 .list-container-left,
  .cid-thXQXNE6z1 .list-container-right {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
}
.cid-thXQXNE6z1 .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-thXQXNE6z1 .list-item:last-child {
    margin-bottom: 0;
  }
}
.cid-thXQXNE6z1 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 5px;
}
.cid-thXQXNE6z1 .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #c4cfde;
}
.cid-thXQXNE6z1 .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-thXQXNE6z1 .pricing-footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-thXQXNE6z1 .pricing-footer {
    padding-top: 10px;
  }
}
.cid-thXQXNE6z1 .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
.cid-thXQXNE6z1 .mbr-section-btn .btn {
  flex-grow: 1;
}
@media (max-width: 575px) {
  .cid-thXQXNE6z1 .mbr-section-btn {
    width: auto;
  }
  .cid-thXQXNE6z1 .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-thXQXNE6z1 .comment-text {
  color: #9ca5b1;
  margin-top: 15px;
}
.cid-thXRNLrZiu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 750px;
  display: flex;
  align-items: center;
  background-image: url("../../../assets/images/pexels-rdne-7563555-2000x1333.jpeg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-thXRNLrZiu .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXRNLrZiu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXRNLrZiu .mbr-section-head {
  width: 100%;
}
.cid-thXRNLrZiu .mbr-section-title {
  color: #212428;
}
.cid-thXRNLrZiu .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 20px;
}
.cid-thXRNLrZiu .mbr-section-btn {
  margin-top: 40px;
}
.cid-uyROFvdvkM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-uyROFvdvkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyROFvdvkM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyROFvdvkM .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uyROFvdvkM .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uyROFvdvkM .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-uyROFvdvkM .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-uyROFvdvkM .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uyROFvdvkM .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uyROFvdvkM .mbr-section-head {
  width: 100%;
}
.cid-uyROFvdvkM .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-uyROFvdvkM .mbr-section-title {
    text-align: center;
  }
}
.cid-uyROFvdvkM .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uyROFvdvkM .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uyROFvdvkM .card-row {
  align-items: stretch;
}
.cid-uyROFvdvkM .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uyROFvdvkM .item {
    margin-top: 30px;
  }
}
.cid-uyROFvdvkM .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-uyROFvdvkM .item-wrapper {
    padding: 20px;
  }
}
.cid-uyROFvdvkM .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uyROFvdvkM .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uyROFvdvkM .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-uyROFvdvkM .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uyROFvdvkM .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uyROFvdvkM .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-uyROFvdvkM .card-title {
  position: relative;
  z-index: 5;
  color: #FF014E;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uyROFvdvkM .card-title {
    margin-bottom: 10px;
  }
}
.cid-uyROFvdvkM .card-text {
  position: relative;
  z-index: 5;
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uyROFvdvkM .card-text a {
  transition: .4s all;
}
.cid-uyROFvdvkM .card-text a:hover {
  color: #ff014e !important;
}
.cid-thXPQ2zFY4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(108deg, #16181c 10%, #212428 100%) !important;
}
.cid-thXPQ2zFY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXPQ2zFY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXPQ2zFY4 .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-thXPQ2zFY4 .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-thXPQ2zFY4 .label-container {
  padding: 5px 16px;
  border-radius: 100px;
  background: #ff014e;
}
.cid-thXPQ2zFY4 .label-text {
  color: #ffffff;
}
.cid-thXPQ2zFY4 .card-text {
  color: #878e99;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-thXPQ2zFY4 .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-thXPQ2zFY4 .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-thXPQ2zFY4 .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-thXPQ2zFY4 .link-text a {
  display: flex;
  align-items: center;
}
.cid-thXPQ2zFY4 .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-thXPQ2zFY4 .link-text a:hover {
  color: #ff014e !important;
}
.cid-thXRClqJeG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-thXRClqJeG .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXRClqJeG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXRClqJeG .card-row {
  align-items: stretch;
}
.cid-thXRClqJeG .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-thXRClqJeG .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #16181c;
}
@media (max-width: 1199px) {
  .cid-thXRClqJeG .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-thXRClqJeG .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #16181c;
  }
}
.cid-thXRClqJeG .image-wrapper {
  margin-right: 30px;
}
.cid-thXRClqJeG .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-thXRClqJeG .image-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-thXRClqJeG .text-left-wrap {
    margin-top: -46px;
  }
}
.cid-thXRClqJeG .mbr-section-title {
  color: #ec0047;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-thXRClqJeG .mbr-section-title {
    text-align: center !important;
  }
}
.cid-thXRClqJeG .mbr-section-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-thXRClqJeG .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-thXRClqJeG .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-thXRClqJeG .social-container {
    padding-top: 25px;
  }
}
.cid-thXRClqJeG .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-thXRClqJeG .social-title {
    text-align: center !important;
  }
}
.cid-thXRClqJeG .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-thXRClqJeG .social-list {
    justify-content: center !important;
  }
}
.cid-thXRClqJeG .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-thXRClqJeG .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-thXRClqJeG .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-thXRClqJeG .soc-item:hover {
  transform: translateY(-3px);
}
.cid-thXRClqJeG .soc-item:hover:before {
  opacity: 1;
}
.cid-thXRClqJeG .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thXRClqJeG .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-thXRClqJeG .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-thXRClqJeG .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-thXRClqJeG .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-thXRClqJeG .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-thXRClqJeG .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-thXRClqJeG .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-thXRClqJeG .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-thXRClqJeG .contact-item {
  padding: 10px 0 20px;
}
.cid-thXRClqJeG .card-title {
  color: #9ca5b1;
  margin-bottom: 4px;
}
.cid-thXRClqJeG .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-thXL483li8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #212428;
  overflow: hidden;
}
.cid-thXL483li8 .border-item {
  width: 100%;
  height: 1px;
  background: #16181c;
}
.cid-thXL483li8 .copyright-container {
  padding: 40px 0;
}
.cid-thXL483li8 .mbr-text {
  color: #878e99;
  text-align: center;
}
.cid-uyUHRdmDud.popup-builder {
  background-color: #ffffff;
}
.cid-uyUHRdmDud.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uyUHRdmDud.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uyUHRdmDud .modal-content,
.cid-uyUHRdmDud .modal-dialog {
  height: auto;
}
.cid-uyUHRdmDud .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uyUHRdmDud .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uyUHRdmDud .form-wrapper .mbr-form .form-group,
  .cid-uyUHRdmDud .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uyUHRdmDud .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uyUHRdmDud .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uyUHRdmDud .mbr-text {
  text-align: left;
  color: #9ca5b1;
}
.cid-uyUHRdmDud .pt-0 {
  padding-top: 0 !important;
}
.cid-uyUHRdmDud .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uyUHRdmDud .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uyUHRdmDud .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uyUHRdmDud .modal-open {
  overflow: hidden;
}
.cid-uyUHRdmDud .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uyUHRdmDud .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uyUHRdmDud .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uyUHRdmDud .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uyUHRdmDud .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uyUHRdmDud .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uyUHRdmDud .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uyUHRdmDud .modal-content {
  background: #212428;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uyUHRdmDud .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uyUHRdmDud .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uyUHRdmDud .modal-backdrop.fade {
  opacity: 0;
}
.cid-uyUHRdmDud .modal-backdrop.show {
  opacity: .5;
}
.cid-uyUHRdmDud .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uyUHRdmDud .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uyUHRdmDud .modal-header {
    padding: 1rem;
  }
}
.cid-uyUHRdmDud .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uyUHRdmDud .modal-header .close svg {
  fill: #ec0047;
}
.cid-uyUHRdmDud .modal-header .close:hover {
  opacity: 1;
}
.cid-uyUHRdmDud .modal-header .close:focus {
  outline: none;
}
.cid-uyUHRdmDud .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #9ca5b1;
}
.cid-uyUHRdmDud .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uyUHRdmDud .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyUHRdmDud .modal-body {
    padding: 1rem;
  }
}
.cid-uyUHRdmDud .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uyUHRdmDud .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyUHRdmDud .modal-footer {
    padding: 1rem;
  }
}
.cid-uyUHRdmDud .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uyUHRdmDud .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uyUHRdmDud .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uyUHRdmDud .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uyUHRdmDud .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uyUHRdmDud .modal-lg,
  .cid-uyUHRdmDud .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uyUHRdmDud .modal-xl {
    max-width: 1140px;
  }
}
.cid-uyUHRdmDud .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uyUHRdmDud .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uyUHRdmDud .form-group {
  margin-bottom: 1rem;
}
.cid-uyUHRdmDud .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uyUHRdmDud .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uyUHRdmDud .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uyUHRdmDud .mbr-section-btn {
  margin: 0;
}
.cid-uyUHRdmDud .mbr-section-btn .btn {
  margin: 0;
}
.cid-uyUIMa2gcU.popup-builder {
  background-color: #ffffff;
}
.cid-uyUIMa2gcU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uyUIMa2gcU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uyUIMa2gcU .modal-content,
.cid-uyUIMa2gcU .modal-dialog {
  height: auto;
}
.cid-uyUIMa2gcU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uyUIMa2gcU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uyUIMa2gcU .form-wrapper .mbr-form .form-group,
  .cid-uyUIMa2gcU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uyUIMa2gcU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uyUIMa2gcU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uyUIMa2gcU .mbr-text {
  text-align: left;
  color: #9ca5b1;
}
.cid-uyUIMa2gcU .pt-0 {
  padding-top: 0 !important;
}
.cid-uyUIMa2gcU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uyUIMa2gcU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uyUIMa2gcU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uyUIMa2gcU .modal-open {
  overflow: hidden;
}
.cid-uyUIMa2gcU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uyUIMa2gcU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uyUIMa2gcU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uyUIMa2gcU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uyUIMa2gcU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uyUIMa2gcU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uyUIMa2gcU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uyUIMa2gcU .modal-content {
  background: #212428;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uyUIMa2gcU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uyUIMa2gcU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uyUIMa2gcU .modal-backdrop.fade {
  opacity: 0;
}
.cid-uyUIMa2gcU .modal-backdrop.show {
  opacity: .5;
}
.cid-uyUIMa2gcU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uyUIMa2gcU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uyUIMa2gcU .modal-header {
    padding: 1rem;
  }
}
.cid-uyUIMa2gcU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uyUIMa2gcU .modal-header .close svg {
  fill: #ec0047;
}
.cid-uyUIMa2gcU .modal-header .close:hover {
  opacity: 1;
}
.cid-uyUIMa2gcU .modal-header .close:focus {
  outline: none;
}
.cid-uyUIMa2gcU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #9ca5b1;
}
.cid-uyUIMa2gcU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uyUIMa2gcU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyUIMa2gcU .modal-body {
    padding: 1rem;
  }
}
.cid-uyUIMa2gcU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uyUIMa2gcU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyUIMa2gcU .modal-footer {
    padding: 1rem;
  }
}
.cid-uyUIMa2gcU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uyUIMa2gcU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uyUIMa2gcU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uyUIMa2gcU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uyUIMa2gcU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uyUIMa2gcU .modal-lg,
  .cid-uyUIMa2gcU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uyUIMa2gcU .modal-xl {
    max-width: 1140px;
  }
}
.cid-uyUIMa2gcU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uyUIMa2gcU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uyUIMa2gcU .form-group {
  margin-bottom: 1rem;
}
.cid-uyUIMa2gcU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uyUIMa2gcU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uyUIMa2gcU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uyUIMa2gcU .mbr-section-btn {
  margin: 0;
}
.cid-uyUIMa2gcU .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDkWCSUTwf.popup-builder {
  background-color: #ffffff;
}
.cid-uDkWCSUTwf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDkWCSUTwf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDkWCSUTwf .modal-content,
.cid-uDkWCSUTwf .modal-dialog {
  height: auto;
}
.cid-uDkWCSUTwf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDkWCSUTwf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDkWCSUTwf .form-wrapper .mbr-form .form-group,
  .cid-uDkWCSUTwf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDkWCSUTwf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDkWCSUTwf .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDkWCSUTwf .mbr-text {
  text-align: left;
}
.cid-uDkWCSUTwf .pt-0 {
  padding-top: 0 !important;
}
.cid-uDkWCSUTwf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDkWCSUTwf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDkWCSUTwf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDkWCSUTwf .modal-open {
  overflow: hidden;
}
.cid-uDkWCSUTwf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDkWCSUTwf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDkWCSUTwf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDkWCSUTwf .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uDkWCSUTwf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDkWCSUTwf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDkWCSUTwf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDkWCSUTwf .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uDkWCSUTwf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDkWCSUTwf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDkWCSUTwf .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDkWCSUTwf .modal-backdrop.show {
  opacity: .5;
}
.cid-uDkWCSUTwf .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uDkWCSUTwf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDkWCSUTwf .modal-header {
    padding: 1rem;
  }
}
.cid-uDkWCSUTwf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDkWCSUTwf .modal-header .close svg {
  fill: #ec0047;
}
.cid-uDkWCSUTwf .modal-header .close:hover {
  opacity: 1;
}
.cid-uDkWCSUTwf .modal-header .close:focus {
  outline: none;
}
.cid-uDkWCSUTwf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDkWCSUTwf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDkWCSUTwf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDkWCSUTwf .modal-body {
    padding: 1rem;
  }
}
.cid-uDkWCSUTwf .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uDkWCSUTwf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDkWCSUTwf .modal-footer {
    padding: 1rem;
  }
}
.cid-uDkWCSUTwf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDkWCSUTwf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDkWCSUTwf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDkWCSUTwf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDkWCSUTwf .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uDkWCSUTwf .modal-lg,
  .cid-uDkWCSUTwf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDkWCSUTwf .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDkWCSUTwf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDkWCSUTwf .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uDkWCSUTwf .form-group {
  margin-bottom: 1rem;
}
.cid-uDkWCSUTwf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDkWCSUTwf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDkWCSUTwf .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uDkWCSUTwf .mbr-section-btn {
  margin: 0;
}
.cid-uDkWCSUTwf .mbr-section-btn .btn {
  margin: 0;
}
.cid-thXKMbTk5w {
  z-index: 1000;
  width: 100%;
}
.cid-thXKMbTk5w nav.navbar {
  position: fixed;
}
.cid-thXKMbTk5w .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-thXKMbTk5w .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thXKMbTk5w .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-thXKMbTk5w .dropdown-item:hover,
.cid-thXKMbTk5w .dropdown-item:focus {
  background: #ff014e !important;
  color: white !important;
}
.cid-thXKMbTk5w .dropdown-item:hover span {
  color: white;
}
.cid-thXKMbTk5w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thXKMbTk5w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thXKMbTk5w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-thXKMbTk5w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thXKMbTk5w .nav-link {
  position: relative;
}
.cid-thXKMbTk5w .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-thXKMbTk5w .container {
    flex-wrap: nowrap;
  }
}
.cid-thXKMbTk5w .iconfont-wrapper {
  color: #ff014e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thXKMbTk5w .navbar-nav .nav-item {
  margin: 10px 14px !important;
}
.cid-thXKMbTk5w .navbar-nav .nav-item .nav-link {
  margin: 5px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 0.5;
}
.cid-thXKMbTk5w .navbar-nav .nav-item .nav-link:hover,
.cid-thXKMbTk5w .navbar-nav .nav-item .nav-link:focus,
.cid-thXKMbTk5w .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-thXKMbTk5w .dropdown-menu,
.cid-thXKMbTk5w .navbar.opened {
  background: #212428 !important;
}
.cid-thXKMbTk5w .nav-item:focus,
.cid-thXKMbTk5w .nav-link:focus {
  outline: none;
}
.cid-thXKMbTk5w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thXKMbTk5w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thXKMbTk5w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thXKMbTk5w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thXKMbTk5w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thXKMbTk5w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thXKMbTk5w .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-thXKMbTk5w .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-thXKMbTk5w .navbar.opened {
  transition: all 0.3s;
}
.cid-thXKMbTk5w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thXKMbTk5w .navbar .navbar-logo img {
  width: auto;
}
.cid-thXKMbTk5w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thXKMbTk5w .navbar.collapsed {
  justify-content: center;
}
.cid-thXKMbTk5w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thXKMbTk5w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thXKMbTk5w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-thXKMbTk5w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thXKMbTk5w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thXKMbTk5w .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-thXKMbTk5w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thXKMbTk5w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thXKMbTk5w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thXKMbTk5w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thXKMbTk5w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thXKMbTk5w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thXKMbTk5w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thXKMbTk5w .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-thXKMbTk5w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thXKMbTk5w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thXKMbTk5w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thXKMbTk5w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thXKMbTk5w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thXKMbTk5w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-thXKMbTk5w .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-thXKMbTk5w .navbar.navbar-short {
  min-height: 90px;
}
.cid-thXKMbTk5w .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-thXKMbTk5w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-thXKMbTk5w .navbar {
    min-height: 80px;
  }
}
.cid-thXKMbTk5w .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-thXKMbTk5w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thXKMbTk5w .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-thXKMbTk5w .navbar-brand {
    min-height: 69px;
  }
}
.cid-thXKMbTk5w .dropdown-item.active,
.cid-thXKMbTk5w .dropdown-item:active {
  background-color: transparent;
}
.cid-thXKMbTk5w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thXKMbTk5w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thXKMbTk5w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thXKMbTk5w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-thXKMbTk5w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thXKMbTk5w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thXKMbTk5w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thXKMbTk5w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thXKMbTk5w 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-thXKMbTk5w button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-thXKMbTk5w button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-thXKMbTk5w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ff014e;
}
.cid-thXKMbTk5w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-thXKMbTk5w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-thXKMbTk5w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-thXKMbTk5w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thXKMbTk5w nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thXKMbTk5w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thXKMbTk5w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thXKMbTk5w nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thXKMbTk5w .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-thXKMbTk5w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thXKMbTk5w .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-thXKMbTk5w .navbar {
    height: 70px;
  }
  .cid-thXKMbTk5w .navbar.opened {
    height: auto;
  }
  .cid-thXKMbTk5w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thXKMbTk5w .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-thXKMbTk5w .navbar-short {
    min-height: 70px;
  }
}
.cid-thXKMbTk5w .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-thXKMbTk5w .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-thXKMbTk5w .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-thXKMbTk5w .container-fluid {
    padding: 0 3px;
  }
}
.cid-thXKMbTk5w .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-thXKMbTk5w .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-thXKMbTk5w .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-thXKMbTk5w .container-fluid {
    flex-wrap: wrap;
  }
  .cid-thXKMbTk5w button.navbar-toggler {
    display: flex;
  }
  .cid-thXKMbTk5w .navbar-brand {
    width: auto !important;
  }
  .cid-thXKMbTk5w .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-thXKMbTk5w .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-thXKMbTk5w .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-thXKMbTk5w .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #FFFFFF !important;
  }
  .cid-thXKMbTk5w .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-thXKMbTk5w .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-uyWas0dXy5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-uyWas0dXy5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyWas0dXy5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyWas0dXy5 .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-uyWas0dXy5 .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uyWas0dXy5 .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uyWas0dXy5 .card-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
.cid-uyWas0dXy5 .card-subtitle {
  color: #C4CFDE;
  margin-bottom: 15px;
}
.cid-uyWas0dXy5 .border-item {
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
  background-color: #16181c;
}
.cid-uyWas0dXy5 .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uyWas0dXy5 H5 {
  color: #ec0047;
}
.cid-uyWaJ4F1U9 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-uyWaJ4F1U9 .mbr-section-head {
  width: 100%;
}
.cid-uyWaJ4F1U9 .border-item {
  width: 100%;
  height: 1px;
  background-color: #16181c;
  opacity: 0;
}
.cid-thXL483li8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #212428;
  overflow: hidden;
}
.cid-thXL483li8 .border-item {
  width: 100%;
  height: 1px;
  background: #16181c;
}
.cid-thXL483li8 .copyright-container {
  padding: 40px 0;
}
.cid-thXL483li8 .mbr-text {
  color: #878e99;
  text-align: center;
}
