body {
  font-family: Tilt Warp;
}
.display-1 {
  font-family: 'Tilt Warp', display;
  font-size: 3.44rem;
  line-height: 60px;
  letter-spacing: 6px;
}
.display-1 > .mbr-iconfont {
  font-size: 4.3rem;
}
.display-2 {
  font-family: 'Tilt Warp', display;
  font-size: 2rem;
  line-height: 1.16em;
  letter-spacing: .06em;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Tilt Warp', display;
  font-size: 1.06rem;
  line-height: 1.8;
  letter-spacing: .02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.325rem;
}
.display-5 {
  font-family: 'Tilt Warp', display;
  font-size: 1.56rem;
  line-height: 1.44em;
  letter-spacing: .06em;
}
.display-5 > .mbr-iconfont {
  font-size: 1.95rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.67;
  letter-spacing: normal;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.752rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.408rem;
    font-size: calc( 1.8539999999999999rem + (3.44 - 1.8539999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8539999999999999rem + (3.44 - 1.8539999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.848rem;
    font-size: calc( 1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.248rem;
    font-size: calc( 1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #6d359d !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #d58219 !important;
}
.bg-danger {
  background-color: #d54f19 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cacaca !important;
  border-color: #cacaca !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #9f9f9f !important;
  border-color: #9f9f9f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9f9f9f !important;
  border-color: #9f9f9f !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6d359d !important;
  border-color: #6d359d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #401f5c !important;
  border-color: #401f5c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #401f5c !important;
  border-color: #401f5c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d58219 !important;
  border-color: #d58219 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #875310 !important;
  border-color: #875310 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #875310 !important;
  border-color: #875310 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d54f19 !important;
  border-color: #d54f19 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #873210 !important;
  border-color: #873210 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #873210 !important;
  border-color: #873210 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cacaca;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9f9f9f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cacaca !important;
  border-color: #cacaca !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6d359d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #401f5c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6d359d !important;
  border-color: #6d359d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d58219;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #875310 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d58219 !important;
  border-color: #d58219 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d54f19;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #873210 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d54f19 !important;
  border-color: #d54f19 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #cacaca !important;
}
.text-success {
  color: #6d359d !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #d58219 !important;
}
.text-danger {
  color: #d54f19 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #979797 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #381b51 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7a4a0e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7a2d0e !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #d58219;
}
.alert-danger {
  background-color: #d54f19;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ac7ed3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f8e0c2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f8d2c2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Tilt Warp', display;
  font-size: 1.06rem;
  line-height: 1.8;
  letter-spacing: .02em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.325rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Tilt Warp', display;
  font-size: 1.06rem;
  line-height: 1.8;
  letter-spacing: .02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.325rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #cacaca !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='%23ffffff' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  box-shadow: none;
  padding: 10px 70px;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 40px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline::after,
.mbr-section-btn-main .btn-primary-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  border: 2px solid transparent !important;
  color: #191919 !important;
  box-shadow: inset 0 -100px 0 0 #ffffff !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #cacaca;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-secondary-outline::after,
.mbr-section-btn-main .btn-secondary-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #cacaca;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  border: 2px solid transparent !important;
  color: #000000 !important;
  box-shadow: inset 0 -100px 0 0 #cacaca !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #6d359d;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-success-outline::after,
.mbr-section-btn-main .btn-success-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #6d359d;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #6d359d !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn-main .btn-info-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #000000 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #d58219;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-warning-outline::after,
.mbr-section-btn-main .btn-warning-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #d58219;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #d58219 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #d54f19;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-danger-outline::after,
.mbr-section-btn-main .btn-danger-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #d54f19;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff !important;
  box-shadow: inset 0 -100px 0 0 #d54f19 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-white-outline::after,
.mbr-section-btn-main .btn-white-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  border: 2px solid transparent !important;
  color: #000000;
  box-shadow: inset 0 -100px 0 0 #ffffff !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 2px solid transparent !important;
  outline: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-black-outline::after,
.mbr-section-btn-main .btn-black-outline::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  border: 2px solid transparent !important;
  color: #ffffff;
  box-shadow: inset 0 -100px 0 0 #000000 !important;
}
.cid-v1uQ1E0p8V {
  z-index: 1000;
  width: 100%;
}
.cid-v1uQ1E0p8V nav.navbar {
  position: fixed;
}
.cid-v1uQ1E0p8V .iconfont-wrapper:hover {
  transform: scale(1.1);
}
.cid-v1uQ1E0p8V .socicon {
  width: auto;
  padding: 0;
}
.cid-v1uQ1E0p8V .icons {
  position: fixed;
  margin-top: 150px;
  margin-right: -100px;
  width: 4vh;
}
.cid-v1uQ1E0p8V .icons-menu {
  flex-wrap: nowrap;
  display: inline;
  justify-content: center;
  text-align: center;
}
.cid-v1uQ1E0p8V .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-bottom: 1rem;
  width: 100%;
  float: left;
}
.cid-v1uQ1E0p8V .navbar-brand {
  display: inline-flex;
  width: 100vh;
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px auto;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  justify-content: center;
}
.cid-v1uQ1E0p8V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1uQ1E0p8V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1uQ1E0p8V .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1uQ1E0p8V .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1uQ1E0p8V .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1uQ1E0p8V .dropdown-item:hover,
.cid-v1uQ1E0p8V .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-v1uQ1E0p8V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1uQ1E0p8V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1uQ1E0p8V .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-v1uQ1E0p8V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1uQ1E0p8V .nav-link {
  position: relative;
  padding: 0;
}
.cid-v1uQ1E0p8V .container {
  display: flex;
  margin: auto;
  justify-content: center;
}
.cid-v1uQ1E0p8V .dropdown-menu,
.cid-v1uQ1E0p8V .navbar.opened {
  background: #8655b0 !important;
}
.cid-v1uQ1E0p8V .nav-item:focus,
.cid-v1uQ1E0p8V .nav-link:focus {
  outline: none;
}
.cid-v1uQ1E0p8V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1uQ1E0p8V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1uQ1E0p8V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1uQ1E0p8V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1uQ1E0p8V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1uQ1E0p8V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1uQ1E0p8V .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(134, 85, 176, 0);
}
.cid-v1uQ1E0p8V .navbar.opened {
  transition: all 0.3s;
}
.cid-v1uQ1E0p8V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1uQ1E0p8V .navbar .navbar-logo img {
  width: auto;
  margin: 5vh auto 0 auto;
  display: inline;
}
.cid-v1uQ1E0p8V .navbar.collapsed {
  justify-content: center;
}
.cid-v1uQ1E0p8V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1uQ1E0p8V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1uQ1E0p8V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-v1uQ1E0p8V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1uQ1E0p8V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1uQ1E0p8V .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1uQ1E0p8V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1uQ1E0p8V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1uQ1E0p8V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1uQ1E0p8V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1uQ1E0p8V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1uQ1E0p8V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1uQ1E0p8V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1uQ1E0p8V .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1uQ1E0p8V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1uQ1E0p8V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1uQ1E0p8V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1uQ1E0p8V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1uQ1E0p8V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1uQ1E0p8V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1uQ1E0p8V .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1uQ1E0p8V .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1uQ1E0p8V .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1uQ1E0p8V .dropdown-item.active,
.cid-v1uQ1E0p8V .dropdown-item:active {
  background-color: transparent;
}
.cid-v1uQ1E0p8V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1uQ1E0p8V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1uQ1E0p8V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1uQ1E0p8V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8655b0;
}
.cid-v1uQ1E0p8V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1uQ1E0p8V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1uQ1E0p8V ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1uQ1E0p8V .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1uQ1E0p8V button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1uQ1E0p8V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
}
.cid-v1uQ1E0p8V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1uQ1E0p8V button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1uQ1E0p8V button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1uQ1E0p8V button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1uQ1E0p8V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1uQ1E0p8V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1uQ1E0p8V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1uQ1E0p8V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1uQ1E0p8V .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1uQ1E0p8V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1uQ1E0p8V .navbar {
    height: 70px;
  }
  .cid-v1uQ1E0p8V .navbar.opened {
    height: auto;
  }
  .cid-v1uQ1E0p8V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1uQ1E0p8V .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-v1uQ1E0p8V .nav-link:hover .line-animation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-v1uQ1E0p8V .justify-space-between {
  width: 100%;
}
.cid-v1uQ1E0p8V span {
  display: inline;
}
.cid-v1uQ1E0p8V .row {
  align-items: center;
  justify-content: right;
  width: 100%;
}
.cid-v1uQ1E0p8V a {
  display: inline;
}
.cid-v1uQ1E0p8V img {
  display: inline;
}
.cid-v1uQ1E0p8V .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 0px;
}
@media (max-width: 600px) {
  .cid-v1uQ1E0p8V .mbr-section-subtitle {
    margin-bottom: 25px;
  }
  .cid-v1uQ1E0p8V .icons {
    margin-bottom: 25px;
  }
  .cid-v1uQ1E0p8V .navbar-brand {
    padding-bottom: 0;
  }
}
.cid-v1v6T1MPzP {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v1v6T1MPzP .container {
  padding: 0;
}
.cid-v1v6T1MPzP .gamelogodiv {
  position: absolute;
  display: grid;
  place-items: center;
  height: 100%;
  width: 100%;
}
.cid-v1v6T1MPzP .gamelogo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
}
.cid-v1v6T1MPzP .gamelogo:hover {
  transform: scale(1.05);
}
.cid-v1v6T1MPzP .mb-3 {
  margin: 0 !important;
}
.cid-v1v6T1MPzP .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-v1v6T1MPzP .wrapper .left-col {
    flex: 1 0 50%;
    padding: 0px;
  }
  .cid-v1v6T1MPzP .wrapper .right-col {
    flex: 1 0 50%;
    padding: 0px;
  }
}
.cid-v1v6T1MPzP .card {
  height: 22rem;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 0px;
}
.cid-v1v6T1MPzP .card-img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 0px;
}
.cid-v1v6T1MPzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1v6T1MPzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-f {
  /* Type valid CSS here */
}
#custom-html-f div {
  padding: 100px 0 50px 0;
  color: #777;
}
#custom-html-f p {
  font-size: 18px;
  color: lightgreen;
  font-family: "Arial";
}
#custom-html-f .container {
  background-color: #202020;
  text-align: center;
}
#custom-html-f .bgc-wrapper {
  background-color: black;
  margin: 0;
  padding: 0;
}
.cid-v1v6dMrJrF {
  background-color: #000000;
}
.cid-v1v6dMrJrF .container {
  background-color: #202020;
  padding-top: 0rem;
  padding-bottom: 10rem;
}
.cid-v1v6dMrJrF .item-wrapper {
  height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v1v6dMrJrF .item-img {
  width: 80%;
  opacity: 1;
}
.cid-v1v6dMrJrF .item-img:hover {
  transform: scale(1.05);
}
.cid-v1v6dMrJrF .it {
  margin-top: 50px;
}
.cid-v1v6dMrJrF .it:nth-child(1) {
  margin-top: 0px;
}
.cid-v1v6dMrJrF .it:nth-child(2) {
  margin-top: 0px;
}
.cid-v1v6dMrJrF .it:nth-child(3) {
  margin-top: 0px;
}
.cid-v1v6dMrJrF .it:nth-child(4) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-v1v6dMrJrF .it {
    margin-top: 15px;
  }
  .cid-v1v6dMrJrF .it:nth-child(2) {
    margin-top: 15px;
  }
  .cid-v1v6dMrJrF .it:nth-child(3) {
    margin-top: 15px;
  }
  .cid-v1v6dMrJrF .it:nth-child(4) {
    margin-top: 15px;
  }
}
#custom-html-1b {
  /* Type valid CSS here */
}
#custom-html-1b div {
  padding: 80px 0;
  color: #777;
}
#custom-html-1b p {
  font-size: 18px;
  color: lightgreen;
  font-family: "Arial";
}
#custom-html-1b .container {
  padding: 80px 0;
  background-color: #202020;
  padding: 0 75px;
  text-align: center;
}
#custom-html-1b .bgc-wrapper {
  background-color: black;
  margin: 0;
  padding: 0;
}
.cid-v1vb9n31LH {
  background-color: #000000;
}
.cid-v1vb9n31LH .container {
  background-color: #202020;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-v1vb9n31LH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vb9n31LH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1vb9n31LH .content-wrapper {
  padding-top: 80px;
}
@media (max-width: 992px) {
  .cid-v1vb9n31LH .content-wrapper {
    padding-top: 0;
    margin-bottom: 32px;
  }
}
.cid-v1vb9n31LH .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v1vb9n31LH .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v1vb9n31LH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1vb9n31LH .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1vb9n31LH .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v1vb9n31LH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-v1vb9n31LH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1vb9n31LH .embla__slide .slide-content {
  width: 100%;
}
.cid-v1vb9n31LH .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-v1vb9n31LH .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 690px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-v1vb9n31LH .embla__slide .slide-content .item-wrapper .item-img img {
    height: 590px;
  }
}
@media (max-width: 992px) {
  .cid-v1vb9n31LH .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v1vb9n31LH .embla__button--next,
.cid-v1vb9n31LH .embla__button--prev {
  display: flex;
}
.cid-v1vb9n31LH .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  backdrop-filter: blur(10px);
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v1vb9n31LH .embla__button::before {
  content: '';
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #000000;
  opacity: .2;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease;
}
.cid-v1vb9n31LH .embla__button:hover::before {
  opacity: .5;
}
.cid-v1vb9n31LH .embla__button:disabled {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-v1vb9n31LH .embla__button:disabled::before {
  opacity: .2;
}
.cid-v1vb9n31LH .embla__button .mbr-iconfont {
  z-index: 1;
}
.cid-v1vb9n31LH .embla__button.embla__button--prev {
  left: 32px;
}
@media (max-width: 992px) {
  .cid-v1vb9n31LH .embla__button.embla__button--prev {
    left: 16px;
  }
}
.cid-v1vb9n31LH .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-v1vb9n31LH .embla__button.embla__button--next {
  right: 32px;
}
@media (max-width: 992px) {
  .cid-v1vb9n31LH .embla__button.embla__button--next {
    right: 16px;
  }
}
.cid-v1vb9n31LH .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-v1vb9n31LH .embla {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-left: 52px;
  margin-left: 0;
  margin-right: 52px;
}
@media (max-width: 1440px) {
  .cid-v1vb9n31LH .embla {
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-v1vb9n31LH .embla {
    margin-right: 0;
  }
}
.cid-v1vb9n31LH .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1vb9n31LH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1vb9n31LH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1vb9n31LH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1vb9n31LH .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1vb9n31LH .mbr-section-title {
  color: #90ee90;
}
.cid-v1vb9n31LH .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v1vb9n31LH .mbr-text,
.cid-v1vb9n31LH .text-wrapper {
  color: #666666;
}
.cid-v1vb9n31LH .mbr-text {
  color: #90ee90;
  text-align: left;
}
#custom-html-1a {
  /* Type valid CSS here */
}
#custom-html-1a div {
  padding: 80px 0;
  color: #777;
}
#custom-html-1a p {
  font-size: 18px;
  color: lightgreen;
  font-family: "Arial";
}
#custom-html-1a .container {
  padding: 80px 0;
  background-color: #202020;
  padding: 0 75px;
  text-align: center;
}
#custom-html-1a .bgc-wrapper {
  background-color: black;
  margin: 0;
  padding: 0;
}
.cid-v1vlnc1agc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v1vlnc1agc .container {
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v1vlnc1agc .container {
    padding: 0 16px;
  }
}
.cid-v1vlnc1agc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vlnc1agc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1vlnc1agc .row {
  justify-content: center;
}
.cid-v1vlnc1agc .content-wrapper {
  position: relative;
  padding: 20vh 0 20vh 0;
}
@media (max-width: 992px) {
  .cid-v1vlnc1agc .content-wrapper {
    padding: 80px 0;
  }
}
.cid-v1vlnc1agc .content-wrapper .mbr-text {
  position: relative;
  margin-bottom: 0;
  padding: 0 100px;
}
@media (max-width: 992px) {
  .cid-v1vlnc1agc .content-wrapper .mbr-text {
    width: 100%;
    padding: 0;
  }
}
.cid-v1vlnc1agc .content-wrapper .mbr-text span {
  color: #f1634f;
}
.cid-v1vlnc1agc .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1vlnc1agc .mbr-text {
  color: #90ee90;
  text-align: center;
}
.cid-v1vc6OOWja {
  background-color: #000000;
}
.cid-v1vc6OOWja .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vc6OOWja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1vc6OOWja .form-wrap {
  position: relative;
  background-color: #202020;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-v1vc6OOWja .form-wrap {
    padding: 16px;
  }
}
.cid-v1vc6OOWja .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v1vc6OOWja .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v1vc6OOWja .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v1vc6OOWja .form-wrap .dragArea.row .form-group .form-control {
  border-radius: 10px;
  padding: 16px;
  background-color: #424242;
  border: 2px solid grey !important;
  box-shadow: none;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v1vc6OOWja .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 16px;
  }
}
.cid-v1vc6OOWja .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #bbbbbb;
}
.cid-v1vc6OOWja .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v1vc6OOWja .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 2px solid #ffdf7d !important;
}
.cid-v1vc6OOWja .form-wrap .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-v1vc6OOWja .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v1vc6OOWja .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.cid-v1vc6OOWja .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding-right: 0;
}
.cid-v1vc6OOWja .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-v1vc6OOWja .container {
  background-color: #202020;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.cid-v1vc6OOWja .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v1vc6OOWja .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1vc6OOWja .title-wrapper .tags-wrapper {
  margin-bottom: 16px;
}
.cid-v1vc6OOWja .title-wrapper .tags-wrapper .tags-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 1px;
  overflow: hidden;
}
.cid-v1vc6OOWja .title-wrapper .tags-wrapper .tags-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(245deg, #323232 0, transparent 140%);
  z-index: -1;
}
.cid-v1vc6OOWja .title-wrapper .tags-wrapper .tags-wrap .tags-content {
  padding: 5px;
  background-color: #000000;
}
.cid-v1vc6OOWja .title-wrapper .tags-wrapper .tags-wrap .tags-content .mbr-tag_2 {
  display: inline-flex;
  padding: 0 6px;
  margin-bottom: 0;
}
.cid-v1vc6OOWja .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1vc6OOWja .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v1vc6OOWja .title-wrapper .mbr-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-v1vc6OOWja .mbr-tag_2,
.cid-v1vc6OOWja .tags-wrapper {
  color: #ffdf7d;
  text-align: center;
}
.cid-v1vc6OOWja .mbr-section-title {
  color: #808080;
}
.cid-v1vc6OOWja .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v1vc6OOWja .mbr-text {
  color: #90ee90;
  text-align: center;
}
.cid-v1vc6OOWja label {
  color: #ffffff;
}
.cid-v1vc6OOWja .mbr-section-title,
.cid-v1vc6OOWja .mbr-section-btn {
  text-align: center;
}
.cid-v1vc6OOWja .form-control-label {
  color: #90ee90;
}
.cid-v1vi56Pgj0 {
  background-color: #000000;
}
.cid-v1vi56Pgj0 .container {
  background-color: #202020;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.cid-v1vi56Pgj0 .phone-number {
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 576px) {
  .cid-v1vi56Pgj0 .phone-number {
    text-align: center;
  }
}
.cid-v1vi56Pgj0 .social-list {
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .cid-v1vi56Pgj0 .social-list {
    justify-content: center;
    margin-top: 16px;
  }
}
.cid-v1vi56Pgj0 .soc-item {
  margin-right: 27px;
  background-color: grey;
  opacity: 0.5;
  height: 50px;
  width: 50px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.cid-v1vi56Pgj0 .soc-item:hover {
  transform: scale(1.1);
}
.cid-v1vi56Pgj0 .soc-item:last-child {
  margin-right: 0;
}
.cid-v1vi56Pgj0 .socicon {
  color: #ffffff;
  font-size: 20px;
}
.cid-v1vi56Pgj0 .mbr-text {
  font-weight: 400;
  text-align: center;
  color: #bbbbbb;
  font-size: 12px;
}
.cid-v1vi56Pgj0 .soc-list {
  margin-right: 50px;
}
