.btn {
  border-width: 2px;
}
body {
  font-family: Hanken Grotesk;
}
.display-1 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 8.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 10.75rem;
}
.display-2 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 1600px) {
  .display-1 {
    font-size: 5.16rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.58rem !important;
    line-height: 1 !important;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.02rem;
    font-size: calc( 3.66rem + (8.6 - 3.66) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.66rem + (8.6 - 3.66) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 10px;
}
.bg-primary {
  background-color: #2a2034 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2a2034 !important;
  border-color: #2a2034 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2a2034 !important;
  border-color: #2a2034 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2a2034 !important;
  border-color: #2a2034 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dfcefd !important;
  border-color: #dfcefd !important;
  color: #4c08c4 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #4c08c4 !important;
  background-color: #dfcefd !important;
  border-color: #dfcefd !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #4c08c4 !important;
  background-color: #dfcefd !important;
  border-color: #dfcefd !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2a2034;
  color: #2a2034;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2a2034 !important;
  border-color: #2a2034 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #dfcefd;
  color: #dfcefd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a97bfa !important;
  background-color: transparent !important;
  border-color: #a97bfa !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #4c08c4 !important;
  background-color: #dfcefd !important;
  border-color: #dfcefd !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: #148cca !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent !important;
  border-color: #2a747e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: #ffd10a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: #ff5f0f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2a2034 !important;
}
.text-secondary {
  color: #dfcefd !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9f6cf9 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2a2034;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2a2034;
  border-color: #2a2034;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2a2034;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9d85b4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #2a2034 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #2a2034;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2a2034;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2a2034;
}
.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: #2a2034;
  border-bottom-color: #2a2034;
}
.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: #2a2034 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #dfcefd !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='%232a2034' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tLR5Mlf3Vj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #150d1d;
}
.cid-tLR5Mlf3Vj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLR5Mlf3Vj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLR5Mlf3Vj img {
  width: 100%;
  border: 15px solid #2a2a2a;
}
.cid-tLR5Mlf3Vj .title-text {
  color: #dfcefd;
}
.cid-tLR5Mlf3Vj .mbr-text {
  color: #dfcefd;
}
.cid-tw6EDuQPJl {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #150d1d;
}
.cid-tw6EDuQPJl .mbr-text {
  color: #dfcefd;
}
.cid-tw6EDuQPJl .mbr-section-subtitle {
  color: #dfcefd;
}
.cid-tw6EDuQPJl .mbr-section-title {
  color: #dfcefd;
  padding-bottom: 1rem;
}
.cid-tw6EDuQPJl .line {
  width: 100%;
  border-bottom: 2px solid #625673;
  padding-top: 2rem;
  margin-bottom: 3rem;
}
.cid-tw6EDuQPJl .row {
  justify-content: space-between;
}
.cid-tw6EDuQPJl p {
  line-height: 1.2;
}
.cid-tw6EDuQPJl .mbr-section-maintitle {
  color: #33a3ab;
  text-align: center;
}
.cid-tw6ENSTWSO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1f1729;
}
.cid-tw6ENSTWSO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw6ENSTWSO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-tw6ENSTWSO h4 {
    margin-top: -30px;
  }
}
.cid-tw6ENSTWSO .btn-secondary {
  color: #2a2034 !important;
}
.cid-tw6ENSTWSO .mbr-section-btn {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .cid-tw6ENSTWSO .mbr-section-btn {
    margin-top: 2rem;
  }
}
.cid-tw6ENSTWSO .mbr-section-title {
  color: #625673;
  text-align: center;
}
.cid-tw6ENSTWSO .mbr-section-subtitle {
  color: #dfcefd;
  text-align: center;
}
.cid-tw6ENSTWSO .btn {
  padding: 2rem 3rem;
  color: #dfcefd;
}
.cid-tw6ENSTWSO .btn:hover,
.cid-tw6ENSTWSO .btn:focus {
  background: #dfcefd !important;
  color: #2a2034 !important;
}
.cid-tLSxq8xl6y {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #150d1d;
}
.cid-tLSxq8xl6y .item {
  margin-bottom: 2rem;
}
.cid-tLSxq8xl6y img {
  width: 100%;
  height: auto;
}
.cid-tLSxq8xl6y a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .cid-tLSxq8xl6y img {
    width: 90%;
  }
}
.cid-tLSxq8xl6y .mbr-text {
  color: #dfcefd;
}
.cid-tw6FqD0UQe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-tw6FqD0UQe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tw6FqD0UQe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tw6FqD0UQe .mbr-section-btn {
  margin-top: 10rem;
}
.cid-tw6FqD0UQe .mbr-section-title {
  color: #dfcefd;
}
.cid-tw6FqD0UQe .mbr-section-subtitle {
  color: #dfcefd;
}
.cid-tw6FqD0UQe .btn {
  padding: 2rem 6rem;
  color: #dfcefd;
}
.cid-tw6FqD0UQe .btn:hover,
.cid-tw6FqD0UQe .btn:focus {
  background: #dfcefd !important;
  color: #2a2034 !important;
}
.cid-tLSMLsB4S3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tLSMLsB4S3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLSMLsB4S3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLSMLsB4S3 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-tLSMLsB4S3 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-tLSMLsB4S3 .container {
    padding: 0 26px;
  }
}
.cid-tLSMLsB4S3 .title-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-tLSMLsB4S3 .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tLSMLsB4S3 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-tLSMLsB4S3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tLSMLsB4S3 .contacts-wrapper {
  margin: 0 0 50px 70px;
}
@media (max-width: 992px) {
  .cid-tLSMLsB4S3 .contacts-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tLSMLsB4S3 .contacts-wrapper .contacts-wrap {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tLSMLsB4S3 .contacts-wrapper .contacts-wrap {
    display: block;
  }
}
.cid-tLSMLsB4S3 .contacts-wrapper .contacts-wrap .contact-card:first-child {
  margin-right: 80px;
}
@media (max-width: 768px) {
  .cid-tLSMLsB4S3 .contacts-wrapper .contacts-wrap .contact-card:first-child {
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.cid-tLSMLsB4S3 .contacts-wrapper .contacts-wrap .contact-card .mbr-contact {
  margin-bottom: 18px;
}
.cid-tLSMLsB4S3 .contacts-wrapper .contacts-wrap .contact-card a {
  display: block;
}
.cid-tLSMLsB4S3 .contacts-wrapper .contacts-wrap .contact-card a:hover .mbr-desc {
  opacity: .5;
}
.cid-tLSMLsB4S3 .contacts-wrapper .contacts-wrap .contact-card a .mbr-desc {
  margin-bottom: 0;
}
.cid-tLSMLsB4S3 .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tLSMLsB4S3 .dragArea.row .form-group .form-control {
  padding: 10px 14px;
  background-color: transparent;
  border: 1px solid #ffffff !important;
  border-radius: 0;
  color: #ffffff;
}
.cid-tLSMLsB4S3 .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  font-family: "Golos Text", sans-serif;
}
.cid-tLSMLsB4S3 .dragArea.row .form-group textarea {
  min-height: 260px;
}
.cid-tLSMLsB4S3 .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-tLSMLsB4S3 .mbr-section-title {
  color: #dfcefd;
}
.cid-tLSMLsB4S3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLSMLsB4S3 .mbr-contact {
  color: #ffffff;
}
.cid-tLSMLsB4S3 .mbr-desc {
  color: #ffffff;
}
.cid-tLSK3O1MU5 {
  background-color: #150d1d;
}
.cid-tLSK3O1MU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLSK3O1MU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLSK3O1MU5 .iconfont-wrapper {
  background: #dfcefd;
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tLSK3O1MU5 .iconfont-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLSK3O1MU5 .iconfont-wrapper {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tLSK3O1MU5 .mbr-iconfont {
  font-size: 5rem;
  color: #837597;
}
.cid-tLSK3O1MU5 .row {
  align-items: flex-start;
}
.cid-tLSK3O1MU5 .col {
  white-space: nowrap;
}
.cid-tLSK3O1MU5 .mbr-section-title {
  color: #dfcefd;
  text-align: left;
}
.cid-tLSK3O1MU5 .mbr-text,
.cid-tLSK3O1MU5 .mbr-section-btn {
  color: #837597;
}
.cid-tLSK3O1MU5 .col-lg-4 {
  align-items: flex-end;
}
.cid-tLSK3O1MU5 .mbr-section-number {
  color: #625673;
}
.cid-tLSVrUkHie {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #150d1d;
}
.cid-tLSVrUkHie .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLSVrUkHie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLSVrUkHie img {
  width: 100%;
  border: 15px solid #2a2a2a;
}
.cid-tLSVrUkHie .title-text {
  color: #dfcefd;
}
.cid-tLSVrUkHie .mbr-text {
  color: #dfcefd;
}
.cid-tLSQqWfHps {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d4045;
}
.cid-tLSQqWfHps .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLSQqWfHps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLSQqWfHps .container,
.cid-tLSQqWfHps .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLSQqWfHps .container,
  .cid-tLSQqWfHps .container-fluid {
    padding: 0 20px;
  }
}
.cid-tLSQqWfHps .container .decor-wrapper,
.cid-tLSQqWfHps .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-tLSQqWfHps .container .decor-wrapper,
  .cid-tLSQqWfHps .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-tLSQqWfHps .container .decor-wrapper .decor,
.cid-tLSQqWfHps .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #ed9b82;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  height: 30%;
  width: 190px;
  margin-right: 30px;
}
.cid-tLSQqWfHps .container .decor-wrapper .decor:first-child,
.cid-tLSQqWfHps .container-fluid .decor-wrapper .decor:first-child {
  height: 50%;
}
.cid-tLSQqWfHps .container .decor-wrapper .decor:last-child,
.cid-tLSQqWfHps .container-fluid .decor-wrapper .decor:last-child {
  height: 20%;
}
.cid-tLSQqWfHps .row {
  justify-content: space-between;
}
.cid-tLSQqWfHps .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tLSQqWfHps .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-tLSQqWfHps .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tLSQqWfHps .card {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tLSQqWfHps .card {
    margin-bottom: 40px;
  }
}
.cid-tLSQqWfHps .card:nth-child(3n) {
  margin-top: 20%;
}
@media (max-width: 992px) {
  .cid-tLSQqWfHps .card:nth-child(3n) {
    margin-top: 0;
  }
}
.cid-tLSQqWfHps .card .card-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 80px 25px 40px 25px;
  overflow: hidden;
  -webkit-flex: inherit;
  background-color: #3d4045;
}
@media (max-width: 992px) {
  .cid-tLSQqWfHps .card .card-wrapper {
    padding: 77px 18px 40px;
  }
}
.cid-tLSQqWfHps .card .card-wrapper .card-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-tLSQqWfHps .card .card-wrapper .card-desc .mbr-desc {
  padding: 12.5px 42px;
  margin-bottom: 0;
  background-color: #ffffff;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tLSQqWfHps .card .card-wrapper .card-desc .mbr-desc {
    padding: 12.5px;
  }
}
.cid-tLSQqWfHps .card .card-wrapper .card-icon .mbr-iconfont {
  font-size: 90px;
  color: #ed9b82;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-tLSQqWfHps .card .card-wrapper .card-text .mbr-card-title {
  margin-bottom: 15px;
}
.cid-tLSQqWfHps .card .card-wrapper .card-text .mbr-text {
  margin-bottom: 0;
}
.cid-tLSQqWfHps .mbr-section-title {
  color: #ffffff;
}
.cid-tLSQqWfHps .mbr-desc {
  color: #3d4045;
}
.cid-tLSQqWfHps .mbr-card-title {
  color: #ffffff;
}
.cid-tLSQqWfHps .mbr-text {
  color: #ffffff;
}
.cid-tLSQqWfHps .card-desc {
  text-align: right;
}
.cid-tLSV7R2OzI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #150d1d;
}
.cid-tLSV7R2OzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLSV7R2OzI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLSV7R2OzI img {
  width: 100%;
  border: 15px solid #2a2a2a;
}
.cid-tLSV7R2OzI .title-text {
  color: #dfcefd;
}
.cid-tLSV7R2OzI .mbr-text {
  color: #dfcefd;
}
.cid-tLSP0hAEez {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3d4045;
}
.cid-tLSP0hAEez .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLSP0hAEez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLSP0hAEez .container,
.cid-tLSP0hAEez .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tLSP0hAEez .container,
  .cid-tLSP0hAEez .container-fluid {
    padding: 0 20px;
  }
}
.cid-tLSP0hAEez .container .decor-wrapper,
.cid-tLSP0hAEez .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-tLSP0hAEez .container .decor-wrapper,
  .cid-tLSP0hAEez .container-fluid .decor-wrapper {
    display: none;
  }
}
.cid-tLSP0hAEez .container .decor-wrapper .decor,
.cid-tLSP0hAEez .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #ed9b82;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  height: 30%;
  width: 190px;
  margin-right: 30px;
}
.cid-tLSP0hAEez .container .decor-wrapper .decor:first-child,
.cid-tLSP0hAEez .container-fluid .decor-wrapper .decor:first-child {
  height: 50%;
}
.cid-tLSP0hAEez .container .decor-wrapper .decor:last-child,
.cid-tLSP0hAEez .container-fluid .decor-wrapper .decor:last-child {
  height: 20%;
}
.cid-tLSP0hAEez .row {
  justify-content: space-between;
}
.cid-tLSP0hAEez .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tLSP0hAEez .title-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-tLSP0hAEez .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tLSP0hAEez .card {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tLSP0hAEez .card {
    margin-bottom: 40px;
  }
}
.cid-tLSP0hAEez .card:nth-child(3n) {
  margin-top: 20%;
}
@media (max-width: 992px) {
  .cid-tLSP0hAEez .card:nth-child(3n) {
    margin-top: 0;
  }
}
.cid-tLSP0hAEez .card .card-wrapper {
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 80px 25px 40px 25px;
  overflow: hidden;
  -webkit-flex: inherit;
  background-color: #3d4045;
}
@media (max-width: 992px) {
  .cid-tLSP0hAEez .card .card-wrapper {
    padding: 77px 18px 40px;
  }
}
.cid-tLSP0hAEez .card .card-wrapper .card-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-tLSP0hAEez .card .card-wrapper .card-desc .mbr-desc {
  padding: 12.5px 42px;
  margin-bottom: 0;
  background-color: #ffffff;
  display: inline-block;
}
@media (max-width: 992px) {
  .cid-tLSP0hAEez .card .card-wrapper .card-desc .mbr-desc {
    padding: 12.5px;
  }
}
.cid-tLSP0hAEez .card .card-wrapper .card-icon .mbr-iconfont {
  font-size: 90px;
  color: #ed9b82;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-tLSP0hAEez .card .card-wrapper .card-text .mbr-card-title {
  margin-bottom: 15px;
}
.cid-tLSP0hAEez .card .card-wrapper .card-text .mbr-text {
  margin-bottom: 0;
}
.cid-tLSP0hAEez .mbr-section-title {
  color: #ffffff;
}
.cid-tLSP0hAEez .mbr-desc {
  color: #3d4045;
}
.cid-tLSP0hAEez .mbr-card-title {
  color: #ffffff;
}
.cid-tLSP0hAEez .mbr-text {
  color: #ffffff;
}
.cid-tLSP0hAEez .card-desc {
  text-align: right;
}
