.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.8rem;
  line-height: 1.1;
}
.display-1 > .crop-iconfont {
  font-size: 2.25rem;
}
.display-2 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 3.1rem;
  line-height: 1.3;
}
.display-2 > .crop-iconfont {
  font-size: 3.875rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .crop-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
}
.display-5 > .crop-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.27rem;
  line-height: 1.5;
}
.display-7 > .crop-iconfont {
  font-size: 1.5875rem;
}
/* ---- 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: 1.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.26rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.016rem;
    font-size: calc( 1.0945rem + (1.27 - 1.0945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0945rem + (1.27 - 1.0945) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.26rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.016rem;
    font-size: calc( 1.0945rem + (1.27 - 1.0945) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0945rem + (1.27 - 1.0945) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0047ff !important;
}
.bg-success {
  background-color: #583c72 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9b39 !important;
}
.bg-danger {
  background-color: #d2c3ff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0047ff !important;
  border-color: #0047ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0047ff !important;
  border-color: #0047ff !important;
  box-shadow: 0 0 33px 0 #0047ff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #336cff !important;
  border-color: #336cff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff398a !important;
  border-color: #ff398a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff398a !important;
  border-color: #ff398a !important;
  box-shadow: 0 0 33px 0 #ff398a;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff6ca8 !important;
  border-color: #ff6ca8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 33px 0 #ffffff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #583c72 !important;
  border-color: #583c72 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #583c72 !important;
  border-color: #583c72 !important;
  box-shadow: 0 0 33px 0 #583c72;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #724e93 !important;
  border-color: #724e93 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
  box-shadow: 0 0 33px 0 #ff9b39;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb56c !important;
  border-color: #ffb56c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d2c3ff !important;
  border-color: #d2c3ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #d2c3ff !important;
  border-color: #d2c3ff !important;
  box-shadow: 0 0 33px 0 #d2c3ff;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f8f6ff !important;
  border-color: #f8f6ff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  box-shadow: 0 0 33px 0 #eff0ec;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: 0 0 33px 0 #232323;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0047ff;
  color: #0047ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0047ff !important;
  background-color: transparent !important;
  border-color: #0047ff !important;
  box-shadow: 0 0 33px 0 #0047ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0047ff !important;
  border-color: #0047ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff398a;
  color: #ff398a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff398a !important;
  background-color: transparent !important;
  border-color: #ff398a !important;
  box-shadow: 0 0 33px 0 #ff398a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff398a !important;
  border-color: #ff398a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
  box-shadow: 0 0 33px 0 #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #583c72;
  color: #583c72;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #583c72 !important;
  background-color: transparent !important;
  border-color: #583c72 !important;
  box-shadow: 0 0 33px 0 #583c72;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #583c72 !important;
  border-color: #583c72 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9b39;
  color: #ff9b39;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff9b39 !important;
  background-color: transparent !important;
  border-color: #ff9b39 !important;
  box-shadow: 0 0 33px 0 #ff9b39;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9b39 !important;
  border-color: #ff9b39 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d2c3ff;
  color: #d2c3ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d2c3ff !important;
  background-color: transparent !important;
  border-color: #d2c3ff !important;
  box-shadow: 0 0 33px 0 #d2c3ff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d2c3ff !important;
  border-color: #d2c3ff !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: #232323 !important;
  background-color: transparent !important;
  border-color: #232323 !important;
  box-shadow: 0 0 33px 0 #232323;
}
.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: #fafafa !important;
  background-color: transparent !important;
  border-color: #fafafa !important;
  box-shadow: 0 0 33px 0 #fafafa;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0047ff !important;
}
.text-secondary {
  color: #ff398a !important;
}
.text-success {
  color: #583c72 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9b39 !important;
}
.text-danger {
  color: #d2c3ff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #002b99 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d20056 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #24192f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d26800 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #865dff !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: #0047ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9b39;
}
.alert-danger {
  background-color: #d2c3ff;
}
.crop-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.crop-gallery-filter li a {
  border-radius: 100px !important;
}
.crop-gallery-filter li.active .btn {
  background-color: #0047ff;
  border-color: #0047ff;
  color: #ffffff;
}
.crop-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0047ff;
}
.crop-plan-header.bg-primary .crop-plan-subtitle,
.crop-plan-header.bg-primary .crop-plan-price-desc {
  color: #ccdaff;
}
.crop-plan-header.bg-success .crop-plan-subtitle,
.crop-plan-header.bg-success .crop-plan-price-desc {
  color: #9876b7;
}
.crop-plan-header.bg-info .crop-plan-subtitle,
.crop-plan-header.bg-info .crop-plan-price-desc {
  color: #ffffff;
}
.crop-plan-header.bg-warning .crop-plan-subtitle,
.crop-plan-header.bg-warning .crop-plan-price-desc {
  color: #ffffff;
}
.crop-plan-header.bg-danger .crop-plan-subtitle,
.crop-plan-header.bg-danger .crop-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .crop-iconfont {
  font-size: 1.40625rem;
}
.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: #0047ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .crop-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #0047ff;
}
/* Forms */
.crop-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.crop-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.crop-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.crop-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0047ff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0047ff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0047ff;
  border-bottom-color: #0047ff;
}
.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: #0047ff !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: #ff398a !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='%230047ff' %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;
}
.crop-section-btn .btn,
.crop-section-btn-item .btn {
  padding: 10px 44px;
  border-radius: 10px !important;
}
.item-wrap {
  border-radius: 10px !important;
}
ul.navbar-nav {
  border-radius: 10px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.crop-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.form-wrapper {
  border-radius: 20px !important;
}
.VamG3C-uRhULgzi4A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.VamG3C-uRhULgzi4A .dropdown-item:before {
  font-family: gesture2 !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;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar-toggler {
    transform: scale(0.8);
  }
}
.VamG3C-uRhULgzi4A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.VamG3C-uRhULgzi4A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.VamG3C-uRhULgzi4A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.VamG3C-uRhULgzi4A .navbar-brand .navbar-logo a {
  outline: none;
}
.VamG3C-uRhULgzi4A .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.VamG3C-uRhULgzi4A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.VamG3C-uRhULgzi4A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.VamG3C-uRhULgzi4A .nav-link {
  width: fit-content;
  position: relative;
}
.VamG3C-uRhULgzi4A .nav-link:hover {
  color: #ffffff !important;
}
.VamG3C-uRhULgzi4A .nav-link:hover::before {
  width: 100%;
}
.VamG3C-uRhULgzi4A .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.VamG3C-uRhULgzi4A .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar-logo {
    padding-left: 1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.VamG3C-uRhULgzi4A .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #150f1d;
  box-shadow: none;
  border: 1px solid #a993e9;
  position: relative;
}
.VamG3C-uRhULgzi4A .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.VamG3C-uRhULgzi4A .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.VamG3C-uRhULgzi4A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #150f1d;
}
.VamG3C-uRhULgzi4A .nav-item:focus,
.VamG3C-uRhULgzi4A .nav-link:focus {
  outline: none;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item .crop-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item .crop-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VamG3C-uRhULgzi4A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VamG3C-uRhULgzi4A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar.opened {
  transition: all 0.3s;
}
.VamG3C-uRhULgzi4A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.VamG3C-uRhULgzi4A .navbar .navbar-logo img {
  width: auto;
}
.VamG3C-uRhULgzi4A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar .navbar-collapse {
    position: absolute;
  }
}
.VamG3C-uRhULgzi4A .navbar.collapsed {
  justify-content: center;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VamG3C-uRhULgzi4A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VamG3C-uRhULgzi4A .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%;
}
.VamG3C-uRhULgzi4A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar {
    min-height: 72px;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .VamG3C-uRhULgzi4A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VamG3C-uRhULgzi4A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VamG3C-uRhULgzi4A .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%;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VamG3C-uRhULgzi4A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VamG3C-uRhULgzi4A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.VamG3C-uRhULgzi4A .dropdown-item.active,
.VamG3C-uRhULgzi4A .dropdown-item:active {
  background-color: transparent;
}
.VamG3C-uRhULgzi4A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VamG3C-uRhULgzi4A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #150f1d;
}
.VamG3C-uRhULgzi4A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.VamG3C-uRhULgzi4A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.VamG3C-uRhULgzi4A ul.navbar-nav {
  flex-wrap: wrap;
}
.VamG3C-uRhULgzi4A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-buttons {
    text-align: left;
  }
}
.VamG3C-uRhULgzi4A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A .navbar-dropdown {
  padding: 0 1rem;
}
.VamG3C-uRhULgzi4A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VamG3C-uRhULgzi4A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VamG3C-uRhULgzi4A .navbar {
    height: 70px;
  }
  .VamG3C-uRhULgzi4A .navbar.opened {
    height: auto;
  }
  .VamG3C-uRhULgzi4A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.VamG3C-uRhULgzi4A .crop-section-btn {
  margin: -0.6rem -0.6rem;
}
.VamG3C-uRhULgzi4A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .VamG3C-uRhULgzi4A .navbar-brand {
    margin-right: auto;
  }
  .VamG3C-uRhULgzi4A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #150f1d;
    backdrop-filter: blur(8px);
  }
  .VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .VamG3C-uRhULgzi4A .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .VamG3C-uRhULgzi4A .navbar-collapse {
    padding: 1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar-brand,
.VamG3C-uRhULgzi4A .navbar-toggler,
.VamG3C-uRhULgzi4A .navbar-collapse {
  position: relative;
  z-index: 1;
}
.VamG3C-uRhszPxFh2 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #150f1d;
}
.VamG3C-uRhszPxFh2 .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhszPxFh2 .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhszPxFh2 .title-wrapper {
  padding: 50px 80px 0 0;
}
@media (max-width: 992px) {
  .VamG3C-uRhszPxFh2 .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.VamG3C-uRhszPxFh2 .title-wrapper .crop-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .VamG3C-uRhszPxFh2 .title-wrapper .crop-section-title {
    margin-bottom: 32px;
  }
}
.VamG3C-uRhszPxFh2 .title-wrapper .crop-section-btn {
  position: relative;
}
.VamG3C-uRhszPxFh2 .title-wrapper .crop-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #7a6aa9;
}
.VamG3C-uRhszPxFh2 .title-wrapper .crop-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .VamG3C-uRhszPxFh2 .title-wrapper .crop-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.VamG3C-uRhszPxFh2 .image-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.VamG3C-uRhszPxFh2 .image-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #7a6aa9;
}
@media (max-width: 992px) {
  .VamG3C-uRhszPxFh2 .image-wrapper::before {
    width: 250px;
    height: 250px;
  }
}
.VamG3C-uRhszPxFh2 .image-wrapper::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #f2f2f2;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .VamG3C-uRhszPxFh2 .image-wrapper::after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .VamG3C-uRhszPxFh2 .image-wrapper::after {
    display: none;
  }
}
.VamG3C-uRhszPxFh2 .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #583c72;
}
.VamG3C-uRhszPxFh2 .image-wrapper .image_1 {
  width: 250px;
  max-height: 250px;
  object-fit: cover;
  z-index: 2;
  position: relative;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .VamG3C-uRhszPxFh2 .image-wrapper .image_1 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.VamG3C-uRhszPxFh2 .image-wrapper .image_2 {
  display: block;
  max-width: 300px;
  height: 300px;
  object-fit: cover;
  margin: 1rem 0 0 auto;
  z-index: 2;
  position: relative;
  transform: rotate(18deg);
}
@media (max-width: 768px) {
  .VamG3C-uRhszPxFh2 .image-wrapper .image_2 {
    width: 100%;
    height: 250px;
    transform: rotate(5deg);
    margin: 0 0 32px 0;
  }
}
.VamG3C-uRhszPxFh2 .image-wrapper .image_3 {
  width: 250px;
  height: 250px;
  margin: 0 0 0 -2rem;
  object-fit: cover;
  z-index: 1;
  transform: rotate(-5deg);
}
@media (max-width: 768px) {
  .VamG3C-uRhszPxFh2 .image-wrapper .image_3 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.VamG3C-uRhszPxFh2 .image-wrapper .image_4 {
  width: 280px;
  height: 250px;
  margin: 0 0 0 auto;
  object-fit: cover;
  z-index: 2;
  transform: rotate(-2deg);
}
@media (max-width: 768px) {
  .VamG3C-uRhszPxFh2 .image-wrapper .image_4 {
    margin: 0;
    width: 100%;
    height: 250px;
  }
}
.VamG3C-uRhszPxFh2 .crop-section-title {
  color: #101511;
}
.VamG3C-uRhszPxFh2 .crop-text {
  color: #6e716f;
}
.VamG3C-uRhszPxFh2 .crop-section-title,
.VamG3C-uRhszPxFh2 .crop-section-btn {
  color: #ddd2ff;
  text-align: center;
}
.VamG3C-uRhztVQznV {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #150f1d;
}
.VamG3C-uRhztVQznV .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhztVQznV .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhztVQznV .icon-wrapper {
  margin-bottom: 20px;
}
.VamG3C-uRhztVQznV .icon-wrapper .crop-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.VamG3C-uRhztVQznV .crop-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.VamG3C-uRhztVQznV .desc-wrapper .crop-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .VamG3C-uRhztVQznV .desc-wrapper .crop-desc {
    width: 100%;
  }
}
.VamG3C-uRhztVQznV .crop-desc,
.VamG3C-uRhztVQznV .desc-wrapper {
  color: #000c3f;
  text-align: center;
}
.VamG3C-uRhztVQznV .crop-text,
.VamG3C-uRhztVQznV .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.VamG3C-uRhsERobzZ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #150f1d;
}
.VamG3C-uRhsERobzZ .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhsERobzZ .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhsERobzZ .row {
  flex-direction: row-reverse;
}
.VamG3C-uRhsERobzZ .container {
  padding-left: 10px;
  padding-right: 10px;
}
.VamG3C-uRhsERobzZ .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.VamG3C-uRhsERobzZ .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.VamG3C-uRhsERobzZ .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .VamG3C-uRhsERobzZ .col-img {
    padding-right: 30px !important;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .VamG3C-uRhsERobzZ .col-img {
    padding: 30px !important;
  }
}
.VamG3C-uRhsERobzZ .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.VamG3C-uRhsERobzZ .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .VamG3C-uRhsERobzZ .text-wrapper {
    margin-bottom: 30px;
  }
}
.VamG3C-uRhsERobzZ .crop-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.VamG3C-uRhsERobzZ .crop-section-subtitle {
  color: #ddd2ff;
  margin-bottom: 22px;
  text-align: center;
}
.VamG3C-uRhsERobzZ .crop-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.VamG3C-uRhsERobzZ .crop-text {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .VamG3C-uRhsERobzZ .crop-text {
    padding-right: 0;
  }
}
.VamG3C-uRhsERobzZ .crop-section-btn {
  margin-top: 20px;
}
.VamG3C-uRhsERobzZ .social-container {
  width: 100%;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .VamG3C-uRhsERobzZ .social-container {
    padding-top: 40px;
  }
}
.VamG3C-uRhsERobzZ .social-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.VamG3C-uRhsERobzZ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.VamG3C-uRhsERobzZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  transition: 0.4s all;
}
.VamG3C-uRhsERobzZ .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;
}
.VamG3C-uRhsERobzZ .soc-item .crop-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #c4cfde;
}
.VamG3C-uRhsERobzZ .soc-item:hover {
  transform: translateY(-3px);
}
.VamG3C-uRhsERobzZ .soc-item:hover:before {
  opacity: 1;
}
.VamG3C-uRhsERobzZ .soc-item a {
  animation: none;
}
.VamG3C-uRhsERobzZ .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(to right, #583c72, #7a6aa9);
  box-shadow: 10px 10px 19px #a993e9, -10px -10px 19px #a993e9;
}
.VamG3C-uRhsERobzZ .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.VamG3C-uRhsERobzZ .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75026795;
}
.VamG3C-uRhsERobzZ .crop-text,
.VamG3C-uRhsERobzZ .crop-section-btn {
  color: #ffffff;
  text-align: center;
}
.VamG3C-uRhsPL6OJR {
  background-color: #150f1d;
}
.VamG3C-uRhsPL6OJR .wrapper {
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.VamG3C-uRhsPL6OJR .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhsPL6OJR .wrapper {
  background: #150f1d;
  border-top-left-radius: 6rem;
  border-top-right-radius: 6rem;
}
.VamG3C-uRhsPL6OJR .crop-section-title {
  text-align: center;
}
.VamG3C-uRhsPL6OJR .crop-text,
.VamG3C-uRhsPL6OJR .crop-section-btn {
  text-align: center;
  color: #ffffff;
}
.VamG3C-uRhsPL6OJR .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.VamG3C-uRhsPL6OJR .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.VamG3C-uRhsPL6OJR .crop-section-title,
.VamG3C-uRhsPL6OJR .dot {
  color: #ddd2ff;
  text-align: center;
}
.VamG3C-uRhsPL6OJR .crop-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.VamG3C-uRhsZKlzvW {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #150f1d;
}
.VamG3C-uRhsZKlzvW .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhsZKlzvW .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhsZKlzvW .title-wrapper {
  margin-bottom: 40px;
}
.VamG3C-uRhsZKlzvW .title-wrapper .crop-tag {
  margin-bottom: 16px;
}
.VamG3C-uRhsZKlzvW .title-wrapper .crop-section-title {
  margin-bottom: 0;
}
.VamG3C-uRhsZKlzvW .items-wrapper {
  margin: 0 -20px;
}
.VamG3C-uRhsZKlzvW .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .VamG3C-uRhsZKlzvW .items-wrapper .item {
    margin-bottom: 20px;
  }
  .VamG3C-uRhsZKlzvW .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.VamG3C-uRhsZKlzvW .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .VamG3C-uRhsZKlzvW .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.VamG3C-uRhsZKlzvW .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .VamG3C-uRhsZKlzvW .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.VamG3C-uRhsZKlzvW .items-wrapper .item .item-wrapper .icon-wrapper .crop-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #583c72, #7a6aa9);
  font-size: 80px;
}
@media (max-width: 992px) {
  .VamG3C-uRhsZKlzvW .items-wrapper .item .item-wrapper .icon-wrapper .crop-iconfont {
    font-size: 50px;
  }
}
.VamG3C-uRhsZKlzvW .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.VamG3C-uRhsZKlzvW .crop-section-title {
  color: #ffffff;
}
.VamG3C-uRhsZKlzvW .crop-tag {
  color: #adadad;
}
.VamG3C-uRhsZKlzvW .item-title {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f0a16;
}
.VamG3C-uRhVjpYJYc .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhVjpYJYc .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhVjpYJYc .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .nav-wrapper {
    margin-bottom: 30px;
  }
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:hover::before,
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .social-wrapper {
    margin-bottom: 30px;
  }
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a:hover .crop-iconfont::after,
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a:hover .crop-iconfont::after {
  width: 100%;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a .crop-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a .crop-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-section-title {
  margin-bottom: 15px;
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .content-wrapper .crop-section-btn {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .content-wrapper .crop-text {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-copy {
  margin-bottom: 0;
}
.VamG3C-uRhVjpYJYc .list {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-section-title {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-text {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-copy {
  color: #ffffff;
}
.VamG3C-uRhULgzi4A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.VamG3C-uRhULgzi4A .dropdown-item:before {
  font-family: gesture2 !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;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar-toggler {
    transform: scale(0.8);
  }
}
.VamG3C-uRhULgzi4A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.VamG3C-uRhULgzi4A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.VamG3C-uRhULgzi4A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.VamG3C-uRhULgzi4A .navbar-brand .navbar-logo a {
  outline: none;
}
.VamG3C-uRhULgzi4A .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.VamG3C-uRhULgzi4A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.VamG3C-uRhULgzi4A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.VamG3C-uRhULgzi4A .nav-link {
  width: fit-content;
  position: relative;
}
.VamG3C-uRhULgzi4A .nav-link:hover {
  color: #ffffff !important;
}
.VamG3C-uRhULgzi4A .nav-link:hover::before {
  width: 100%;
}
.VamG3C-uRhULgzi4A .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.VamG3C-uRhULgzi4A .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar-logo {
    padding-left: 1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.VamG3C-uRhULgzi4A .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #150f1d;
  box-shadow: none;
  border: 1px solid #a993e9;
  position: relative;
}
.VamG3C-uRhULgzi4A .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.VamG3C-uRhULgzi4A .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.VamG3C-uRhULgzi4A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #150f1d;
}
.VamG3C-uRhULgzi4A .nav-item:focus,
.VamG3C-uRhULgzi4A .nav-link:focus {
  outline: none;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item .crop-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item .crop-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VamG3C-uRhULgzi4A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VamG3C-uRhULgzi4A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar.opened {
  transition: all 0.3s;
}
.VamG3C-uRhULgzi4A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.VamG3C-uRhULgzi4A .navbar .navbar-logo img {
  width: auto;
}
.VamG3C-uRhULgzi4A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar .navbar-collapse {
    position: absolute;
  }
}
.VamG3C-uRhULgzi4A .navbar.collapsed {
  justify-content: center;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VamG3C-uRhULgzi4A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VamG3C-uRhULgzi4A .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%;
}
.VamG3C-uRhULgzi4A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar {
    min-height: 72px;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .VamG3C-uRhULgzi4A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VamG3C-uRhULgzi4A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VamG3C-uRhULgzi4A .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%;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VamG3C-uRhULgzi4A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VamG3C-uRhULgzi4A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.VamG3C-uRhULgzi4A .dropdown-item.active,
.VamG3C-uRhULgzi4A .dropdown-item:active {
  background-color: transparent;
}
.VamG3C-uRhULgzi4A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VamG3C-uRhULgzi4A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #150f1d;
}
.VamG3C-uRhULgzi4A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.VamG3C-uRhULgzi4A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.VamG3C-uRhULgzi4A ul.navbar-nav {
  flex-wrap: wrap;
}
.VamG3C-uRhULgzi4A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-buttons {
    text-align: left;
  }
}
.VamG3C-uRhULgzi4A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A .navbar-dropdown {
  padding: 0 1rem;
}
.VamG3C-uRhULgzi4A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VamG3C-uRhULgzi4A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VamG3C-uRhULgzi4A .navbar {
    height: 70px;
  }
  .VamG3C-uRhULgzi4A .navbar.opened {
    height: auto;
  }
  .VamG3C-uRhULgzi4A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.VamG3C-uRhULgzi4A .crop-section-btn {
  margin: -0.6rem -0.6rem;
}
.VamG3C-uRhULgzi4A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .VamG3C-uRhULgzi4A .navbar-brand {
    margin-right: auto;
  }
  .VamG3C-uRhULgzi4A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #150f1d;
    backdrop-filter: blur(8px);
  }
  .VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .VamG3C-uRhULgzi4A .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .VamG3C-uRhULgzi4A .navbar-collapse {
    padding: 1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar-brand,
.VamG3C-uRhULgzi4A .navbar-toggler,
.VamG3C-uRhULgzi4A .navbar-collapse {
  position: relative;
  z-index: 1;
}
.VamG3C-uRhu18wQVZ {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #150f1d;
}
.VamG3C-uRhu18wQVZ .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhu18wQVZ .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhu18wQVZ .items-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .VamG3C-uRhu18wQVZ .items-wrapper {
    margin: 3px 0;
  }
}
.VamG3C-uRhu18wQVZ .items-wrapper .item {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .VamG3C-uRhu18wQVZ .items-wrapper .item {
    margin-bottom: 6px;
  }
}
.VamG3C-uRhu18wQVZ .items-wrapper .item:last-child {
  margin-bottom: 0 !important;
}
.VamG3C-uRhu18wQVZ .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 992px) {
  .VamG3C-uRhu18wQVZ .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.VamG3C-uRhu18wQVZ .items-wrapper .item .item-wrapper .image-wrapper {
  padding: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .VamG3C-uRhu18wQVZ .items-wrapper .item .item-wrapper .image-wrapper {
    padding: 48px 24px;
    margin-bottom: 6px;
  }
}
.VamG3C-uRhu18wQVZ .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 810px;
  width: 390px;
  object-fit: cover;
  border: 11px solid #583c72;
  background-color: #583c72;
  box-shadow: 10px 14px 50px #a993e9;
}
@media (max-width: 1440px) {
  .VamG3C-uRhu18wQVZ .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 350px;
    width: 180px;
  }
}
@media (max-width: 992px) {
  .VamG3C-uRhu18wQVZ .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    border: 6px solid #583c72;
  }
}
.VamG3C-uRhu18wQVZ .items-wrapper .item .item-wrapper .card_1 {
  background-color: #1c1426;
}
.VamG3C-uRhu18wQVZ .items-wrapper .item .item-wrapper .card_2 {
  background-color: #583c72;
}
.VamG3C-uRhu18wQVZ .items-wrapper .item .item-wrapper .card-box {
  padding: 64px;
  background-color: #1c1426;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .VamG3C-uRhu18wQVZ .items-wrapper .item .item-wrapper .card-box {
    padding: 48px 24px;
  }
}
.VamG3C-uRhu18wQVZ .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .VamG3C-uRhu18wQVZ .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.VamG3C-uRhu18wQVZ .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
  margin-bottom: 44px;
}
@media (max-width: 1440px) {
  .VamG3C-uRhu18wQVZ .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
    margin-bottom: 24px;
  }
}
.VamG3C-uRhu18wQVZ .items-wrapper .item .item-wrapper .card-box .text-wrapper .crop-section-btn .btn {
  margin-bottom: 0;
}
.VamG3C-uRhu18wQVZ .card-title {
  color: #000000;
}
.VamG3C-uRhu18wQVZ .card-text {
  color: #ffffff;
  text-align: center;
}
.VamG3C-uRhu18wQVZ .card-title,
.VamG3C-uRhu18wQVZ .crop-section-btn {
  color: #ddd2ff;
  text-align: center;
}
.VamG3C-uRhuemYUaU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #150f1d;
}
.VamG3C-uRhuemYUaU .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhuemYUaU .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhuemYUaU .title-wrapper .crop-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .VamG3C-uRhuemYUaU .title-wrapper .crop-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.VamG3C-uRhuemYUaU .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.VamG3C-uRhuemYUaU .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .VamG3C-uRhuemYUaU .item {
    margin-bottom: 20px;
  }
}
.VamG3C-uRhuemYUaU .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .VamG3C-uRhuemYUaU .item .item-wrapper {
    padding: 20px;
  }
}
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .card-title_1,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .card-title_2,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .card-text_1,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .card-text_2,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #5c834f;
  margin-bottom: 20px;
}
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_1,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_2,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_1 .item-wrap_1,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_2 .item-wrap_1,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_3 .item-wrap_1,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_1 .item-wrap_2,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_2 .item-wrap_2,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_3 .item-wrap_2,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_1 .item-wrap_3,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_2 .item-wrap_3,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #1e4d2b;
}
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #df6d2d;
}
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.VamG3C-uRhuemYUaU .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #5c834f;
}
.VamG3C-uRhuemYUaU .item .item-wrapper .crop-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .VamG3C-uRhuemYUaU .item .item-wrapper .crop-section-btn {
    margin-top: 20px;
  }
}
.VamG3C-uRhuemYUaU .item .item-wrapper .crop-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.VamG3C-uRhuemYUaU .item .card_1 {
  background-color: #2b2138;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .VamG3C-uRhuemYUaU .item .card_1 {
    transform: none;
  }
}
.VamG3C-uRhuemYUaU .item .card_2 {
  background-color: #583c72;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .VamG3C-uRhuemYUaU .item .card_2 {
    transform: none;
  }
}
.VamG3C-uRhuemYUaU .item .card_3 {
  background-color: #2b2138;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .VamG3C-uRhuemYUaU .item .card_3 {
    transform: none;
  }
}
.VamG3C-uRhuemYUaU .btn-wrapper {
  margin-top: -6%;
}
.VamG3C-uRhuemYUaU .crop-section-title,
.VamG3C-uRhuemYUaU .title-wrapper {
  color: #323432;
  text-align: center;
}
.VamG3C-uRhuemYUaU .card-title_1 {
  color: #323432;
}
.VamG3C-uRhuemYUaU .card-text_1 {
  color: #ffffff;
  text-align: center;
}
.VamG3C-uRhuemYUaU .list_1 {
  color: #323432;
}
.VamG3C-uRhuemYUaU .card-title_2 {
  color: #f1f5eb;
}
.VamG3C-uRhuemYUaU .card-text_2 {
  color: #f1f5eb;
  text-align: center;
}
.VamG3C-uRhuemYUaU .list_2 {
  color: #f1f5eb;
}
.VamG3C-uRhuemYUaU .card-title_3 {
  color: #323432;
}
.VamG3C-uRhuemYUaU .card-text_3 {
  color: #ffffff;
  text-align: center;
}
.VamG3C-uRhuemYUaU .list_3 {
  color: #323432;
}
.VamG3C-uRhuemYUaU .card-title_2,
.VamG3C-uRhuemYUaU .crop-section-btn {
  text-align: center;
  color: #ffffff;
}
.VamG3C-uRhuemYUaU .card-title_1,
.VamG3C-uRhuemYUaU .crop-section-btn {
  color: #ffffff;
  text-align: center;
}
.VamG3C-uRhuemYUaU .card-title_3,
.VamG3C-uRhuemYUaU .crop-section-btn {
  color: #ffffff;
  text-align: center;
}
.VamG3C-uRhuteUlMd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #150f1d;
}
.VamG3C-uRhuteUlMd .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhuteUlMd .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhuteUlMd .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.VamG3C-uRhuteUlMd .items-wrapper .item {
  padding: 0 10px;
}
.VamG3C-uRhuteUlMd .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .VamG3C-uRhuteUlMd .item {
    margin-bottom: 20px;
  }
}
.VamG3C-uRhuteUlMd .item:hover .item-wrapper .item-img img,
.VamG3C-uRhuteUlMd .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.VamG3C-uRhuteUlMd .item .item-wrapper {
  padding: 80px 60px;
  background-color: #1c1426;
  height: 100%;
}
@media (max-width: 992px) {
  .VamG3C-uRhuteUlMd .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.VamG3C-uRhuteUlMd .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .VamG3C-uRhuteUlMd .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.VamG3C-uRhuteUlMd .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #a993e9;
}
@media (max-width: 992px) {
  .VamG3C-uRhuteUlMd .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .VamG3C-uRhuteUlMd .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.VamG3C-uRhuteUlMd .item .item-wrapper .item-content .label-wrapper .crop-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #2b2138;
}
.VamG3C-uRhuteUlMd .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .VamG3C-uRhuteUlMd .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.VamG3C-uRhuteUlMd .item .item-wrapper .item-content .crop-section-btn {
  margin-top: 10px;
}
.VamG3C-uRhuteUlMd .crop-label {
  color: #19171c;
}
.VamG3C-uRhuteUlMd .item-text {
  color: #6e6e73;
}
.VamG3C-uRhuteUlMd .item-text,
.VamG3C-uRhuteUlMd .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.VamG3C-uRhuteUlMd .crop-label,
.VamG3C-uRhuteUlMd .crop-section-btn,
.VamG3C-uRhuteUlMd .label-wrapper {
  text-align: center;
  color: #ffffff;
}
.VamG3C-uRhuIv8gOA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #150f1d;
}
.VamG3C-uRhuIv8gOA .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #1c1426 0, #583c72 43%, #7a6aa9 100%);
}
.VamG3C-uRhuIv8gOA .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #1c1426 0, #583c72 43%, #7a6aa9 100%);
}
.VamG3C-uRhuIv8gOA .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #1c1426 0, #583c72 43%, #7a6aa9 100%);
}
.VamG3C-uRhuIv8gOA .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhuIv8gOA .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .VamG3C-uRhuIv8gOA .container {
    padding: 0 30px;
  }
}
.VamG3C-uRhuIv8gOA .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.VamG3C-uRhuIv8gOA .content-wrapper .crop-section-title {
  margin-bottom: 40px;
}
.VamG3C-uRhuIv8gOA .content-wrapper .text-wrapper .crop-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .VamG3C-uRhuIv8gOA .content-wrapper .text-wrapper .crop-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.VamG3C-uRhuIv8gOA .crop-section-title {
  color: #ffffff;
}
.VamG3C-uRhuIv8gOA .crop-text,
.VamG3C-uRhuIv8gOA .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.VamG3C-uRhuIv8gOA .crop-section-title,
.VamG3C-uRhuIv8gOA .crop-section-btn {
  text-align: center;
  color: #ffffff;
}
.VamG3C-uRhCbc0ujH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #150f1d;
}
.VamG3C-uRhCbc0ujH .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhCbc0ujH .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhCbc0ujH .title-wrapper .crop-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .VamG3C-uRhCbc0ujH .title-wrapper .crop-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.VamG3C-uRhCbc0ujH .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.VamG3C-uRhCbc0ujH .item {
  padding: 0 12px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .VamG3C-uRhCbc0ujH .item {
    margin-bottom: 20px;
  }
}
.VamG3C-uRhCbc0ujH .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .VamG3C-uRhCbc0ujH .item .item-wrapper {
    padding: 20px;
  }
}
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .card-title_1,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .card-title_2,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .card-text_1,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .card-text_2,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 20px;
}
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .border-wrapper {
  width: 100%;
  height: 2px;
  background-color: #5c834f;
  margin-bottom: 20px;
}
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_1,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_2,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_3 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_1 .item-wrap_1,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_2 .item-wrap_1,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_3 .item-wrap_1,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_1 .item-wrap_2,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_2 .item-wrap_2,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_3 .item-wrap_2,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_1 .item-wrap_3,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_2 .item-wrap_3,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_3 .item-wrap_3 {
  margin-bottom: 20px;
  padding-left: 50px;
  position: relative;
}
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_3 .item-wrap_1::before,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_3 .item-wrap_2::before,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  line-height: 1;
}
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_1 .item-wrap_1:last-child,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_2 .item-wrap_1:last-child,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_3 .item-wrap_1:last-child,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_1 .item-wrap_2:last-child,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_2 .item-wrap_2:last-child,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_3 .item-wrap_2:last-child,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_1 .item-wrap_3:last-child,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_2 .item-wrap_3:last-child,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_3 .item-wrap_3:last-child {
  margin-bottom: 0;
}
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_1 .item-wrap_1::before,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_2 .item-wrap_1::before,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_3 .item-wrap_1::before {
  color: #1e4d2b;
}
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_1 .item-wrap_2::before,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_2 .item-wrap_2::before,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_3 .item-wrap_2::before {
  color: #df6d2d;
}
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_1 .item-wrap_3::before,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_2 .item-wrap_3::before,
.VamG3C-uRhCbc0ujH .item .item-wrapper .card-box .list_3 .item-wrap_3::before {
  color: #5c834f;
}
.VamG3C-uRhCbc0ujH .item .item-wrapper .crop-section-btn {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 992px) {
  .VamG3C-uRhCbc0ujH .item .item-wrapper .crop-section-btn {
    margin-top: 20px;
  }
}
.VamG3C-uRhCbc0ujH .item .item-wrapper .crop-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.VamG3C-uRhCbc0ujH .item .card_1 {
  background-color: #2b2138;
  transform: rotate(2deg);
}
@media (max-width: 992px) {
  .VamG3C-uRhCbc0ujH .item .card_1 {
    transform: none;
  }
}
.VamG3C-uRhCbc0ujH .item .card_2 {
  background-color: #583c72;
  transform: translateY(30px);
}
@media (max-width: 992px) {
  .VamG3C-uRhCbc0ujH .item .card_2 {
    transform: none;
  }
}
.VamG3C-uRhCbc0ujH .item .card_3 {
  background-color: #2b2138;
  transform: rotate(-2deg);
}
@media (max-width: 992px) {
  .VamG3C-uRhCbc0ujH .item .card_3 {
    transform: none;
  }
}
.VamG3C-uRhCbc0ujH .btn-wrapper {
  margin-top: -6%;
}
.VamG3C-uRhCbc0ujH .crop-section-title,
.VamG3C-uRhCbc0ujH .title-wrapper {
  color: #323432;
  text-align: center;
}
.VamG3C-uRhCbc0ujH .card-title_1 {
  color: #323432;
}
.VamG3C-uRhCbc0ujH .card-text_1 {
  color: #ffffff;
  text-align: center;
}
.VamG3C-uRhCbc0ujH .list_1 {
  color: #323432;
}
.VamG3C-uRhCbc0ujH .card-title_2 {
  color: #f1f5eb;
}
.VamG3C-uRhCbc0ujH .card-text_2 {
  color: #f1f5eb;
  text-align: center;
}
.VamG3C-uRhCbc0ujH .list_2 {
  color: #f1f5eb;
}
.VamG3C-uRhCbc0ujH .card-title_3 {
  color: #323432;
}
.VamG3C-uRhCbc0ujH .card-text_3 {
  color: #ffffff;
  text-align: center;
}
.VamG3C-uRhCbc0ujH .list_3 {
  color: #323432;
}
.VamG3C-uRhCbc0ujH .card-title_2,
.VamG3C-uRhCbc0ujH .crop-section-btn {
  text-align: center;
}
.VamG3C-uRhCbc0ujH .card-title_1,
.VamG3C-uRhCbc0ujH .crop-section-btn {
  color: #ffffff;
  text-align: center;
}
.VamG3C-uRhCbc0ujH .card-title_3,
.VamG3C-uRhCbc0ujH .crop-section-btn {
  color: #ffffff;
  text-align: center;
}
.VamG3C-uRhCeCatKe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #150f1d;
}
.VamG3C-uRhCeCatKe .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhCeCatKe .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhCeCatKe .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.VamG3C-uRhCeCatKe .items-wrapper .item {
  padding: 0 10px;
}
.VamG3C-uRhCeCatKe .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .VamG3C-uRhCeCatKe .item {
    margin-bottom: 20px;
  }
}
.VamG3C-uRhCeCatKe .item:hover .item-wrapper .item-img img,
.VamG3C-uRhCeCatKe .item:focus .item-wrapper .item-img img {
  transform: scale(0.95);
}
.VamG3C-uRhCeCatKe .item .item-wrapper {
  padding: 80px 60px;
  background-color: #1c1426;
  height: 100%;
}
@media (max-width: 992px) {
  .VamG3C-uRhCeCatKe .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.VamG3C-uRhCeCatKe .item .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .VamG3C-uRhCeCatKe .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.VamG3C-uRhCeCatKe .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 10px 20px 0 #a993e9;
}
@media (max-width: 992px) {
  .VamG3C-uRhCeCatKe .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .VamG3C-uRhCeCatKe .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.VamG3C-uRhCeCatKe .item .item-wrapper .item-content .label-wrapper .crop-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  background-color: #2b2138;
}
.VamG3C-uRhCeCatKe .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .VamG3C-uRhCeCatKe .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.VamG3C-uRhCeCatKe .item .item-wrapper .item-content .crop-section-btn {
  margin-top: 10px;
}
.VamG3C-uRhCeCatKe .crop-label {
  color: #19171c;
}
.VamG3C-uRhCeCatKe .item-text {
  color: #6e6e73;
}
.VamG3C-uRhCeCatKe .item-text,
.VamG3C-uRhCeCatKe .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.VamG3C-uRhCeCatKe .crop-label,
.VamG3C-uRhCeCatKe .crop-section-btn,
.VamG3C-uRhCeCatKe .label-wrapper {
  text-align: center;
  color: #ffffff;
}
.VamG3C-uRhCgglPQi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #150f1d;
}
.VamG3C-uRhCgglPQi .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #1c1426 0, #583c72 43%, #7a6aa9 100%);
}
.VamG3C-uRhCgglPQi .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #1c1426 0, #583c72 43%, #7a6aa9 100%);
}
.VamG3C-uRhCgglPQi .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #1c1426 0, #583c72 43%, #7a6aa9 100%);
}
.VamG3C-uRhCgglPQi .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhCgglPQi .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .VamG3C-uRhCgglPQi .container {
    padding: 0 30px;
  }
}
.VamG3C-uRhCgglPQi .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.VamG3C-uRhCgglPQi .content-wrapper .crop-section-title {
  margin-bottom: 40px;
}
.VamG3C-uRhCgglPQi .content-wrapper .text-wrapper .crop-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .VamG3C-uRhCgglPQi .content-wrapper .text-wrapper .crop-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.VamG3C-uRhCgglPQi .crop-section-title {
  color: #ffffff;
}
.VamG3C-uRhCgglPQi .crop-text,
.VamG3C-uRhCgglPQi .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.VamG3C-uRhCgglPQi .crop-section-title,
.VamG3C-uRhCgglPQi .crop-section-btn {
  text-align: center;
}
.VamG3C-uRhVjpYJYc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f0a16;
}
.VamG3C-uRhVjpYJYc .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhVjpYJYc .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhVjpYJYc .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .nav-wrapper {
    margin-bottom: 30px;
  }
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:hover::before,
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .social-wrapper {
    margin-bottom: 30px;
  }
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a:hover .crop-iconfont::after,
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a:hover .crop-iconfont::after {
  width: 100%;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a .crop-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a .crop-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-section-title {
  margin-bottom: 15px;
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .content-wrapper .crop-section-btn {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .content-wrapper .crop-text {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-copy {
  margin-bottom: 0;
}
.VamG3C-uRhVjpYJYc .list {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-section-title {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-text {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-copy {
  color: #ffffff;
}
.VamG3C-uRhULgzi4A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.VamG3C-uRhULgzi4A .dropdown-item:before {
  font-family: gesture2 !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;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar-toggler {
    transform: scale(0.8);
  }
}
.VamG3C-uRhULgzi4A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.VamG3C-uRhULgzi4A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.VamG3C-uRhULgzi4A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.VamG3C-uRhULgzi4A .navbar-brand .navbar-logo a {
  outline: none;
}
.VamG3C-uRhULgzi4A .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.VamG3C-uRhULgzi4A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.VamG3C-uRhULgzi4A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.VamG3C-uRhULgzi4A .nav-link {
  width: fit-content;
  position: relative;
}
.VamG3C-uRhULgzi4A .nav-link:hover {
  color: #ffffff !important;
}
.VamG3C-uRhULgzi4A .nav-link:hover::before {
  width: 100%;
}
.VamG3C-uRhULgzi4A .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.VamG3C-uRhULgzi4A .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar-logo {
    padding-left: 1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.VamG3C-uRhULgzi4A .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #150f1d;
  box-shadow: none;
  border: 1px solid #a993e9;
  position: relative;
}
.VamG3C-uRhULgzi4A .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.VamG3C-uRhULgzi4A .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.VamG3C-uRhULgzi4A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #150f1d;
}
.VamG3C-uRhULgzi4A .nav-item:focus,
.VamG3C-uRhULgzi4A .nav-link:focus {
  outline: none;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item .crop-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item .crop-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VamG3C-uRhULgzi4A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VamG3C-uRhULgzi4A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar.opened {
  transition: all 0.3s;
}
.VamG3C-uRhULgzi4A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.VamG3C-uRhULgzi4A .navbar .navbar-logo img {
  width: auto;
}
.VamG3C-uRhULgzi4A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar .navbar-collapse {
    position: absolute;
  }
}
.VamG3C-uRhULgzi4A .navbar.collapsed {
  justify-content: center;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VamG3C-uRhULgzi4A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VamG3C-uRhULgzi4A .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%;
}
.VamG3C-uRhULgzi4A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar {
    min-height: 72px;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .VamG3C-uRhULgzi4A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VamG3C-uRhULgzi4A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VamG3C-uRhULgzi4A .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%;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VamG3C-uRhULgzi4A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VamG3C-uRhULgzi4A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.VamG3C-uRhULgzi4A .dropdown-item.active,
.VamG3C-uRhULgzi4A .dropdown-item:active {
  background-color: transparent;
}
.VamG3C-uRhULgzi4A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VamG3C-uRhULgzi4A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #150f1d;
}
.VamG3C-uRhULgzi4A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.VamG3C-uRhULgzi4A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.VamG3C-uRhULgzi4A ul.navbar-nav {
  flex-wrap: wrap;
}
.VamG3C-uRhULgzi4A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-buttons {
    text-align: left;
  }
}
.VamG3C-uRhULgzi4A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A .navbar-dropdown {
  padding: 0 1rem;
}
.VamG3C-uRhULgzi4A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VamG3C-uRhULgzi4A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VamG3C-uRhULgzi4A .navbar {
    height: 70px;
  }
  .VamG3C-uRhULgzi4A .navbar.opened {
    height: auto;
  }
  .VamG3C-uRhULgzi4A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.VamG3C-uRhULgzi4A .crop-section-btn {
  margin: -0.6rem -0.6rem;
}
.VamG3C-uRhULgzi4A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .VamG3C-uRhULgzi4A .navbar-brand {
    margin-right: auto;
  }
  .VamG3C-uRhULgzi4A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #150f1d;
    backdrop-filter: blur(8px);
  }
  .VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .VamG3C-uRhULgzi4A .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .VamG3C-uRhULgzi4A .navbar-collapse {
    padding: 1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar-brand,
.VamG3C-uRhULgzi4A .navbar-toggler,
.VamG3C-uRhULgzi4A .navbar-collapse {
  position: relative;
  z-index: 1;
}
.VamG3C-uRhv8IQvhd {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #150f1d;
}
.VamG3C-uRhv8IQvhd .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhv8IQvhd .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhv8IQvhd .container {
  max-width: 1600px;
}
.VamG3C-uRhv8IQvhd .row {
  justify-content: center;
}
.VamG3C-uRhv8IQvhd .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .VamG3C-uRhv8IQvhd .content-container {
    flex-wrap: wrap;
  }
}
.VamG3C-uRhv8IQvhd .info-container {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 991px) {
  .VamG3C-uRhv8IQvhd .info-container {
    width: 100%;
  }
}
.VamG3C-uRhv8IQvhd .title-container {
  margin-bottom: 50px;
}
.VamG3C-uRhv8IQvhd .crop-section-title {
  color: #ddd2ff;
  text-align: center;
}
@media (max-width: 991px) {
  .VamG3C-uRhv8IQvhd .crop-section-title {
    text-align: center !important;
  }
}
.VamG3C-uRhv8IQvhd .crop-section-subtitle {
  color: #ffffff;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .VamG3C-uRhv8IQvhd .crop-section-subtitle {
    text-align: center !important;
    margin-top: 1rem;
  }
}
.VamG3C-uRhv8IQvhd .btn-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: auto;
}
.VamG3C-uRhv8IQvhd .text-container {
  max-width: 400px;
  margin: 12px auto 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .VamG3C-uRhv8IQvhd .text-container {
    margin: 24px auto;
  }
}
.VamG3C-uRhv8IQvhd .crop-text {
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 991px) {
  .VamG3C-uRhv8IQvhd .crop-text {
    text-align: center !important;
  }
}
.VamG3C-uRhv8IQvhd .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .VamG3C-uRhv8IQvhd .text-item-container {
    flex-wrap: wrap;
  }
}
.VamG3C-uRhv8IQvhd .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .VamG3C-uRhv8IQvhd .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.VamG3C-uRhv8IQvhd .icon-text {
  color: #AE5EFF;
}
.VamG3C-uRhv8IQvhd .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.VamG3C-uRhv8IQvhd .iconfont-wrapper .crop-iconfont {
  display: block;
  font-size: 24px;
  color: #ae5eff;
}
.VamG3C-uRhv8IQvhd .form-container {
  max-width: 535px;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .VamG3C-uRhv8IQvhd .form-container {
    max-width: 100%;
    width: 100%;
  }
}
.VamG3C-uRhv8IQvhd form {
  width: 100%;
}
.VamG3C-uRhv8IQvhd form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.VamG3C-uRhv8IQvhd form p {
  color: #ffffff;
}
.VamG3C-uRhv8IQvhd form .crop-section-btn {
  width: max-content;
  max-width: 50%;
}
@media (max-width: 991px) {
  .VamG3C-uRhv8IQvhd form .crop-section-btn {
    max-width: 100%;
    width: 100%;
  }
}
.VamG3C-uRhv8IQvhd form .crop-section-btn .btn {
  padding: 10px 40px;
  height: 100%;
  border-radius: 0.75rem !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 991px) {
  .VamG3C-uRhv8IQvhd form .crop-section-btn .btn {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
.VamG3C-uRhv8IQvhd form .form-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  flex-grow: 1;
}
.VamG3C-uRhv8IQvhd form .group-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 0.42rem;
}
.VamG3C-uRhv8IQvhd form .group-bg {
  position: absolute;
  border-radius: 0.75rem;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #a993e9 2.76%, #a993e9 29.66%, #a993e9 61%, #a993e9 99.93%);
}
.VamG3C-uRhv8IQvhd form .group-border {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 6;
  padding: 3px;
  border-radius: 0.75rem;
  transition: all 300ms ease;
  background-image: linear-gradient(90deg, #a993e9 2.76%, #a993e9 29.66%, #a993e9 61%, #a993e9 99.93%);
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.VamG3C-uRhv8IQvhd form .group-border:hover {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
@media (max-width: 991px) {
  .VamG3C-uRhv8IQvhd form .group-border {
    flex-wrap: wrap;
  }
}
.VamG3C-uRhv8IQvhd form .form-control {
  min-height: 100px;
  height: 100%;
  border: none !important;
  background: #ffffff;
  box-shadow: none !important;
  border-radius: 0.75rem;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 24px;
  line-height: 32px;
  color: #212132;
  font-weight: 400;
}
@media (max-width: 991px) {
  .VamG3C-uRhv8IQvhd form .form-control {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    text-align: center !important;
  }
}
.VamG3C-uRhv8IQvhd form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.VamG3C-uRhv8IQvhd form .form-control::-moz-placeholder {
  color: #939292;
}
.VamG3C-uRhv8IQvhd form .form-control:-moz-placeholder {
  color: #939292;
}
.VamG3C-uRhv8IQvhd form .form-control:-ms-input-placeholder {
  color: #939292;
}
.VamG3C-uRhv8IQvhd form .form-control:hover {
  outline: none !important;
}
.VamG3C-uRhv8IQvhd form select {
  color: #939292 !important;
}
.VamG3C-uRhv8IQvhd form textarea {
  height: 200px;
}
.VamG3C-uRhv8IQvhd form input:active,
.VamG3C-uRhv8IQvhd form textarea:active,
.VamG3C-uRhv8IQvhd form input:focus,
.VamG3C-uRhv8IQvhd form textarea:focus {
  background-color: #FFFFFF !important;
}
.VamG3C-uRhv8IQvhd form input:active::-webkit-input-placeholder,
.VamG3C-uRhv8IQvhd form textarea:active::-webkit-input-placeholder,
.VamG3C-uRhv8IQvhd form input:focus::-webkit-input-placeholder,
.VamG3C-uRhv8IQvhd form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.VamG3C-uRhv8IQvhd form input:active::-moz-placeholder,
.VamG3C-uRhv8IQvhd form textarea:active::-moz-placeholder,
.VamG3C-uRhv8IQvhd form input:focus::-moz-placeholder,
.VamG3C-uRhv8IQvhd form textarea:focus::-moz-placeholder {
  color: #939292;
}
.VamG3C-uRhv8IQvhd form input:active:-moz-placeholder,
.VamG3C-uRhv8IQvhd form textarea:active:-moz-placeholder,
.VamG3C-uRhv8IQvhd form input:focus:-moz-placeholder,
.VamG3C-uRhv8IQvhd form textarea:focus:-moz-placeholder {
  color: #939292;
}
.VamG3C-uRhv8IQvhd form input:active:-ms-input-placeholder,
.VamG3C-uRhv8IQvhd form textarea:active:-ms-input-placeholder,
.VamG3C-uRhv8IQvhd form input:focus:-ms-input-placeholder,
.VamG3C-uRhv8IQvhd form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.VamG3C-uRhv8IQvhd form .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.VamG3C-uRhv8IQvhd form .row [class*=col] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.VamG3C-uRhv8IQvhd form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.VamG3C-uRhv8IQvhd form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.VamG3C-uRhv8IQvhd form .form-check-input:focus,
.VamG3C-uRhv8IQvhd form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.VamG3C-uRhv8IQvhd form .form-check-input:checked {
  border-color: #ffffff !important;
}
.VamG3C-uRhv8IQvhd .img-container {
  width: 50%;
}
@media (max-width: 991px) {
  .VamG3C-uRhv8IQvhd .img-container {
    width: 100%;
    margin-top: 40px;
  }
}
.VamG3C-uRhv8IQvhd .image-wrapper {
  height: 100%;
  position: relative;
  border-radius: 4.17rem;
  padding: 5px;
  background-image: linear-gradient(90deg, #a993e9 2.76%, #a993e9 29.66%, #a993e9 61%, #a993e9 99.93%);
}
.VamG3C-uRhv8IQvhd .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(90deg, #a993e9 2.76%, #a993e9 29.66%, #a993e9 61%, #a993e9 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.VamG3C-uRhv8IQvhd .image-wrapper .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  border-radius: 3.85rem;
  overflow: hidden;
  height: 100%;
  background-color: #150f1d;
}
.VamG3C-uRhv8IQvhd .image-wrapper img {
  width: 75%;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}
.VamG3C-uRhvRF8RRd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #150f1d;
}
.VamG3C-uRhvRF8RRd .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhvRF8RRd .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhvRF8RRd .items-wrap {
  justify-content: center;
}
.VamG3C-uRhvRF8RRd .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .VamG3C-uRhvRF8RRd .content-wrapper {
    margin-bottom: 32px;
  }
}
.VamG3C-uRhvRF8RRd .content-wrapper .crop-section-title {
  margin-bottom: 0;
}
.VamG3C-uRhvRF8RRd .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .VamG3C-uRhvRF8RRd .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .VamG3C-uRhvRF8RRd .item {
    margin-bottom: 16px;
  }
}
.VamG3C-uRhvRF8RRd .item:hover .item-wrapper,
.VamG3C-uRhvRF8RRd .item:focus .item-wrapper {
  border: 2px solid #a993e9;
}
.VamG3C-uRhvRF8RRd .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .VamG3C-uRhvRF8RRd .item .item-wrapper {
    padding: 20px 16px;
  }
}
.VamG3C-uRhvRF8RRd .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .VamG3C-uRhvRF8RRd .item .item-wrapper .icon-wrapper {
    margin-bottom: 24px;
  }
}
.VamG3C-uRhvRF8RRd .item .item-wrapper .icon-wrapper .crop-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #583c72, #a993e9);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.VamG3C-uRhvRF8RRd .item .item-wrapper .card-box .title-wrap .item-title,
.VamG3C-uRhvRF8RRd .item .item-wrapper .card-box .title-wrap .item-title_2 {
  margin-bottom: 16px;
}
.VamG3C-uRhvRF8RRd .item .item-wrapper .card-box .title-wrap .item-text,
.VamG3C-uRhvRF8RRd .item .item-wrapper .card-box .title-wrap .item-text_2 {
  margin-bottom: 0;
}
.VamG3C-uRhvRF8RRd .item .card_1 {
  background-color: #1c1426;
  border: 2px solid #1c1426;
}
.VamG3C-uRhvRF8RRd .item .card_2 {
  background-color: #2b2138;
  border: 2px solid #2b2138;
}
.VamG3C-uRhvRF8RRd .crop-section-title {
  color: #ffffff;
  text-align: center;
}
.VamG3C-uRhvRF8RRd .item-title {
  color: #f2f2f2;
}
.VamG3C-uRhvRF8RRd .item-title_2 {
  color: #f2f2f2;
}
.VamG3C-uRhvRF8RRd .item-text {
  color: #b9b9b9;
}
.VamG3C-uRhvRF8RRd .item-text_2 {
  color: #b9b9b9;
}
.VamG3C-uRhvRF8RRd .item-title,
.VamG3C-uRhvRF8RRd .icon-wrapper {
  text-align: center;
}
.VamG3C-uRhvRF8RRd .item-text,
.VamG3C-uRhvRF8RRd .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.VamG3C-uRhvRF8RRd .item-title_2,
.VamG3C-uRhvRF8RRd .icon-wrapper {
  text-align: center;
}
.VamG3C-uRhvRF8RRd .item-text_2,
.VamG3C-uRhvRF8RRd .icon-wrapper {
  color: #ffffff;
  text-align: center;
}
.VamG3C-uRhw5NZutU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #150f1d;
}
.VamG3C-uRhw5NZutU .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhw5NZutU .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhw5NZutU .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.VamG3C-uRhw5NZutU .content-wrapper .title-wrapper {
  width: 100%;
}
.VamG3C-uRhw5NZutU .content-wrapper .title-wrapper .crop-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .VamG3C-uRhw5NZutU .content-wrapper .title-wrapper .crop-section-title {
    width: 100%;
    margin-bottom: 48px;
  }
}
.VamG3C-uRhw5NZutU .content-wrapper .items-wrapper {
  width: 85%;
  padding: 95px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 84px 150px;
  border: 1px solid #a993e9;
}
@media (max-width: 1540px) {
  .VamG3C-uRhw5NZutU .content-wrapper .items-wrapper {
    width: 100%;
    gap: 84px;
  }
}
@media (max-width: 1440px) {
  .VamG3C-uRhw5NZutU .content-wrapper .items-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .VamG3C-uRhw5NZutU .content-wrapper .items-wrapper {
    padding: 48px 24px;
    display: block;
  }
}
@media (max-width: 992px) {
  .VamG3C-uRhw5NZutU .content-wrapper .items-wrapper .item {
    margin-bottom: 48px;
  }
  .VamG3C-uRhw5NZutU .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.VamG3C-uRhw5NZutU .content-wrapper .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1200px) {
  .VamG3C-uRhw5NZutU .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 1200px) {
  .VamG3C-uRhw5NZutU .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    margin-bottom: 24px;
  }
}
.VamG3C-uRhw5NZutU .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VamG3C-uRhw5NZutU .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.VamG3C-uRhw5NZutU .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VamG3C-uRhw5NZutU .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    margin-bottom: 24px;
  }
}
.VamG3C-uRhw5NZutU .content-wrapper .items-wrapper .item .item-wrapper .card-box .crop-section-btn .btn {
  margin-bottom: 0;
}
.VamG3C-uRhw5NZutU .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .VamG3C-uRhw5NZutU .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.VamG3C-uRhw5NZutU .crop-section-title,
.VamG3C-uRhw5NZutU .title-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.VamG3C-uRhw5NZutU .card-title {
  color: #f5f8ff;
}
.VamG3C-uRhw5NZutU .card-text {
  color: #f5f8ff;
  text-align: center;
}
.VamG3C-uRhw5NZutU .card-title,
.VamG3C-uRhw5NZutU .crop-section-btn {
  text-align: center;
}
.VamG3C-uRhwE47lcY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #150f1d;
  position: relative;
  overflow: hidden;
}
.VamG3C-uRhwE47lcY::before {
  content: '';
  position: absolute;
  right: -5%;
  top: 22%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(225deg, #7a6aa9 -10%, transparent 80%);
}
.VamG3C-uRhwE47lcY::after {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(360deg, #a993e9 -10%, transparent 80%);
}
.VamG3C-uRhwE47lcY .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhwE47lcY .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .VamG3C-uRhwE47lcY .container {
    padding: 0 16px;
  }
}
.VamG3C-uRhwE47lcY .row {
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 -12px;
}
.VamG3C-uRhwE47lcY .row .card {
  justify-content: flex-end;
  padding: 0 12px;
}
.VamG3C-uRhwE47lcY .content-wrapper {
  margin-bottom: 80px;
}
.VamG3C-uRhwE47lcY .content-wrapper .crop-section-title {
  margin-bottom: 24px;
}
.VamG3C-uRhwE47lcY .content-wrapper .crop-section-title span {
  color: #f1634f;
}
.VamG3C-uRhwE47lcY .content-wrapper .text-wrap .crop-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 992px) {
  .VamG3C-uRhwE47lcY .content-wrapper .text-wrap .crop-text {
    width: 100%;
  }
}
.VamG3C-uRhwE47lcY .crop-section-btn-main {
  margin-bottom: 14px;
}
.VamG3C-uRhwE47lcY .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
.VamG3C-uRhwE47lcY .item .item-wrapper {
  background-color: #1c1426;
  height: 100%;
  padding: 50px;
  border-radius: 14px !important;
}
@media (max-width: 992px) {
  .VamG3C-uRhwE47lcY .item .item-wrapper {
    padding: 32px;
  }
}
.VamG3C-uRhwE47lcY .item .item-wrapper .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .VamG3C-uRhwE47lcY .item .item-wrapper .card-box .title-wrap {
    margin-bottom: 32px;
  }
}
.VamG3C-uRhwE47lcY .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.VamG3C-uRhwE47lcY .item .item-wrapper .card-box .title-wrap .crop-iconfont {
  display: inline-flex;
  margin-left: 16px;
  font-size: 30px;
  color: #a993e9;
}
.VamG3C-uRhwE47lcY .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.VamG3C-uRhwE47lcY .item-menu-overlay .btn-wrapper {
  margin-top: -4%;
}
.VamG3C-uRhwE47lcY .crop-section-title {
  color: #000000;
}
.VamG3C-uRhwE47lcY .crop-text,
.VamG3C-uRhwE47lcY .text-wrap {
  color: #6f6f6f;
  text-align: center;
}
.VamG3C-uRhwE47lcY .item-title {
  color: #ffffff;
  text-align: center;
}
.VamG3C-uRhwE47lcY .item-text {
  color: #ffffff;
  text-align: center;
}
.VamG3C-uRhwE47lcY .crop-section-title,
.VamG3C-uRhwE47lcY .crop-section-btn {
  text-align: center;
}
.VamG3C-uRhwsg3Nu7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #150f1d;
}
.VamG3C-uRhwsg3Nu7 .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhwsg3Nu7 .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhwsg3Nu7 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VamG3C-uRhwsg3Nu7 .title-wrapper {
    margin-bottom: 32px;
  }
}
.VamG3C-uRhwsg3Nu7 .title-wrapper .crop-label {
  margin-bottom: 22px;
}
.VamG3C-uRhwsg3Nu7 .title-wrapper .title-wrap .crop-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .VamG3C-uRhwsg3Nu7 .title-wrapper .title-wrap .crop-section-title {
    width: 100%;
  }
}
.VamG3C-uRhwsg3Nu7 .items-wrapper {
  justify-content: center;
  margin: 0 -24px;
}
.VamG3C-uRhwsg3Nu7 .items-wrapper .item {
  padding: 0 24px;
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .VamG3C-uRhwsg3Nu7 .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.VamG3C-uRhwsg3Nu7 .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 122px;
}
@media (max-width: 1440px) {
  .VamG3C-uRhwsg3Nu7 .items-wrapper .item .item-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 992px) {
  .VamG3C-uRhwsg3Nu7 .items-wrapper .item .item-wrapper {
    padding-right: 0;
    display: block;
  }
}
.VamG3C-uRhwsg3Nu7 .items-wrapper .item .item-wrapper .item-number {
  margin-bottom: 0;
  padding-right: 48px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .VamG3C-uRhwsg3Nu7 .items-wrapper .item .item-wrapper .item-number {
    padding-right: 0;
    margin-bottom: 16px;
  }
}
.VamG3C-uRhwsg3Nu7 .items-wrapper .item .item-wrapper .item-content {
  width: 77%;
}
@media (max-width: 992px) {
  .VamG3C-uRhwsg3Nu7 .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
  }
}
.VamG3C-uRhwsg3Nu7 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .VamG3C-uRhwsg3Nu7 .items-wrapper .item .item-wrapper .item-content .item-title {
    margin-bottom: 22px;
  }
}
.VamG3C-uRhwsg3Nu7 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.VamG3C-uRhwsg3Nu7 .items-wrapper .item .item-wrapper .item-content .crop-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .VamG3C-uRhwsg3Nu7 .items-wrapper .item .item-wrapper .item-content .crop-section-btn {
    margin-top: 22px;
  }
}
.VamG3C-uRhwsg3Nu7 .image-wrapper {
  padding: 16px;
  border: 3px dashed #a993e9;
  transform: rotate(9deg);
}
@media (max-width: 992px) {
  .VamG3C-uRhwsg3Nu7 .image-wrapper {
    transform: none;
  }
}
.VamG3C-uRhwsg3Nu7 .image-wrapper img {
  height: 330px;
  object-fit: cover;
}
.VamG3C-uRhwsg3Nu7 .crop-label {
  color: #c10b02;
}
.VamG3C-uRhwsg3Nu7 .crop-section-title {
  color: #c10b02;
}
.VamG3C-uRhwsg3Nu7 .item-number {
  color: #c10b02;
}
.VamG3C-uRhwsg3Nu7 .item-title {
  color: #c10b02;
}
.VamG3C-uRhwsg3Nu7 .item-text {
  color: #ffffff;
  text-align: center;
}
.VamG3C-uRhwsg3Nu7 .item-title,
.VamG3C-uRhwsg3Nu7 .crop-section-btn {
  color: #ffffff;
  text-align: center;
}
.VamG3C-uRhVjpYJYc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f0a16;
}
.VamG3C-uRhVjpYJYc .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhVjpYJYc .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhVjpYJYc .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .nav-wrapper {
    margin-bottom: 30px;
  }
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:hover::before,
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .social-wrapper {
    margin-bottom: 30px;
  }
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a:hover .crop-iconfont::after,
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a:hover .crop-iconfont::after {
  width: 100%;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a .crop-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a .crop-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-section-title {
  margin-bottom: 15px;
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .content-wrapper .crop-section-btn {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .content-wrapper .crop-text {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-copy {
  margin-bottom: 0;
}
.VamG3C-uRhVjpYJYc .list {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-section-title {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-text {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-copy {
  color: #ffffff;
}
.VamG3C-uRhULgzi4A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.VamG3C-uRhULgzi4A .dropdown-item:before {
  font-family: gesture2 !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;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar-toggler {
    transform: scale(0.8);
  }
}
.VamG3C-uRhULgzi4A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.VamG3C-uRhULgzi4A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.VamG3C-uRhULgzi4A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.VamG3C-uRhULgzi4A .navbar-brand .navbar-logo a {
  outline: none;
}
.VamG3C-uRhULgzi4A .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.VamG3C-uRhULgzi4A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.VamG3C-uRhULgzi4A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.VamG3C-uRhULgzi4A .nav-link {
  width: fit-content;
  position: relative;
}
.VamG3C-uRhULgzi4A .nav-link:hover {
  color: #ffffff !important;
}
.VamG3C-uRhULgzi4A .nav-link:hover::before {
  width: 100%;
}
.VamG3C-uRhULgzi4A .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.VamG3C-uRhULgzi4A .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar-logo {
    padding-left: 1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.VamG3C-uRhULgzi4A .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #150f1d;
  box-shadow: none;
  border: 1px solid #a993e9;
  position: relative;
}
.VamG3C-uRhULgzi4A .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.VamG3C-uRhULgzi4A .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.VamG3C-uRhULgzi4A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #150f1d;
}
.VamG3C-uRhULgzi4A .nav-item:focus,
.VamG3C-uRhULgzi4A .nav-link:focus {
  outline: none;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item .crop-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item .crop-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VamG3C-uRhULgzi4A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VamG3C-uRhULgzi4A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar.opened {
  transition: all 0.3s;
}
.VamG3C-uRhULgzi4A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.VamG3C-uRhULgzi4A .navbar .navbar-logo img {
  width: auto;
}
.VamG3C-uRhULgzi4A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar .navbar-collapse {
    position: absolute;
  }
}
.VamG3C-uRhULgzi4A .navbar.collapsed {
  justify-content: center;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VamG3C-uRhULgzi4A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VamG3C-uRhULgzi4A .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%;
}
.VamG3C-uRhULgzi4A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar {
    min-height: 72px;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .VamG3C-uRhULgzi4A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VamG3C-uRhULgzi4A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VamG3C-uRhULgzi4A .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%;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VamG3C-uRhULgzi4A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VamG3C-uRhULgzi4A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.VamG3C-uRhULgzi4A .dropdown-item.active,
.VamG3C-uRhULgzi4A .dropdown-item:active {
  background-color: transparent;
}
.VamG3C-uRhULgzi4A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VamG3C-uRhULgzi4A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #150f1d;
}
.VamG3C-uRhULgzi4A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.VamG3C-uRhULgzi4A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.VamG3C-uRhULgzi4A ul.navbar-nav {
  flex-wrap: wrap;
}
.VamG3C-uRhULgzi4A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-buttons {
    text-align: left;
  }
}
.VamG3C-uRhULgzi4A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A .navbar-dropdown {
  padding: 0 1rem;
}
.VamG3C-uRhULgzi4A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VamG3C-uRhULgzi4A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VamG3C-uRhULgzi4A .navbar {
    height: 70px;
  }
  .VamG3C-uRhULgzi4A .navbar.opened {
    height: auto;
  }
  .VamG3C-uRhULgzi4A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.VamG3C-uRhULgzi4A .crop-section-btn {
  margin: -0.6rem -0.6rem;
}
.VamG3C-uRhULgzi4A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .VamG3C-uRhULgzi4A .navbar-brand {
    margin-right: auto;
  }
  .VamG3C-uRhULgzi4A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #150f1d;
    backdrop-filter: blur(8px);
  }
  .VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .VamG3C-uRhULgzi4A .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .VamG3C-uRhULgzi4A .navbar-collapse {
    padding: 1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar-brand,
.VamG3C-uRhULgzi4A .navbar-toggler,
.VamG3C-uRhULgzi4A .navbar-collapse {
  position: relative;
  z-index: 1;
}
.VamG3C-uRhxc9ffrH {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #150f1d;
  overflow: hidden;
}
.VamG3C-uRhxc9ffrH .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhxc9ffrH .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .VamG3C-uRhxc9ffrH .container {
    padding: 0 22px;
  }
}
.VamG3C-uRhxc9ffrH .card {
  justify-content: center;
}
.VamG3C-uRhxc9ffrH .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .VamG3C-uRhxc9ffrH .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.VamG3C-uRhxc9ffrH .content-wrapper .crop-section-title {
  margin-bottom: 10px;
}
.VamG3C-uRhxc9ffrH .content-wrapper .crop-text {
  margin-bottom: 0;
}
.VamG3C-uRhxc9ffrH .image-wrapper {
  display: flex;
  justify-content: center;
}
.VamG3C-uRhxc9ffrH .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #a993e9;
}
@media (max-width: 1440px) {
  .VamG3C-uRhxc9ffrH .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .VamG3C-uRhxc9ffrH .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .VamG3C-uRhxc9ffrH .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .VamG3C-uRhxc9ffrH .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.VamG3C-uRhxc9ffrH .crop-section-title {
  color: #ddd2ff;
  text-align: center;
}
.VamG3C-uRhxc9ffrH .crop-text {
  color: #ffffff;
  text-align: center;
}
.VamG3C-uRhVjpYJYc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f0a16;
}
.VamG3C-uRhVjpYJYc .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhVjpYJYc .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhVjpYJYc .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .nav-wrapper {
    margin-bottom: 30px;
  }
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:hover::before,
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .social-wrapper {
    margin-bottom: 30px;
  }
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a:hover .crop-iconfont::after,
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a:hover .crop-iconfont::after {
  width: 100%;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a .crop-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a .crop-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-section-title {
  margin-bottom: 15px;
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .content-wrapper .crop-section-btn {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .content-wrapper .crop-text {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-copy {
  margin-bottom: 0;
}
.VamG3C-uRhVjpYJYc .list {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-section-title {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-text {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-copy {
  color: #ffffff;
}
.VamG3C-uRhULgzi4A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.VamG3C-uRhULgzi4A .dropdown-item:before {
  font-family: gesture2 !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;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar-toggler {
    transform: scale(0.8);
  }
}
.VamG3C-uRhULgzi4A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.VamG3C-uRhULgzi4A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.VamG3C-uRhULgzi4A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.VamG3C-uRhULgzi4A .navbar-brand .navbar-logo a {
  outline: none;
}
.VamG3C-uRhULgzi4A .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.VamG3C-uRhULgzi4A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.VamG3C-uRhULgzi4A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.VamG3C-uRhULgzi4A .nav-link {
  width: fit-content;
  position: relative;
}
.VamG3C-uRhULgzi4A .nav-link:hover {
  color: #ffffff !important;
}
.VamG3C-uRhULgzi4A .nav-link:hover::before {
  width: 100%;
}
.VamG3C-uRhULgzi4A .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.VamG3C-uRhULgzi4A .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar-logo {
    padding-left: 1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.VamG3C-uRhULgzi4A .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #150f1d;
  box-shadow: none;
  border: 1px solid #a993e9;
  position: relative;
}
.VamG3C-uRhULgzi4A .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.VamG3C-uRhULgzi4A .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.VamG3C-uRhULgzi4A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #150f1d;
}
.VamG3C-uRhULgzi4A .nav-item:focus,
.VamG3C-uRhULgzi4A .nav-link:focus {
  outline: none;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item .crop-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item .crop-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VamG3C-uRhULgzi4A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VamG3C-uRhULgzi4A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar.opened {
  transition: all 0.3s;
}
.VamG3C-uRhULgzi4A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.VamG3C-uRhULgzi4A .navbar .navbar-logo img {
  width: auto;
}
.VamG3C-uRhULgzi4A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar .navbar-collapse {
    position: absolute;
  }
}
.VamG3C-uRhULgzi4A .navbar.collapsed {
  justify-content: center;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VamG3C-uRhULgzi4A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VamG3C-uRhULgzi4A .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%;
}
.VamG3C-uRhULgzi4A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar {
    min-height: 72px;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .VamG3C-uRhULgzi4A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VamG3C-uRhULgzi4A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VamG3C-uRhULgzi4A .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%;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VamG3C-uRhULgzi4A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VamG3C-uRhULgzi4A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.VamG3C-uRhULgzi4A .dropdown-item.active,
.VamG3C-uRhULgzi4A .dropdown-item:active {
  background-color: transparent;
}
.VamG3C-uRhULgzi4A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VamG3C-uRhULgzi4A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #150f1d;
}
.VamG3C-uRhULgzi4A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.VamG3C-uRhULgzi4A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.VamG3C-uRhULgzi4A ul.navbar-nav {
  flex-wrap: wrap;
}
.VamG3C-uRhULgzi4A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-buttons {
    text-align: left;
  }
}
.VamG3C-uRhULgzi4A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A .navbar-dropdown {
  padding: 0 1rem;
}
.VamG3C-uRhULgzi4A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VamG3C-uRhULgzi4A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VamG3C-uRhULgzi4A .navbar {
    height: 70px;
  }
  .VamG3C-uRhULgzi4A .navbar.opened {
    height: auto;
  }
  .VamG3C-uRhULgzi4A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.VamG3C-uRhULgzi4A .crop-section-btn {
  margin: -0.6rem -0.6rem;
}
.VamG3C-uRhULgzi4A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .VamG3C-uRhULgzi4A .navbar-brand {
    margin-right: auto;
  }
  .VamG3C-uRhULgzi4A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #150f1d;
    backdrop-filter: blur(8px);
  }
  .VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .VamG3C-uRhULgzi4A .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .VamG3C-uRhULgzi4A .navbar-collapse {
    padding: 1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar-brand,
.VamG3C-uRhULgzi4A .navbar-toggler,
.VamG3C-uRhULgzi4A .navbar-collapse {
  position: relative;
  z-index: 1;
}
.VamG3C-uRhy9WhFCH {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #150f1d;
  overflow: hidden;
}
.VamG3C-uRhy9WhFCH .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhy9WhFCH .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhy9WhFCH .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1c1426, #1c1426);
  box-shadow: 10px 10px 19px #a993e9, -10px -10px 19px #a993e9;
}
@media (max-width: 767px) {
  .VamG3C-uRhy9WhFCH .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .VamG3C-uRhy9WhFCH .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.VamG3C-uRhy9WhFCH .card-title {
  color: #ddd2ff;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .VamG3C-uRhy9WhFCH .card-title {
    margin-bottom: 20px;
  }
}
.VamG3C-uRhy9WhFCH .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .VamG3C-uRhy9WhFCH .card-subtitle {
    margin-bottom: 20px;
  }
}
.VamG3C-uRhy9WhFCH .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.VamG3C-uRhVjpYJYc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f0a16;
}
.VamG3C-uRhVjpYJYc .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhVjpYJYc .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhVjpYJYc .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .nav-wrapper {
    margin-bottom: 30px;
  }
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:hover::before,
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .social-wrapper {
    margin-bottom: 30px;
  }
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a:hover .crop-iconfont::after,
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a:hover .crop-iconfont::after {
  width: 100%;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a .crop-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a .crop-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-section-title {
  margin-bottom: 15px;
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .content-wrapper .crop-section-btn {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .content-wrapper .crop-text {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-copy {
  margin-bottom: 0;
}
.VamG3C-uRhVjpYJYc .list {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-section-title {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-text {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-copy {
  color: #ffffff;
}
.VamG3C-uRhULgzi4A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.VamG3C-uRhULgzi4A .dropdown-item:before {
  font-family: gesture2 !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;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar-toggler {
    transform: scale(0.8);
  }
}
.VamG3C-uRhULgzi4A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.VamG3C-uRhULgzi4A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.VamG3C-uRhULgzi4A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.VamG3C-uRhULgzi4A .navbar-brand .navbar-logo a {
  outline: none;
}
.VamG3C-uRhULgzi4A .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.VamG3C-uRhULgzi4A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.VamG3C-uRhULgzi4A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.VamG3C-uRhULgzi4A .nav-link {
  width: fit-content;
  position: relative;
}
.VamG3C-uRhULgzi4A .nav-link:hover {
  color: #ffffff !important;
}
.VamG3C-uRhULgzi4A .nav-link:hover::before {
  width: 100%;
}
.VamG3C-uRhULgzi4A .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.VamG3C-uRhULgzi4A .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar-logo {
    padding-left: 1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.VamG3C-uRhULgzi4A .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #150f1d;
  box-shadow: none;
  border: 1px solid #a993e9;
  position: relative;
}
.VamG3C-uRhULgzi4A .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.VamG3C-uRhULgzi4A .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.VamG3C-uRhULgzi4A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #150f1d;
}
.VamG3C-uRhULgzi4A .nav-item:focus,
.VamG3C-uRhULgzi4A .nav-link:focus {
  outline: none;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item .crop-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item .crop-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VamG3C-uRhULgzi4A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VamG3C-uRhULgzi4A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar.opened {
  transition: all 0.3s;
}
.VamG3C-uRhULgzi4A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.VamG3C-uRhULgzi4A .navbar .navbar-logo img {
  width: auto;
}
.VamG3C-uRhULgzi4A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar .navbar-collapse {
    position: absolute;
  }
}
.VamG3C-uRhULgzi4A .navbar.collapsed {
  justify-content: center;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VamG3C-uRhULgzi4A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VamG3C-uRhULgzi4A .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%;
}
.VamG3C-uRhULgzi4A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar {
    min-height: 72px;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .VamG3C-uRhULgzi4A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VamG3C-uRhULgzi4A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VamG3C-uRhULgzi4A .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%;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VamG3C-uRhULgzi4A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VamG3C-uRhULgzi4A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.VamG3C-uRhULgzi4A .dropdown-item.active,
.VamG3C-uRhULgzi4A .dropdown-item:active {
  background-color: transparent;
}
.VamG3C-uRhULgzi4A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VamG3C-uRhULgzi4A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #150f1d;
}
.VamG3C-uRhULgzi4A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.VamG3C-uRhULgzi4A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.VamG3C-uRhULgzi4A ul.navbar-nav {
  flex-wrap: wrap;
}
.VamG3C-uRhULgzi4A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-buttons {
    text-align: left;
  }
}
.VamG3C-uRhULgzi4A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A .navbar-dropdown {
  padding: 0 1rem;
}
.VamG3C-uRhULgzi4A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VamG3C-uRhULgzi4A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VamG3C-uRhULgzi4A .navbar {
    height: 70px;
  }
  .VamG3C-uRhULgzi4A .navbar.opened {
    height: auto;
  }
  .VamG3C-uRhULgzi4A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.VamG3C-uRhULgzi4A .crop-section-btn {
  margin: -0.6rem -0.6rem;
}
.VamG3C-uRhULgzi4A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .VamG3C-uRhULgzi4A .navbar-brand {
    margin-right: auto;
  }
  .VamG3C-uRhULgzi4A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #150f1d;
    backdrop-filter: blur(8px);
  }
  .VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .VamG3C-uRhULgzi4A .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .VamG3C-uRhULgzi4A .navbar-collapse {
    padding: 1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar-brand,
.VamG3C-uRhULgzi4A .navbar-toggler,
.VamG3C-uRhULgzi4A .navbar-collapse {
  position: relative;
  z-index: 1;
}
.VamG3C-uRhDnVcWFU {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #150f1d;
  overflow: hidden;
}
.VamG3C-uRhDnVcWFU .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhDnVcWFU .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhDnVcWFU .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1c1426, #1c1426);
  box-shadow: 10px 10px 19px #a993e9, -10px -10px 19px #a993e9;
}
@media (max-width: 767px) {
  .VamG3C-uRhDnVcWFU .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .VamG3C-uRhDnVcWFU .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.VamG3C-uRhDnVcWFU .card-title {
  color: #ddd2ff;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .VamG3C-uRhDnVcWFU .card-title {
    margin-bottom: 20px;
  }
}
.VamG3C-uRhDnVcWFU .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .VamG3C-uRhDnVcWFU .card-subtitle {
    margin-bottom: 20px;
  }
}
.VamG3C-uRhDnVcWFU .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.VamG3C-uRhVjpYJYc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f0a16;
}
.VamG3C-uRhVjpYJYc .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhVjpYJYc .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhVjpYJYc .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .nav-wrapper {
    margin-bottom: 30px;
  }
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:hover::before,
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .social-wrapper {
    margin-bottom: 30px;
  }
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a:hover .crop-iconfont::after,
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a:hover .crop-iconfont::after {
  width: 100%;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a .crop-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a .crop-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-section-title {
  margin-bottom: 15px;
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .content-wrapper .crop-section-btn {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .content-wrapper .crop-text {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-copy {
  margin-bottom: 0;
}
.VamG3C-uRhVjpYJYc .list {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-section-title {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-text {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-copy {
  color: #ffffff;
}
.VamG3C-uRhULgzi4A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.VamG3C-uRhULgzi4A .dropdown-item:before {
  font-family: gesture2 !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;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar-toggler {
    transform: scale(0.8);
  }
}
.VamG3C-uRhULgzi4A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.VamG3C-uRhULgzi4A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.VamG3C-uRhULgzi4A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.VamG3C-uRhULgzi4A .navbar-brand .navbar-logo a {
  outline: none;
}
.VamG3C-uRhULgzi4A .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.VamG3C-uRhULgzi4A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.VamG3C-uRhULgzi4A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.VamG3C-uRhULgzi4A .nav-link {
  width: fit-content;
  position: relative;
}
.VamG3C-uRhULgzi4A .nav-link:hover {
  color: #ffffff !important;
}
.VamG3C-uRhULgzi4A .nav-link:hover::before {
  width: 100%;
}
.VamG3C-uRhULgzi4A .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.VamG3C-uRhULgzi4A .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar-logo {
    padding-left: 1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.VamG3C-uRhULgzi4A .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #150f1d;
  box-shadow: none;
  border: 1px solid #a993e9;
  position: relative;
}
.VamG3C-uRhULgzi4A .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.VamG3C-uRhULgzi4A .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.VamG3C-uRhULgzi4A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #150f1d;
}
.VamG3C-uRhULgzi4A .nav-item:focus,
.VamG3C-uRhULgzi4A .nav-link:focus {
  outline: none;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item .crop-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item .crop-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VamG3C-uRhULgzi4A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VamG3C-uRhULgzi4A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar.opened {
  transition: all 0.3s;
}
.VamG3C-uRhULgzi4A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.VamG3C-uRhULgzi4A .navbar .navbar-logo img {
  width: auto;
}
.VamG3C-uRhULgzi4A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar .navbar-collapse {
    position: absolute;
  }
}
.VamG3C-uRhULgzi4A .navbar.collapsed {
  justify-content: center;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VamG3C-uRhULgzi4A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VamG3C-uRhULgzi4A .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%;
}
.VamG3C-uRhULgzi4A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar {
    min-height: 72px;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .VamG3C-uRhULgzi4A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VamG3C-uRhULgzi4A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VamG3C-uRhULgzi4A .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%;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VamG3C-uRhULgzi4A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VamG3C-uRhULgzi4A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.VamG3C-uRhULgzi4A .dropdown-item.active,
.VamG3C-uRhULgzi4A .dropdown-item:active {
  background-color: transparent;
}
.VamG3C-uRhULgzi4A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VamG3C-uRhULgzi4A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #150f1d;
}
.VamG3C-uRhULgzi4A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.VamG3C-uRhULgzi4A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.VamG3C-uRhULgzi4A ul.navbar-nav {
  flex-wrap: wrap;
}
.VamG3C-uRhULgzi4A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-buttons {
    text-align: left;
  }
}
.VamG3C-uRhULgzi4A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A .navbar-dropdown {
  padding: 0 1rem;
}
.VamG3C-uRhULgzi4A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VamG3C-uRhULgzi4A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VamG3C-uRhULgzi4A .navbar {
    height: 70px;
  }
  .VamG3C-uRhULgzi4A .navbar.opened {
    height: auto;
  }
  .VamG3C-uRhULgzi4A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.VamG3C-uRhULgzi4A .crop-section-btn {
  margin: -0.6rem -0.6rem;
}
.VamG3C-uRhULgzi4A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .VamG3C-uRhULgzi4A .navbar-brand {
    margin-right: auto;
  }
  .VamG3C-uRhULgzi4A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #150f1d;
    backdrop-filter: blur(8px);
  }
  .VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .VamG3C-uRhULgzi4A .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .VamG3C-uRhULgzi4A .navbar-collapse {
    padding: 1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar-brand,
.VamG3C-uRhULgzi4A .navbar-toggler,
.VamG3C-uRhULgzi4A .navbar-collapse {
  position: relative;
  z-index: 1;
}
.VamG3C-uRhDpRSr8g {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #150f1d;
  overflow: hidden;
}
.VamG3C-uRhDpRSr8g .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhDpRSr8g .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhDpRSr8g .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1c1426, #1c1426);
  box-shadow: 10px 10px 19px #a993e9, -10px -10px 19px #a993e9;
}
@media (max-width: 767px) {
  .VamG3C-uRhDpRSr8g .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .VamG3C-uRhDpRSr8g .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.VamG3C-uRhDpRSr8g .card-title {
  color: #ddd2ff;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .VamG3C-uRhDpRSr8g .card-title {
    margin-bottom: 20px;
  }
}
.VamG3C-uRhDpRSr8g .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .VamG3C-uRhDpRSr8g .card-subtitle {
    margin-bottom: 20px;
  }
}
.VamG3C-uRhDpRSr8g .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.VamG3C-uRhVjpYJYc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f0a16;
}
.VamG3C-uRhVjpYJYc .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhVjpYJYc .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhVjpYJYc .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .nav-wrapper {
    margin-bottom: 30px;
  }
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:hover::before,
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .social-wrapper {
    margin-bottom: 30px;
  }
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a:hover .crop-iconfont::after,
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a:hover .crop-iconfont::after {
  width: 100%;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a .crop-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a .crop-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-section-title {
  margin-bottom: 15px;
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .content-wrapper .crop-section-btn {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .content-wrapper .crop-text {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-copy {
  margin-bottom: 0;
}
.VamG3C-uRhVjpYJYc .list {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-section-title {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-text {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-copy {
  color: #ffffff;
}
.VamG3C-uRhULgzi4A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.VamG3C-uRhULgzi4A .dropdown-item:before {
  font-family: gesture2 !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;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar-toggler {
    transform: scale(0.8);
  }
}
.VamG3C-uRhULgzi4A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.VamG3C-uRhULgzi4A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.VamG3C-uRhULgzi4A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.VamG3C-uRhULgzi4A .navbar-brand .navbar-logo a {
  outline: none;
}
.VamG3C-uRhULgzi4A .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.VamG3C-uRhULgzi4A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.VamG3C-uRhULgzi4A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.VamG3C-uRhULgzi4A .nav-link {
  width: fit-content;
  position: relative;
}
.VamG3C-uRhULgzi4A .nav-link:hover {
  color: #ffffff !important;
}
.VamG3C-uRhULgzi4A .nav-link:hover::before {
  width: 100%;
}
.VamG3C-uRhULgzi4A .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.VamG3C-uRhULgzi4A .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar-logo {
    padding-left: 1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.VamG3C-uRhULgzi4A .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #150f1d;
  box-shadow: none;
  border: 1px solid #a993e9;
  position: relative;
}
.VamG3C-uRhULgzi4A .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.VamG3C-uRhULgzi4A .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.VamG3C-uRhULgzi4A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #150f1d;
}
.VamG3C-uRhULgzi4A .nav-item:focus,
.VamG3C-uRhULgzi4A .nav-link:focus {
  outline: none;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item .crop-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item .crop-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VamG3C-uRhULgzi4A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VamG3C-uRhULgzi4A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar.opened {
  transition: all 0.3s;
}
.VamG3C-uRhULgzi4A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.VamG3C-uRhULgzi4A .navbar .navbar-logo img {
  width: auto;
}
.VamG3C-uRhULgzi4A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar .navbar-collapse {
    position: absolute;
  }
}
.VamG3C-uRhULgzi4A .navbar.collapsed {
  justify-content: center;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VamG3C-uRhULgzi4A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VamG3C-uRhULgzi4A .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%;
}
.VamG3C-uRhULgzi4A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar {
    min-height: 72px;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .VamG3C-uRhULgzi4A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VamG3C-uRhULgzi4A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VamG3C-uRhULgzi4A .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%;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VamG3C-uRhULgzi4A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VamG3C-uRhULgzi4A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.VamG3C-uRhULgzi4A .dropdown-item.active,
.VamG3C-uRhULgzi4A .dropdown-item:active {
  background-color: transparent;
}
.VamG3C-uRhULgzi4A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VamG3C-uRhULgzi4A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #150f1d;
}
.VamG3C-uRhULgzi4A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.VamG3C-uRhULgzi4A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.VamG3C-uRhULgzi4A ul.navbar-nav {
  flex-wrap: wrap;
}
.VamG3C-uRhULgzi4A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-buttons {
    text-align: left;
  }
}
.VamG3C-uRhULgzi4A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A .navbar-dropdown {
  padding: 0 1rem;
}
.VamG3C-uRhULgzi4A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VamG3C-uRhULgzi4A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VamG3C-uRhULgzi4A .navbar {
    height: 70px;
  }
  .VamG3C-uRhULgzi4A .navbar.opened {
    height: auto;
  }
  .VamG3C-uRhULgzi4A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.VamG3C-uRhULgzi4A .crop-section-btn {
  margin: -0.6rem -0.6rem;
}
.VamG3C-uRhULgzi4A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .VamG3C-uRhULgzi4A .navbar-brand {
    margin-right: auto;
  }
  .VamG3C-uRhULgzi4A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #150f1d;
    backdrop-filter: blur(8px);
  }
  .VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .VamG3C-uRhULgzi4A .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .VamG3C-uRhULgzi4A .navbar-collapse {
    padding: 1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar-brand,
.VamG3C-uRhULgzi4A .navbar-toggler,
.VamG3C-uRhULgzi4A .navbar-collapse {
  position: relative;
  z-index: 1;
}
.VamG3C-uRhDrLaVDx {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #150f1d;
  overflow: hidden;
}
.VamG3C-uRhDrLaVDx .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhDrLaVDx .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhDrLaVDx .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1c1426, #1c1426);
  box-shadow: 10px 10px 19px #a993e9, -10px -10px 19px #a993e9;
}
@media (max-width: 767px) {
  .VamG3C-uRhDrLaVDx .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .VamG3C-uRhDrLaVDx .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.VamG3C-uRhDrLaVDx .card-title {
  color: #ddd2ff;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .VamG3C-uRhDrLaVDx .card-title {
    margin-bottom: 20px;
  }
}
.VamG3C-uRhDrLaVDx .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .VamG3C-uRhDrLaVDx .card-subtitle {
    margin-bottom: 20px;
  }
}
.VamG3C-uRhDrLaVDx .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.VamG3C-uRhVjpYJYc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f0a16;
}
.VamG3C-uRhVjpYJYc .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhVjpYJYc .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhVjpYJYc .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .nav-wrapper {
    margin-bottom: 30px;
  }
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:hover::before,
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .social-wrapper {
    margin-bottom: 30px;
  }
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a:hover .crop-iconfont::after,
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a:hover .crop-iconfont::after {
  width: 100%;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a .crop-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a .crop-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-section-title {
  margin-bottom: 15px;
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .content-wrapper .crop-section-btn {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .content-wrapper .crop-text {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-copy {
  margin-bottom: 0;
}
.VamG3C-uRhVjpYJYc .list {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-section-title {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-text {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-copy {
  color: #ffffff;
}
.VamG3C-uRhULgzi4A {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.VamG3C-uRhULgzi4A .dropdown-item:before {
  font-family: gesture2 !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;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar-toggler {
    transform: scale(0.8);
  }
}
.VamG3C-uRhULgzi4A .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.VamG3C-uRhULgzi4A .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.VamG3C-uRhULgzi4A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.VamG3C-uRhULgzi4A .navbar-brand .navbar-logo a {
  outline: none;
}
.VamG3C-uRhULgzi4A .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.VamG3C-uRhULgzi4A .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.VamG3C-uRhULgzi4A .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.VamG3C-uRhULgzi4A .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-nav {
    padding-left: 1.5rem;
  }
}
.VamG3C-uRhULgzi4A .nav-link {
  width: fit-content;
  position: relative;
}
.VamG3C-uRhULgzi4A .nav-link:hover {
  color: #ffffff !important;
}
.VamG3C-uRhULgzi4A .nav-link:hover::before {
  width: 100%;
}
.VamG3C-uRhULgzi4A .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.VamG3C-uRhULgzi4A .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar-logo {
    padding-left: 1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.VamG3C-uRhULgzi4A .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin-top: 1rem;
  background-color: #150f1d;
  box-shadow: none;
  border: 1px solid #a993e9;
  position: relative;
}
.VamG3C-uRhULgzi4A .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.VamG3C-uRhULgzi4A .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.VamG3C-uRhULgzi4A .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #150f1d;
}
.VamG3C-uRhULgzi4A .nav-item:focus,
.VamG3C-uRhULgzi4A .nav-link:focus {
  outline: none;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item .crop-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VamG3C-uRhULgzi4A .dropdown .dropdown-menu .dropdown-item .crop-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VamG3C-uRhULgzi4A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VamG3C-uRhULgzi4A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar.opened {
  transition: all 0.3s;
}
.VamG3C-uRhULgzi4A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.VamG3C-uRhULgzi4A .navbar .navbar-logo img {
  width: auto;
}
.VamG3C-uRhULgzi4A .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar .navbar-collapse {
    position: absolute;
  }
}
.VamG3C-uRhULgzi4A .navbar.collapsed {
  justify-content: center;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VamG3C-uRhULgzi4A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VamG3C-uRhULgzi4A .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%;
}
.VamG3C-uRhULgzi4A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VamG3C-uRhULgzi4A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .VamG3C-uRhULgzi4A .navbar {
    min-height: 72px;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .VamG3C-uRhULgzi4A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VamG3C-uRhULgzi4A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VamG3C-uRhULgzi4A .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%;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .VamG3C-uRhULgzi4A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VamG3C-uRhULgzi4A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VamG3C-uRhULgzi4A .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.VamG3C-uRhULgzi4A .dropdown-item.active,
.VamG3C-uRhULgzi4A .dropdown-item:active {
  background-color: transparent;
}
.VamG3C-uRhULgzi4A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VamG3C-uRhULgzi4A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VamG3C-uRhULgzi4A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #150f1d;
}
.VamG3C-uRhULgzi4A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.VamG3C-uRhULgzi4A .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.VamG3C-uRhULgzi4A ul.navbar-nav {
  flex-wrap: wrap;
}
.VamG3C-uRhULgzi4A .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .navbar-buttons {
    text-align: left;
  }
}
.VamG3C-uRhULgzi4A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VamG3C-uRhULgzi4A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VamG3C-uRhULgzi4A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VamG3C-uRhULgzi4A .navbar-dropdown {
  padding: 0 1rem;
}
.VamG3C-uRhULgzi4A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VamG3C-uRhULgzi4A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .VamG3C-uRhULgzi4A .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VamG3C-uRhULgzi4A .navbar {
    height: 70px;
  }
  .VamG3C-uRhULgzi4A .navbar.opened {
    height: auto;
  }
  .VamG3C-uRhULgzi4A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.VamG3C-uRhULgzi4A .crop-section-btn {
  margin: -0.6rem -0.6rem;
}
.VamG3C-uRhULgzi4A .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .VamG3C-uRhULgzi4A .navbar-brand {
    margin-right: auto;
  }
  .VamG3C-uRhULgzi4A .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #150f1d;
    backdrop-filter: blur(8px);
  }
  .VamG3C-uRhULgzi4A .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .VamG3C-uRhULgzi4A .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .VamG3C-uRhULgzi4A .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .VamG3C-uRhULgzi4A .navbar-collapse {
    padding: 1rem;
  }
}
.VamG3C-uRhULgzi4A .navbar-brand,
.VamG3C-uRhULgzi4A .navbar-toggler,
.VamG3C-uRhULgzi4A .navbar-collapse {
  position: relative;
  z-index: 1;
}
.VamG3C-uRhyO47Gj0 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #150f1d;
}
.VamG3C-uRhyO47Gj0:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 57.14vw;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .1;
  background-image: linear-gradient(180deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 1399px) {
  .VamG3C-uRhyO47Gj0:before {
    width: 100%;
    border-radius: 240px;
  }
}
.VamG3C-uRhyO47Gj0 .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhyO47Gj0 .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhyO47Gj0 .row {
  position: relative;
  z-index: 2;
}
.VamG3C-uRhyO47Gj0 .crop-section-head {
  width: 100%;
  margin-bottom: 44px;
}
@media (max-width: 1399px) {
  .VamG3C-uRhyO47Gj0 .crop-section-head {
    margin-bottom: 3.14vw;
  }
}
@media (max-width: 767px) {
  .VamG3C-uRhyO47Gj0 .crop-section-head {
    margin-bottom: 20px;
  }
}
.VamG3C-uRhyO47Gj0 .crop-section-title {
  color: #ddd2ff;
  margin-bottom: 0;
}
.VamG3C-uRhyO47Gj0 .crop-section-subtitle {
  color: #FFFFFF;
  margin-top: 28px;
}
@media (max-width: 1399px) {
  .VamG3C-uRhyO47Gj0 .crop-section-subtitle {
    margin-top: 2vw;
  }
}
@media (max-width: 767px) {
  .VamG3C-uRhyO47Gj0 .crop-section-subtitle {
    margin-top: 20px;
  }
}
.VamG3C-uRhyO47Gj0 .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.VamG3C-uRhyO47Gj0 form {
  width: 100%;
}
.VamG3C-uRhyO47Gj0 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.VamG3C-uRhyO47Gj0 form p {
  color: #FFFFFF;
}
.VamG3C-uRhyO47Gj0 form .crop-section-btn {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  width: auto !important;
}
.VamG3C-uRhyO47Gj0 form .crop-section-btn .btn {
  width: auto !important;
}
.VamG3C-uRhyO47Gj0 form .crop-section-btn .btn-white-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .VamG3C-uRhyO47Gj0 form .crop-section-btn .btn-white-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.VamG3C-uRhyO47Gj0 form .crop-section-btn .btn-white-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.VamG3C-uRhyO47Gj0 form .crop-section-btn .btn-white-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.VamG3C-uRhyO47Gj0 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 767px) {
  .VamG3C-uRhyO47Gj0 form .form-group {
    margin-bottom: 25px !important;
  }
}
.VamG3C-uRhyO47Gj0 form .form-control {
  height: 69px;
  border: 2px solid #FFFFFF !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 35px !important;
  margin-bottom: 0;
  padding: 20px 25px;
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 400;
  transition: .3s;
}
.VamG3C-uRhyO47Gj0 form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.VamG3C-uRhyO47Gj0 form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.VamG3C-uRhyO47Gj0 form .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.VamG3C-uRhyO47Gj0 form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.VamG3C-uRhyO47Gj0 form select {
  color: rgba(255, 255, 255, 0.5) !important;
}
.VamG3C-uRhyO47Gj0 form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 20px 25px;
  resize: none;
}
.VamG3C-uRhyO47Gj0 form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.VamG3C-uRhyO47Gj0 form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.VamG3C-uRhyO47Gj0 form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.VamG3C-uRhyO47Gj0 form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.VamG3C-uRhyO47Gj0 form input,
.VamG3C-uRhyO47Gj0 form textarea {
  transition: .3s all;
}
.VamG3C-uRhyO47Gj0 form input:active,
.VamG3C-uRhyO47Gj0 form textarea:active,
.VamG3C-uRhyO47Gj0 form input:focus,
.VamG3C-uRhyO47Gj0 form textarea:focus {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
  outline: none !important;
}
.VamG3C-uRhyO47Gj0 form input:active::-webkit-input-placeholder,
.VamG3C-uRhyO47Gj0 form textarea:active::-webkit-input-placeholder,
.VamG3C-uRhyO47Gj0 form input:focus::-webkit-input-placeholder,
.VamG3C-uRhyO47Gj0 form textarea:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.VamG3C-uRhyO47Gj0 form input:active::-moz-placeholder,
.VamG3C-uRhyO47Gj0 form textarea:active::-moz-placeholder,
.VamG3C-uRhyO47Gj0 form input:focus::-moz-placeholder,
.VamG3C-uRhyO47Gj0 form textarea:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.VamG3C-uRhyO47Gj0 form input:active:-moz-placeholder,
.VamG3C-uRhyO47Gj0 form textarea:active:-moz-placeholder,
.VamG3C-uRhyO47Gj0 form input:focus:-moz-placeholder,
.VamG3C-uRhyO47Gj0 form textarea:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.VamG3C-uRhyO47Gj0 form input:active:-ms-input-placeholder,
.VamG3C-uRhyO47Gj0 form textarea:active:-ms-input-placeholder,
.VamG3C-uRhyO47Gj0 form input:focus:-ms-input-placeholder,
.VamG3C-uRhyO47Gj0 form textarea:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.VamG3C-uRhyO47Gj0 form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.VamG3C-uRhyO47Gj0 form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.VamG3C-uRhyO47Gj0 form label {
  width: 100%;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.VamG3C-uRhyO47Gj0 form .form-check label {
  color: #FFFFFF;
}
.VamG3C-uRhyO47Gj0 form .form-check-input {
  border-color: rgba(255, 255, 255, 0.5) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.VamG3C-uRhyO47Gj0 form .form-check-input:focus,
.VamG3C-uRhyO47Gj0 form .form-check-input:hover {
  background-color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.VamG3C-uRhyO47Gj0 form .form-check-input:checked {
  border-color: #FFFFFF !important;
  background-color: transparent !important;
}
.VamG3C-uRhVjpYJYc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f0a16;
}
.VamG3C-uRhVjpYJYc .crop-fallback-image.disabled {
  display: none;
}
.VamG3C-uRhVjpYJYc .crop-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VamG3C-uRhVjpYJYc .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .nav-wrapper {
    margin-bottom: 30px;
  }
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:hover::before,
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.VamG3C-uRhVjpYJYc .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .social-wrapper {
    margin-bottom: 30px;
  }
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a:hover .crop-iconfont::after,
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a:hover .crop-iconfont::after {
  width: 100%;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a .crop-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.VamG3C-uRhVjpYJYc .social-wrapper .social-wrap .soc-item a .crop-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-section-title {
  margin-bottom: 15px;
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .content-wrapper .crop-section-btn {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VamG3C-uRhVjpYJYc .content-wrapper .crop-text {
    margin-bottom: 15px;
  }
}
.VamG3C-uRhVjpYJYc .content-wrapper .crop-copy {
  margin-bottom: 0;
}
.VamG3C-uRhVjpYJYc .list {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-section-title {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-text {
  color: #ffffff;
}
.VamG3C-uRhVjpYJYc .crop-copy {
  color: #ffffff;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
/* Main container for the cookie banner */
.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 400px;
  width: calc(100% - 40px);
  background: #fafafa;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  padding: 20px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(100%);
  animation: slideIn 0.5s forwards;
  z-index: 1000;
}

/* Slide in animation */
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header section: icon and message */
.cookie-banner .banner-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.cookie-banner .banner-header img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
}

.cookie-banner .banner-header p {
  font-size: 16px;
  color: #333;
  margin: 0;
}

/* Buttons section */
.cookie-banner .banner-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.cookie-banner .banner-buttons button {
  border: none;
  border-radius: 4px;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  width: 100%;
}

.cookie-banner .banner-buttons button:hover {
  transform: scale(1.03);
}

/* Accept button design */
.cookie-banner .banner-buttons button#cookieAcceptBtn {
  background-color: #4caf50;
  color: #fff;
}

/* Reject button design */
.cookie-banner .banner-buttons button#cookieRejectBtn {
  background-color: #fff;
  color: #f44336;
  border: 2px solid #f44336;
}

.cookie-banner .banner-buttons button#cookieRejectBtn:hover {
  background-color: #ffe6e6;
}

/* Footer section with policy links */
.cookie-banner .banner-footer {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.cookie-banner .banner-footer a {
  color: #007bff;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: border-bottom 0.3s;
}

.cookie-banner .banner-footer a:hover {
  border-bottom: 1px dashed #007bff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .cookie-banner {
    max-width: 90%;
    padding: 15px;
    bottom: 15px;
    right: 15px;
  }
  .cookie-banner .banner-buttons button {
    font-size: 15px;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    max-width: 100%;
    bottom: 10px;
    right: 10px;
    padding: 10px;
  }
  .cookie-banner .banner-header img {
    width: 40px;
    height: 40px;
  }
  .cookie-banner .banner-buttons button {
    font-size: 14px;
    padding: 8px;
  }
}

/* logoanimations */
@keyframes verticalShake {
    0%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(5px);
    }
    75% {
        transform: translateY(-2px);
    }
}

.navbar-brand {
    animation: verticalShake 0.6s ease-in-out;
}
/* endlogoanimations */

/* mainanimations */
/* Style 2: ripple effect */
a, button, .btn {
  position: relative;
  overflow: hidden;
}
a::after, button::after, .btn::after {
  content: "";
  position: absolute;
  width: 8px; height: 8px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transform: scale(0);
  opacity: 1;
  pointer-events: none;
  transition: transform 0.5s ease-out, opacity 0.8s ease-out;
}
a:active::after, button:active::after, .btn:active::after {
  transform: scale(50);
  opacity: 0;
  top: 50%; left: 50%;
  margin-top: -4px; margin-left: -4px;
}
/* endmainanimations */
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("../../../assets/images/thick_picture.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}
.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}