.btn {
  border-width: 2px;
}
body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Neulis-ExtraBold';
  font-size: 3.4rem;
  line-height: 1.1285em;
  letter-spacing: .02em;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Neulis-Bold';
  font-size: 2.6rem;
  line-height: 1.1666em;
  letter-spacing: .02em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Gilroy-Medium';
  font-size: 0.8rem;
  line-height: 1.33334em;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Neulis-Black';
  font-size: 1.6rem;
  line-height: 1.2058em;
  letter-spacing: .02em;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Gilroy-Medium';
  font-size: 1.125rem;
  line-height: 1.4em;
}
.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.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .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: 22px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 22px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 22px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 22px;
}
.bg-primary {
  background-color: #7a00e7 !important;
}
.bg-success {
  background-color: #fac8aa !important;
}
.bg-info {
  background-color: #ed087b !important;
}
.bg-warning {
  background-color: #f79321 !important;
}
.bg-danger {
  background-color: #802990 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7a00e7 !important;
  border-color: #7a00e7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #4c0090 !important;
  border-color: #4c0090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4c0090 !important;
  border-color: #4c0090 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cad531 !important;
  border-color: #cad531 !important;
  color: #060601 !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: #8a921e !important;
  border-color: #8a921e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #060601 !important;
  background-color: #8a921e !important;
  border-color: #8a921e !important;
}
.btn-info,
.btn-info:active {
  background-color: #ed087b !important;
  border-color: #ed087b !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: #99054f !important;
  border-color: #99054f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #99054f !important;
  border-color: #99054f !important;
}
.btn-success,
.btn-success:active {
  background-color: #fac8aa !important;
  border-color: #fac8aa !important;
  color: #9c4009 !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: #f59358 !important;
  border-color: #f59358 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #9c4009 !important;
  background-color: #f59358 !important;
  border-color: #f59358 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f79321 !important;
  border-color: #f79321 !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: #bb6707 !important;
  border-color: #bb6707 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bb6707 !important;
  border-color: #bb6707 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #802990 !important;
  border-color: #802990 !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: #44164d !important;
  border-color: #44164d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #44164d !important;
  border-color: #44164d !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: #7a00e7;
  color: #7a00e7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4c0090 !important;
  background-color: transparent!important;
  border-color: #4c0090 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7a00e7 !important;
  border-color: #7a00e7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #cad531;
  color: #cad531;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8a921e !important;
  background-color: transparent!important;
  border-color: #8a921e !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #060601 !important;
  background-color: #cad531 !important;
  border-color: #cad531 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ed087b;
  color: #ed087b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #99054f !important;
  background-color: transparent!important;
  border-color: #99054f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ed087b !important;
  border-color: #ed087b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fac8aa;
  color: #fac8aa;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #f59358 !important;
  background-color: transparent!important;
  border-color: #f59358 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #9c4009 !important;
  background-color: #fac8aa !important;
  border-color: #fac8aa !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f79321;
  color: #f79321;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #bb6707 !important;
  background-color: transparent!important;
  border-color: #bb6707 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f79321 !important;
  border-color: #f79321 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #802990;
  color: #802990;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #44164d !important;
  background-color: transparent!important;
  border-color: #44164d !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #802990 !important;
  border-color: #802990 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #7a00e7 !important;
}
.text-secondary {
  color: #cad531 !important;
}
.text-success {
  color: #fac8aa !important;
}
.text-info {
  color: #ed087b !important;
}
.text-warning {
  color: #f79321 !important;
}
.text-danger {
  color: #802990 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #440081 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7e851b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #f48a4a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8a0548 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ac5e06 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #391241 !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #7a00e7;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ed087b;
}
.alert-warning {
  background-color: #f79321;
}
.alert-danger {
  background-color: #802990;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7a00e7;
  border-color: #7a00e7;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #7a00e7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #dcb4ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fdc4e1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fef3e6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c265d3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Gilroy-Medium';
  font-size: 0.8rem;
  line-height: 1.33334em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #7a00e7 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Gilroy-Medium';
  font-size: 0.8rem;
  line-height: 1.33334em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #7a00e7;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-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: #7a00e7;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #7a00e7;
}
.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: #7a00e7;
  border-bottom-color: #7a00e7;
}
.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: #7a00e7 !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: #cad531 !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='%237a00e7' %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 {
  height: 44px;
  padding: 12px 26px;
  box-shadow: none;
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  background-size: 100% 100%,90% 100%;
  background-position: 0 0, -1000% 0;
  background-repeat: no-repeat;
  transition: all 0.6s ease-out;
  color: #ed087b !important;
  border: none;
  font-weight: 400;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover {
  background-position: 0 0,150% 0;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont {
  margin-left: 15px;
  margin-right: 3px;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 18px;
  font-size: 16px;
  transition: all 0.6s ease-out;
}
.cid-u7FQC8Q3Di .navbar-dropdown {
  position: absolute !important;
}
.cid-u7FQC8Q3Di .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-u7FQC8Q3Di .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u7FQC8Q3Di .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u7FQC8Q3Di .dropdown-item:hover,
.cid-u7FQC8Q3Di .dropdown-item:focus {
  background: #7a00e7 !important;
  color: white !important;
}
.cid-u7FQC8Q3Di .dropdown-item:hover span {
  color: white;
}
.cid-u7FQC8Q3Di .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u7FQC8Q3Di .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u7FQC8Q3Di .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u7FQC8Q3Di .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u7FQC8Q3Di .nav-link {
  position: relative;
}
.cid-u7FQC8Q3Di .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u7FQC8Q3Di .container {
    flex-wrap: nowrap;
  }
}
.cid-u7FQC8Q3Di .dropdown-menu,
.cid-u7FQC8Q3Di .navbar.opened {
  background: #6820fa !important;
}
.cid-u7FQC8Q3Di .nav-item:focus,
.cid-u7FQC8Q3Di .nav-link:focus {
  outline: none;
}
.cid-u7FQC8Q3Di .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u7FQC8Q3Di .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7FQC8Q3Di .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u7FQC8Q3Di .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u7FQC8Q3Di .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u7FQC8Q3Di .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u7FQC8Q3Di .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-u7FQC8Q3Di .navbar.opened {
  transition: all 0.3s;
}
.cid-u7FQC8Q3Di .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u7FQC8Q3Di .navbar .navbar-logo img {
  width: auto;
}
.cid-u7FQC8Q3Di .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u7FQC8Q3Di .navbar.collapsed {
  justify-content: center;
}
.cid-u7FQC8Q3Di .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u7FQC8Q3Di .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u7FQC8Q3Di .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-u7FQC8Q3Di .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u7FQC8Q3Di .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u7FQC8Q3Di .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-u7FQC8Q3Di .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u7FQC8Q3Di .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u7FQC8Q3Di .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u7FQC8Q3Di .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u7FQC8Q3Di .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u7FQC8Q3Di .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u7FQC8Q3Di .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u7FQC8Q3Di .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-u7FQC8Q3Di .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u7FQC8Q3Di .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u7FQC8Q3Di .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u7FQC8Q3Di .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u7FQC8Q3Di .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u7FQC8Q3Di .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u7FQC8Q3Di .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u7FQC8Q3Di .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-u7FQC8Q3Di .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-u7FQC8Q3Di .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u7FQC8Q3Di .dropdown-item.active,
.cid-u7FQC8Q3Di .dropdown-item:active {
  background-color: transparent;
}
.cid-u7FQC8Q3Di .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u7FQC8Q3Di .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u7FQC8Q3Di .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u7FQC8Q3Di .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #6820fa;
}
.cid-u7FQC8Q3Di .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u7FQC8Q3Di .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u7FQC8Q3Di ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u7FQC8Q3Di .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u7FQC8Q3Di button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u7FQC8Q3Di button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ede7e2;
}
.cid-u7FQC8Q3Di button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u7FQC8Q3Di button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7FQC8Q3Di button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u7FQC8Q3Di button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u7FQC8Q3Di nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7FQC8Q3Di nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u7FQC8Q3Di nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u7FQC8Q3Di nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u7FQC8Q3Di .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u7FQC8Q3Di a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u7FQC8Q3Di .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u7FQC8Q3Di .navbar {
    height: 70px;
  }
  .cid-u7FQC8Q3Di .navbar.opened {
    height: auto;
  }
  .cid-u7FQC8Q3Di .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u7FQC8Q3Di .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-u7FQC8Q3Di .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #cad531;
  background: rgba(104, 32, 250, 0.2);
}
.cid-u7FQC8Q3Di .navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-u7FQC8Q3Di .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.cid-u7FQC8Q3Di .navbar-nav .nav-link:hover {
  background-color: #cad531;
  color: #6820fa !important;
  box-shadow: 2px 0 0 #cad531, 0 1px 0 #cad531, -2px 0 0 #cad531, 0 -1px 0 #cad531;
}
@media (min-width: 992px) {
  .cid-u7FQC8Q3Di .mbr-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .cid-u7FQC8Q3Di .mbr-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .cid-u7FQC8Q3Di .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-u7FQC8Q3Di .mbr-section-btn.custom-section-btn .btn-primary:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-u7FQC8Q3Di .mbr-section-btn.custom-section-btn .btn-black:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-u7FQC8Q3Di .mbr-section-btn.custom-section-btn .btn-white:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-u7FQC8Q3Di .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-u7FQC8Q3Di .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-u7FQC8Q3Di .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-u7FQC8Q3Di .navbar-nav {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .cid-u7FQC8Q3Di .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-u7FQC8Q3Di .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-u7FQC8Q3Di .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #cad531 !important;
    box-shadow: none;
  }
  .cid-u7FQC8Q3Di .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-u7FQC8Q3Di .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-u7FQC8Q3Di .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-u7FQC8Q3Di .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-u7FQC8Q3Di .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-u7FQC8Q3Di .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-u7FQC8Q3Di .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-u3W4AqhWWs {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #7a00e7;
}
.cid-u3W4AqhWWs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3W4AqhWWs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3W4AqhWWs .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u3W4AqhWWs .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u3W4AqhWWs .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u3W4AqhWWs .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-u3W4AqhWWs img {
  border-radius: 2rem;
  width: 600px;
  height: 100%;
}
.cid-u3W4AqhWWs .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u3W4AqhWWs .mbr-section-subtitle {
  text-align: left;
  color: #eae1eb;
}
.cid-u3W4AqhWWs .mbr-text,
.cid-u3W4AqhWWs .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u4Je7M8t05 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #7a00e7;
}
.cid-u4Je7M8t05 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4Je7M8t05 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4Je7M8t05 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u4Je7M8t05 .container-fluid {
    padding: 0 20px;
  }
}
.cid-u4Je7M8t05 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u4Je7M8t05 .container {
    padding: 0 20px;
  }
}
.cid-u4Je7M8t05 .list-wrapper .list,
.cid-u4Je7M8t05 .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u4Je7M8t05 .list-wrapper .list .item-wrap,
.cid-u4Je7M8t05 .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-u4Je7M8t05 .list-wrapper .list .item-wrap:hover,
.cid-u4Je7M8t05 .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u4Je7M8t05 .list-wrapper .list .item-wrap,
  .cid-u4Je7M8t05 .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-u4Je7M8t05 .logo-wrap img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-u4Je7M8t05 .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-u4Je7M8t05 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u4Je7M8t05 .text-wrapper {
  margin: 40px 0 22px;
}
.cid-u4Je7M8t05 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u4Je7M8t05 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-u4Je7M8t05 .mbr-section-title,
.cid-u4Je7M8t05 .logo-wrap {
  text-align: center;
}
.cid-u4Je7M8t05 .list {
  color: #1d1d1d;
}
.cid-u4Je7M8t05 .list_2 {
  color: #989898;
}
.cid-u4Je7M8t05 .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-u4Je7M8t05 .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-u4Je7M8t05 .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u4Je7M8t05 .list-wrapper,
  .cid-u4Je7M8t05 .list-wrapper_2 {
    text-align: center;
  }
}
.cid-u5u3YMHo40 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-u5u3YMHo40 .item-img {
  position: relative;
}
.cid-u5u3YMHo40 .item-img img {
  transition: all 0.2s;
}
.cid-u5u3YMHo40 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u5u3YMHo40 .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-u5u3YMHo40 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u5u3YMHo40 .item:hover img {
  transform: scale(1.05);
}
.cid-u5u3YMHo40 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u5u3YMHo40 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-u5u3YMHo40 .item-wrapper {
  position: contain;
  background: #fafafa;
  border: 3px solid #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u5u3YMHo40 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u5u3YMHo40 .item-link {
  position: absolute;
  bottom: 8px;
  margin-top: 1rem;
  right: 90px;
  color: #ffffff;
  text-align: right;
}
.cid-u5u3YMHo40 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #fafafa;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 1.3rem;
  z-index: 3;
}
.cid-u5u3YMHo40 .link-icon-wrapper .icon-wrap {
  background: #f79321;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u5u3YMHo40 .link-icon-wrapper .icon-wrap span {
  color: #b90cf8;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u5u3YMHo40 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u5u3YMHo40 .link-icon-wrapper .svg1 path {
  fill: #fafafa;
}
.cid-u5u3YMHo40 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u5u3YMHo40 .link-icon-wrapper .svg2 path {
  fill: #fafafa;
}
.cid-u5u3YMHo40 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: .4rem;
  padding: 0 1.8rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u5u3YMHo40 .item-content {
    padding: 0 0.6rem 0.6rem;
  }
}
.cid-u5u3YMHo40 img,
.cid-u5u3YMHo40 .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u5u3YMHo40 .item:focus,
.cid-u5u3YMHo40 span:focus {
  outline: none;
}
.cid-u5u3YMHo40 .mbr-section-title {
  color: #8f11f7;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .cid-u5u3YMHo40 {
    font-size: 4rem;
  }
}
.cid-u5u3YMHo40 .item-title {
  text-align: left;
  color: #f59807;
}
.cid-u5u3YMHo40 .item-subtitle {
  text-align: left;
  color: #ece5ed;
}
.cid-u5u3YMHo40 .mbr-section-subtitle,
.cid-u5u3YMHo40 .subtitle-wrap,
.cid-u5u3YMHo40 .mbr-section-btn {
  text-align: center;
  color: #7a00e7;
}
.cid-u5u3YMHo40 .mbr-text,
.cid-u5u3YMHo40 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-u7dD8Hhf5W.popup-builder {
  background-color: #ffffff;
}
.cid-u7dD8Hhf5W.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u7dD8Hhf5W.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-u7dD8Hhf5W .modal-content,
.cid-u7dD8Hhf5W .modal-dialog {
  height: auto;
}
.cid-u7dD8Hhf5W .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u7dD8Hhf5W .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u7dD8Hhf5W .form-wrapper .mbr-form .form-group,
  .cid-u7dD8Hhf5W .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u7dD8Hhf5W .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u7dD8Hhf5W .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u7dD8Hhf5W .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-u7dD8Hhf5W .pt-0 {
  padding-top: 0 !important;
}
.cid-u7dD8Hhf5W .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u7dD8Hhf5W .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u7dD8Hhf5W .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u7dD8Hhf5W .modal-open {
  overflow: hidden;
}
.cid-u7dD8Hhf5W .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u7dD8Hhf5W .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u7dD8Hhf5W .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-u7dD8Hhf5W .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u7dD8Hhf5W .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u7dD8Hhf5W .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u7dD8Hhf5W .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u7dD8Hhf5W .modal-content {
  background: #eae1eb;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-u7dD8Hhf5W .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u7dD8Hhf5W .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u7dD8Hhf5W .modal-backdrop.fade {
  opacity: 0;
}
.cid-u7dD8Hhf5W .modal-backdrop.show {
  opacity: .5;
}
.cid-u7dD8Hhf5W .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u7dD8Hhf5W .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7dD8Hhf5W .modal-header {
    padding: 1rem;
  }
}
.cid-u7dD8Hhf5W .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u7dD8Hhf5W .modal-header .close svg {
  fill: #7a00e7;
}
.cid-u7dD8Hhf5W .modal-header .close:hover {
  opacity: 1;
}
.cid-u7dD8Hhf5W .modal-header .close:focus {
  outline: none;
}
.cid-u7dD8Hhf5W .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #7a00e7;
}
.cid-u7dD8Hhf5W .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u7dD8Hhf5W .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7dD8Hhf5W .modal-body {
    padding: 1rem;
  }
}
.cid-u7dD8Hhf5W .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u7dD8Hhf5W .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7dD8Hhf5W .modal-footer {
    padding: 1rem;
  }
}
.cid-u7dD8Hhf5W .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u7dD8Hhf5W .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u7dD8Hhf5W .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u7dD8Hhf5W .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u7dD8Hhf5W .modal-lg,
  .cid-u7dD8Hhf5W .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u7dD8Hhf5W .modal-xl {
    max-width: 1140px;
  }
}
.cid-u7dD8Hhf5W .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u7dD8Hhf5W .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u7dD8Hhf5W .form-group {
  margin-bottom: 1rem;
}
.cid-u7dD8Hhf5W .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u7dD8Hhf5W .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u7dD8Hhf5W .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u7dD8Hhf5W .mbr-section-btn {
  margin: 6px;
}
.cid-u7dD8Hhf5W .mbr-section-btn .btn {
  margin: 6px;
}
.cid-u70f9nLpOw.popup-builder {
  background-color: #ffffff;
}
.cid-u70f9nLpOw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u70f9nLpOw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-u70f9nLpOw .modal-content,
.cid-u70f9nLpOw .modal-dialog {
  height: auto;
}
.cid-u70f9nLpOw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u70f9nLpOw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u70f9nLpOw .form-wrapper .mbr-form .form-group,
  .cid-u70f9nLpOw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u70f9nLpOw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u70f9nLpOw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u70f9nLpOw .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-u70f9nLpOw .pt-0 {
  padding-top: 0 !important;
}
.cid-u70f9nLpOw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u70f9nLpOw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u70f9nLpOw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u70f9nLpOw .modal-open {
  overflow: hidden;
}
.cid-u70f9nLpOw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u70f9nLpOw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u70f9nLpOw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-u70f9nLpOw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u70f9nLpOw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u70f9nLpOw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u70f9nLpOw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u70f9nLpOw .modal-content {
  background: #eae1eb;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-u70f9nLpOw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u70f9nLpOw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u70f9nLpOw .modal-backdrop.fade {
  opacity: 0;
}
.cid-u70f9nLpOw .modal-backdrop.show {
  opacity: .5;
}
.cid-u70f9nLpOw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u70f9nLpOw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u70f9nLpOw .modal-header {
    padding: 1rem;
  }
}
.cid-u70f9nLpOw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u70f9nLpOw .modal-header .close svg {
  fill: #353535;
}
.cid-u70f9nLpOw .modal-header .close:hover {
  opacity: 1;
}
.cid-u70f9nLpOw .modal-header .close:focus {
  outline: none;
}
.cid-u70f9nLpOw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #7a00e7;
}
.cid-u70f9nLpOw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u70f9nLpOw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u70f9nLpOw .modal-body {
    padding: 1rem;
  }
}
.cid-u70f9nLpOw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u70f9nLpOw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u70f9nLpOw .modal-footer {
    padding: 1rem;
  }
}
.cid-u70f9nLpOw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u70f9nLpOw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u70f9nLpOw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u70f9nLpOw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u70f9nLpOw .modal-lg,
  .cid-u70f9nLpOw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u70f9nLpOw .modal-xl {
    max-width: 1140px;
  }
}
.cid-u70f9nLpOw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u70f9nLpOw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u70f9nLpOw .form-group {
  margin-bottom: 1rem;
}
.cid-u70f9nLpOw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u70f9nLpOw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u70f9nLpOw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u70f9nLpOw .mbr-section-btn {
  margin: 6px;
}
.cid-u70f9nLpOw .mbr-section-btn .btn {
  margin: 6px;
}
.cid-u5u3YP44XI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 0;
}
.cid-u5u3YP44XI .modal-dialog {
  position: relative;
  width: 100%;
  margin: 0;
  pointer-events: none;
}
.cid-u5u3YP44XI .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.cid-u5u3YP44XI .modal-body {
  position: cover;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
}
.cid-u5u3YP44XI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-u5u3YP44XI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
}
.cid-udGthBUd8W.popup-builder {
  background-color: #ffffff;
}
.cid-udGthBUd8W.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-udGthBUd8W.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-udGthBUd8W .modal-content,
.cid-udGthBUd8W .modal-dialog {
  height: auto;
}
.cid-udGthBUd8W .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-udGthBUd8W .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-udGthBUd8W .form-wrapper .mbr-form .form-group,
  .cid-udGthBUd8W .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-udGthBUd8W .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-udGthBUd8W .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udGthBUd8W .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-udGthBUd8W .pt-0 {
  padding-top: 0 !important;
}
.cid-udGthBUd8W .pb-0 {
  padding-bottom: 0 !important;
}
.cid-udGthBUd8W .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-udGthBUd8W .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-udGthBUd8W .modal-open {
  overflow: hidden;
}
.cid-udGthBUd8W .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-udGthBUd8W .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-udGthBUd8W .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-udGthBUd8W .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-udGthBUd8W .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-udGthBUd8W .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-udGthBUd8W .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-udGthBUd8W .modal-content {
  background: #eae1eb;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-udGthBUd8W .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-udGthBUd8W .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-udGthBUd8W .modal-backdrop.fade {
  opacity: 0;
}
.cid-udGthBUd8W .modal-backdrop.show {
  opacity: .5;
}
.cid-udGthBUd8W .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-udGthBUd8W .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udGthBUd8W .modal-header {
    padding: 1rem;
  }
}
.cid-udGthBUd8W .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-udGthBUd8W .modal-header .close svg {
  fill: #fac8aa;
}
.cid-udGthBUd8W .modal-header .close:hover {
  opacity: 1;
}
.cid-udGthBUd8W .modal-header .close:focus {
  outline: none;
}
.cid-udGthBUd8W .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
  color: #8f11f7;
}
.cid-udGthBUd8W .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-udGthBUd8W .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udGthBUd8W .modal-body {
    padding: 1rem;
  }
}
.cid-udGthBUd8W .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-udGthBUd8W .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udGthBUd8W .modal-footer {
    padding: 1rem;
  }
}
.cid-udGthBUd8W .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-udGthBUd8W .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-udGthBUd8W .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-udGthBUd8W .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-udGthBUd8W .modal-lg,
  .cid-udGthBUd8W .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-udGthBUd8W .modal-xl {
    max-width: 1140px;
  }
}
.cid-udGthBUd8W .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-udGthBUd8W .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-udGthBUd8W .form-group {
  margin-bottom: 1rem;
}
.cid-udGthBUd8W .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-udGthBUd8W .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-udGthBUd8W .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-udGthBUd8W .mbr-section-btn {
  margin: 3px;
}
.cid-udGthBUd8W .mbr-section-btn .btn {
  margin: 3px;
  position: left;
}
.cid-u5u3YPwZb5.popup-builder {
  background-color: #ffffff;
}
.cid-u5u3YPwZb5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u5u3YPwZb5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u5u3YPwZb5 .modal-content,
.cid-u5u3YPwZb5 .modal-dialog {
  height: auto;
}
.cid-u5u3YPwZb5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u5u3YPwZb5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u5u3YPwZb5 .form-wrapper .mbr-form .form-group,
  .cid-u5u3YPwZb5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u5u3YPwZb5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u5u3YPwZb5 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5u3YPwZb5 .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-u5u3YPwZb5 .pt-0 {
  padding-top: 0 !important;
}
.cid-u5u3YPwZb5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u5u3YPwZb5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u5u3YPwZb5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u5u3YPwZb5 .modal-open {
  overflow: hidden;
}
.cid-u5u3YPwZb5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u5u3YPwZb5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u5u3YPwZb5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u5u3YPwZb5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u5u3YPwZb5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u5u3YPwZb5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u5u3YPwZb5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u5u3YPwZb5 .modal-content {
  background: #eae1eb;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u5u3YPwZb5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u5u3YPwZb5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u5u3YPwZb5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-u5u3YPwZb5 .modal-backdrop.show {
  opacity: .5;
}
.cid-u5u3YPwZb5 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u5u3YPwZb5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u5u3YPwZb5 .modal-header {
    padding: 1rem;
  }
}
.cid-u5u3YPwZb5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u5u3YPwZb5 .modal-header .close svg {
  fill: #6820fa;
}
.cid-u5u3YPwZb5 .modal-header .close:hover {
  opacity: 1;
}
.cid-u5u3YPwZb5 .modal-header .close:focus {
  outline: none;
}
.cid-u5u3YPwZb5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7a00e7;
}
.cid-u5u3YPwZb5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u5u3YPwZb5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u5u3YPwZb5 .modal-body {
    padding: 1rem;
  }
}
.cid-u5u3YPwZb5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u5u3YPwZb5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u5u3YPwZb5 .modal-footer {
    padding: 1rem;
  }
}
.cid-u5u3YPwZb5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u5u3YPwZb5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u5u3YPwZb5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u5u3YPwZb5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u5u3YPwZb5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u5u3YPwZb5 .modal-lg,
  .cid-u5u3YPwZb5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u5u3YPwZb5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-u5u3YPwZb5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u5u3YPwZb5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u5u3YPwZb5 .form-group {
  margin-bottom: 1rem;
}
.cid-u5u3YPwZb5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u5u3YPwZb5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u5u3YPwZb5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u5u3YPwZb5 .mbr-section-btn {
  margin: 0;
}
.cid-u5u3YPwZb5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-udGs9MQVH4.popup-builder {
  background-color: #ffffff;
}
.cid-udGs9MQVH4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-udGs9MQVH4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-udGs9MQVH4 .modal-content,
.cid-udGs9MQVH4 .modal-dialog {
  height: auto;
}
.cid-udGs9MQVH4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-udGs9MQVH4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-udGs9MQVH4 .form-wrapper .mbr-form .form-group,
  .cid-udGs9MQVH4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-udGs9MQVH4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-udGs9MQVH4 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-udGs9MQVH4 .mbr-text {
  text-align: left;
}
.cid-udGs9MQVH4 .pt-0 {
  padding-top: 0 !important;
}
.cid-udGs9MQVH4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-udGs9MQVH4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-udGs9MQVH4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-udGs9MQVH4 .modal-open {
  overflow: hidden;
}
.cid-udGs9MQVH4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-udGs9MQVH4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-udGs9MQVH4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-udGs9MQVH4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-udGs9MQVH4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-udGs9MQVH4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-udGs9MQVH4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-udGs9MQVH4 .modal-content {
  background: #eae1eb;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-udGs9MQVH4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-udGs9MQVH4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-udGs9MQVH4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-udGs9MQVH4 .modal-backdrop.show {
  opacity: .5;
}
.cid-udGs9MQVH4 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-udGs9MQVH4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udGs9MQVH4 .modal-header {
    padding: 1rem;
  }
}
.cid-udGs9MQVH4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-udGs9MQVH4 .modal-header .close svg {
  fill: #353535;
}
.cid-udGs9MQVH4 .modal-header .close:hover {
  opacity: 1;
}
.cid-udGs9MQVH4 .modal-header .close:focus {
  outline: none;
}
.cid-udGs9MQVH4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f79321;
}
.cid-udGs9MQVH4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-udGs9MQVH4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udGs9MQVH4 .modal-body {
    padding: 1rem;
  }
}
.cid-udGs9MQVH4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-udGs9MQVH4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udGs9MQVH4 .modal-footer {
    padding: 1rem;
  }
}
.cid-udGs9MQVH4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-udGs9MQVH4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-udGs9MQVH4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-udGs9MQVH4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-udGs9MQVH4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-udGs9MQVH4 .modal-lg,
  .cid-udGs9MQVH4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-udGs9MQVH4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-udGs9MQVH4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-udGs9MQVH4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-udGs9MQVH4 .form-group {
  margin-bottom: 1rem;
}
.cid-udGs9MQVH4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-udGs9MQVH4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-udGs9MQVH4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-udGs9MQVH4 .mbr-section-btn {
  margin: 0;
}
.cid-udGs9MQVH4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-u5u3YQUIm9 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #8f11f7;
}
.cid-u5u3YQUIm9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5u3YQUIm9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5u3YQUIm9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u5u3YQUIm9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-u5u3YQUIm9 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u5u3YQUIm9 .container {
    padding: 0 20px;
  }
}
.cid-u5u3YQUIm9 .list-wrapper .list,
.cid-u5u3YQUIm9 .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u5u3YQUIm9 .list-wrapper .list .item-wrap,
.cid-u5u3YQUIm9 .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-u5u3YQUIm9 .list-wrapper .list .item-wrap:hover,
.cid-u5u3YQUIm9 .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u5u3YQUIm9 .list-wrapper .list .item-wrap,
  .cid-u5u3YQUIm9 .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-u5u3YQUIm9 .logo-wrap img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-u5u3YQUIm9 .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-u5u3YQUIm9 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u5u3YQUIm9 .text-wrapper {
  margin: 40px 0 22px;
}
.cid-u5u3YQUIm9 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u5u3YQUIm9 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-u5u3YQUIm9 .mbr-section-title,
.cid-u5u3YQUIm9 .logo-wrap {
  text-align: center;
}
.cid-u5u3YQUIm9 .list {
  color: #1d1d1d;
}
.cid-u5u3YQUIm9 .list_2 {
  color: #989898;
}
.cid-u5u3YQUIm9 .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-u5u3YQUIm9 .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-u5u3YQUIm9 .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u5u3YQUIm9 .list-wrapper,
  .cid-u5u3YQUIm9 .list-wrapper_2 {
    text-align: center;
  }
}
.cid-u5u3YRlsUj .hidden {
  display: none;
}
.cid-u6IznKtMlv .navbar-dropdown {
  position: absolute !important;
}
.cid-u6IznKtMlv .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-u6IznKtMlv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6IznKtMlv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6IznKtMlv .dropdown-item:hover,
.cid-u6IznKtMlv .dropdown-item:focus {
  background: #7a00e7 !important;
  color: white !important;
}
.cid-u6IznKtMlv .dropdown-item:hover span {
  color: white;
}
.cid-u6IznKtMlv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6IznKtMlv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6IznKtMlv .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6IznKtMlv .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6IznKtMlv .nav-link {
  position: relative;
}
.cid-u6IznKtMlv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6IznKtMlv .container {
    flex-wrap: nowrap;
  }
}
.cid-u6IznKtMlv .dropdown-menu,
.cid-u6IznKtMlv .navbar.opened {
  background: #000000 !important;
}
.cid-u6IznKtMlv .nav-item:focus,
.cid-u6IznKtMlv .nav-link:focus {
  outline: none;
}
.cid-u6IznKtMlv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6IznKtMlv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6IznKtMlv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6IznKtMlv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6IznKtMlv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6IznKtMlv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6IznKtMlv .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-u6IznKtMlv .navbar.opened {
  transition: all 0.3s;
}
.cid-u6IznKtMlv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6IznKtMlv .navbar .navbar-logo img {
  width: auto;
}
.cid-u6IznKtMlv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6IznKtMlv .navbar.collapsed {
  justify-content: center;
}
.cid-u6IznKtMlv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6IznKtMlv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6IznKtMlv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-u6IznKtMlv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6IznKtMlv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6IznKtMlv .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-u6IznKtMlv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6IznKtMlv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6IznKtMlv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6IznKtMlv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6IznKtMlv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6IznKtMlv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6IznKtMlv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6IznKtMlv .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-u6IznKtMlv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6IznKtMlv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6IznKtMlv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6IznKtMlv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6IznKtMlv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6IznKtMlv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6IznKtMlv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6IznKtMlv .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-u6IznKtMlv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-u6IznKtMlv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6IznKtMlv .dropdown-item.active,
.cid-u6IznKtMlv .dropdown-item:active {
  background-color: transparent;
}
.cid-u6IznKtMlv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6IznKtMlv .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6IznKtMlv .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6IznKtMlv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-u6IznKtMlv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6IznKtMlv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6IznKtMlv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6IznKtMlv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6IznKtMlv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6IznKtMlv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f79321;
}
.cid-u6IznKtMlv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6IznKtMlv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6IznKtMlv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6IznKtMlv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6IznKtMlv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6IznKtMlv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6IznKtMlv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6IznKtMlv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6IznKtMlv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u6IznKtMlv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6IznKtMlv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6IznKtMlv .navbar {
    height: 70px;
  }
  .cid-u6IznKtMlv .navbar.opened {
    height: auto;
  }
  .cid-u6IznKtMlv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6IznKtMlv .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-u6IznKtMlv .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ffffff;
  background: rgba(0, 0, 0, 0.2);
}
.cid-u6IznKtMlv .navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-u6IznKtMlv .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.cid-u6IznKtMlv .navbar-nav .nav-link:hover {
  background-color: #ffffff;
  color: #000000 !important;
  box-shadow: 2px 0 0 #ffffff, 0 1px 0 #ffffff, -2px 0 0 #ffffff, 0 -1px 0 #ffffff;
}
@media (min-width: 992px) {
  .cid-u6IznKtMlv .mbr-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .cid-u6IznKtMlv .mbr-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .cid-u6IznKtMlv .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-u6IznKtMlv .mbr-section-btn.custom-section-btn .btn-primary:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-u6IznKtMlv .mbr-section-btn.custom-section-btn .btn-black:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-u6IznKtMlv .mbr-section-btn.custom-section-btn .btn-white:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-u6IznKtMlv .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-u6IznKtMlv .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-u6IznKtMlv .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-u6IznKtMlv .navbar-nav {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .cid-u6IznKtMlv .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-u6IznKtMlv .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-u6IznKtMlv .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ffffff !important;
    box-shadow: none;
  }
  .cid-u6IznKtMlv .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-u6IznKtMlv .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-u6IznKtMlv .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-u6IznKtMlv .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-u6IznKtMlv .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-u6IznKtMlv .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-u6IznKtMlv .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-ue0Hc1b65C.popup-builder {
  background-color: #ffffff;
}
.cid-ue0Hc1b65C.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ue0Hc1b65C.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-ue0Hc1b65C .modal-content,
.cid-ue0Hc1b65C .modal-dialog {
  height: auto;
}
.cid-ue0Hc1b65C .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ue0Hc1b65C .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ue0Hc1b65C .form-wrapper .mbr-form .form-group,
  .cid-ue0Hc1b65C .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ue0Hc1b65C .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ue0Hc1b65C .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ue0Hc1b65C .mbr-text {
  text-align: center;
}
.cid-ue0Hc1b65C .pt-0 {
  padding-top: 0 !important;
}
.cid-ue0Hc1b65C .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ue0Hc1b65C .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ue0Hc1b65C .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ue0Hc1b65C .modal-open {
  overflow: hidden;
}
.cid-ue0Hc1b65C .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ue0Hc1b65C .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ue0Hc1b65C .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-ue0Hc1b65C .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ue0Hc1b65C .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ue0Hc1b65C .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ue0Hc1b65C .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ue0Hc1b65C .modal-content {
  background: #8f11f7;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-ue0Hc1b65C .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-ue0Hc1b65C .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ue0Hc1b65C .modal-backdrop.fade {
  opacity: 0;
}
.cid-ue0Hc1b65C .modal-backdrop.show {
  opacity: .5;
}
.cid-ue0Hc1b65C .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-ue0Hc1b65C .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ue0Hc1b65C .modal-header {
    padding: 1rem;
  }
}
.cid-ue0Hc1b65C .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ue0Hc1b65C .modal-header .close svg {
  fill: #eae1eb;
}
.cid-ue0Hc1b65C .modal-header .close:hover {
  opacity: 1;
}
.cid-ue0Hc1b65C .modal-header .close:focus {
  outline: none;
}
.cid-ue0Hc1b65C .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ue0Hc1b65C .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-ue0Hc1b65C .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ue0Hc1b65C .modal-body {
    padding: 1rem;
  }
}
.cid-ue0Hc1b65C .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ue0Hc1b65C .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ue0Hc1b65C .modal-footer {
    padding: 1rem;
  }
}
.cid-ue0Hc1b65C .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ue0Hc1b65C .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ue0Hc1b65C .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ue0Hc1b65C .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-ue0Hc1b65C .modal-lg,
  .cid-ue0Hc1b65C .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-ue0Hc1b65C .modal-xl {
    max-width: 1140px;
  }
}
.cid-ue0Hc1b65C .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ue0Hc1b65C .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ue0Hc1b65C .form-group {
  margin-bottom: 1rem;
}
.cid-ue0Hc1b65C .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ue0Hc1b65C .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ue0Hc1b65C .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-ue0Hc1b65C .mbr-section-btn {
  margin: 0;
}
.cid-ue0Hc1b65C .mbr-section-btn .btn {
  margin: 0;
}
.cid-u6IznKtMlv .navbar-dropdown {
  position: absolute !important;
}
.cid-u6IznKtMlv .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: 0;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6IznKtMlv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6IznKtMlv .dropdown-item {
  border-bottom: 0px solid #e6e6e6;
}
.cid-u6IznKtMlv .dropdown-item:hover,
.cid-u6IznKtMlv .dropdown-item:focus {
  background: #7a00e7 !important;
  color: white !important;
}
.cid-u6IznKtMlv .dropdown-item:hover span {
  color: white;
}
.cid-u6IznKtMlv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6IznKtMlv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6IznKtMlv .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6IznKtMlv .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6IznKtMlv .nav-link {
  position: relative;
}
.cid-u6IznKtMlv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u6IznKtMlv .container {
    flex-wrap: nowrap;
  }
}
.cid-u6IznKtMlv .dropdown-menu,
.cid-u6IznKtMlv .navbar.opened {
  background: #f0f0f0 !important;
}
.cid-u6IznKtMlv .nav-item:focus,
.cid-u6IznKtMlv .nav-link:focus {
  outline: none;
}
.cid-u6IznKtMlv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6IznKtMlv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6IznKtMlv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6IznKtMlv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6IznKtMlv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6IznKtMlv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6IznKtMlv .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 0px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-u6IznKtMlv .navbar.opened {
  transition: all 0.3s;
}
.cid-u6IznKtMlv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6IznKtMlv .navbar .navbar-logo img {
  width: auto;
}
.cid-u6IznKtMlv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6IznKtMlv .navbar.collapsed {
  justify-content: center;
}
.cid-u6IznKtMlv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6IznKtMlv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6IznKtMlv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-u6IznKtMlv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6IznKtMlv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6IznKtMlv .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-u6IznKtMlv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6IznKtMlv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6IznKtMlv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6IznKtMlv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6IznKtMlv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6IznKtMlv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6IznKtMlv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6IznKtMlv .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-u6IznKtMlv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6IznKtMlv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6IznKtMlv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6IznKtMlv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6IznKtMlv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6IznKtMlv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u6IznKtMlv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u6IznKtMlv .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-u6IznKtMlv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-u6IznKtMlv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6IznKtMlv .dropdown-item.active,
.cid-u6IznKtMlv .dropdown-item:active {
  background-color: transparent;
}
.cid-u6IznKtMlv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6IznKtMlv .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6IznKtMlv .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6IznKtMlv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f0f0f0;
}
.cid-u6IznKtMlv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6IznKtMlv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6IznKtMlv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6IznKtMlv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6IznKtMlv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6IznKtMlv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ede7e2;
}
.cid-u6IznKtMlv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6IznKtMlv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6IznKtMlv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6IznKtMlv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6IznKtMlv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6IznKtMlv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6IznKtMlv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6IznKtMlv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6IznKtMlv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u6IznKtMlv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6IznKtMlv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6IznKtMlv .navbar {
    height: 70px;
  }
  .cid-u6IznKtMlv .navbar.opened {
    height: auto;
  }
  .cid-u6IznKtMlv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6IznKtMlv .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-u6IznKtMlv .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 0px solid #cad531;
  background: rgba(240, 240, 240, 0.2);
}
.cid-u6IznKtMlv .navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-u6IznKtMlv .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.cid-u6IznKtMlv .navbar-nav .nav-link:hover {
  background-color: #cad531;
  color: #f0f0f0 !important;
  box-shadow: 0px 0 0 #cad531, 0 0px 0 #cad531, 0px 0 0 #cad531, 0 0px 0 #cad531;
}
@media (min-width: 992px) {
  .cid-u6IznKtMlv .mbr-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .cid-u6IznKtMlv .mbr-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .cid-u6IznKtMlv .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-u6IznKtMlv .mbr-section-btn.custom-section-btn .btn-primary:hover {
  border: 0px solid #ede7e2 !important;
}
.cid-u6IznKtMlv .mbr-section-btn.custom-section-btn .btn-black:hover {
  border: 0px solid #ede7e2 !important;
}
.cid-u6IznKtMlv .mbr-section-btn.custom-section-btn .btn-white:hover {
  border: 0px solid #ede7e2 !important;
}
.cid-u6IznKtMlv .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-u6IznKtMlv .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-u6IznKtMlv .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-u6IznKtMlv .navbar-nav {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .cid-u6IznKtMlv .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-u6IznKtMlv .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    justify-content: flex-start;
  }
  .cid-u6IznKtMlv .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #cad531 !important;
    box-shadow: none;
  }
  .cid-u6IznKtMlv .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-u6IznKtMlv .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-u6IznKtMlv .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 5.6vw;
    line-height: 1;
  }
  .cid-u6IznKtMlv .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-u6IznKtMlv .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 6vw;
    line-height: 1;
  }
  .cid-u6IznKtMlv .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-u6IznKtMlv .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-u7HDETg1b5 {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #fff;
}
.cid-u7HDETg1b5 .item-img {
  position: relative;
}
.cid-u7HDETg1b5 .item-img img {
  transition: all 0.2s;
}
.cid-u7HDETg1b5 .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-u7HDETg1b5 .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-u7HDETg1b5 .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-u7HDETg1b5 .item:hover img {
  transform: scale(1.05);
}
.cid-u7HDETg1b5 .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-u7HDETg1b5 .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-u7HDETg1b5 .item-wrapper {
  position: contain;
  background: transparent;
  border: 3px solid transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u7HDETg1b5 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-u7HDETg1b5 .item-link {
  position: absolute;
  bottom: 8px;
  margin-top: 1rem;
  right: 90px;
  color: #ffffff;
  text-align: right;
}
.cid-u7HDETg1b5 .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 1.3rem;
  z-index: 3;
}
.cid-u7HDETg1b5 .link-icon-wrapper .icon-wrap {
  background: #fac8aa;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-u7HDETg1b5 .link-icon-wrapper .icon-wrap span {
  color: #7a00e7;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-u7HDETg1b5 .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-u7HDETg1b5 .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-u7HDETg1b5 .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-u7HDETg1b5 .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-u7HDETg1b5 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: .4rem;
  padding: 0 1.8rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-u7HDETg1b5 .item-content {
    padding: 0 0.6rem 0.6rem;
  }
}
.cid-u7HDETg1b5 img,
.cid-u7HDETg1b5 .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-u7HDETg1b5 .item:focus,
.cid-u7HDETg1b5 span:focus {
  outline: none;
}
.cid-u7HDETg1b5 .mbr-section-title {
  color: #7a00e7;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .cid-u7HDETg1b5 {
    font-size: 4rem;
  }
}
.cid-u7HDETg1b5 .item-title {
  text-align: left;
  color: #f9f9fc;
}
.cid-u7HDETg1b5 .item-subtitle {
  text-align: left;
  color: #f79321;
}
.cid-u7HDETg1b5 .mbr-section-subtitle,
.cid-u7HDETg1b5 .subtitle-wrap,
.cid-u7HDETg1b5 .mbr-section-btn {
  text-align: center;
  color: #7a00e7;
}
.cid-u7HDETg1b5 .mbr-text,
.cid-u7HDETg1b5 .item .mbr-section-btn {
  color: #ffffff;
}
.cid-ujsk4d6Yb1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujsk4d6Yb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujsk4d6Yb1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ujsk4d6Yb1 .container {
    padding: 0 16px;
  }
}
.cid-ujsk4d6Yb1 .row-content {
  margin: 0 -24px;
}
.cid-ujsk4d6Yb1 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ujsk4d6Yb1 .content-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-ujsk4d6Yb1 .card {
  padding: 0 24px;
}
.cid-ujsk4d6Yb1 .card .text-wrapper {
  background-image: linear-gradient(135deg, #f9f9fc, #f9f9fc 34%, #f9f9fc 67%, #f9f9fc) !important;
  padding: 5px;
  border-radius: 2em;
  position: sticky;
  top: 16px;
}
@media (max-width: 992px) {
  .cid-ujsk4d6Yb1 .card .text-wrapper {
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .cid-ujsk4d6Yb1 .card .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap {
  border-radius: 1.9em;
  background-color: #f9f9fc;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap {
    padding: 16px;
  }
}
.cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 10px;
}
.cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap .mbr-section-btn .btn-primary-outline,
.cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap .mbr-section-btn .btn-secondary-outline,
.cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap .mbr-section-btn .btn-success-outline,
.cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap .mbr-section-btn .btn-info-outline,
.cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap .mbr-section-btn .btn-warning-outline,
.cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap .mbr-section-btn .btn-danger-outline,
.cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap .mbr-section-btn .btn-black-outline,
.cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap .mbr-section-btn .btn-primary-outline:hover::after,
.cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap .mbr-section-btn .btn-success-outline:hover::after,
.cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap .mbr-section-btn .btn-info-outline:hover::after,
.cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap .mbr-section-btn .btn-warning-outline:hover::after,
.cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap .mbr-section-btn .btn-danger-outline:hover::after,
.cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap .mbr-section-btn .btn-black-outline:hover::after,
.cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap .mbr-section-btn .btn-white-outline:hover::after,
.cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap .mbr-section-btn .btn-primary-outline:focus::after,
.cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap .mbr-section-btn .btn-success-outline:focus::after,
.cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap .mbr-section-btn .btn-info-outline:focus::after,
.cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap .mbr-section-btn .btn-warning-outline:focus::after,
.cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap .mbr-section-btn .btn-danger-outline:focus::after,
.cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap .mbr-section-btn .btn-black-outline:focus::after,
.cid-ujsk4d6Yb1 .card .text-wrapper .text-wrap .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-ujsk4d6Yb1 .card .items-wrapper .item {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-ujsk4d6Yb1 .card .items-wrapper .item {
    margin-bottom: 24px;
  }
}
.cid-ujsk4d6Yb1 .card .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-ujsk4d6Yb1 .card .items-wrapper .item .item-wrapper {
  background-image: linear-gradient(135deg, #f9f9fc, #f9f9fc 34%, #f9f9fc 67%, #f9f9fc) !important;
  border-radius: 2em !important;
  padding: 5px;
}
.cid-ujsk4d6Yb1 .card .items-wrapper .item .item-wrapper .card-box {
  border-radius: 1.9em;
  background-color: #f9f9fc;
  padding: 36px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ujsk4d6Yb1 .card .items-wrapper .item .item-wrapper .card-box {
    padding: 16px;
  }
}
.cid-ujsk4d6Yb1 .card .items-wrapper .item .item-wrapper .card-box .card-number {
  display: inline-flex;
  width: 60px;
  margin-bottom: 0;
  -webkit-text-stroke-color: #333333;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-right: 10px;
}
.cid-ujsk4d6Yb1 .card .items-wrapper .item .item-wrapper .card-box .card-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-ujsk4d6Yb1 .mbr-section-title {
  color: #080808;
  text-align: left;
}
.cid-ujsk4d6Yb1 .mbr-text {
  color: #333333;
}
.cid-ujsk4d6Yb1 .card-text {
  color: #f79321;
}
.cid-ujsk4d6Yb1 .mbr-text,
.cid-ujsk4d6Yb1 .mbr-section-btn {
  color: #7a00e7;
}
.cid-ujvXQBFlgh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fff;
}
@media (max-width: 992px) {
  .cid-ujvXQBFlgh .container {
    padding: 0 6px;
  }
}
.cid-ujvXQBFlgh .row {
  margin: 0;
  background-color: #f9f9fc;
  border-radius: 40px;
  padding: 50px;
}
@media (max-width: 1440px) {
  .cid-ujvXQBFlgh .row {
    padding: 60px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-ujvXQBFlgh .row {
    padding: 50px 8px;
  }
}
@media (max-width: 992px) {
  .cid-ujvXQBFlgh .row {
    padding: 30px 60px;
  }
}
@media (max-width: 768px) {
  .cid-ujvXQBFlgh .row {
    padding: 30px 30px;
  }
}
.cid-ujvXQBFlgh .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-ujvXQBFlgh .desc-wrapper {
  padding-right: 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ujvXQBFlgh .desc-wrapper {
    padding: 0;
  }
}
.cid-ujvXQBFlgh .desc-wrapper .mbr-desc {
  padding: 10px 10px;
  display: inline-flex;
  border: 1px solid #7a00e7;
  border-radius: 30px;
  margin-bottom: 0;
}
.cid-ujvXQBFlgh .title-wrapper {
  margin-bottom: 4px;
}
.cid-ujvXQBFlgh .title-wrapper span {
  color: #7a00e7;
}
.cid-ujvXQBFlgh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ujvXQBFlgh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 767px) {
  .cid-ujvXQBFlgh .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ujvXQBFlgh .embla__slide .item-desc {
  position: absolute;
  width: 100%;
  top: -47px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.cid-ujvXQBFlgh .embla__slide .item-desc .card-desc {
  display: inline-block;
  min-width: 250px;
  padding: 15px 22px 30px;
  border-radius: 16px 16px 0 0;
  background-color: #7a00e7;
}
@media (max-width: 992px) {
  .cid-ujvXQBFlgh .embla__slide .item-desc .card-desc {
    min-width: auto;
  }
}
.cid-ujvXQBFlgh .embla__slide:hover .item-wrapper .item-img img,
.cid-ujvXQBFlgh .embla__slide:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-ujvXQBFlgh .embla__slide:hover .item-desc,
.cid-ujvXQBFlgh .embla__slide:focus .item-desc {
  top: -57px;
}
.cid-ujvXQBFlgh .embla__slide .slide-content {
  padding: 40px;
  border-radius: 16px !important;
  background-color: #f0f0f0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ujvXQBFlgh .embla__slide .slide-content {
    padding: 22px;
  }
}
.cid-ujvXQBFlgh .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-ujvXQBFlgh .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 22px;
}
.cid-ujvXQBFlgh .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-ujvXQBFlgh .embla__slide .slide-content .item-img .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin: 0 0 40px;
}
@media (max-width: 992px) {
  .cid-ujvXQBFlgh .embla__slide .slide-content .item-img .mbr-section-btn {
    margin: 22px 0;
  }
}
.cid-ujvXQBFlgh .embla__slide .slide-content .item-img .image-wrap {
  overflow: hidden;
  border-radius: 10px;
}
.cid-ujvXQBFlgh .embla__slide .slide-content .item-img .image-wrap img {
  height: 200px;
  width: 200px;
  margin: 0 auto;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-ujvXQBFlgh .embla__button--next,
.cid-ujvXQBFlgh .embla__button--prev {
  display: flex;
}
.cid-ujvXQBFlgh .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #fafafa;
  color: #7a00e7 !important;
  border: none;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-ujvXQBFlgh .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ujvXQBFlgh .embla__button:hover {
  color: #cad531 !important;
}
.cid-ujvXQBFlgh .embla__button.embla__button--prev {
  left: 40%;
}
@media (max-width: 768px) {
  .cid-ujvXQBFlgh .embla__button.embla__button--prev {
    left: 10%;
  }
}
.cid-ujvXQBFlgh .embla__button.embla__button--next {
  right: 40%;
}
@media (max-width: 768px) {
  .cid-ujvXQBFlgh .embla__button.embla__button--next {
    right: 10%;
  }
}
.cid-ujvXQBFlgh .embla {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
.cid-ujvXQBFlgh .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ujvXQBFlgh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ujvXQBFlgh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ujvXQBFlgh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ujvXQBFlgh .mbr-desc {
  color: #ffffff;
}
.cid-ujvXQBFlgh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ujvXQBFlgh .card-desc {
  color: #ffffff;
}
.cid-ujvXQBFlgh .item-title {
  color: #131313;
}
.cid-ujvXQBFlgh .mbr-text {
  color: #131313;
}
.cid-ujvXQBFlgh .item-title,
.cid-ujvXQBFlgh .mbr-section-btn {
  text-align: center;
  color: #7a00e7;
}
.cid-ujvXQBFlgh .mbr-desc,
.cid-ujvXQBFlgh .desc-wrapper {
  color: #7a00e7;
  text-align: left;
}
.cid-u4R8nAOcKY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff;
}
.cid-u4R8nAOcKY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4R8nAOcKY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-u4R8nAOcKY .container {
    padding: 0 24px;
  }
}
.cid-u4R8nAOcKY .row {
  border-top: 1px solid #cad531;
}
@media (min-width: 992px) {
  .cid-u4R8nAOcKY .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-u4R8nAOcKY .row {
    border: none;
  }
}
.cid-u4R8nAOcKY .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-u4R8nAOcKY .row .card {
    padding: 0 16px;
  }
}
.cid-u4R8nAOcKY .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u4R8nAOcKY .content-wrapper {
    padding: 24px;
  }
}
.cid-u4R8nAOcKY .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-u4R8nAOcKY .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-u4R8nAOcKY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u4R8nAOcKY .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-u4R8nAOcKY .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-u4R8nAOcKY .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-u4R8nAOcKY .panel-group .card {
  padding: 32px;
  border-top: 1px solid #cad531;
  border-left: 1px solid #cad531;
  border-radius: 0 !important;
}
.cid-u4R8nAOcKY .panel-group .card:first-child {
  border-top: none;
}
@media (max-width: 992px) {
  .cid-u4R8nAOcKY .panel-group .card:first-child {
    border-top: 1px solid #cad531;
  }
}
@media (max-width: 992px) {
  .cid-u4R8nAOcKY .panel-group .card {
    padding: 24px;
    border-left: none;
  }
}
.cid-u4R8nAOcKY .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u4R8nAOcKY .panel-group .card .card-header .panel-title {
  display: block;
  font-size: 1.3rem;
}
.cid-u4R8nAOcKY .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  display: inline;
  padding-left: 24px;
  border-left: 1px solid #f59807;
}
.cid-u4R8nAOcKY .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.cid-u4R8nAOcKY .panel-group .card .card-header .panel-title .panel-title-edit span {
  color: #7a00e7;
}
.cid-u4R8nAOcKY .panel-group .card .panel-collapse .panel-body {
  padding-top: 32px;
}
@media (max-width: 992px) {
  .cid-u4R8nAOcKY .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-u4R8nAOcKY .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u4R8nAOcKY .mbr-section-title {
  color: #F9F6E0;
}
.cid-u4R8nAOcKY .mbr-text {
  color: #8f11f7;
  text-align: right;
}
.cid-u4R8nAOcKY .panel-title-edit {
  color: #E0B548;
  font-size: 1.3rem;
}
.cid-u4R8nAOcKY .panel-text {
  color: #6820fa;
}
.cid-u4R8nAOcKY .mbr-section-title,
.cid-u4R8nAOcKY .mbr-section-btn {
  text-align: right;
  color: #f59807;
}
.cid-u4R8nAOcKY .panel-title-edit,
.cid-u4R8nAOcKY .panel-title {
  color: #6820fa;
}
.cid-2GPDzxtp1g {
  background-color: #fff;
}
.cid-2GPDzxtp1g .wave1 {
  fill: #eae1eb;
}
.cid-2GPDzxtp1g .wave2 {
  fill: #eae1eb;
  opacity: 0.5;
}
.cid-2GPDzxtp1g .wave3,
.cid-2GPDzxtp1g .wave4 {
  fill: #eae1eb;
  opacity: 0.35;
}
.cid-u51sxOA63z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #eae1eb;
}
.cid-u51sxOA63z .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-u51sxOA63z .container {
    max-width: 1130px;
  }
  .cid-u51sxOA63z .wrap {
    width: 1130px;
    padding: 0;
  }
}
.cid-u51sxOA63z .item-content {
  padding: 1 1rem;
}
.cid-u51sxOA63z .item-img {
  height: 100%;
}
.cid-u51sxOA63z .item-img img {
  object-fit: block;
  position: center;
  border-radius: 100%;
}
.cid-u51sxOA63z .item-img img {
  object-fit: block;
  border-radius: 100%;
  height: 230px;
  width: 90%;
}
@media only screen and (max-width: 600px) {
  .cid-u51sxOA63z .item-img img {
    height: 140px;
    border-radius: 100%;
    width: 80%;
    position: center;
  }
}
.cid-u51sxOA63z .item:focus,
.cid-u51sxOA63z span:focus {
  outline: none;
}
.cid-u51sxOA63z .item-wrapper {
  position: relative;
}
.cid-u51sxOA63z .slide-content {
  position: relative;
  border-radius: 4px;
  background: #eae1eb;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-u51sxOA63z .mbr-text {
  text-align: center;
  color: #7a00e7;
  font-size: 99,8%;
}
.cid-u51sxOA63z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 255px;
  max-width: 255px;
  margin: 0 0.5rem;
}
@media (max-width: 768px) {
  .cid-u51sxOA63z .embla__slide {
    min-width: 48%;
    max-width: initial;
  }
}
.cid-u51sxOA63z .embla__button--next,
.cid-u51sxOA63z .embla__button--prev {
  display: flex;
}
.cid-u51sxOA63z .embla__button {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 16px;
  color: #802990;
  background-color: #f79321;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u51sxOA63z .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u51sxOA63z .embla__button:hover {
  background-color: #cad531;
  color: #802990;
}
.cid-u51sxOA63z .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u51sxOA63z .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u51sxOA63z .embla__button {
    top: auto;
  }
}
.cid-u51sxOA63z .embla {
  position: relative;
  width: 100%;
}
.cid-u51sxOA63z .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u51sxOA63z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u51sxOA63z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u51sxOA63z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u51sxOA63z .mbr-section-title {
  color: #6820fa;
  margin-bottom: 3rem;
  text-align: center;
}
.cid-u4VkN05opP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 0;
}
.cid-u4VkN05opP .modal-dialog {
  position: relative;
  width: 100%;
  margin: 0;
  pointer-events: none;
}
.cid-u4VkN05opP .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.cid-u4VkN05opP .modal-body {
  position: cover;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
}
.cid-u4VkN05opP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-u4VkN05opP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
}
.cid-uf1mONJ61A {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #7a00e7;
}
.cid-uf1mONJ61A img {
  width: 100%;
}
.cid-u4NpjqiX1o.popup-builder {
  background-color: #ffffff;
}
.cid-u4NpjqiX1o.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u4NpjqiX1o.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u4NpjqiX1o .modal-content,
.cid-u4NpjqiX1o .modal-dialog {
  height: auto;
}
.cid-u4NpjqiX1o .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u4NpjqiX1o .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u4NpjqiX1o .form-wrapper .mbr-form .form-group,
  .cid-u4NpjqiX1o .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u4NpjqiX1o .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u4NpjqiX1o .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u4NpjqiX1o .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-u4NpjqiX1o .pt-0 {
  padding-top: 0 !important;
}
.cid-u4NpjqiX1o .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u4NpjqiX1o .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u4NpjqiX1o .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u4NpjqiX1o .modal-open {
  overflow: hidden;
}
.cid-u4NpjqiX1o .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u4NpjqiX1o .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u4NpjqiX1o .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u4NpjqiX1o .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u4NpjqiX1o .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u4NpjqiX1o .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u4NpjqiX1o .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u4NpjqiX1o .modal-content {
  background: #eae1eb;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u4NpjqiX1o .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u4NpjqiX1o .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u4NpjqiX1o .modal-backdrop.fade {
  opacity: 0;
}
.cid-u4NpjqiX1o .modal-backdrop.show {
  opacity: .5;
}
.cid-u4NpjqiX1o .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u4NpjqiX1o .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u4NpjqiX1o .modal-header {
    padding: 1rem;
  }
}
.cid-u4NpjqiX1o .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u4NpjqiX1o .modal-header .close svg {
  fill: #6820fa;
}
.cid-u4NpjqiX1o .modal-header .close:hover {
  opacity: 1;
}
.cid-u4NpjqiX1o .modal-header .close:focus {
  outline: none;
}
.cid-u4NpjqiX1o .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7a00e7;
}
.cid-u4NpjqiX1o .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u4NpjqiX1o .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4NpjqiX1o .modal-body {
    padding: 1rem;
  }
}
.cid-u4NpjqiX1o .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u4NpjqiX1o .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u4NpjqiX1o .modal-footer {
    padding: 1rem;
  }
}
.cid-u4NpjqiX1o .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u4NpjqiX1o .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u4NpjqiX1o .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u4NpjqiX1o .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u4NpjqiX1o .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u4NpjqiX1o .modal-lg,
  .cid-u4NpjqiX1o .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u4NpjqiX1o .modal-xl {
    max-width: 1140px;
  }
}
.cid-u4NpjqiX1o .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u4NpjqiX1o .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u4NpjqiX1o .form-group {
  margin-bottom: 1rem;
}
.cid-u4NpjqiX1o .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u4NpjqiX1o .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u4NpjqiX1o .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u4NpjqiX1o .mbr-section-btn {
  margin: 0;
}
.cid-u4NpjqiX1o .mbr-section-btn .btn {
  margin: 0;
}
.cid-u76KMRsJSI.popup-builder {
  background-color: #ffffff;
}
.cid-u76KMRsJSI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u76KMRsJSI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u76KMRsJSI .modal-content,
.cid-u76KMRsJSI .modal-dialog {
  height: auto;
}
.cid-u76KMRsJSI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u76KMRsJSI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u76KMRsJSI .form-wrapper .mbr-form .form-group,
  .cid-u76KMRsJSI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u76KMRsJSI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u76KMRsJSI .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u76KMRsJSI .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-u76KMRsJSI .pt-0 {
  padding-top: 0 !important;
}
.cid-u76KMRsJSI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u76KMRsJSI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u76KMRsJSI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u76KMRsJSI .modal-open {
  overflow: hidden;
}
.cid-u76KMRsJSI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u76KMRsJSI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u76KMRsJSI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u76KMRsJSI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u76KMRsJSI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u76KMRsJSI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u76KMRsJSI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u76KMRsJSI .modal-content {
  background: #eae1eb;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u76KMRsJSI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u76KMRsJSI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u76KMRsJSI .modal-backdrop.fade {
  opacity: 0;
}
.cid-u76KMRsJSI .modal-backdrop.show {
  opacity: .5;
}
.cid-u76KMRsJSI .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u76KMRsJSI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u76KMRsJSI .modal-header {
    padding: 1rem;
  }
}
.cid-u76KMRsJSI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u76KMRsJSI .modal-header .close svg {
  fill: #353535;
}
.cid-u76KMRsJSI .modal-header .close:hover {
  opacity: 1;
}
.cid-u76KMRsJSI .modal-header .close:focus {
  outline: none;
}
.cid-u76KMRsJSI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #7a00e7;
}
.cid-u76KMRsJSI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u76KMRsJSI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u76KMRsJSI .modal-body {
    padding: 1rem;
  }
}
.cid-u76KMRsJSI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u76KMRsJSI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u76KMRsJSI .modal-footer {
    padding: 1rem;
  }
}
.cid-u76KMRsJSI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u76KMRsJSI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u76KMRsJSI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u76KMRsJSI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u76KMRsJSI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u76KMRsJSI .modal-lg,
  .cid-u76KMRsJSI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u76KMRsJSI .modal-xl {
    max-width: 1140px;
  }
}
.cid-u76KMRsJSI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u76KMRsJSI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u76KMRsJSI .form-group {
  margin-bottom: 1rem;
}
.cid-u76KMRsJSI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u76KMRsJSI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u76KMRsJSI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u76KMRsJSI .mbr-section-btn {
  margin: 6px;
}
.cid-u76KMRsJSI .mbr-section-btn .btn {
  margin: 6px;
}
.cid-u6EJqKbihi.popup-builder {
  background-color: #ffffff;
}
.cid-u6EJqKbihi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u6EJqKbihi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-u6EJqKbihi .modal-content,
.cid-u6EJqKbihi .modal-dialog {
  height: auto;
}
.cid-u6EJqKbihi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u6EJqKbihi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u6EJqKbihi .form-wrapper .mbr-form .form-group,
  .cid-u6EJqKbihi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u6EJqKbihi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u6EJqKbihi .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6EJqKbihi .mbr-text {
  text-align: center;
  color: #eae1eb;
}
.cid-u6EJqKbihi .pt-0 {
  padding-top: 0 !important;
}
.cid-u6EJqKbihi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u6EJqKbihi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u6EJqKbihi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u6EJqKbihi .modal-open {
  overflow: hidden;
}
.cid-u6EJqKbihi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u6EJqKbihi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u6EJqKbihi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-u6EJqKbihi .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u6EJqKbihi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u6EJqKbihi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u6EJqKbihi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u6EJqKbihi .modal-content {
  background: #a4a2a2;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-u6EJqKbihi .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u6EJqKbihi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u6EJqKbihi .modal-backdrop.fade {
  opacity: 0;
}
.cid-u6EJqKbihi .modal-backdrop.show {
  opacity: .5;
}
.cid-u6EJqKbihi .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u6EJqKbihi .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u6EJqKbihi .modal-header {
    padding: 1rem;
  }
}
.cid-u6EJqKbihi .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u6EJqKbihi .modal-header .close svg {
  fill: #7a00e7;
}
.cid-u6EJqKbihi .modal-header .close:hover {
  opacity: 1;
}
.cid-u6EJqKbihi .modal-header .close:focus {
  outline: none;
}
.cid-u6EJqKbihi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u6EJqKbihi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u6EJqKbihi .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6EJqKbihi .modal-body {
    padding: 1rem;
  }
}
.cid-u6EJqKbihi .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u6EJqKbihi .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6EJqKbihi .modal-footer {
    padding: 1rem;
  }
}
.cid-u6EJqKbihi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u6EJqKbihi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u6EJqKbihi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u6EJqKbihi .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u6EJqKbihi .modal-lg,
  .cid-u6EJqKbihi .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u6EJqKbihi .modal-xl {
    max-width: 1140px;
  }
}
.cid-u6EJqKbihi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u6EJqKbihi .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u6EJqKbihi .form-group {
  margin-bottom: 1rem;
}
.cid-u6EJqKbihi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u6EJqKbihi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u6EJqKbihi .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u6EJqKbihi .mbr-section-btn {
  margin: 0;
}
.cid-u6EJqKbihi .mbr-section-btn .btn {
  margin: 0;
}
.cid-u69Xjmin8B.popup-builder {
  background-color: #ffffff;
}
.cid-u69Xjmin8B.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u69Xjmin8B.popup-builder .modal-dialog {
  margin-top: -30px;
  margin-bottom: 60px;
}
.cid-u69Xjmin8B .modal-content,
.cid-u69Xjmin8B .modal-dialog {
  height: auto;
}
.cid-u69Xjmin8B .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u69Xjmin8B .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u69Xjmin8B .form-wrapper .mbr-form .form-group,
  .cid-u69Xjmin8B .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u69Xjmin8B .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u69Xjmin8B .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u69Xjmin8B .mbr-text {
  text-align: center;
}
.cid-u69Xjmin8B .pt-0 {
  padding-top: 0 !important;
}
.cid-u69Xjmin8B .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u69Xjmin8B .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u69Xjmin8B .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u69Xjmin8B .modal-open {
  overflow: hidden;
}
.cid-u69Xjmin8B .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u69Xjmin8B .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u69Xjmin8B .modal-dialog {
  position: relative;
  width: auto;
  margin: 0rem;
  pointer-events: none;
}
.cid-u69Xjmin8B .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u69Xjmin8B .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u69Xjmin8B .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u69Xjmin8B .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u69Xjmin8B .modal-content {
  background: #f79321;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u69Xjmin8B .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u69Xjmin8B .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u69Xjmin8B .modal-backdrop.fade {
  opacity: 0;
}
.cid-u69Xjmin8B .modal-backdrop.show {
  opacity: .5;
}
.cid-u69Xjmin8B .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u69Xjmin8B .modal-header {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-u69Xjmin8B .modal-header {
    padding: 0rem;
  }
}
.cid-u69Xjmin8B .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -2rem -1rem -1rem auto;
  padding: 1rem;
  opacity: 1;
}
.cid-u69Xjmin8B .modal-header .close svg {
  fill: #cad531;
}
.cid-u69Xjmin8B .modal-header .close:hover {
  opacity: 1;
}
.cid-u69Xjmin8B .modal-header .close:focus {
  outline: none;
}
.cid-u69Xjmin8B .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u69Xjmin8B .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u69Xjmin8B .modal-body {
    padding: 0rem 0rem 0rem;
  }
}
@media (max-width: 991px) {
  .cid-u69Xjmin8B .modal-body {
    padding: 0rem;
  }
}
.cid-u69Xjmin8B .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u69Xjmin8B .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u69Xjmin8B .modal-footer {
    padding: 1rem;
  }
}
.cid-u69Xjmin8B .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u69Xjmin8B .modal-dialog {
    max-width: 500px;
    margin: 0.2rem auto;
  }
  .cid-u69Xjmin8B .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u69Xjmin8B .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u69Xjmin8B .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u69Xjmin8B .modal-lg,
  .cid-u69Xjmin8B .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u69Xjmin8B .modal-xl {
    max-width: 1140px;
  }
}
.cid-u69Xjmin8B .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u69Xjmin8B .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u69Xjmin8B .form-group {
  margin-bottom: 1rem;
}
.cid-u69Xjmin8B .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u69Xjmin8B .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u69Xjmin8B .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u69Xjmin8B .mbr-section-btn {
  margin: 0;
}
.cid-u69Xjmin8B .mbr-section-btn .btn {
  margin: 0;
}
.cid-u6EOIyjv9z.popup-builder {
  background-color: #ffffff;
}
.cid-u6EOIyjv9z.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u6EOIyjv9z.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-u6EOIyjv9z .modal-content,
.cid-u6EOIyjv9z .modal-dialog {
  height: auto;
}
.cid-u6EOIyjv9z .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u6EOIyjv9z .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u6EOIyjv9z .form-wrapper .mbr-form .form-group,
  .cid-u6EOIyjv9z .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u6EOIyjv9z .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u6EOIyjv9z .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6EOIyjv9z .mbr-text {
  text-align: center;
}
.cid-u6EOIyjv9z .pt-0 {
  padding-top: 0 !important;
}
.cid-u6EOIyjv9z .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u6EOIyjv9z .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u6EOIyjv9z .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u6EOIyjv9z .modal-open {
  overflow: hidden;
}
.cid-u6EOIyjv9z .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u6EOIyjv9z .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u6EOIyjv9z .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-u6EOIyjv9z .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u6EOIyjv9z .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u6EOIyjv9z .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u6EOIyjv9z .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u6EOIyjv9z .modal-content {
  background: #a4a2a2;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-u6EOIyjv9z .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u6EOIyjv9z .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u6EOIyjv9z .modal-backdrop.fade {
  opacity: 0;
}
.cid-u6EOIyjv9z .modal-backdrop.show {
  opacity: .5;
}
.cid-u6EOIyjv9z .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u6EOIyjv9z .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u6EOIyjv9z .modal-header {
    padding: 1rem;
  }
}
.cid-u6EOIyjv9z .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u6EOIyjv9z .modal-header .close svg {
  fill: #8f11f7;
}
.cid-u6EOIyjv9z .modal-header .close:hover {
  opacity: 1;
}
.cid-u6EOIyjv9z .modal-header .close:focus {
  outline: none;
}
.cid-u6EOIyjv9z .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f0f0f0;
}
.cid-u6EOIyjv9z .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u6EOIyjv9z .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6EOIyjv9z .modal-body {
    padding: 1rem;
  }
}
.cid-u6EOIyjv9z .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u6EOIyjv9z .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6EOIyjv9z .modal-footer {
    padding: 1rem;
  }
}
.cid-u6EOIyjv9z .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u6EOIyjv9z .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u6EOIyjv9z .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u6EOIyjv9z .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u6EOIyjv9z .modal-lg,
  .cid-u6EOIyjv9z .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u6EOIyjv9z .modal-xl {
    max-width: 1140px;
  }
}
.cid-u6EOIyjv9z .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u6EOIyjv9z .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u6EOIyjv9z .form-group {
  margin-bottom: 1rem;
}
.cid-u6EOIyjv9z .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u6EOIyjv9z .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u6EOIyjv9z .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u6EOIyjv9z .mbr-section-btn {
  margin: 0;
}
.cid-u6EOIyjv9z .mbr-section-btn .btn {
  margin: 0;
}
.cid-u6EOJXApDS.popup-builder {
  background-color: #ffffff;
}
.cid-u6EOJXApDS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u6EOJXApDS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-u6EOJXApDS .modal-content,
.cid-u6EOJXApDS .modal-dialog {
  height: auto;
}
.cid-u6EOJXApDS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u6EOJXApDS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u6EOJXApDS .form-wrapper .mbr-form .form-group,
  .cid-u6EOJXApDS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u6EOJXApDS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u6EOJXApDS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6EOJXApDS .mbr-text {
  text-align: center;
}
.cid-u6EOJXApDS .pt-0 {
  padding-top: 0 !important;
}
.cid-u6EOJXApDS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u6EOJXApDS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u6EOJXApDS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u6EOJXApDS .modal-open {
  overflow: hidden;
}
.cid-u6EOJXApDS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u6EOJXApDS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u6EOJXApDS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-u6EOJXApDS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u6EOJXApDS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u6EOJXApDS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u6EOJXApDS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u6EOJXApDS .modal-content {
  background: #a4a2a2;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-u6EOJXApDS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u6EOJXApDS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u6EOJXApDS .modal-backdrop.fade {
  opacity: 0;
}
.cid-u6EOJXApDS .modal-backdrop.show {
  opacity: .5;
}
.cid-u6EOJXApDS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u6EOJXApDS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u6EOJXApDS .modal-header {
    padding: 1rem;
  }
}
.cid-u6EOJXApDS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u6EOJXApDS .modal-header .close svg {
  fill: #7a00e7;
}
.cid-u6EOJXApDS .modal-header .close:hover {
  opacity: 1;
}
.cid-u6EOJXApDS .modal-header .close:focus {
  outline: none;
}
.cid-u6EOJXApDS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #f0f0f0;
}
.cid-u6EOJXApDS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u6EOJXApDS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6EOJXApDS .modal-body {
    padding: 1rem;
  }
}
.cid-u6EOJXApDS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u6EOJXApDS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6EOJXApDS .modal-footer {
    padding: 1rem;
  }
}
.cid-u6EOJXApDS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u6EOJXApDS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u6EOJXApDS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u6EOJXApDS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u6EOJXApDS .modal-lg,
  .cid-u6EOJXApDS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u6EOJXApDS .modal-xl {
    max-width: 1140px;
  }
}
.cid-u6EOJXApDS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u6EOJXApDS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u6EOJXApDS .form-group {
  margin-bottom: 1rem;
}
.cid-u6EOJXApDS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u6EOJXApDS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u6EOJXApDS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u6EOJXApDS .mbr-section-btn {
  margin: 0;
}
.cid-u6EOJXApDS .mbr-section-btn .btn {
  margin: 0;
}
.cid-u84Lqae7Hd.popup-builder {
  background-color: #ffffff;
}
.cid-u84Lqae7Hd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u84Lqae7Hd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-u84Lqae7Hd .modal-content,
.cid-u84Lqae7Hd .modal-dialog {
  height: auto;
}
.cid-u84Lqae7Hd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u84Lqae7Hd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u84Lqae7Hd .form-wrapper .mbr-form .form-group,
  .cid-u84Lqae7Hd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u84Lqae7Hd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u84Lqae7Hd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u84Lqae7Hd .mbr-text {
  text-align: center;
  color: #f9f9fc;
}
.cid-u84Lqae7Hd .pt-0 {
  padding-top: 0 !important;
}
.cid-u84Lqae7Hd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u84Lqae7Hd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u84Lqae7Hd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u84Lqae7Hd .modal-open {
  overflow: hidden;
}
.cid-u84Lqae7Hd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u84Lqae7Hd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u84Lqae7Hd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-u84Lqae7Hd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u84Lqae7Hd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u84Lqae7Hd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u84Lqae7Hd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u84Lqae7Hd .modal-content {
  background: #b6b6b6;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-u84Lqae7Hd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u84Lqae7Hd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u84Lqae7Hd .modal-backdrop.fade {
  opacity: 0;
}
.cid-u84Lqae7Hd .modal-backdrop.show {
  opacity: .5;
}
.cid-u84Lqae7Hd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u84Lqae7Hd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u84Lqae7Hd .modal-header {
    padding: 1rem;
  }
}
.cid-u84Lqae7Hd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u84Lqae7Hd .modal-header .close svg {
  fill: #353535;
}
.cid-u84Lqae7Hd .modal-header .close:hover {
  opacity: 1;
}
.cid-u84Lqae7Hd .modal-header .close:focus {
  outline: none;
}
.cid-u84Lqae7Hd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u84Lqae7Hd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u84Lqae7Hd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u84Lqae7Hd .modal-body {
    padding: 1rem;
  }
}
.cid-u84Lqae7Hd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u84Lqae7Hd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u84Lqae7Hd .modal-footer {
    padding: 1rem;
  }
}
.cid-u84Lqae7Hd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u84Lqae7Hd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u84Lqae7Hd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u84Lqae7Hd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u84Lqae7Hd .modal-lg,
  .cid-u84Lqae7Hd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u84Lqae7Hd .modal-xl {
    max-width: 1140px;
  }
}
.cid-u84Lqae7Hd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u84Lqae7Hd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u84Lqae7Hd .form-group {
  margin-bottom: 1rem;
}
.cid-u84Lqae7Hd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u84Lqae7Hd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u84Lqae7Hd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u84Lqae7Hd .mbr-section-btn {
  margin: 0;
}
.cid-u84Lqae7Hd .mbr-section-btn .btn {
  margin: 0;
}
.cid-u84RLy6elq.popup-builder {
  background-color: #ffffff;
}
.cid-u84RLy6elq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u84RLy6elq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-u84RLy6elq .modal-content,
.cid-u84RLy6elq .modal-dialog {
  height: auto;
}
.cid-u84RLy6elq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u84RLy6elq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u84RLy6elq .form-wrapper .mbr-form .form-group,
  .cid-u84RLy6elq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u84RLy6elq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u84RLy6elq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u84RLy6elq .mbr-text {
  text-align: center;
  color: #f0f0f0;
}
.cid-u84RLy6elq .pt-0 {
  padding-top: 0 !important;
}
.cid-u84RLy6elq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u84RLy6elq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u84RLy6elq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u84RLy6elq .modal-open {
  overflow: hidden;
}
.cid-u84RLy6elq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u84RLy6elq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u84RLy6elq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-u84RLy6elq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u84RLy6elq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u84RLy6elq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u84RLy6elq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u84RLy6elq .modal-content {
  background: #a4a2a2;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-u84RLy6elq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u84RLy6elq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u84RLy6elq .modal-backdrop.fade {
  opacity: 0;
}
.cid-u84RLy6elq .modal-backdrop.show {
  opacity: .5;
}
.cid-u84RLy6elq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u84RLy6elq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u84RLy6elq .modal-header {
    padding: 1rem;
  }
}
.cid-u84RLy6elq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u84RLy6elq .modal-header .close svg {
  fill: #353535;
}
.cid-u84RLy6elq .modal-header .close:hover {
  opacity: 1;
}
.cid-u84RLy6elq .modal-header .close:focus {
  outline: none;
}
.cid-u84RLy6elq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u84RLy6elq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u84RLy6elq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u84RLy6elq .modal-body {
    padding: 1rem;
  }
}
.cid-u84RLy6elq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u84RLy6elq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u84RLy6elq .modal-footer {
    padding: 1rem;
  }
}
.cid-u84RLy6elq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u84RLy6elq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u84RLy6elq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u84RLy6elq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u84RLy6elq .modal-lg,
  .cid-u84RLy6elq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u84RLy6elq .modal-xl {
    max-width: 1140px;
  }
}
.cid-u84RLy6elq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u84RLy6elq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u84RLy6elq .form-group {
  margin-bottom: 1rem;
}
.cid-u84RLy6elq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u84RLy6elq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u84RLy6elq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u84RLy6elq .mbr-section-btn {
  margin: 0;
}
.cid-u84RLy6elq .mbr-section-btn .btn {
  margin: 0;
}
.cid-u6IaubRqyA.popup-builder {
  background-color: #ffffff;
}
.cid-u6IaubRqyA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u6IaubRqyA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin: 0;
  height: 100%;
}
.cid-u6IaubRqyA .modal-content,
.cid-u6IaubRqyA .modal-dialog {
  height: auto;
}
.cid-u6IaubRqyA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u6IaubRqyA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u6IaubRqyA .form-wrapper .mbr-form .form-group,
  .cid-u6IaubRqyA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u6IaubRqyA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u6IaubRqyA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u6IaubRqyA .mbr-text {
  text-align: center;
}
.cid-u6IaubRqyA .pt-0 {
  padding-top: 0 !important;
}
.cid-u6IaubRqyA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u6IaubRqyA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u6IaubRqyA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u6IaubRqyA .modal-open {
  overflow: hidden;
}
.cid-u6IaubRqyA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u6IaubRqyA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u6IaubRqyA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
  max-width: 100%;
  height: 100%;
  margin: 0;
}
.cid-u6IaubRqyA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u6IaubRqyA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u6IaubRqyA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u6IaubRqyA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u6IaubRqyA .modal-content {
  background: #8f11f7;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 100%;
  overflow: auto;
}
.cid-u6IaubRqyA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u6IaubRqyA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u6IaubRqyA .modal-backdrop.fade {
  opacity: 0;
}
.cid-u6IaubRqyA .modal-backdrop.show {
  opacity: .5;
}
.cid-u6IaubRqyA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u6IaubRqyA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u6IaubRqyA .modal-header {
    padding: 1rem;
  }
}
.cid-u6IaubRqyA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u6IaubRqyA .modal-header .close svg {
  fill: #eae1eb;
}
.cid-u6IaubRqyA .modal-header .close:hover {
  opacity: 1;
}
.cid-u6IaubRqyA .modal-header .close:focus {
  outline: none;
}
.cid-u6IaubRqyA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u6IaubRqyA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u6IaubRqyA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6IaubRqyA .modal-body {
    padding: 1rem;
  }
}
.cid-u6IaubRqyA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u6IaubRqyA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6IaubRqyA .modal-footer {
    padding: 1rem;
  }
}
.cid-u6IaubRqyA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u6IaubRqyA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u6IaubRqyA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u6IaubRqyA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u6IaubRqyA .modal-lg,
  .cid-u6IaubRqyA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u6IaubRqyA .modal-xl {
    max-width: 1140px;
  }
}
.cid-u6IaubRqyA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u6IaubRqyA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u6IaubRqyA .form-group {
  margin-bottom: 1rem;
}
.cid-u6IaubRqyA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u6IaubRqyA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u6IaubRqyA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u6IaubRqyA .mbr-section-btn {
  margin: 0;
}
.cid-u6IaubRqyA .mbr-section-btn .btn {
  margin: 0;
}
.cid-u4Je7M8t05 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #7a00e7;
}
.cid-u4Je7M8t05 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4Je7M8t05 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4Je7M8t05 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u4Je7M8t05 .container-fluid {
    padding: 0 20px;
  }
}
.cid-u4Je7M8t05 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u4Je7M8t05 .container {
    padding: 0 20px;
  }
}
.cid-u4Je7M8t05 .list-wrapper .list,
.cid-u4Je7M8t05 .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u4Je7M8t05 .list-wrapper .list .item-wrap,
.cid-u4Je7M8t05 .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-u4Je7M8t05 .list-wrapper .list .item-wrap:hover,
.cid-u4Je7M8t05 .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u4Je7M8t05 .list-wrapper .list .item-wrap,
  .cid-u4Je7M8t05 .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-u4Je7M8t05 .logo-wrap img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-u4Je7M8t05 .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-u4Je7M8t05 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u4Je7M8t05 .text-wrapper {
  margin: 40px 0 22px;
}
.cid-u4Je7M8t05 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u4Je7M8t05 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-u4Je7M8t05 .mbr-section-title,
.cid-u4Je7M8t05 .logo-wrap {
  text-align: center;
}
.cid-u4Je7M8t05 .list {
  color: #1d1d1d;
}
.cid-u4Je7M8t05 .list_2 {
  color: #989898;
}
.cid-u4Je7M8t05 .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-u4Je7M8t05 .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-u4Je7M8t05 .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u4Je7M8t05 .list-wrapper,
  .cid-u4Je7M8t05 .list-wrapper_2 {
    text-align: center;
  }
}
.cid-6l5fxFxMhO .hidden {
  display: none;
}
.cid-uNb4RZdw3l {
  background-color: #7a00e7;
}
.cid-uNb4RZdw3l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNb4RZdw3l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNb4RZdw3l .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uNb4RZdw3l .container-fluid {
    padding: 0 25px;
  }
}
.cid-uNb4RZdw3l .container-fluid .row {
  padding: 0;
}
.cid-uNb4RZdw3l .title-wrapper .image-wrapper {
  margin-bottom: 36px;
}
.cid-uNb4RZdw3l .title-wrapper .image-wrapper img {
  width: 108px;
  height: 108px;
  display: inline;
}
.cid-uNb4RZdw3l .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uNb4RZdw3l .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-uNb4RZdw3l .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uNb4RZdw3l .mbr-section-title {
  color: #ffffff;
}
.cid-uNb4RZdw3l .mbr-text {
  color: #f9f9fc;
  text-align: center;
}
.cid-uNb4RZdw3l .mbr-section-title,
.cid-uNb4RZdw3l .mbr-section-btn,
.cid-uNb4RZdw3l .image-wrapper {
  text-align: center;
}
.cid-u4Je7M8t05 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #7a00e7;
}
.cid-u4Je7M8t05 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4Je7M8t05 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4Je7M8t05 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u4Je7M8t05 .container-fluid {
    padding: 0 20px;
  }
}
.cid-u4Je7M8t05 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u4Je7M8t05 .container {
    padding: 0 20px;
  }
}
.cid-u4Je7M8t05 .list-wrapper .list,
.cid-u4Je7M8t05 .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u4Je7M8t05 .list-wrapper .list .item-wrap,
.cid-u4Je7M8t05 .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-u4Je7M8t05 .list-wrapper .list .item-wrap:hover,
.cid-u4Je7M8t05 .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-u4Je7M8t05 .list-wrapper .list .item-wrap,
  .cid-u4Je7M8t05 .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-u4Je7M8t05 .logo-wrap img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-u4Je7M8t05 .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-u4Je7M8t05 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u4Je7M8t05 .text-wrapper {
  margin: 40px 0 22px;
}
.cid-u4Je7M8t05 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u4Je7M8t05 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-u4Je7M8t05 .mbr-section-title,
.cid-u4Je7M8t05 .logo-wrap {
  text-align: center;
}
.cid-u4Je7M8t05 .list {
  color: #1d1d1d;
}
.cid-u4Je7M8t05 .list_2 {
  color: #989898;
}
.cid-u4Je7M8t05 .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-u4Je7M8t05 .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-u4Je7M8t05 .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u4Je7M8t05 .list-wrapper,
  .cid-u4Je7M8t05 .list-wrapper_2 {
    text-align: center;
  }
}
