.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #222045 !important;
}
.bg-success {
  background-color: #e8c96c !important;
}
.bg-info {
  background-color: #7a4da0 !important;
}
.bg-warning {
  background-color: #353535 !important;
}
.bg-danger {
  background-color: #353535 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #222045 !important;
  border-color: #222045 !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: #05050a !important;
  border-color: #05050a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #05050a !important;
  border-color: #05050a !important;
}
.btn-secondary,
.btn-secondary: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-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.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-secondary.disabled,
.btn-secondary:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-info,
.btn-info:active {
  background-color: #7a4da0 !important;
  border-color: #7a4da0 !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: #4d3165 !important;
  border-color: #4d3165 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4d3165 !important;
  border-color: #4d3165 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e8c96c !important;
  border-color: #e8c96c !important;
  color: #4a3a0b !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: #dbad22 !important;
  border-color: #dbad22 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #4a3a0b !important;
  background-color: #dbad22 !important;
  border-color: #dbad22 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #353535 !important;
  border-color: #353535 !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: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #353535 !important;
  border-color: #353535 !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: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !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: #222045;
  color: #222045;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #05050a !important;
  background-color: transparent!important;
  border-color: #05050a !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #222045 !important;
  border-color: #222045 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #7a4da0;
  color: #7a4da0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4d3165 !important;
  background-color: transparent!important;
  border-color: #4d3165 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7a4da0 !important;
  border-color: #7a4da0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e8c96c;
  color: #e8c96c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #dbad22 !important;
  background-color: transparent!important;
  border-color: #dbad22 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #4a3a0b !important;
  background-color: #e8c96c !important;
  border-color: #e8c96c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #353535;
  color: #353535;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: #0a0a0a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #353535;
  color: #353535;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: #0a0a0a !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !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: #222045 !important;
}
.text-secondary {
  color: #fafafa !important;
}
.text-success {
  color: #e8c96c !important;
}
.text-info {
  color: #7a4da0 !important;
}
.text-warning {
  color: #353535 !important;
}
.text-danger {
  color: #353535 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c7c7c7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cea220 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #452c5b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #020202 !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: #222045;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7a4da0;
}
.alert-warning {
  background-color: #353535;
}
.alert-danger {
  background-color: #353535;
}
.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: #222045;
  border-color: #222045;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #222045;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8884c6;
}
.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: #b89dd0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #a8a8a8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a8a8a8;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #222045 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #222045;
}
/* 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: #222045;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #222045;
}
.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: #222045;
  border-bottom-color: #222045;
}
.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: #222045 !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: #fafafa !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='%23222045' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uOnITbRbgn .navbar-dropdown {
  position: relative !important;
}
.cid-uOnITbRbgn .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-uOnITbRbgn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOnITbRbgn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOnITbRbgn .dropdown-item:hover,
.cid-uOnITbRbgn .dropdown-item:focus {
  background: #222045 !important;
  color: white !important;
}
.cid-uOnITbRbgn .dropdown-item:hover span {
  color: white;
}
.cid-uOnITbRbgn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOnITbRbgn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOnITbRbgn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOnITbRbgn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOnITbRbgn .nav-link {
  position: relative;
}
.cid-uOnITbRbgn .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOnITbRbgn .container {
    flex-wrap: wrap;
  }
}
.cid-uOnITbRbgn .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOnITbRbgn .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uOnITbRbgn .iconfont-wrapper {
  color: #fafafa !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOnITbRbgn .dropdown-menu,
.cid-uOnITbRbgn .navbar.opened {
  background: #7a4da0 !important;
}
.cid-uOnITbRbgn .nav-item:focus,
.cid-uOnITbRbgn .nav-link:focus {
  outline: none;
}
.cid-uOnITbRbgn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOnITbRbgn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOnITbRbgn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOnITbRbgn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOnITbRbgn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOnITbRbgn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOnITbRbgn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #7a4da0;
}
.cid-uOnITbRbgn .navbar.opened {
  transition: all 0.3s;
}
.cid-uOnITbRbgn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOnITbRbgn .navbar .navbar-logo img {
  width: auto;
}
.cid-uOnITbRbgn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOnITbRbgn .navbar.collapsed {
  justify-content: center;
}
.cid-uOnITbRbgn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOnITbRbgn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOnITbRbgn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOnITbRbgn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOnITbRbgn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOnITbRbgn .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-uOnITbRbgn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOnITbRbgn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOnITbRbgn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOnITbRbgn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOnITbRbgn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOnITbRbgn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOnITbRbgn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOnITbRbgn .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-uOnITbRbgn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOnITbRbgn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOnITbRbgn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOnITbRbgn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOnITbRbgn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOnITbRbgn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uOnITbRbgn .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uOnITbRbgn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOnITbRbgn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOnITbRbgn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOnITbRbgn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOnITbRbgn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOnITbRbgn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOnITbRbgn .dropdown-item.active,
.cid-uOnITbRbgn .dropdown-item:active {
  background-color: transparent;
}
.cid-uOnITbRbgn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOnITbRbgn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOnITbRbgn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOnITbRbgn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #7a4da0;
}
.cid-uOnITbRbgn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOnITbRbgn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOnITbRbgn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOnITbRbgn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOnITbRbgn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOnITbRbgn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOnITbRbgn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOnITbRbgn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOnITbRbgn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOnITbRbgn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOnITbRbgn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOnITbRbgn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOnITbRbgn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOnITbRbgn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOnITbRbgn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOnITbRbgn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOnITbRbgn .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-uOnITbRbgn .navbar {
    height: 70px;
  }
  .cid-uOnITbRbgn .navbar.opened {
    height: auto;
  }
  .cid-uOnITbRbgn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tADNxBlFes {
  background-image: url("../../../assets/images/13.jpg-1920x1080.jpg");
}
.cid-tADNxBlFes .mbr-fallback-image.disabled {
  display: none;
}
.cid-tADNxBlFes .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tADNxBlFes .mbr-section-title {
  color: #4a2e5c;
}
.cid-tADNxBlFes .mbr-section-subtitle {
  color: #7a4da0;
}
.cid-tADNxBlFes .mbr-text,
.cid-tADNxBlFes .mbr-section-btn {
  color: #000000;
}
.cid-tADNxBlFes .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v46MaFPZwS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-v46MaFPZwS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v46MaFPZwS .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-v46MaFPZwS .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v46MaFPZwS .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-v46MaFPZwS .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-v46MaFPZwS h5 {
  margin: 0;
}
.cid-v46MaFPZwS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v46MaFPZwS .iconfont-wrapper {
  position: relative;
}
.cid-v46MaFPZwS .iconfont-wrapper:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e6c63b;
  transition: all 0.3s;
  opacity: 0.3;
}
.cid-v46MaFPZwS .mbr-iconfont {
  display: flex;
  font-size: 3rem;
  color: #7a4da0;
  width: 100px;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-v46MaFPZwS .card-title,
.cid-v46MaFPZwS .iconfont-wrapper {
  color: #000000;
}
.cid-v46MaFPZwS .card-text {
  color: #4a2e5c;
}
.cid-v46MaFPZwS .mbr-section-title {
  color: #000000;
}
.cid-v46XBR0T8D {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-v46XBR0T8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v46XBR0T8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v46XBR0T8D .content-wrapper {
  padding: 80px 90px;
  background-color: #f3e7f3;
  display: flex;
}
@media (max-width: 992px) {
  .cid-v46XBR0T8D .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-v46XBR0T8D .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v46XBR0T8D .content-wrapper .content-wrap {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v46XBR0T8D .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v46XBR0T8D .content-wrapper .content-wrap .text-wrapper {
    position: static;
    padding: 0;
  }
}
.cid-v46XBR0T8D .content-wrapper .content-wrap .text-wrapper .icon-wrapper {
  width: 100%;
  position: absolute;
  left: -30px;
  top: -30px;
}
.cid-v46XBR0T8D .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
  color: #90ee90;
  font-size: 250px;
}
@media (max-width: 992px) {
  .cid-v46XBR0T8D .content-wrapper .content-wrap .text-wrapper .icon-wrapper .mbr-iconfont {
    display: none;
  }
}
.cid-v46XBR0T8D .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v46XBR0T8D .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v46XBR0T8D .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v46XBR0T8D .content-wrapper .items-wrapper {
  padding-left: 32px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v46XBR0T8D .content-wrapper .items-wrapper {
    padding-left: 0;
    width: 100%;
    display: block;
    padding: 0;
  }
}
.cid-v46XBR0T8D .content-wrapper .items-wrapper .item {
  margin-bottom: 24px;
}
.cid-v46XBR0T8D .content-wrapper .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v46XBR0T8D .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v46XBR0T8D .content-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v46XBR0T8D .content-wrapper .items-wrapper .item .item-wrapper {
  position: relative;
  background-color: #fafafa;
  padding: 32px;
  border: 3px solid #4a2e5c;
}
@media (max-width: 992px) {
  .cid-v46XBR0T8D .content-wrapper .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-v46XBR0T8D .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  text-shadow: 4px 4px 0 #050f0f;
}
.cid-v46XBR0T8D .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v46XBR0T8D .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 24px;
  }
}
.cid-v46XBR0T8D .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v46XBR0T8D .mbr-section-title {
  color: #050f0f;
}
.cid-v46XBR0T8D .mbr-text {
  color: #4a2e5c;
}
.cid-v46XBR0T8D .item-number {
  color: #f7fff7;
}
.cid-v46XBR0T8D .item-title {
  color: #050f0f;
}
.cid-v46XBR0T8D .item-text {
  color: #4a2e5c;
}
.cid-v46XBR0T8D .mbr-section-title,
.cid-v46XBR0T8D .icon-wrapper {
  color: #e6c63b;
}
.cid-v46XBR0T8D .item-title,
.cid-v46XBR0T8D .icon-wrapper {
  color: #4a2e5c;
}
.cid-v4f6jWlorj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f3e7f3;
}
.cid-v4f6jWlorj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4f6jWlorj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4f6jWlorj .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v4f6jWlorj .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v4f6jWlorj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v4f6jWlorj .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v4f6jWlorj .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v4f6jWlorj .item {
    margin-bottom: 20px;
  }
}
.cid-v4f6jWlorj .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v4f6jWlorj .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v4f6jWlorj .item .item-wrapper .card-box .card-title_1,
.cid-v4f6jWlorj .item .item-wrapper .card-box .card-title_2,
.cid-v4f6jWlorj .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v4f6jWlorj .item .item-wrapper .card-box .card-text_1,
.cid-v4f6jWlorj .item .item-wrapper .card-box .card-text_2,
.cid-v4f6jWlorj .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v4f6jWlorj .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v4f6jWlorj .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v4f6jWlorj .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v4f6jWlorj .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v4f6jWlorj .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f1f5eb;
  background-color: #e6c63b;
}
.cid-v4f6jWlorj .item .card_1 {
  background-color: #4a2e5c;
}
.cid-v4f6jWlorj .item .card_2 {
  background-color: #c8abe0;
}
.cid-v4f6jWlorj .item .card_3 {
  background-color: #7a4da0;
}
.cid-v4f6jWlorj .btn-wrapper {
  margin-top: -6%;
}
.cid-v4f6jWlorj .mbr-section-title,
.cid-v4f6jWlorj .title-wrapper {
  color: #7a4da0;
  text-align: center;
}
.cid-v4f6jWlorj .card-title_1 {
  color: #f1f5eb;
}
.cid-v4f6jWlorj .card-text_1 {
  color: #f1f5eb;
  text-align: left;
}
.cid-v4f6jWlorj .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v4f6jWlorj .card-text_2 {
  color: #4a2e5c;
  text-align: left;
}
.cid-v4f6jWlorj .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v4f6jWlorj .card-text_3 {
  color: #fafafa;
  text-align: left;
}
.cid-v4f6jWlorj .card-title_1,
.cid-v4f6jWlorj .mbr-section-btn {
  text-align: left;
}
.cid-v4f6jWlorj .card-title_2,
.cid-v4f6jWlorj .mbr-section-btn {
  text-align: left;
  color: #4a2e5c;
}
.cid-v4f6jWlorj .card-title_3,
.cid-v4f6jWlorj .mbr-section-btn {
  text-align: left;
  color: #fafafa;
}
.cid-v479DNaeQY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f3e7f3;
}
.cid-v479DNaeQY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v479DNaeQY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v479DNaeQY .mbr-section-title {
  color: #e8a236;
}
.cid-v479DNaeQY .mbr-section-subtitle {
  color: #4a2e5c;
}
.cid-tWWdXB88kV {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #f3e7f3;
}
.cid-v4juYmdBKm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v4juYmdBKm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4juYmdBKm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4juYmdBKm .content-wrap {
  padding: 60px;
  background-color: #f3e7f3;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v4juYmdBKm .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-v4juYmdBKm .content-wrap .cont-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v4juYmdBKm .content-wrap .cont-wrap {
    width: 100%;
  }
}
.cid-v4juYmdBKm .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v4juYmdBKm .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v4juYmdBKm .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v4juYmdBKm .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4juYmdBKm .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #e6c63b;
}
.cid-v4juYmdBKm .content-wrap .cont-wrap .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 30px;
  background-color: #fafafa;
}
@media (max-width: 992px) {
  .cid-v4juYmdBKm .content-wrap .cont-wrap .items-wrapper {
    padding: 20px;
    display: block;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v4juYmdBKm .content-wrap .cont-wrap .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-v4juYmdBKm .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .number-wrapper .item-number {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #e6c63b;
  margin-bottom: 16px;
}
.cid-v4juYmdBKm .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-v4juYmdBKm .content-wrap .cont-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v4juYmdBKm .content-wrap .image-wrapper {
  padding-left: 88px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-v4juYmdBKm .content-wrap .image-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v4juYmdBKm .content-wrap .image-wrapper {
    padding-left: 0;
  }
}
.cid-v4juYmdBKm .content-wrap .image-wrapper img {
  height: 520px;
  width: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-v4juYmdBKm .content-wrap .image-wrapper img {
    height: 420px;
    width: 420px;
  }
}
@media (max-width: 1199px) {
  .cid-v4juYmdBKm .content-wrap .image-wrapper img {
    height: 320px;
    width: 320px;
  }
}
@media (max-width: 768px) {
  .cid-v4juYmdBKm .content-wrap .image-wrapper img {
    height: 210px;
    width: 210px;
  }
}
.cid-v4juYmdBKm .btn-wrapper {
  margin-top: -20%;
}
.cid-v4juYmdBKm .mbr-section-title {
  color: #404349;
}
.cid-v4juYmdBKm .mbr-desc {
  color: #b19a7c;
}
.cid-v4juYmdBKm .item-number {
  color: #b19a7c;
}
.cid-v4juYmdBKm .item-title {
  color: #4a2e5c;
}
.cid-v4juYmdBKm .item-text {
  color: #4a2e5c;
}
.cid-v4juYmdBKm .mbr-section-title,
.cid-v4juYmdBKm .title-wrap {
  color: #7a4da0;
}
.cid-v4juYmdBKm .item-number,
.cid-v4juYmdBKm .number-wrapper {
  color: #7a4da0;
}
.cid-v47lv5euah {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f3e7f3;
}
.cid-v47lv5euah .mbr-fallback-image.disabled {
  display: none;
}
.cid-v47lv5euah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v47lv5euah .mbr-section-title {
  color: #e8a236;
}
.cid-v47lv5euah .mbr-section-subtitle {
  color: #4a2e5c;
}
.cid-v4jIzRXd0p {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-v4jIzRXd0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4jIzRXd0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4jIzRXd0p .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v4jIzRXd0p .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-v4jIzRXd0p .container {
    padding: 0 12px;
  }
}
.cid-v4jIzRXd0p .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v4jIzRXd0p .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v4jIzRXd0p .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #4a2e5c;
  box-shadow: 4px 4px #4a2e5c;
  background-color: #f3e7f3;
}
@media (max-width: 992px) {
  .cid-v4jIzRXd0p .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-v4jIzRXd0p .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v4jIzRXd0p .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-v4jIzRXd0p .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-v4jIzRXd0p .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-v4jIzRXd0p .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #e6c63b;
}
@media (max-width: 992px) {
  .cid-v4jIzRXd0p .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-v4jIzRXd0p .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v4jIzRXd0p .mbr-section-title {
  color: #e6c63b;
  text-align: center;
}
.cid-v4jIzRXd0p .mbr-section-subtitle {
  color: #222222;
}
.cid-v4jIzRXd0p .mbr-text {
  color: #4a2e5c;
}
.cid-v4jIzRXd0p .list {
  color: #222222;
}
.cid-v4jIZkp6i6 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-v4oSJMULcA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3e7f3;
}
.cid-v4oSJMULcA .card-wrapper {
  display: flex;
  overflow: visible;
  margin-bottom: 4rem;
  padding: 1rem;
}
.cid-v4oSJMULcA .container {
  max-width: 1400px;
}
.cid-v4oSJMULcA .icon {
  font-size: 5rem;
  color: #e6c63b;
  padding-right: 2rem;
  display: block;
}
.cid-v4oSJMULcA .card-title {
  color: #4a2e5c;
}
.cid-v4oSJMULcA .card-text {
  color: #4a2e5c;
}
@media (max-width: 767px) {
  .cid-v4oSJMULcA .align-right,
  .cid-v4oSJMULcA .align-left {
    text-align: center;
  }
  .cid-v4oSJMULcA .card-wrapper {
    flex-direction: column;
  }
  .cid-v4oSJMULcA .icon {
    margin: auto;
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-v4oSJMULcA .title {
  color: #7a4da0;
  padding-bottom: 5rem;
}
.cid-v4oSJMULcA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4oSJMULcA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC5FrxSDRn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tC5FrxSDRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC5FrxSDRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC5FrxSDRn .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tC5FrxSDRn .card {
    margin-bottom: 2rem!important;
  }
  .cid-tC5FrxSDRn .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tC5FrxSDRn .link-wrap {
    align-items: center;
  }
}
.cid-tC5FrxSDRn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tC5FrxSDRn .card-title,
.cid-tC5FrxSDRn .card-box {
  color: #7a4da0;
}
.cid-tC5FrxSDRn .mbr-text,
.cid-tC5FrxSDRn .link-wrap,
.cid-tC5FrxSDRn .mbr-section-btn {
  color: #4a2e5c;
}
.cid-tC5FrxSDRn .mbr-text {
  color: #4a2e5c;
}
.cid-tBTGwtOYEC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f3e7f3;
}
.cid-tBTGwtOYEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBTGwtOYEC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBTGwtOYEC .mbr-section-title {
  color: #4a2e5c;
}
.cid-tBTGwtOYEC .mbr-section-subtitle {
  color: #353535;
}
.cid-v4q4CBjl26 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #f3e7f3;
}
.cid-v4q4CBjl26 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4q4CBjl26 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4q4CBjl26 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-v4q4CBjl26 .plan-body {
  padding-bottom: 2rem;
}
.cid-v4q4CBjl26 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v4q4CBjl26 .price {
  color: #7a4da0;
}
.cid-v4q4CBjl26 .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-v4q4CBjl26 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-v4q4CBjl26 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-v4q4CBjl26 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-v4q4CBjl26 .plan {
    margin-bottom: 2rem;
  }
}
.cid-v4q4CBjl26 UL {
  color: #4a2e5c;
  text-align: left;
}
.cid-v4q4CBjl26 .price-term {
  color: #e6c63b;
}
.cid-v4q4CBjl26 .plan-title {
  color: #e6c63b;
}
.cid-v4qoJgKa4D {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f3e7f3;
}
.cid-v4qoJgKa4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4qoJgKa4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4qoJgKa4D .number-wrap {
  color: #4a2e5c;
  text-align: center;
}
.cid-v4qoJgKa4D .number {
  color: #7a4da0;
}
.cid-v4qoJgKa4D .period {
  display: block;
}
.cid-v4qoJgKa4D .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-v4qoJgKa4D .period {
    font-size: 0.8rem;
  }
}
.cid-v4qoJgKa4D .btn {
  height: 100%;
  margin: 0;
}
.cid-v4qoJgKa4D .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-v4qoJgKa4D .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-v4qoJgKa4D .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4a2e5c;
  border: 2px solid #4a2e5c;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-v4qoJgKa4D .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-v4qoJgKa4D .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #4a2e5c;
  color: #ffffff;
}
.cid-v4qoJgKa4D H3 {
  color: #e6c63b;
}
.cid-tC5KdsjmmS {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tC5KdsjmmS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC5KdsjmmS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tC5KdsjmmS .mbr-section-title {
  color: #4a2e5c;
}
.cid-tC5KdsjmmS .mbr-section-subtitle {
  color: #353535;
}
.cid-tC5IUwBkSe {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tC5IUwBkSe .carousel {
    min-height: 700px;
  }
  .cid-tC5IUwBkSe .carousel img {
    max-height: 700px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tC5IUwBkSe .carousel {
    min-height: 455px;
  }
  .cid-tC5IUwBkSe .carousel img {
    max-height: 455px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tC5IUwBkSe .carousel {
    min-height: 385px;
  }
  .cid-tC5IUwBkSe .carousel img {
    max-height: 385px;
    object-fit: contain;
  }
  .cid-tC5IUwBkSe .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tC5IUwBkSe .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tC5IUwBkSe .carousel,
.cid-tC5IUwBkSe .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tC5IUwBkSe .item-wrapper {
  width: 100%;
}
.cid-tC5IUwBkSe .carousel-caption {
  bottom: 40px;
}
.cid-tC5IUwBkSe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tC5IUwBkSe .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tC5IUwBkSe .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tC5IUwBkSe .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tC5IUwBkSe .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tC5IUwBkSe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tC5IUwBkSe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tC5IUwBkSe .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tC5IUwBkSe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tC5IUwBkSe .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tC5IUwBkSe .carousel-indicators li.active,
.cid-tC5IUwBkSe .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tC5IUwBkSe .carousel-indicators li::after,
.cid-tC5IUwBkSe .carousel-indicators li::before {
  content: none;
}
.cid-tC5IUwBkSe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tC5IUwBkSe .carousel-indicators {
    display: none !important;
  }
}
.cid-uO70BpWyTe {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uO70BpWyTe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uO70BpWyTe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uO70BpWyTe .mbr-section-title {
  color: #5e0a91;
}
.cid-uO70BpWyTe .mbr-section-subtitle {
  color: #353535;
}
.cid-v48YJekOdQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f3e7f3;
}
.cid-v48YJekOdQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v48YJekOdQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v48YJekOdQ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #222045;
  margin-left: 1rem;
}
.cid-v48YJekOdQ .panel-group {
  border: none;
}
.cid-v48YJekOdQ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-v48YJekOdQ .panel-body,
.cid-v48YJekOdQ .card-header {
  padding: 1rem 0;
}
.cid-v48YJekOdQ .panel-title-edit {
  color: #222045;
}
.cid-v48YJekOdQ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v48YJekOdQ H3 {
  color: #7a4da0;
}
.cid-v48YJekOdQ .panel-text {
  color: #222045;
}
.cid-uwIVj91LrP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #4a2e5c;
}
.cid-uwIVj91LrP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwIVj91LrP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwIVj91LrP .mbr-section-title {
  color: #fafafa;
}
.cid-uwIV50ehiv {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #4a2e5c;
}
.cid-uwIV50ehiv .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uwIV50ehiv .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-uwIV50ehiv .btn {
  margin-bottom: 2rem;
}
.cid-uwIV50ehiv .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-uwIV50ehiv .social-list {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uwIV50ehiv .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-uwIV50ehiv .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uwIV50ehiv .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uwIV50ehiv .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-uwIV50ehiv .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-uwIV50ehiv .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-uwIV50ehiv .links {
  color: #fafafa;
  text-align: center;
}
.cid-uwIZmM3SDG.popup-builder {
  background-color: #ffffff;
}
.cid-uwIZmM3SDG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwIZmM3SDG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwIZmM3SDG .modal-content,
.cid-uwIZmM3SDG .modal-dialog {
  height: auto;
}
.cid-uwIZmM3SDG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwIZmM3SDG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwIZmM3SDG .form-wrapper .mbr-form .form-group,
  .cid-uwIZmM3SDG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwIZmM3SDG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwIZmM3SDG .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-uwIZmM3SDG .mbr-text {
  text-align: center;
}
.cid-uwIZmM3SDG .pt-0 {
  padding-top: 0 !important;
}
.cid-uwIZmM3SDG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwIZmM3SDG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwIZmM3SDG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwIZmM3SDG .modal-open {
  overflow: hidden;
}
.cid-uwIZmM3SDG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwIZmM3SDG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwIZmM3SDG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwIZmM3SDG .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-uwIZmM3SDG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwIZmM3SDG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwIZmM3SDG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwIZmM3SDG .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uwIZmM3SDG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwIZmM3SDG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwIZmM3SDG .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwIZmM3SDG .modal-backdrop.show {
  opacity: .5;
}
.cid-uwIZmM3SDG .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-uwIZmM3SDG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwIZmM3SDG .modal-header {
    padding: 1rem;
  }
}
.cid-uwIZmM3SDG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwIZmM3SDG .modal-header .close svg {
  fill: #353535;
}
.cid-uwIZmM3SDG .modal-header .close:hover {
  opacity: 1;
}
.cid-uwIZmM3SDG .modal-header .close:focus {
  outline: none;
}
.cid-uwIZmM3SDG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uwIZmM3SDG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwIZmM3SDG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwIZmM3SDG .modal-body {
    padding: 1rem;
  }
}
.cid-uwIZmM3SDG .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-uwIZmM3SDG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwIZmM3SDG .modal-footer {
    padding: 1rem;
  }
}
.cid-uwIZmM3SDG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwIZmM3SDG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwIZmM3SDG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwIZmM3SDG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwIZmM3SDG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwIZmM3SDG .modal-lg,
  .cid-uwIZmM3SDG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwIZmM3SDG .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwIZmM3SDG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwIZmM3SDG .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-uwIZmM3SDG .form-group {
  margin-bottom: 1rem;
}
.cid-uwIZmM3SDG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwIZmM3SDG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwIZmM3SDG .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-uwIZmM3SDG .mbr-section-btn {
  margin: 0;
}
.cid-uwIZmM3SDG .mbr-section-btn .btn {
  margin: 0;
}
.cid-uwLRMAgwZt.popup-builder {
  background-color: #ffffff;
}
.cid-uwLRMAgwZt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uwLRMAgwZt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uwLRMAgwZt .modal-content,
.cid-uwLRMAgwZt .modal-dialog {
  height: auto;
}
.cid-uwLRMAgwZt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uwLRMAgwZt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uwLRMAgwZt .form-wrapper .mbr-form .form-group,
  .cid-uwLRMAgwZt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uwLRMAgwZt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uwLRMAgwZt .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-uwLRMAgwZt .mbr-text {
  text-align: center;
}
.cid-uwLRMAgwZt .pt-0 {
  padding-top: 0 !important;
}
.cid-uwLRMAgwZt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uwLRMAgwZt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uwLRMAgwZt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uwLRMAgwZt .modal-open {
  overflow: hidden;
}
.cid-uwLRMAgwZt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uwLRMAgwZt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uwLRMAgwZt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uwLRMAgwZt .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-uwLRMAgwZt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uwLRMAgwZt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uwLRMAgwZt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uwLRMAgwZt .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uwLRMAgwZt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uwLRMAgwZt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uwLRMAgwZt .modal-backdrop.fade {
  opacity: 0;
}
.cid-uwLRMAgwZt .modal-backdrop.show {
  opacity: .5;
}
.cid-uwLRMAgwZt .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-uwLRMAgwZt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uwLRMAgwZt .modal-header {
    padding: 1rem;
  }
}
.cid-uwLRMAgwZt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uwLRMAgwZt .modal-header .close svg {
  fill: #353535;
}
.cid-uwLRMAgwZt .modal-header .close:hover {
  opacity: 1;
}
.cid-uwLRMAgwZt .modal-header .close:focus {
  outline: none;
}
.cid-uwLRMAgwZt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uwLRMAgwZt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uwLRMAgwZt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwLRMAgwZt .modal-body {
    padding: 1rem;
  }
}
.cid-uwLRMAgwZt .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-uwLRMAgwZt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uwLRMAgwZt .modal-footer {
    padding: 1rem;
  }
}
.cid-uwLRMAgwZt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uwLRMAgwZt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uwLRMAgwZt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uwLRMAgwZt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uwLRMAgwZt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uwLRMAgwZt .modal-lg,
  .cid-uwLRMAgwZt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uwLRMAgwZt .modal-xl {
    max-width: 1140px;
  }
}
.cid-uwLRMAgwZt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uwLRMAgwZt .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-uwLRMAgwZt .form-group {
  margin-bottom: 1rem;
}
.cid-uwLRMAgwZt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uwLRMAgwZt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uwLRMAgwZt .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-uwLRMAgwZt .mbr-section-btn {
  margin: 0;
}
.cid-uwLRMAgwZt .mbr-section-btn .btn {
  margin: 0;
}
