body {
  font-family: Finlandica;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #d32f2f !important;
}
.bg-success {
  background-color: #ffcb20 !important;
}
.bg-info {
  background-color: #6b67ce !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #22262b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d32f2f !important;
  border-color: #d32f2f !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: #8d1e1e !important;
  border-color: #8d1e1e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8d1e1e !important;
  border-color: #8d1e1e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4c48b9 !important;
  border-color: #4c48b9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #322f7b !important;
  border-color: #322f7b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #322f7b !important;
  border-color: #322f7b !important;
}
.btn-info,
.btn-info:active {
  background-color: #6b67ce !important;
  border-color: #6b67ce !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: #3b36a8 !important;
  border-color: #3b36a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3b36a8 !important;
  border-color: #3b36a8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffcb20 !important;
  border-color: #ffcb20 !important;
  color: #201900 !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: #c89a00 !important;
  border-color: #c89a00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #201900 !important;
  background-color: #c89a00 !important;
  border-color: #c89a00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #22262b !important;
  border-color: #22262b !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #080808 !important;
  border-color: #080808 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #080808 !important;
  border-color: #080808 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d32f2f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8d1e1e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d32f2f !important;
  border-color: #d32f2f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4c48b9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #322f7b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4c48b9 !important;
  border-color: #4c48b9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6b67ce;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3b36a8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6b67ce !important;
  border-color: #6b67ce !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffcb20;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c89a00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #201900 !important;
  background-color: #ffcb20 !important;
  border-color: #ffcb20 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #22262b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #22262b !important;
  border-color: #22262b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f8f9fa;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #c5ced6 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #65798e !important;
  background-color: #f8f9fa !important;
  border-color: #f8f9fa !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #333333;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #080808 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.text-primary {
  color: #d32f2f !important;
}
.text-secondary {
  color: #4c48b9 !important;
}
.text-success {
  color: #ffcb20 !important;
}
.text-info {
  color: #6b67ce !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #22262b !important;
}
.text-white {
  color: #333333 !important;
}
.text-black {
  color: #22262b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #811b1b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2d2b70 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b98e00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #37329d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #000000 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #bcc6cf !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d32f2f;
}
.nav-tabs .nav-link:not(.active) {
  color: #22262b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6b67ce;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #22262b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d32f2f;
  border-color: #d32f2f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d32f2f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f7d7d7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffbec;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d5d9dd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #22262b!important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #d32f2f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d32f2f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d32f2f;
}
.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: #d32f2f;
  border-bottom-color: #d32f2f;
}
.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: #d32f2f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4c48b9 !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='%23d32f2f' %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-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
.container-fluid {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.mbr-section-btn .btn {
  min-width: 70px;
  min-height: 57px;
  padding: 18px 40px;
  border-radius: 6px !important;
  font-weight: 500;
  line-height: 1.3 !important;
  box-shadow: 10px 10px 19px #e0e1e2, -10px -10px 19px #e0e1e2 !important;
  transform-style: preserve-3d;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-section-btn .btn {
  position: relative;
  transition: 0.4s all !important;
  border: none !important;
  align-items: baseline;
}
.custom-section-btn .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.custom-section-btn .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.custom-section-btn .btn-white {
  color: #d32f2f !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
}
.custom-section-btn .btn-white:hover {
  color: #d32f2f !important;
  background: #FFFFFF !important;
  transform: translateY(-5px);
}
.cid-uJbjsvahEu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJbjsvahEu .menu-text {
  padding: 0 0rem;
  color: #5b6c8f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJbjsvahEu .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uJbjsvahEu .iconfont-wrapper {
  color: #001219 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uJbjsvahEu .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uJbjsvahEu .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uJbjsvahEu .container {
    padding: 0 1rem;
  }
}
.cid-uJbjsvahEu .menu-tite {
  background: #d32f2f;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-uJbjsvahEu .nav-link {
  position: relative;
}
.cid-uJbjsvahEu .nav-link:hover {
  color: #6b67ce !important;
}
.cid-uJbjsvahEu nav.navbar {
  position: fixed;
}
.cid-uJbjsvahEu .navbar {
  padding: 0!important;
  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: #ffffff;
}
.cid-uJbjsvahEu .navbar.opened {
  transition: all 0.3s;
}
.cid-uJbjsvahEu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJbjsvahEu .navbar .navbar-logo img {
  width: auto;
}
.cid-uJbjsvahEu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJbjsvahEu .navbar.collapsed {
  justify-content: center;
}
.cid-uJbjsvahEu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJbjsvahEu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJbjsvahEu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uJbjsvahEu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJbjsvahEu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJbjsvahEu .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-uJbjsvahEu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJbjsvahEu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJbjsvahEu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJbjsvahEu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJbjsvahEu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJbjsvahEu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJbjsvahEu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJbjsvahEu .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-uJbjsvahEu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJbjsvahEu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJbjsvahEu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJbjsvahEu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJbjsvahEu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJbjsvahEu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJbjsvahEu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJbjsvahEu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJbjsvahEu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJbjsvahEu .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-uJbjsvahEu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJbjsvahEu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJbjsvahEu .dropdown-item:hover,
.cid-uJbjsvahEu .dropdown-item:focus {
  background: #d32f2f !important;
  color: white !important;
}
.cid-uJbjsvahEu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJbjsvahEu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJbjsvahEu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uJbjsvahEu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJbjsvahEu .dropdown-menu,
.cid-uJbjsvahEu .navbar.opened {
  background: #ffffff !important;
}
.cid-uJbjsvahEu .nav-item:focus,
.cid-uJbjsvahEu .nav-link:focus {
  outline: none;
}
.cid-uJbjsvahEu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJbjsvahEu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJbjsvahEu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJbjsvahEu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJbjsvahEu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJbjsvahEu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJbjsvahEu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJbjsvahEu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJbjsvahEu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJbjsvahEu .dropdown-item.active,
.cid-uJbjsvahEu .dropdown-item:active {
  background-color: transparent;
}
.cid-uJbjsvahEu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJbjsvahEu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJbjsvahEu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJbjsvahEu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJbjsvahEu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJbjsvahEu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJbjsvahEu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJbjsvahEu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJbjsvahEu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJbjsvahEu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJbjsvahEu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJbjsvahEu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJbjsvahEu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJbjsvahEu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJbjsvahEu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJbjsvahEu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJbjsvahEu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJbjsvahEu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJbjsvahEu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJbjsvahEu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJbjsvahEu .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-uJbjsvahEu .navbar {
    height: 70px;
  }
  .cid-uJbjsvahEu .navbar.opened {
    height: auto;
  }
  .cid-uJbjsvahEu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thXKN5Vkvt {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-thXKN5Vkvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXKN5Vkvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXKN5Vkvt .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thXKN5Vkvt .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-thXKN5Vkvt .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thXKN5Vkvt .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-thXKN5Vkvt .col-text {
    order: 1;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-thXKN5Vkvt .col-text {
    margin-top: 20px;
  }
}
.cid-thXKN5Vkvt .text-wrapper {
  width: 100%;
  z-index: 21;
}
.cid-thXKN5Vkvt .mbr-section-title {
  color: #212428;
  margin-bottom: 20px;
}
.cid-thXKN5Vkvt .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-thXKN5Vkvt .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-thXKN5Vkvt .mbr-text {
  color: #212529;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-thXKN5Vkvt .mbr-text {
    padding-right: 0;
  }
}
.cid-thXKN5Vkvt .mbr-section-btn {
  margin-top: 20px;
}
.cid-thXKN5Vkvt .social-container {
  width: 100%;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .cid-thXKN5Vkvt .social-container {
    text-align: center;
  }
}
.cid-thXKN5Vkvt .social-title {
  color: #212529;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-thXKN5Vkvt .social-title {
    text-align: center;
  }
}
.cid-thXKN5Vkvt .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
@media (max-width: 991px) {
  .cid-thXKN5Vkvt .social-list {
    justify-content: center;
  }
}
.cid-thXKN5Vkvt .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #c4cfde, -10px -10px 19px #fdfdfd;
  transition: 0.4s all;
}
.cid-thXKN5Vkvt .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #ffffff, #f4f4f4);
  opacity: 0;
}
.cid-thXKN5Vkvt .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212428;
}
.cid-thXKN5Vkvt .soc-item:hover {
  transform: translateY(-3px);
}
.cid-thXKN5Vkvt .soc-item:hover:before {
  opacity: 1;
}
.cid-thXKN5Vkvt .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-thXKN5Vkvt .col-img {
    order: 2;
  }
}
.cid-thXKN5Vkvt lottie-player {
  position: absolute;
  z-index: 20;
}
.cid-thXKN5Vkvt .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-thXKN5Vkvt .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-thXKN5Vkvt .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #22262b, #22262b);
  border-radius: 6px;
}
.cid-thXKN5Vkvt .btn .mbr-iconfont {
  order: 0;
  margin: 0;
  vertical-align: middle;
  font-size: 1.2rem;
}
.cid-thXKN5Vkvt .btn {
  display: inline-flex;
  align-items: center !important;
  padding: 10px 20px;
  gap: 8px;
}
.cid-thXKN5Vkvt .phone-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  gap: 8px;
  border-radius: 6px;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.cid-thXKN5Vkvt .phone-icon {
  transition: transform 0.3s ease-in-out;
}
@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(-10deg);
  }
  45% {
    transform: rotate(5deg);
  }
  60% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.cid-thXKN5Vkvt .phone-btn:hover {
  background: linear-gradient(145deg, #4a8ad9, #2e5ea4);
  box-shadow: 0px 5px 15px rgba(41, 158, 235, 0.4);
}
.cid-thXKN5Vkvt .phone-btn:hover .phone-icon {
  animation: ring 0.5s ease-in-out infinite;
}
.cid-thXKN5Vkvt .price-text {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-thXKN5Vkvt {
    padding-top: 3rem;
  }
  .cid-thXKN5Vkvt .mbr-section-title {
    text-align: center;
  }
}
.cid-thXKN5Vkvt .carousel-wrapper {
  margin: 0 50px;
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .cid-thXKN5Vkvt .carousel-wrapper {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .cid-thXKN5Vkvt .carousel-wrapper {
    margin: 0 -10px;
  }
}
.cid-thXKN5Vkvt .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 36px;
}
@media (max-width: 1199px) {
  .cid-thXKN5Vkvt .carousel {
    max-width: 100%;
  }
}
.cid-thXKN5Vkvt .carousel-inner {
  display: flex;
  align-items: center;
  padding: 50px 0 25px;
}
@media (max-width: 991px) {
  .cid-thXKN5Vkvt .carousel-inner {
    padding: 40px 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-thXKN5Vkvt .carousel-inner {
    padding: 35px 0 25px;
  }
}
.cid-thXKN5Vkvt .item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-thXKN5Vkvt .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-thXKN5Vkvt .item-wrapper {
    padding: 0 10px;
  }
}
.cid-thXKN5Vkvt .card-info {
  position: relative;
  z-index: 10;
  width: 100%;
  border-radius: 450px;
}
@media (max-width: 1199px) {
  .cid-thXKN5Vkvt .card-info {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-thXKN5Vkvt .card-info {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-thXKN5Vkvt .card-info {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.cid-thXKN5Vkvt .info-img-wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 400px;
}
@media (max-width: 991px) {
  .cid-thXKN5Vkvt .info-img-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-thXKN5Vkvt .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.cid-thXKN5Vkvt .info-img-wrap img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-thXKN5Vkvt .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-thXKN5Vkvt .info-text-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thXKN5Vkvt .info-text-wrap {
    flex-grow: 1;
  }
}
.cid-thXKN5Vkvt .info-card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-thXKN5Vkvt .info-card-subtitle {
  color: #ffffff;
}
.cid-thXKN5Vkvt .info-card-text {
  color: #ffffff;
  margin-top: 4px;
}
.cid-thXKN5Vkvt .card-description {
  position: relative;
  margin-top: 115px;
  width: 1px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-thXKN5Vkvt .card-description {
    width: 100%;
    margin-top: 0;
  }
}
.cid-thXKN5Vkvt .card-description-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 50px 40px 50px 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, #22262b, #22262b);
}
@media (max-width: 991px) {
  .cid-thXKN5Vkvt .card-description-wrapper {
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .cid-thXKN5Vkvt .card-description-wrapper {
    padding: 20px;
  }
}
.cid-thXKN5Vkvt .card-description-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .cid-thXKN5Vkvt .card-description-container {
    flex-wrap: wrap;
  }
}
.cid-thXKN5Vkvt .card-description-text-wrap {
  margin-bottom: 15px;
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .cid-thXKN5Vkvt .card-description-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-thXKN5Vkvt .card-description-title {
  color: #ffffff;
  margin-bottom: 7px;
}
.cid-thXKN5Vkvt .card-description-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-thXKN5Vkvt .card-description-label-wrap {
  padding: 15px 17px;
  border-radius: 6px;
  margin-left: auto;
  background: linear-gradient(145deg, #22262b, #22262b);
}
@media (max-width: 767px) {
  .cid-thXKN5Vkvt .card-description-label-wrap {
    margin-left: 0;
  }
}
.cid-thXKN5Vkvt .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-thXKN5Vkvt .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-thXKN5Vkvt .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffcb20;
}
.cid-thXKN5Vkvt .card-description-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-thXKN5Vkvt .absolute-icon-wrapper {
  position: absolute;
  z-index: 9;
  left: 0;
  top: -107px;
}
@media (max-width: 991px) {
  .cid-thXKN5Vkvt .absolute-icon-wrapper {
    display: none;
  }
}
.cid-thXKN5Vkvt .absolute-icon-wrapper .mbr-iconfont {
  color: #22262b;
  font-size: 99px;
}
.cid-thXKN5Vkvt .carousel-control {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 25px;
  background: linear-gradient(145deg, #22262b, #22262b) !important;
  border: none;
  border-radius: 6px;
  transition: all 0.4s;
  opacity: 1;
}
.cid-thXKN5Vkvt .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-thXKN5Vkvt .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-thXKN5Vkvt .carousel-control {
    display: none;
  }
}
.cid-thXKN5Vkvt .carousel-control:hover {
  background: linear-gradient(to right bottom, #22262b, #22262b) !important;
  color: #ffcb20 !important;
  opacity: 1;
}
.cid-thXKN5Vkvt .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-thXKN5Vkvt .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-thXKN5Vkvt .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-thXKN5Vkvt .carousel-indicators {
  position: absolute;
  margin-bottom: 0 !important;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  z-index: 10;
  width: 90%;
  margin: 0 auto;
}
.cid-thXKN5Vkvt .carousel-indicators li {
  max-width: 11px;
  height: 11px;
  width: 11px;
  max-height: 11px;
  margin: 10px;
  background: linear-gradient(145deg, #22262b, #22262b) !important;
  border: 0;
  border-radius: 50%;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
  opacity: 1;
}
.cid-thXKN5Vkvt .carousel-indicators li.active,
.cid-thXKN5Vkvt .carousel-indicators li:hover {
  opacity: 1;
  background: #4c48b9 !important;
}
.cid-thXKN5Vkvt .carousel-indicators li::after,
.cid-thXKN5Vkvt .carousel-indicators li::before {
  content: none;
}
.cid-thXKN5Vkvt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-thXKN5Vkvt .item-menu-overlay {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .cid-thXKN5Vkvt .carousel-indicators {
    width: 80%;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .cid-thXKN5Vkvt .carousel-indicators {
    width: 95%;
    gap: 10px;
  }
}
.cid-thXKN5Vkvt .info-card-subtitle DIV {
  text-align: left;
}
.cid-uJbziq8We4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-uJbziq8We4 .card-box {
  width: fit-content;
}
.cid-uJbziq8We4 .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 992px) {
  .cid-uJbziq8We4 .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uJbziq8We4 .card-title {
  padding: 0;
  margin: 0;
}
.cid-uJbziq8We4 .card-wrapper {
  border: 1px solid #dadee8;
  padding: 0.6rem;
  background: #f0f2f5;
  margin-left: -1px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJbziq8We4 .card-wrapper {
    width: 100%;
  }
}
.cid-uJbziq8We4 .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
.cid-uJbziq8We4 .card-title,
.cid-uJbziq8We4 .card-icon {
  color: #16181c;
}
.cid-uJfdKpJdNf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJfdKpJdNf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJfdKpJdNf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJfdKpJdNf .card {
  justify-content: flex-end;
}
.cid-uJfdKpJdNf .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uJfdKpJdNf .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uJfdKpJdNf .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uJfdKpJdNf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJfdKpJdNf .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uJfdKpJdNf .mbr-section-btn .btn::after,
.cid-uJfdKpJdNf .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uJfdKpJdNf .mbr-section-btn .btn:hover,
.cid-uJfdKpJdNf .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uJfdKpJdNf .mbr-section-btn .btn:hover::after,
.cid-uJfdKpJdNf .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uJfdKpJdNf .items-wrapper {
  border-radius: 25px !important;
  margin: 0 -20px;
}
.cid-uJfdKpJdNf .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uJfdKpJdNf .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uJfdKpJdNf .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  position: relative;
  height: 100%;
  min-height: 560px;
  padding: 64px 40px 90px 40px;
}
@media (max-width: 992px) {
  .cid-uJfdKpJdNf .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 20px 20px 90px 20px;
  }
}
.cid-uJfdKpJdNf .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uJfdKpJdNf .items-wrapper .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uJfdKpJdNf .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #13171f;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-uJfdKpJdNf .items-wrapper .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 10px 0 10px;
  background-color: #ffffff;
  border-radius: 25px 0 23px 0;
  z-index: 2;
}
.cid-uJfdKpJdNf .items-wrapper .item .item-wrapper .icon-card .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #2c2c2c;
  color: #ffffff;
  border-radius: 100%;
  transition: all .3s ease;
}
.cid-uJfdKpJdNf .items-wrapper .item .item-wrapper .icon-card:hover .mbr-iconfont,
.cid-uJfdKpJdNf .items-wrapper .item .item-wrapper .icon-card:focus .mbr-iconfont {
  background-color: #0295e2;
  transform: rotate(180deg);
}
.cid-uJfdKpJdNf .items-wrapper .item .item-wrapper .icon-card .svg1 {
  position: absolute;
  top: -29px;
  right: 0;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uJfdKpJdNf .items-wrapper .item .item-wrapper .icon-card .svg1 path {
  fill: #ffffff;
}
.cid-uJfdKpJdNf .items-wrapper .item .item-wrapper .icon-card .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uJfdKpJdNf .items-wrapper .item .item-wrapper .icon-card .svg2 path {
  fill: #ffffff;
}
.cid-uJfdKpJdNf .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uJfdKpJdNf .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uJfdKpJdNf .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uJfdKpJdNf .items-wrapper .card_1,
.cid-uJfdKpJdNf .items-wrapper .card_2 {
  padding: 0 !important;
}
.cid-uJfdKpJdNf .items-wrapper .card_1 .item-wrapper {
  min-height: 350px;
}
@media (max-width: 992px) {
  .cid-uJfdKpJdNf .items-wrapper .card_1 .item-wrapper {
    min-height: auto;
  }
}
.cid-uJfdKpJdNf .items-wrapper .card_2 .item-wrapper {
  min-height: 170px;
}
@media (max-width: 992px) {
  .cid-uJfdKpJdNf .items-wrapper .card_2 .item-wrapper {
    min-height: auto;
  }
}
.cid-uJfdKpJdNf .items-wrap {
  padding: 0 20px;
}
.cid-uJfdKpJdNf .mbr-section-title {
  color: #ffffff;
}
.cid-uJfdKpJdNf .mbr-tag {
  color: #adadad;
  text-align: center;
}
.cid-uJfdKpJdNf .item-title {
  color: #ffffff;
}
.cid-uJfdKpJdNf .item-text {
  color: #ffffff;
}
.cid-uJfdKpJdNf .main-btn {
  text-align: right;
}
.cid-uJfdKpJdNf .mbr-section-title,
.cid-uJfdKpJdNf .main-btn {
  color: #212428;
  text-align: center;
}
.cid-uJfdKpJdNf .item-title,
.cid-uJfdKpJdNf .item-btn {
  text-align: right;
}
.cid-uQxVPR05N0 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQxVPR05N0 .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-uQxVPR05N0 .mbr-section-title {
  letter-spacing: 0em;
}
.cid-uQxVPR05N0 .card-img {
  margin-bottom: 1rem;
}
.cid-uQxVPR05N0 .card-img span {
  font-size: 60px;
}
.cid-uQxVPR05N0 H1 {
  color: #191b1f;
}
.cid-uQxVPR05N0 .mbr-text,
.cid-uQxVPR05N0 .mbr-section-btn {
  color: #000000;
}
.cid-uQxX2xBv0j {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uQxX2xBv0j .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #103178;
  margin-bottom: 2rem;
}
.cid-uQxX2xBv0j .card-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-uQxX2xBv0j .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-uQxX2xBv0j .card {
    max-width: 14.2%;
  }
}
.cid-uQxX2xBv0j .card-title,
.cid-uQxX2xBv0j .iconfont-wrapper {
  color: #103178;
}
.cid-uQxX2xBv0j .icon_box img {
  max-width: 150px;
  max-height: 150px;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-thXNOs2iZq {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
}
.cid-thXNOs2iZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXNOs2iZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXNOs2iZq .row {
  flex-direction: row-reverse;
}
.cid-thXNOs2iZq .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thXNOs2iZq .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-thXNOs2iZq .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thXNOs2iZq .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-thXNOs2iZq .col-img {
    height: 705px;
    padding-left: 60px !important;
  }
}
.cid-thXNOs2iZq .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-thXNOs2iZq .col-text {
    order: 2;
  }
}
.cid-thXNOs2iZq .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thXNOs2iZq .text-wrapper {
    margin-top: 20px;
  }
}
.cid-thXNOs2iZq .mbr-section-title {
  color: #4a8ad9;
  margin-bottom: 20px;
}
.cid-thXNOs2iZq .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-thXNOs2iZq .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-thXNOs2iZq .mbr-text {
  color: #212529;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-thXNOs2iZq .mbr-text {
    padding-right: 0;
  }
}
.cid-thXNOs2iZq .mbr-section-btn {
  margin-top: 20px;
}
.cid-thXNOs2iZq .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-thXNOs2iZq .social-container {
    padding-top: 40px;
  }
}
.cid-thXNOs2iZq .social-title {
  color: #212529;
  margin-bottom: 20px;
}
.cid-thXNOs2iZq .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-thXNOs2iZq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #000000);
  box-shadow: 10px 10px 19px #e5e5e5, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-thXNOs2iZq .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #f8f9fa, #16181c);
  opacity: 0;
}
.cid-thXNOs2iZq .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212529;
}
.cid-thXNOs2iZq .soc-item:hover {
  transform: translateY(-3px);
}
.cid-thXNOs2iZq .soc-item:hover:before {
  opacity: 1;
}
.cid-thXNOs2iZq .img-box {
  width: 100%;
}
.cid-thXNOs2iZq .img-box img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-thXNOs2iZq .img-wrapper {
    position: sticky;
    top: 100px;
    left: 0;
    z-index: 10;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-thXNOs2iZq .img-wrapper {
    position: static;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-thXNOs2iZq {
    padding-top: 3.5rem;
  }
  .cid-thXNOs2iZq .mbr-section-title {
    text-align: center;
  }
  .cid-thXNOs2iZq .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uQwVivBQZc {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQwVivBQZc .row {
    text-align: center !important;
  }
}
.cid-uQwVivBQZc img,
.cid-uQwVivBQZc .card-wrap,
.cid-uQwVivBQZc .card-wrapper,
.cid-uQwVivBQZc .video-wrapper,
.cid-uQwVivBQZc .mbr-figure iframe,
.cid-uQwVivBQZc .google-map iframe,
.cid-uQwVivBQZc .slide-content,
.cid-uQwVivBQZc .plan,
.cid-uQwVivBQZc .card,
.cid-uQwVivBQZc .item-wrapper {
  border-radius: 0rem !important;
}
@media (min-width: 768px) {
  .cid-uQwVivBQZc .col-text {
    padding: 0 0 0 0;
  }
}
.cid-uQwVivBQZc .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
  background-color: #f0f2f5;
}
@media (max-width: 767px) {
  .cid-uQwVivBQZc .text-wrapper {
    text-align: center !important;
    padding-bottom: 54px;
  }
}
.cid-uQwVivBQZc .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #13171f;
}
@media (max-width: 767px) {
  .cid-uQwVivBQZc .label-text {
    text-align: center !important;
  }
}
.cid-uQwVivBQZc .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uQwVivBQZc .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uQwVivBQZc .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uQwVivBQZc .mbr-text {
    text-align: center !important;
  }
}
.cid-uQwVivBQZc .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uQwVivBQZc .btn-container {
  width: 100%;
  margin-top: auto;
}
.cid-uQwVivBQZc .mbr-section-btn .btn {
  padding: 0;
}
.cid-uQwVivBQZc .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uQwVivBQZc .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uQwVivBQZc .col-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-uQwVivBQZc .col-cards {
    padding: 0;
    padding-left: 1.8%;
  }
}
@media (min-width: 992px) {
  .cid-uQwVivBQZc .col-cards {
    padding-left: 5%;
  }
}
.cid-uQwVivBQZc .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}
.cid-uQwVivBQZc .cards-wrap:hover {
  background-color: #f0f2f5;
}
.cid-uQwVivBQZc .card {
  padding: 30px;
  background-color: #ffffff;
  transition: 0.4s all;
  border-radius: 0;
  width: 240px !important;
  margin: 3px;
}
.cid-uQwVivBQZc .card:hover {
  background-color: #f0f2f5;
}
@media (min-width: 768px) {
  .cid-uQwVivBQZc .card:hover {
    transform: translate(0px, -10px);
  }
}
.cid-uQwVivBQZc .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uQwVivBQZc .img-container {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uQwVivBQZc .img-container {
    display: flex;
    justify-content: center;
  }
}
.cid-uQwVivBQZc .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  position: relative;
}
.cid-uQwVivBQZc .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQwVivBQZc .img-bg {
  background-color: #f0f2f5;
  min-width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
}
.cid-uQwVivBQZc .card-title {
  color: #f0f2f5;
  margin-bottom: 8px;
}
.cid-uQwVivBQZc .card-text {
  color: #222222;
  margin-bottom: 0;
  text-align: left;
}
.cid-uQwVivBQZc .mbr-section-title,
.cid-uQwVivBQZc .mbr-section-btn {
  text-align: center;
}
.cid-uJg0BPnjMW {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJg0BPnjMW .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-uJg0BPnjMW .mbr-section-title {
  letter-spacing: 0em;
  margin-bottom: 10px !important;
}
.cid-uJg0BPnjMW .card-img {
  margin-bottom: 1rem;
}
.cid-uJg0BPnjMW .card-img span {
  font-size: 60px;
}
.cid-uJg0BPnjMW H1 {
  color: #2c2c2c;
  text-align: center;
}
.cid-uJg0BPnjMW .mbr-text,
.cid-uJg0BPnjMW .mbr-section-btn {
  color: #212428;
  text-align: center;
}
.cid-uJfTIi24Cr {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uJfTIi24Cr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uJfTIi24Cr .text-content .mbr-subtitle {
  color: #4c48b9;
}
.cid-uJfTIi24Cr .text-content .mbr-section-title {
  color: #d32f2f;
}
.cid-uJfTIi24Cr .text-content .mbr-text {
  color: #6b67ce;
}
.cid-uJfTIi24Cr .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-uJfTIi24Cr .text-content .list-block .card-img {
  width: auto;
}
.cid-uJfTIi24Cr .text-content .list-block .card-img span {
  color: #4c48b9;
  font-size: 1.5rem;
}
.cid-uJfTIi24Cr .text-content .list-block .list-item-title {
  color: #d32f2f;
  transition: all .3s linear 0s;
}
.cid-uJfTIi24Cr .text-content .list-block .list-item-title:hover {
  color: #103178;
}
.cid-uJfTIi24Cr .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #6b67ce;
  margin-bottom: 0;
}
.cid-uJfTIi24Cr .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-uJfTIi24Cr .text-content .social {
  font-size: 1.2rem;
}
.cid-uJfTIi24Cr .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-uJfTIi24Cr .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-uJfTIi24Cr .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-uJfTIi24Cr .list-block {
  position: relative;
}
.cid-uJfTIi24Cr .list-block h4,
.cid-uJfTIi24Cr .list-block p {
  padding-left: 2.625rem;
}
.cid-uJfTIi24Cr .card-img {
  display: block;
}
.cid-uJfTIi24Cr input,
.cid-uJfTIi24Cr textarea {
  border-radius: 0px !important;
  min-height: 1rem;
  padding: 5px 5px !important;
  font-size: 13px;
  color: #ffcb20;
  height: 10px;
}
.cid-uJfTIi24Cr .form-control,
.cid-uJfTIi24Cr .field-input {
  padding: 13px 20px !important;
  background-color: #f0f2f5;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uJfTIi24Cr .form-control:hover,
.cid-uJfTIi24Cr .field-input:hover,
.cid-uJfTIi24Cr .form-control:focus,
.cid-uJfTIi24Cr .field-input:focus {
  background-color: #f0f2f5;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uJfTIi24Cr .form-control:focus,
.cid-uJfTIi24Cr .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-uJfTIi24Cr input::-webkit-input-placeholder,
.cid-uJfTIi24Cr textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-uJfTIi24Cr input:-moz-placeholder,
.cid-uJfTIi24Cr textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-uJfTIi24Cr .jq-selectbox li,
.cid-uJfTIi24Cr .jq-selectbox li {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uJfTIi24Cr .jq-selectbox li:hover,
.cid-uJfTIi24Cr .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uJfTIi24Cr .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f0f2f5;
}
.cid-uJfTIi24Cr .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f0f2f5;
}
.cid-uJfTIi24Cr .mbr-form {
  max-width: 550px;
}
.cid-uJfTIi24Cr .mbr-form .content-title {
  margin-bottom: 20px;
}
.cid-uJfTIi24Cr .mbr-form .content-subtitle {
  color: #6b67ce;
}
.cid-uJfTIi24Cr .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-uJfTIi24Cr .mbr-form .btn {
  margin-right: auto !important;
  border-radius: 30px;
  border-color: #d32f2f;
  color: #d32f2f;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-uJfTIi24Cr .mbr-form .btn-success:hover {
  background-color: #4c48b9 !important;
  border-color: #4c48b9 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-uJfTIi24Cr .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-uJfTIi24Cr .mbr-section-title,
  .cid-uJfTIi24Cr .content-title,
  .cid-uJfTIi24Cr .mbr-section-btn {
    margin-right: auto !important;
  }
}
.cid-uJfTIi24Cr .text-content .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uJfTIi24Cr .text-content .mbr-subtitle {
  text-align: left;
  color: #212428;
}
.cid-uJfTIi24Cr .text-content .list-block .list-item-title {
  color: #191b1f;
}
.cid-uJfTIi24Cr H3 {
  color: #13171f;
  text-align: left;
}
.cid-uJfTIi24Cr LABEL {
  text-align: left;
}
.cid-uJfTIi24Cr .col-auto .mbr-section-btn {
  margin-right: auto !important;
}
.cid-uJg72D6pO4 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-uJg72D6pO4 .listico {
  padding-right: 1rem;
  color: #dcdfe2;
  font-size: 0.5rem;
}
.cid-uJg72D6pO4 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uJg72D6pO4 .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-uJg72D6pO4 .mbr-text {
  color: #444;
}
.cid-uJg72D6pO4 h5 {
  margin-bottom: 0;
}
.cid-uJg72D6pO4 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uJg72D6pO4 .socicon {
  color: #9e9e9e;
  font-size: 1.6rem;
}
.cid-uJg72D6pO4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uJg72D6pO4 .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-uJg72D6pO4 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uJg72D6pO4 .social-list a:hover {
  opacity: .4;
}
.cid-uJg72D6pO4 .media-container-row > div {
  padding: 0px;
}
.cid-uJg72D6pO4 .text2 {
  color: #eeeff2;
  text-align: left;
}
.cid-uJg72D6pO4 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uJg72D6pO4 .group-title SPAN {
  color: #656565;
}
.cid-uJg72D6pO4 .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uJg72D6pO4 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uJg72D6pO4 h3 {
    margin-bottom: 10px;
  }
}
.cid-uJg72D6pO4 .links SPAN {
  color: #9e9e9e;
}
.cid-uJg72D6pO4 .links,
.cid-uJg72D6pO4 .navbar-brand {
  color: #eeeff2;
}
.cid-uJg72D6pO4 .links,
.cid-uJg72D6pO4 .social-list {
  text-align: left;
}
.cid-uBc3xdNfpT.popup-builder {
  background-color: #ffffff;
}
.cid-uBc3xdNfpT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBc3xdNfpT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBc3xdNfpT .modal-content,
.cid-uBc3xdNfpT .modal-dialog {
  height: auto;
}
.cid-uBc3xdNfpT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBc3xdNfpT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBc3xdNfpT .form-wrapper .mbr-form .form-group,
  .cid-uBc3xdNfpT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBc3xdNfpT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBc3xdNfpT .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-uBc3xdNfpT .mbr-text {
  text-align: center;
}
.cid-uBc3xdNfpT .pt-0 {
  padding-top: 0 !important;
}
.cid-uBc3xdNfpT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBc3xdNfpT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBc3xdNfpT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBc3xdNfpT .modal-open {
  overflow: hidden;
}
.cid-uBc3xdNfpT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBc3xdNfpT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBc3xdNfpT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBc3xdNfpT .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-uBc3xdNfpT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBc3xdNfpT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBc3xdNfpT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBc3xdNfpT .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-uBc3xdNfpT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uBc3xdNfpT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBc3xdNfpT .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBc3xdNfpT .modal-backdrop.show {
  opacity: .5;
}
.cid-uBc3xdNfpT .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-uBc3xdNfpT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBc3xdNfpT .modal-header {
    padding: 1rem;
  }
}
.cid-uBc3xdNfpT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBc3xdNfpT .modal-header .close svg {
  fill: #353535;
}
.cid-uBc3xdNfpT .modal-header .close:hover {
  opacity: 1;
}
.cid-uBc3xdNfpT .modal-header .close:focus {
  outline: none;
}
.cid-uBc3xdNfpT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBc3xdNfpT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uBc3xdNfpT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBc3xdNfpT .modal-body {
    padding: 1rem;
  }
}
.cid-uBc3xdNfpT .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-uBc3xdNfpT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBc3xdNfpT .modal-footer {
    padding: 1rem;
  }
}
.cid-uBc3xdNfpT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBc3xdNfpT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBc3xdNfpT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBc3xdNfpT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBc3xdNfpT .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uBc3xdNfpT .modal-lg,
  .cid-uBc3xdNfpT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uBc3xdNfpT .modal-xl {
    max-width: 1140px;
  }
}
.cid-uBc3xdNfpT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBc3xdNfpT .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-uBc3xdNfpT .form-group {
  margin-bottom: 1rem;
}
.cid-uBc3xdNfpT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBc3xdNfpT .form-control:hover {
  border-color: #22262b !important;
}
.cid-uBc3xdNfpT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBc3xdNfpT .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-uBc3xdNfpT .mbr-section-btn {
  margin: 0;
}
.cid-uBc3xdNfpT .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBc3xdNfpT LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uBc3xdNfpT .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uBc3xdNfpT .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uBB4gUZkDv.popup-builder {
  background-color: #ffffff;
}
.cid-uBB4gUZkDv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBB4gUZkDv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBB4gUZkDv .modal-content,
.cid-uBB4gUZkDv .modal-dialog {
  height: auto;
}
.cid-uBB4gUZkDv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBB4gUZkDv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBB4gUZkDv .form-wrapper .mbr-form .form-group,
  .cid-uBB4gUZkDv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBB4gUZkDv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBB4gUZkDv .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-uBB4gUZkDv .mbr-text {
  text-align: center;
}
.cid-uBB4gUZkDv .pt-0 {
  padding-top: 0 !important;
}
.cid-uBB4gUZkDv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBB4gUZkDv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBB4gUZkDv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBB4gUZkDv .modal-open {
  overflow: hidden;
}
.cid-uBB4gUZkDv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBB4gUZkDv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBB4gUZkDv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBB4gUZkDv .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-uBB4gUZkDv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBB4gUZkDv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBB4gUZkDv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBB4gUZkDv .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-uBB4gUZkDv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uBB4gUZkDv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBB4gUZkDv .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBB4gUZkDv .modal-backdrop.show {
  opacity: .5;
}
.cid-uBB4gUZkDv .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-uBB4gUZkDv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBB4gUZkDv .modal-header {
    padding: 1rem;
  }
}
.cid-uBB4gUZkDv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBB4gUZkDv .modal-header .close svg {
  fill: #353535;
}
.cid-uBB4gUZkDv .modal-header .close:hover {
  opacity: 1;
}
.cid-uBB4gUZkDv .modal-header .close:focus {
  outline: none;
}
.cid-uBB4gUZkDv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBB4gUZkDv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uBB4gUZkDv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBB4gUZkDv .modal-body {
    padding: 1rem;
  }
}
.cid-uBB4gUZkDv .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-uBB4gUZkDv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBB4gUZkDv .modal-footer {
    padding: 1rem;
  }
}
.cid-uBB4gUZkDv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBB4gUZkDv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBB4gUZkDv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBB4gUZkDv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBB4gUZkDv .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uBB4gUZkDv .modal-lg,
  .cid-uBB4gUZkDv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uBB4gUZkDv .modal-xl {
    max-width: 1140px;
  }
}
.cid-uBB4gUZkDv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBB4gUZkDv .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-uBB4gUZkDv .form-group {
  margin-bottom: 1rem;
}
.cid-uBB4gUZkDv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBB4gUZkDv .form-control:hover {
  border-color: #22262b !important;
}
.cid-uBB4gUZkDv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBB4gUZkDv .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-uBB4gUZkDv .mbr-section-btn {
  margin: 0;
}
.cid-uBB4gUZkDv .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBB4gUZkDv LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uBB4gUZkDv .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uBB4gUZkDv .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uBB4suerue.popup-builder {
  background-color: #ffffff;
}
.cid-uBB4suerue.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBB4suerue.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBB4suerue .modal-content,
.cid-uBB4suerue .modal-dialog {
  height: auto;
}
.cid-uBB4suerue .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBB4suerue .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBB4suerue .form-wrapper .mbr-form .form-group,
  .cid-uBB4suerue .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBB4suerue .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBB4suerue .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-uBB4suerue .mbr-text {
  text-align: center;
}
.cid-uBB4suerue .pt-0 {
  padding-top: 0 !important;
}
.cid-uBB4suerue .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBB4suerue .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBB4suerue .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBB4suerue .modal-open {
  overflow: hidden;
}
.cid-uBB4suerue .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBB4suerue .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBB4suerue .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBB4suerue .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-uBB4suerue .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBB4suerue .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBB4suerue .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBB4suerue .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-uBB4suerue .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uBB4suerue .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBB4suerue .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBB4suerue .modal-backdrop.show {
  opacity: .5;
}
.cid-uBB4suerue .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-uBB4suerue .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBB4suerue .modal-header {
    padding: 1rem;
  }
}
.cid-uBB4suerue .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBB4suerue .modal-header .close svg {
  fill: #353535;
}
.cid-uBB4suerue .modal-header .close:hover {
  opacity: 1;
}
.cid-uBB4suerue .modal-header .close:focus {
  outline: none;
}
.cid-uBB4suerue .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBB4suerue .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uBB4suerue .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBB4suerue .modal-body {
    padding: 1rem;
  }
}
.cid-uBB4suerue .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-uBB4suerue .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBB4suerue .modal-footer {
    padding: 1rem;
  }
}
.cid-uBB4suerue .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBB4suerue .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBB4suerue .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBB4suerue .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBB4suerue .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uBB4suerue .modal-lg,
  .cid-uBB4suerue .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uBB4suerue .modal-xl {
    max-width: 1140px;
  }
}
.cid-uBB4suerue .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBB4suerue .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-uBB4suerue .form-group {
  margin-bottom: 1rem;
}
.cid-uBB4suerue .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBB4suerue .form-control:hover {
  border-color: #22262b !important;
}
.cid-uBB4suerue .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBB4suerue .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-uBB4suerue .mbr-section-btn {
  margin: 0;
}
.cid-uBB4suerue .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBB4suerue LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uBB4suerue .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uBB4suerue .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uBB4xvV8f2.popup-builder {
  background-color: #ffffff;
}
.cid-uBB4xvV8f2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBB4xvV8f2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBB4xvV8f2 .modal-content,
.cid-uBB4xvV8f2 .modal-dialog {
  height: auto;
}
.cid-uBB4xvV8f2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBB4xvV8f2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBB4xvV8f2 .form-wrapper .mbr-form .form-group,
  .cid-uBB4xvV8f2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBB4xvV8f2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBB4xvV8f2 .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-uBB4xvV8f2 .mbr-text {
  text-align: center;
}
.cid-uBB4xvV8f2 .pt-0 {
  padding-top: 0 !important;
}
.cid-uBB4xvV8f2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBB4xvV8f2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBB4xvV8f2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBB4xvV8f2 .modal-open {
  overflow: hidden;
}
.cid-uBB4xvV8f2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBB4xvV8f2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBB4xvV8f2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBB4xvV8f2 .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-uBB4xvV8f2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBB4xvV8f2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBB4xvV8f2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBB4xvV8f2 .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-uBB4xvV8f2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uBB4xvV8f2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBB4xvV8f2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBB4xvV8f2 .modal-backdrop.show {
  opacity: .5;
}
.cid-uBB4xvV8f2 .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-uBB4xvV8f2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBB4xvV8f2 .modal-header {
    padding: 1rem;
  }
}
.cid-uBB4xvV8f2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBB4xvV8f2 .modal-header .close svg {
  fill: #353535;
}
.cid-uBB4xvV8f2 .modal-header .close:hover {
  opacity: 1;
}
.cid-uBB4xvV8f2 .modal-header .close:focus {
  outline: none;
}
.cid-uBB4xvV8f2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBB4xvV8f2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uBB4xvV8f2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBB4xvV8f2 .modal-body {
    padding: 1rem;
  }
}
.cid-uBB4xvV8f2 .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-uBB4xvV8f2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBB4xvV8f2 .modal-footer {
    padding: 1rem;
  }
}
.cid-uBB4xvV8f2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBB4xvV8f2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBB4xvV8f2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBB4xvV8f2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBB4xvV8f2 .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uBB4xvV8f2 .modal-lg,
  .cid-uBB4xvV8f2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uBB4xvV8f2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uBB4xvV8f2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBB4xvV8f2 .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-uBB4xvV8f2 .form-group {
  margin-bottom: 1rem;
}
.cid-uBB4xvV8f2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBB4xvV8f2 .form-control:hover {
  border-color: #22262b !important;
}
.cid-uBB4xvV8f2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBB4xvV8f2 .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-uBB4xvV8f2 .mbr-section-btn {
  margin: 0;
}
.cid-uBB4xvV8f2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBB4xvV8f2 LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uBB4xvV8f2 .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uBB4xvV8f2 .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uBB4CPW90O.popup-builder {
  background-color: #ffffff;
}
.cid-uBB4CPW90O.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBB4CPW90O.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBB4CPW90O .modal-content,
.cid-uBB4CPW90O .modal-dialog {
  height: auto;
}
.cid-uBB4CPW90O .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBB4CPW90O .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBB4CPW90O .form-wrapper .mbr-form .form-group,
  .cid-uBB4CPW90O .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBB4CPW90O .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBB4CPW90O .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-uBB4CPW90O .mbr-text {
  text-align: center;
}
.cid-uBB4CPW90O .pt-0 {
  padding-top: 0 !important;
}
.cid-uBB4CPW90O .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBB4CPW90O .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBB4CPW90O .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBB4CPW90O .modal-open {
  overflow: hidden;
}
.cid-uBB4CPW90O .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBB4CPW90O .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBB4CPW90O .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBB4CPW90O .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-uBB4CPW90O .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBB4CPW90O .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBB4CPW90O .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBB4CPW90O .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-uBB4CPW90O .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uBB4CPW90O .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBB4CPW90O .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBB4CPW90O .modal-backdrop.show {
  opacity: .5;
}
.cid-uBB4CPW90O .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-uBB4CPW90O .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBB4CPW90O .modal-header {
    padding: 1rem;
  }
}
.cid-uBB4CPW90O .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBB4CPW90O .modal-header .close svg {
  fill: #353535;
}
.cid-uBB4CPW90O .modal-header .close:hover {
  opacity: 1;
}
.cid-uBB4CPW90O .modal-header .close:focus {
  outline: none;
}
.cid-uBB4CPW90O .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uBB4CPW90O .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uBB4CPW90O .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBB4CPW90O .modal-body {
    padding: 1rem;
  }
}
.cid-uBB4CPW90O .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-uBB4CPW90O .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBB4CPW90O .modal-footer {
    padding: 1rem;
  }
}
.cid-uBB4CPW90O .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBB4CPW90O .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBB4CPW90O .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBB4CPW90O .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBB4CPW90O .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uBB4CPW90O .modal-lg,
  .cid-uBB4CPW90O .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uBB4CPW90O .modal-xl {
    max-width: 1140px;
  }
}
.cid-uBB4CPW90O .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBB4CPW90O .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-uBB4CPW90O .form-group {
  margin-bottom: 1rem;
}
.cid-uBB4CPW90O .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBB4CPW90O .form-control:hover {
  border-color: #22262b !important;
}
.cid-uBB4CPW90O .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBB4CPW90O .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-uBB4CPW90O .mbr-section-btn {
  margin: 0;
}
.cid-uBB4CPW90O .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBB4CPW90O LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uBB4CPW90O .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uBB4CPW90O .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uJbjsvahEu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJbjsvahEu .menu-text {
  padding: 0 0rem;
  color: #5b6c8f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJbjsvahEu .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uJbjsvahEu .iconfont-wrapper {
  color: #001219 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uJbjsvahEu .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uJbjsvahEu .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uJbjsvahEu .container {
    padding: 0 1rem;
  }
}
.cid-uJbjsvahEu .menu-tite {
  background: #d32f2f;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-uJbjsvahEu .nav-link {
  position: relative;
}
.cid-uJbjsvahEu .nav-link:hover {
  color: #6b67ce !important;
}
.cid-uJbjsvahEu nav.navbar {
  position: fixed;
}
.cid-uJbjsvahEu .navbar {
  padding: 0!important;
  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: #ffffff;
}
.cid-uJbjsvahEu .navbar.opened {
  transition: all 0.3s;
}
.cid-uJbjsvahEu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJbjsvahEu .navbar .navbar-logo img {
  width: auto;
}
.cid-uJbjsvahEu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJbjsvahEu .navbar.collapsed {
  justify-content: center;
}
.cid-uJbjsvahEu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJbjsvahEu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJbjsvahEu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uJbjsvahEu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJbjsvahEu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJbjsvahEu .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-uJbjsvahEu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJbjsvahEu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJbjsvahEu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJbjsvahEu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJbjsvahEu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJbjsvahEu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJbjsvahEu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJbjsvahEu .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-uJbjsvahEu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJbjsvahEu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJbjsvahEu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJbjsvahEu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJbjsvahEu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJbjsvahEu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJbjsvahEu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJbjsvahEu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJbjsvahEu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJbjsvahEu .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-uJbjsvahEu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJbjsvahEu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJbjsvahEu .dropdown-item:hover,
.cid-uJbjsvahEu .dropdown-item:focus {
  background: #d32f2f !important;
  color: white !important;
}
.cid-uJbjsvahEu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJbjsvahEu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJbjsvahEu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uJbjsvahEu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJbjsvahEu .dropdown-menu,
.cid-uJbjsvahEu .navbar.opened {
  background: #ffffff !important;
}
.cid-uJbjsvahEu .nav-item:focus,
.cid-uJbjsvahEu .nav-link:focus {
  outline: none;
}
.cid-uJbjsvahEu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJbjsvahEu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJbjsvahEu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJbjsvahEu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJbjsvahEu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJbjsvahEu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJbjsvahEu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJbjsvahEu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJbjsvahEu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJbjsvahEu .dropdown-item.active,
.cid-uJbjsvahEu .dropdown-item:active {
  background-color: transparent;
}
.cid-uJbjsvahEu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJbjsvahEu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJbjsvahEu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJbjsvahEu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJbjsvahEu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJbjsvahEu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJbjsvahEu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJbjsvahEu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJbjsvahEu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJbjsvahEu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJbjsvahEu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJbjsvahEu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJbjsvahEu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJbjsvahEu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJbjsvahEu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJbjsvahEu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJbjsvahEu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJbjsvahEu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJbjsvahEu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJbjsvahEu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJbjsvahEu .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-uJbjsvahEu .navbar {
    height: 70px;
  }
  .cid-uJbjsvahEu .navbar.opened {
    height: auto;
  }
  .cid-uJbjsvahEu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDgwrmITId {
  padding-top: 10rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uDgwrmITId .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDgwrmITId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDgwrmITId .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uDgwrmITId .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uDgwrmITId .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uDgwrmITId .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uDgwrmITId .col-text {
    order: 1;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uDgwrmITId .col-text {
    margin-top: 20px;
  }
}
.cid-uDgwrmITId .text-wrapper {
  width: 100%;
  z-index: 21;
}
.cid-uDgwrmITId .mbr-section-title {
  color: #22262b;
  margin-bottom: 20px;
  text-align: center;
}
.cid-uDgwrmITId .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
  text-align: center;
}
.cid-uDgwrmITId .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uDgwrmITId .mbr-text {
  color: #212529;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uDgwrmITId .mbr-text {
    padding-right: 0;
  }
}
.cid-uDgwrmITId .mbr-section-btn {
  margin-top: 20px;
  text-align: center;
}
.cid-uDgwrmITId .social-container {
  width: 100%;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .cid-uDgwrmITId .social-container {
    text-align: center;
  }
}
.cid-uDgwrmITId .social-title {
  color: #212529;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDgwrmITId .social-title {
    text-align: center;
  }
}
.cid-uDgwrmITId .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
@media (max-width: 991px) {
  .cid-uDgwrmITId .social-list {
    justify-content: center;
  }
}
.cid-uDgwrmITId .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #c4cfde, -10px -10px 19px #fdfdfd;
  transition: 0.4s all;
}
.cid-uDgwrmITId .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #ffffff, #f4f4f4);
  opacity: 0;
}
.cid-uDgwrmITId .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212428;
}
.cid-uDgwrmITId .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uDgwrmITId .soc-item:hover:before {
  opacity: 1;
}
.cid-uDgwrmITId .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uDgwrmITId .col-img {
    order: 2;
    margin-top: 30px;
  }
}
.cid-uDgwrmITId lottie-player {
  position: absolute;
  z-index: 20;
}
.cid-uDgwrmITId .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uDgwrmITId .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uDgwrmITId .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #9ca5b1, #acb8c3);
  box-shadow: 10px 10px 19px #c4cfde, -10px -10px 19px #ffffff;
  border-radius: 6px;
}
.cid-uDgwrmITId .btn .mbr-iconfont {
  order: 0;
  margin: 0;
  vertical-align: middle;
  font-size: 1.2rem;
}
.cid-uDgwrmITId .btn {
  display: inline-flex;
  align-items: center !important;
  padding: 10px 20px;
  gap: 8px;
}
.cid-uDgwrmITId .phone-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  gap: 8px;
  border-radius: 6px;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.cid-uDgwrmITId .phone-icon {
  transition: transform 0.3s ease-in-out;
}
@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(-10deg);
  }
  45% {
    transform: rotate(5deg);
  }
  60% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.cid-uDgwrmITId .phone-btn:hover {
  background: linear-gradient(145deg, #4a8ad9, #2e5ea4);
  box-shadow: 0px 5px 15px rgba(41, 158, 235, 0.4);
}
.cid-uDgwrmITId .phone-btn:hover .phone-icon {
  animation: ring 0.5s ease-in-out infinite;
}
.cid-uDgwrmITId .price-text {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uDgwrmITId {
    padding-top: 6rem;
  }
  .cid-uDgwrmITId .mbr-section-title {
    text-align: center;
  }
}
.cid-uDgwrmITId .glitch {
  display: inline-block;
  position: relative;
  color: #4c48b9;
  font-weight: bold;
  line-height: 1.2;
  white-space: normal;
  font-size: 200%;
}
.cid-uDgwrmITId .glitch::before,
.cid-uDgwrmITId .glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  white-space: normal;
  opacity: 0;
  pointer-events: none;
}
.cid-uDgwrmITId .glitch:hover::before,
.cid-uDgwrmITId .glitch.glitch-active::before {
  opacity: 0.8;
  animation: glitch 650ms infinite;
  clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
  transform: translate(-0.025em, -0.0125em);
}
.cid-uDgwrmITId .glitch:hover::after,
.cid-uDgwrmITId .glitch.glitch-active::after {
  opacity: 0.8;
  animation: glitch 375ms infinite;
  clip-path: polygon(0 65%, 100% 20%, 100% 100%, 0 70%);
  transform: translate(0.0125em, 0.025em);
}
@keyframes glitch {
  0% {
    color: rgba(229, 57, 53, 0.2);
    text-shadow: 0.05em 0 0 #e53935, -0.025em -0.05em 0 #32393d, 0.025em 0.05em 0 #66bb6a;
  }
  14% {
    text-shadow: 0.05em 0 0 #e53935, -0.025em -0.05em 0 #32393d, 0.025em 0.05em 0 #66bb6a;
  }
  15% {
    color: #66bb6a;
    text-shadow: -0.05em -0.025em 0 #e53935, 0.025em -0.025em 0 #32393d, -0.05em -0.05em 0 #66bb6a;
  }
  49% {
    text-shadow: -0.05em -0.025em 0 #e53935, 0.025em -0.025em 0 #32393d, -0.05em -0.05em 0 #66bb6a;
  }
  50% {
    text-shadow: 0.025em 0.05em 0 #e53935, -0.025em 0.05em 0 #32393d, 0 -0.05em 0 #66bb6a;
  }
  99% {
    color: #4c48b9;
    text-shadow: 0.025em 0.05em 0 #e53935, -0.025em 0.05em 0 #32393d, 0 -0.05em 0 #66bb6a;
  }
  100% {
    text-shadow: -0.025em 0 0 #e53935, -0.025em -0.025em 0 #32393d, -0.025em -0.05em 0 #66bb6a;
  }
}
.cid-uDgwrmITId .custom-slider-background {
  width: 100%;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.1));
  max-width: 600px;
  aspect-ratio: 1.65526985;
  background: url("data:image/svg+xml,%3Csvg%20id%3D%22_Layer_2%22%20data-name%3D%22Layer%202%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20351.48%20212.34%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%20%23fecb2f%3B%7D%20.cls-2%7Bfill%3A%20%23fff%3B%7D%20.cls-3%7Bfill%3A%20%23e4eef4%3B%7D%20.cls-4%7Bfill%3A%20%23e73555%3B%7D%20.cls-5%7Bfill%3A%20%2349ae48%3B%7D%3C/style%3E%3C/defs%3E%3Cg%20id%3D%22Objects%22%3E%3Crect%20class%3D%22cls-2%22%20y%3D%2219.32%22%20width%3D%22351.48%22%20height%3D%22193.02%22/%3E%3Cg%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M6.75%2C0h337.98c3.73%2C0%2C6.75%2C3.03%2C6.75%2C6.75v12.57H0V6.75C0%2C3.03%2C3.03%2C0%2C6.75%2C0Z%22/%3E%3Cpath%20class%3D%22cls-4%22%20d%3D%22M15.32%2C9.66c0-2.13%2C1.73-3.86%2C3.86-3.86s3.86%2C1.73%2C3.86%2C3.86-1.73%2C3.86-3.86%2C3.86-3.86-1.73-3.86-3.86Z%22/%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2236.3%22%20cy%3D%229.66%22%20r%3D%223.86%22/%3E%3Cpath%20class%3D%22cls-5%22%20d%3D%22M49.57%2C9.66c0-2.13%2C1.73-3.86%2C3.86-3.86s3.86%2C1.73%2C3.86%2C3.86-1.73%2C3.86-3.86%2C3.86-3.86-1.73-3.86-3.86Z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  position: relative;
  margin: 0 auto;
  font-family: var(--mbr-font-family, 'Montserrat', sans-serif) !important;
  font-weight: 700;
}
.cid-uDgwrmITId .custom-slider-container {
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-family: inherit;
}
.cid-uDgwrmITId .custom-static-text {
  color: #22262b;
  margin-top: 3px;
  font-family: var(--mbr-font-family, 'Montserrat', sans-serif) !important;
  font-weight: 700;
}
.cid-uDgwrmITId .custom-carousel {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 210px;
  text-align: center;
}
.cid-uDgwrmITId .custom-carousel-item {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #4c48b9;
  animation: custom-carousel-animate-vertical 21s linear infinite;
  opacity: 0;
  white-space: nowrap;
}
.cid-uDgwrmITId .custom-carousel-item:nth-child(1) {
  animation-delay: 0s;
}
.cid-uDgwrmITId .custom-carousel-item:nth-child(2) {
  animation-delay: -3s;
}
.cid-uDgwrmITId .custom-carousel-item:nth-child(3) {
  animation-delay: -6s;
}
.cid-uDgwrmITId .custom-carousel-item:nth-child(4) {
  animation-delay: -9s;
}
.cid-uDgwrmITId .custom-carousel-item:nth-child(5) {
  animation-delay: -12s;
}
.cid-uDgwrmITId .custom-carousel-item:nth-child(6) {
  animation-delay: -15s;
}
.cid-uDgwrmITId .custom-carousel-item:nth-child(7) {
  animation-delay: -18s;
}
@keyframes custom-carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%,
  14.29% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  17.29%,
  28.57% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  31.57%,
  42.86% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  45.86% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 420px) {
  .cid-uDgwrmITId .custom-slider-container {
    font-size: 20px;
    margin-top: 14px;
  }
  .cid-uDgwrmITId .custom-carousel {
    width: 120px;
    margin-top: 14px;
  }
  .cid-uDgwrmITId .custom-slider-background {
    width: 300px;
    height: 180px;
  }
}
@media (max-width: 500px) {
  .cid-uDgwrmITId .custom-slider-background {
    max-width: 300px;
  }
  .cid-uDgwrmITId .custom-slider-container {
    font-size: 20px;
    margin-top: 14px;
  }
  .cid-uDgwrmITId .custom-carousel {
    width: 120px;
    margin-top: 14px;
  }
}
.cid-uJg72D6pO4 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-uJg72D6pO4 .listico {
  padding-right: 1rem;
  color: #dcdfe2;
  font-size: 0.5rem;
}
.cid-uJg72D6pO4 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uJg72D6pO4 .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-uJg72D6pO4 .mbr-text {
  color: #444;
}
.cid-uJg72D6pO4 h5 {
  margin-bottom: 0;
}
.cid-uJg72D6pO4 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uJg72D6pO4 .socicon {
  color: #9e9e9e;
  font-size: 1.6rem;
}
.cid-uJg72D6pO4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uJg72D6pO4 .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-uJg72D6pO4 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uJg72D6pO4 .social-list a:hover {
  opacity: .4;
}
.cid-uJg72D6pO4 .media-container-row > div {
  padding: 0px;
}
.cid-uJg72D6pO4 .text2 {
  color: #eeeff2;
  text-align: left;
}
.cid-uJg72D6pO4 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uJg72D6pO4 .group-title SPAN {
  color: #656565;
}
.cid-uJg72D6pO4 .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uJg72D6pO4 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uJg72D6pO4 h3 {
    margin-bottom: 10px;
  }
}
.cid-uJg72D6pO4 .links SPAN {
  color: #9e9e9e;
}
.cid-uJg72D6pO4 .links,
.cid-uJg72D6pO4 .navbar-brand {
  color: #eeeff2;
}
.cid-uJg72D6pO4 .links,
.cid-uJg72D6pO4 .social-list {
  text-align: left;
}
.cid-uDgwrwpnlx.popup-builder {
  background-color: #ffffff;
}
.cid-uDgwrwpnlx.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDgwrwpnlx.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDgwrwpnlx .modal-content,
.cid-uDgwrwpnlx .modal-dialog {
  height: auto;
}
.cid-uDgwrwpnlx .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDgwrwpnlx .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDgwrwpnlx .form-wrapper .mbr-form .form-group,
  .cid-uDgwrwpnlx .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDgwrwpnlx .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDgwrwpnlx .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-uDgwrwpnlx .mbr-text {
  text-align: center;
}
.cid-uDgwrwpnlx .pt-0 {
  padding-top: 0 !important;
}
.cid-uDgwrwpnlx .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDgwrwpnlx .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDgwrwpnlx .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDgwrwpnlx .modal-open {
  overflow: hidden;
}
.cid-uDgwrwpnlx .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDgwrwpnlx .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDgwrwpnlx .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDgwrwpnlx .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-uDgwrwpnlx .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDgwrwpnlx .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDgwrwpnlx .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDgwrwpnlx .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-uDgwrwpnlx .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDgwrwpnlx .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDgwrwpnlx .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDgwrwpnlx .modal-backdrop.show {
  opacity: .5;
}
.cid-uDgwrwpnlx .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-uDgwrwpnlx .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgwrwpnlx .modal-header {
    padding: 1rem;
  }
}
.cid-uDgwrwpnlx .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDgwrwpnlx .modal-header .close svg {
  fill: #353535;
}
.cid-uDgwrwpnlx .modal-header .close:hover {
  opacity: 1;
}
.cid-uDgwrwpnlx .modal-header .close:focus {
  outline: none;
}
.cid-uDgwrwpnlx .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDgwrwpnlx .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDgwrwpnlx .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgwrwpnlx .modal-body {
    padding: 1rem;
  }
}
.cid-uDgwrwpnlx .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-uDgwrwpnlx .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgwrwpnlx .modal-footer {
    padding: 1rem;
  }
}
.cid-uDgwrwpnlx .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDgwrwpnlx .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDgwrwpnlx .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDgwrwpnlx .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDgwrwpnlx .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uDgwrwpnlx .modal-lg,
  .cid-uDgwrwpnlx .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDgwrwpnlx .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDgwrwpnlx .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDgwrwpnlx .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-uDgwrwpnlx .form-group {
  margin-bottom: 1rem;
}
.cid-uDgwrwpnlx .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDgwrwpnlx .form-control:hover {
  border-color: #22262b !important;
}
.cid-uDgwrwpnlx .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDgwrwpnlx .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-uDgwrwpnlx .mbr-section-btn {
  margin: 0;
}
.cid-uDgwrwpnlx .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDgwrwpnlx LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uDgwrwpnlx .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uDgwrwpnlx .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uDgwrxdV8t.popup-builder {
  background-color: #ffffff;
}
.cid-uDgwrxdV8t.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDgwrxdV8t.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDgwrxdV8t .modal-content,
.cid-uDgwrxdV8t .modal-dialog {
  height: auto;
}
.cid-uDgwrxdV8t .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDgwrxdV8t .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDgwrxdV8t .form-wrapper .mbr-form .form-group,
  .cid-uDgwrxdV8t .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDgwrxdV8t .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDgwrxdV8t .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-uDgwrxdV8t .mbr-text {
  text-align: center;
}
.cid-uDgwrxdV8t .pt-0 {
  padding-top: 0 !important;
}
.cid-uDgwrxdV8t .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDgwrxdV8t .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDgwrxdV8t .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDgwrxdV8t .modal-open {
  overflow: hidden;
}
.cid-uDgwrxdV8t .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDgwrxdV8t .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDgwrxdV8t .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDgwrxdV8t .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-uDgwrxdV8t .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDgwrxdV8t .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDgwrxdV8t .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDgwrxdV8t .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-uDgwrxdV8t .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDgwrxdV8t .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDgwrxdV8t .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDgwrxdV8t .modal-backdrop.show {
  opacity: .5;
}
.cid-uDgwrxdV8t .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-uDgwrxdV8t .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgwrxdV8t .modal-header {
    padding: 1rem;
  }
}
.cid-uDgwrxdV8t .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDgwrxdV8t .modal-header .close svg {
  fill: #353535;
}
.cid-uDgwrxdV8t .modal-header .close:hover {
  opacity: 1;
}
.cid-uDgwrxdV8t .modal-header .close:focus {
  outline: none;
}
.cid-uDgwrxdV8t .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDgwrxdV8t .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDgwrxdV8t .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgwrxdV8t .modal-body {
    padding: 1rem;
  }
}
.cid-uDgwrxdV8t .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-uDgwrxdV8t .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgwrxdV8t .modal-footer {
    padding: 1rem;
  }
}
.cid-uDgwrxdV8t .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDgwrxdV8t .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDgwrxdV8t .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDgwrxdV8t .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDgwrxdV8t .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uDgwrxdV8t .modal-lg,
  .cid-uDgwrxdV8t .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDgwrxdV8t .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDgwrxdV8t .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDgwrxdV8t .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-uDgwrxdV8t .form-group {
  margin-bottom: 1rem;
}
.cid-uDgwrxdV8t .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDgwrxdV8t .form-control:hover {
  border-color: #22262b !important;
}
.cid-uDgwrxdV8t .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDgwrxdV8t .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-uDgwrxdV8t .mbr-section-btn {
  margin: 0;
}
.cid-uDgwrxdV8t .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDgwrxdV8t LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uDgwrxdV8t .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uDgwrxdV8t .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uDgwrxZj02.popup-builder {
  background-color: #ffffff;
}
.cid-uDgwrxZj02.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDgwrxZj02.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDgwrxZj02 .modal-content,
.cid-uDgwrxZj02 .modal-dialog {
  height: auto;
}
.cid-uDgwrxZj02 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDgwrxZj02 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDgwrxZj02 .form-wrapper .mbr-form .form-group,
  .cid-uDgwrxZj02 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDgwrxZj02 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDgwrxZj02 .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-uDgwrxZj02 .mbr-text {
  text-align: center;
}
.cid-uDgwrxZj02 .pt-0 {
  padding-top: 0 !important;
}
.cid-uDgwrxZj02 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDgwrxZj02 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDgwrxZj02 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDgwrxZj02 .modal-open {
  overflow: hidden;
}
.cid-uDgwrxZj02 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDgwrxZj02 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDgwrxZj02 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDgwrxZj02 .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-uDgwrxZj02 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDgwrxZj02 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDgwrxZj02 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDgwrxZj02 .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-uDgwrxZj02 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDgwrxZj02 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDgwrxZj02 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDgwrxZj02 .modal-backdrop.show {
  opacity: .5;
}
.cid-uDgwrxZj02 .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-uDgwrxZj02 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgwrxZj02 .modal-header {
    padding: 1rem;
  }
}
.cid-uDgwrxZj02 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDgwrxZj02 .modal-header .close svg {
  fill: #353535;
}
.cid-uDgwrxZj02 .modal-header .close:hover {
  opacity: 1;
}
.cid-uDgwrxZj02 .modal-header .close:focus {
  outline: none;
}
.cid-uDgwrxZj02 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDgwrxZj02 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDgwrxZj02 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgwrxZj02 .modal-body {
    padding: 1rem;
  }
}
.cid-uDgwrxZj02 .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-uDgwrxZj02 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgwrxZj02 .modal-footer {
    padding: 1rem;
  }
}
.cid-uDgwrxZj02 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDgwrxZj02 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDgwrxZj02 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDgwrxZj02 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDgwrxZj02 .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uDgwrxZj02 .modal-lg,
  .cid-uDgwrxZj02 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDgwrxZj02 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDgwrxZj02 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDgwrxZj02 .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-uDgwrxZj02 .form-group {
  margin-bottom: 1rem;
}
.cid-uDgwrxZj02 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDgwrxZj02 .form-control:hover {
  border-color: #22262b !important;
}
.cid-uDgwrxZj02 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDgwrxZj02 .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-uDgwrxZj02 .mbr-section-btn {
  margin: 0;
}
.cid-uDgwrxZj02 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDgwrxZj02 LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uDgwrxZj02 .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uDgwrxZj02 .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uDgwryLWew.popup-builder {
  background-color: #ffffff;
}
.cid-uDgwryLWew.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDgwryLWew.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDgwryLWew .modal-content,
.cid-uDgwryLWew .modal-dialog {
  height: auto;
}
.cid-uDgwryLWew .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDgwryLWew .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDgwryLWew .form-wrapper .mbr-form .form-group,
  .cid-uDgwryLWew .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDgwryLWew .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDgwryLWew .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-uDgwryLWew .mbr-text {
  text-align: center;
}
.cid-uDgwryLWew .pt-0 {
  padding-top: 0 !important;
}
.cid-uDgwryLWew .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDgwryLWew .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDgwryLWew .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDgwryLWew .modal-open {
  overflow: hidden;
}
.cid-uDgwryLWew .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDgwryLWew .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDgwryLWew .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDgwryLWew .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-uDgwryLWew .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDgwryLWew .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDgwryLWew .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDgwryLWew .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-uDgwryLWew .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDgwryLWew .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDgwryLWew .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDgwryLWew .modal-backdrop.show {
  opacity: .5;
}
.cid-uDgwryLWew .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-uDgwryLWew .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgwryLWew .modal-header {
    padding: 1rem;
  }
}
.cid-uDgwryLWew .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDgwryLWew .modal-header .close svg {
  fill: #353535;
}
.cid-uDgwryLWew .modal-header .close:hover {
  opacity: 1;
}
.cid-uDgwryLWew .modal-header .close:focus {
  outline: none;
}
.cid-uDgwryLWew .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDgwryLWew .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDgwryLWew .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgwryLWew .modal-body {
    padding: 1rem;
  }
}
.cid-uDgwryLWew .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-uDgwryLWew .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgwryLWew .modal-footer {
    padding: 1rem;
  }
}
.cid-uDgwryLWew .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDgwryLWew .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDgwryLWew .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDgwryLWew .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDgwryLWew .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uDgwryLWew .modal-lg,
  .cid-uDgwryLWew .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDgwryLWew .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDgwryLWew .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDgwryLWew .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-uDgwryLWew .form-group {
  margin-bottom: 1rem;
}
.cid-uDgwryLWew .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDgwryLWew .form-control:hover {
  border-color: #22262b !important;
}
.cid-uDgwryLWew .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDgwryLWew .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-uDgwryLWew .mbr-section-btn {
  margin: 0;
}
.cid-uDgwryLWew .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDgwryLWew LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uDgwryLWew .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uDgwryLWew .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uDgwrzAIdS.popup-builder {
  background-color: #ffffff;
}
.cid-uDgwrzAIdS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDgwrzAIdS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDgwrzAIdS .modal-content,
.cid-uDgwrzAIdS .modal-dialog {
  height: auto;
}
.cid-uDgwrzAIdS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDgwrzAIdS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDgwrzAIdS .form-wrapper .mbr-form .form-group,
  .cid-uDgwrzAIdS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDgwrzAIdS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDgwrzAIdS .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-uDgwrzAIdS .mbr-text {
  text-align: center;
}
.cid-uDgwrzAIdS .pt-0 {
  padding-top: 0 !important;
}
.cid-uDgwrzAIdS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDgwrzAIdS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDgwrzAIdS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDgwrzAIdS .modal-open {
  overflow: hidden;
}
.cid-uDgwrzAIdS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDgwrzAIdS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDgwrzAIdS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDgwrzAIdS .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-uDgwrzAIdS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDgwrzAIdS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDgwrzAIdS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDgwrzAIdS .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-uDgwrzAIdS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDgwrzAIdS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDgwrzAIdS .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDgwrzAIdS .modal-backdrop.show {
  opacity: .5;
}
.cid-uDgwrzAIdS .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-uDgwrzAIdS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgwrzAIdS .modal-header {
    padding: 1rem;
  }
}
.cid-uDgwrzAIdS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDgwrzAIdS .modal-header .close svg {
  fill: #353535;
}
.cid-uDgwrzAIdS .modal-header .close:hover {
  opacity: 1;
}
.cid-uDgwrzAIdS .modal-header .close:focus {
  outline: none;
}
.cid-uDgwrzAIdS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDgwrzAIdS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDgwrzAIdS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgwrzAIdS .modal-body {
    padding: 1rem;
  }
}
.cid-uDgwrzAIdS .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-uDgwrzAIdS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgwrzAIdS .modal-footer {
    padding: 1rem;
  }
}
.cid-uDgwrzAIdS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDgwrzAIdS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDgwrzAIdS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDgwrzAIdS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDgwrzAIdS .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uDgwrzAIdS .modal-lg,
  .cid-uDgwrzAIdS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDgwrzAIdS .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDgwrzAIdS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDgwrzAIdS .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-uDgwrzAIdS .form-group {
  margin-bottom: 1rem;
}
.cid-uDgwrzAIdS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDgwrzAIdS .form-control:hover {
  border-color: #22262b !important;
}
.cid-uDgwrzAIdS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDgwrzAIdS .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-uDgwrzAIdS .mbr-section-btn {
  margin: 0;
}
.cid-uDgwrzAIdS .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDgwrzAIdS LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uDgwrzAIdS .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uDgwrzAIdS .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uDgwrAoZRQ.popup-builder {
  background-color: #ffffff;
}
.cid-uDgwrAoZRQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDgwrAoZRQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDgwrAoZRQ .modal-content,
.cid-uDgwrAoZRQ .modal-dialog {
  height: auto;
}
.cid-uDgwrAoZRQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDgwrAoZRQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDgwrAoZRQ .form-wrapper .mbr-form .form-group,
  .cid-uDgwrAoZRQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDgwrAoZRQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDgwrAoZRQ .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-uDgwrAoZRQ .mbr-text {
  text-align: center;
}
.cid-uDgwrAoZRQ .pt-0 {
  padding-top: 0 !important;
}
.cid-uDgwrAoZRQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDgwrAoZRQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDgwrAoZRQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDgwrAoZRQ .modal-open {
  overflow: hidden;
}
.cid-uDgwrAoZRQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDgwrAoZRQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDgwrAoZRQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDgwrAoZRQ .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-uDgwrAoZRQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDgwrAoZRQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDgwrAoZRQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDgwrAoZRQ .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-uDgwrAoZRQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDgwrAoZRQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDgwrAoZRQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDgwrAoZRQ .modal-backdrop.show {
  opacity: .5;
}
.cid-uDgwrAoZRQ .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-uDgwrAoZRQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgwrAoZRQ .modal-header {
    padding: 1rem;
  }
}
.cid-uDgwrAoZRQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDgwrAoZRQ .modal-header .close svg {
  fill: #353535;
}
.cid-uDgwrAoZRQ .modal-header .close:hover {
  opacity: 1;
}
.cid-uDgwrAoZRQ .modal-header .close:focus {
  outline: none;
}
.cid-uDgwrAoZRQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDgwrAoZRQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDgwrAoZRQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgwrAoZRQ .modal-body {
    padding: 1rem;
  }
}
.cid-uDgwrAoZRQ .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-uDgwrAoZRQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgwrAoZRQ .modal-footer {
    padding: 1rem;
  }
}
.cid-uDgwrAoZRQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDgwrAoZRQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDgwrAoZRQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDgwrAoZRQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDgwrAoZRQ .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uDgwrAoZRQ .modal-lg,
  .cid-uDgwrAoZRQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDgwrAoZRQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDgwrAoZRQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDgwrAoZRQ .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-uDgwrAoZRQ .form-group {
  margin-bottom: 1rem;
}
.cid-uDgwrAoZRQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDgwrAoZRQ .form-control:hover {
  border-color: #22262b !important;
}
.cid-uDgwrAoZRQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDgwrAoZRQ .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-uDgwrAoZRQ .mbr-section-btn {
  margin: 0;
}
.cid-uDgwrAoZRQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDgwrAoZRQ LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uDgwrAoZRQ .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uDgwrAoZRQ .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uDgwrBeJWw.popup-builder {
  background-color: #ffffff;
}
.cid-uDgwrBeJWw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDgwrBeJWw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDgwrBeJWw .modal-content,
.cid-uDgwrBeJWw .modal-dialog {
  height: auto;
}
.cid-uDgwrBeJWw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDgwrBeJWw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDgwrBeJWw .form-wrapper .mbr-form .form-group,
  .cid-uDgwrBeJWw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDgwrBeJWw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDgwrBeJWw .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-uDgwrBeJWw .mbr-text {
  text-align: center;
}
.cid-uDgwrBeJWw .pt-0 {
  padding-top: 0 !important;
}
.cid-uDgwrBeJWw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDgwrBeJWw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDgwrBeJWw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDgwrBeJWw .modal-open {
  overflow: hidden;
}
.cid-uDgwrBeJWw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDgwrBeJWw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDgwrBeJWw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDgwrBeJWw .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-uDgwrBeJWw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDgwrBeJWw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDgwrBeJWw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDgwrBeJWw .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-uDgwrBeJWw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDgwrBeJWw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDgwrBeJWw .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDgwrBeJWw .modal-backdrop.show {
  opacity: .5;
}
.cid-uDgwrBeJWw .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-uDgwrBeJWw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgwrBeJWw .modal-header {
    padding: 1rem;
  }
}
.cid-uDgwrBeJWw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDgwrBeJWw .modal-header .close svg {
  fill: #353535;
}
.cid-uDgwrBeJWw .modal-header .close:hover {
  opacity: 1;
}
.cid-uDgwrBeJWw .modal-header .close:focus {
  outline: none;
}
.cid-uDgwrBeJWw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDgwrBeJWw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDgwrBeJWw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgwrBeJWw .modal-body {
    padding: 1rem;
  }
}
.cid-uDgwrBeJWw .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-uDgwrBeJWw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgwrBeJWw .modal-footer {
    padding: 1rem;
  }
}
.cid-uDgwrBeJWw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDgwrBeJWw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDgwrBeJWw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDgwrBeJWw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDgwrBeJWw .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uDgwrBeJWw .modal-lg,
  .cid-uDgwrBeJWw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDgwrBeJWw .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDgwrBeJWw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDgwrBeJWw .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-uDgwrBeJWw .form-group {
  margin-bottom: 1rem;
}
.cid-uDgwrBeJWw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDgwrBeJWw .form-control:hover {
  border-color: #22262b !important;
}
.cid-uDgwrBeJWw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDgwrBeJWw .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-uDgwrBeJWw .mbr-section-btn {
  margin: 0;
}
.cid-uDgwrBeJWw .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDgwrBeJWw LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uDgwrBeJWw .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uDgwrBeJWw .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uJbjsvahEu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJbjsvahEu .menu-text {
  padding: 0 0rem;
  color: #5b6c8f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJbjsvahEu .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uJbjsvahEu .iconfont-wrapper {
  color: #001219 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uJbjsvahEu .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uJbjsvahEu .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uJbjsvahEu .container {
    padding: 0 1rem;
  }
}
.cid-uJbjsvahEu .menu-tite {
  background: #d32f2f;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-uJbjsvahEu .nav-link {
  position: relative;
}
.cid-uJbjsvahEu .nav-link:hover {
  color: #6b67ce !important;
}
.cid-uJbjsvahEu nav.navbar {
  position: fixed;
}
.cid-uJbjsvahEu .navbar {
  padding: 0!important;
  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: #ffffff;
}
.cid-uJbjsvahEu .navbar.opened {
  transition: all 0.3s;
}
.cid-uJbjsvahEu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJbjsvahEu .navbar .navbar-logo img {
  width: auto;
}
.cid-uJbjsvahEu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJbjsvahEu .navbar.collapsed {
  justify-content: center;
}
.cid-uJbjsvahEu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJbjsvahEu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJbjsvahEu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uJbjsvahEu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJbjsvahEu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJbjsvahEu .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-uJbjsvahEu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJbjsvahEu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJbjsvahEu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJbjsvahEu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJbjsvahEu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJbjsvahEu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJbjsvahEu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJbjsvahEu .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-uJbjsvahEu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJbjsvahEu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJbjsvahEu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJbjsvahEu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJbjsvahEu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJbjsvahEu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJbjsvahEu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJbjsvahEu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJbjsvahEu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJbjsvahEu .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-uJbjsvahEu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJbjsvahEu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJbjsvahEu .dropdown-item:hover,
.cid-uJbjsvahEu .dropdown-item:focus {
  background: #d32f2f !important;
  color: white !important;
}
.cid-uJbjsvahEu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJbjsvahEu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJbjsvahEu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uJbjsvahEu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJbjsvahEu .dropdown-menu,
.cid-uJbjsvahEu .navbar.opened {
  background: #ffffff !important;
}
.cid-uJbjsvahEu .nav-item:focus,
.cid-uJbjsvahEu .nav-link:focus {
  outline: none;
}
.cid-uJbjsvahEu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJbjsvahEu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJbjsvahEu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJbjsvahEu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJbjsvahEu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJbjsvahEu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJbjsvahEu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJbjsvahEu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJbjsvahEu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJbjsvahEu .dropdown-item.active,
.cid-uJbjsvahEu .dropdown-item:active {
  background-color: transparent;
}
.cid-uJbjsvahEu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJbjsvahEu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJbjsvahEu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJbjsvahEu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJbjsvahEu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJbjsvahEu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJbjsvahEu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJbjsvahEu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJbjsvahEu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJbjsvahEu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJbjsvahEu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJbjsvahEu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJbjsvahEu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJbjsvahEu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJbjsvahEu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJbjsvahEu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJbjsvahEu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJbjsvahEu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJbjsvahEu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJbjsvahEu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJbjsvahEu .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-uJbjsvahEu .navbar {
    height: 70px;
  }
  .cid-uJbjsvahEu .navbar.opened {
    height: auto;
  }
  .cid-uJbjsvahEu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDlc4khCZ9 {
  padding-top: 10rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uDlc4khCZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDlc4khCZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDlc4khCZ9 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uDlc4khCZ9 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uDlc4khCZ9 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uDlc4khCZ9 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uDlc4khCZ9 .col-text {
    order: 1;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uDlc4khCZ9 .col-text {
    margin-top: 20px;
  }
}
.cid-uDlc4khCZ9 .text-wrapper {
  width: 100%;
  z-index: 21;
}
.cid-uDlc4khCZ9 .mbr-section-title {
  color: #22262b;
  margin-bottom: 20px;
  text-align: center;
}
.cid-uDlc4khCZ9 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
  text-align: center;
}
.cid-uDlc4khCZ9 .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uDlc4khCZ9 .mbr-text {
  color: #212529;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uDlc4khCZ9 .mbr-text {
    padding-right: 0;
  }
}
.cid-uDlc4khCZ9 .mbr-section-btn {
  margin-top: 20px;
  text-align: center;
}
.cid-uDlc4khCZ9 .social-container {
  width: 100%;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .cid-uDlc4khCZ9 .social-container {
    text-align: center;
  }
}
.cid-uDlc4khCZ9 .social-title {
  color: #212529;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDlc4khCZ9 .social-title {
    text-align: center;
  }
}
.cid-uDlc4khCZ9 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
@media (max-width: 991px) {
  .cid-uDlc4khCZ9 .social-list {
    justify-content: center;
  }
}
.cid-uDlc4khCZ9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #c4cfde, -10px -10px 19px #fdfdfd;
  transition: 0.4s all;
}
.cid-uDlc4khCZ9 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #ffffff, #f4f4f4);
  opacity: 0;
}
.cid-uDlc4khCZ9 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212428;
}
.cid-uDlc4khCZ9 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uDlc4khCZ9 .soc-item:hover:before {
  opacity: 1;
}
.cid-uDlc4khCZ9 .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uDlc4khCZ9 .col-img {
    order: 2;
    margin-top: 30px;
  }
}
.cid-uDlc4khCZ9 lottie-player {
  position: absolute;
  z-index: 20;
}
.cid-uDlc4khCZ9 .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uDlc4khCZ9 .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uDlc4khCZ9 .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #9ca5b1, #acb8c3);
  box-shadow: 10px 10px 19px #c4cfde, -10px -10px 19px #ffffff;
  border-radius: 6px;
}
.cid-uDlc4khCZ9 .btn .mbr-iconfont {
  order: 0;
  margin: 0;
  vertical-align: middle;
  font-size: 1.2rem;
}
.cid-uDlc4khCZ9 .btn {
  display: inline-flex;
  align-items: center !important;
  padding: 10px 20px;
  gap: 8px;
}
.cid-uDlc4khCZ9 .phone-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  gap: 8px;
  border-radius: 6px;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.cid-uDlc4khCZ9 .phone-icon {
  transition: transform 0.3s ease-in-out;
}
@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(-10deg);
  }
  45% {
    transform: rotate(5deg);
  }
  60% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.cid-uDlc4khCZ9 .phone-btn:hover {
  background: linear-gradient(145deg, #4a8ad9, #2e5ea4);
  box-shadow: 0px 5px 15px rgba(41, 158, 235, 0.4);
}
.cid-uDlc4khCZ9 .phone-btn:hover .phone-icon {
  animation: ring 0.5s ease-in-out infinite;
}
.cid-uDlc4khCZ9 .price-text {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uDlc4khCZ9 {
    padding-top: 6rem;
  }
  .cid-uDlc4khCZ9 .mbr-section-title {
    text-align: center;
  }
}
.cid-uDlc4khCZ9 .glitch {
  display: inline-block;
  position: relative;
  color: #4c48b9;
  font-weight: bold;
  line-height: 1.2;
  white-space: normal;
}
.cid-uDlc4khCZ9 .glitch::before,
.cid-uDlc4khCZ9 .glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  white-space: normal;
  opacity: 0;
  pointer-events: none;
}
.cid-uDlc4khCZ9 .glitch:hover::before,
.cid-uDlc4khCZ9 .glitch.glitch-active::before {
  opacity: 0.8;
  animation: glitch 650ms infinite;
  clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
  transform: translate(-0.025em, -0.0125em);
}
.cid-uDlc4khCZ9 .glitch:hover::after,
.cid-uDlc4khCZ9 .glitch.glitch-active::after {
  opacity: 0.8;
  animation: glitch 375ms infinite;
  clip-path: polygon(0 65%, 100% 20%, 100% 100%, 0 70%);
  transform: translate(0.0125em, 0.025em);
}
@keyframes glitch {
  0% {
    color: rgba(229, 57, 53, 0.2);
    text-shadow: 0.05em 0 0 #e53935, -0.025em -0.05em 0 #32393d, 0.025em 0.05em 0 #66bb6a;
  }
  14% {
    text-shadow: 0.05em 0 0 #e53935, -0.025em -0.05em 0 #32393d, 0.025em 0.05em 0 #66bb6a;
  }
  15% {
    color: #66bb6a;
    text-shadow: -0.05em -0.025em 0 #e53935, 0.025em -0.025em 0 #32393d, -0.05em -0.05em 0 #66bb6a;
  }
  49% {
    text-shadow: -0.05em -0.025em 0 #e53935, 0.025em -0.025em 0 #32393d, -0.05em -0.05em 0 #66bb6a;
  }
  50% {
    text-shadow: 0.025em 0.05em 0 #e53935, -0.025em 0.05em 0 #32393d, 0 -0.05em 0 #66bb6a;
  }
  99% {
    color: #4c48b9;
    text-shadow: 0.025em 0.05em 0 #e53935, -0.025em 0.05em 0 #32393d, 0 -0.05em 0 #66bb6a;
  }
  100% {
    text-shadow: -0.025em 0 0 #e53935, -0.025em -0.025em 0 #32393d, -0.025em -0.05em 0 #66bb6a;
  }
}
.cid-uDlc4khCZ9 .custom-slider-background {
  width: 100%;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.1));
  max-width: 600px;
  aspect-ratio: 1.65526985;
  background: url("data:image/svg+xml,%3Csvg%20id%3D%22_Layer_2%22%20data-name%3D%22Layer%202%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20351.48%20212.34%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%20%23fecb2f%3B%7D%20.cls-2%7Bfill%3A%20%23fff%3B%7D%20.cls-3%7Bfill%3A%20%23e4eef4%3B%7D%20.cls-4%7Bfill%3A%20%23e73555%3B%7D%20.cls-5%7Bfill%3A%20%2349ae48%3B%7D%3C/style%3E%3C/defs%3E%3Cg%20id%3D%22Objects%22%3E%3Crect%20class%3D%22cls-2%22%20y%3D%2219.32%22%20width%3D%22351.48%22%20height%3D%22193.02%22/%3E%3Cg%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M6.75%2C0h337.98c3.73%2C0%2C6.75%2C3.03%2C6.75%2C6.75v12.57H0V6.75C0%2C3.03%2C3.03%2C0%2C6.75%2C0Z%22/%3E%3Cpath%20class%3D%22cls-4%22%20d%3D%22M15.32%2C9.66c0-2.13%2C1.73-3.86%2C3.86-3.86s3.86%2C1.73%2C3.86%2C3.86-1.73%2C3.86-3.86%2C3.86-3.86-1.73-3.86-3.86Z%22/%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2236.3%22%20cy%3D%229.66%22%20r%3D%223.86%22/%3E%3Cpath%20class%3D%22cls-5%22%20d%3D%22M49.57%2C9.66c0-2.13%2C1.73-3.86%2C3.86-3.86s3.86%2C1.73%2C3.86%2C3.86-1.73%2C3.86-3.86%2C3.86-3.86-1.73-3.86-3.86Z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  position: relative;
  margin: 0 auto;
  font-family: var(--mbr-font-family, 'Montserrat', sans-serif) !important;
  font-weight: 700;
}
.cid-uDlc4khCZ9 .custom-slider-container {
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-family: inherit;
}
.cid-uDlc4khCZ9 .custom-static-text {
  color: #22262b;
  margin-top: 3px;
  font-family: var(--mbr-font-family, 'Montserrat', sans-serif) !important;
  font-weight: 700;
}
.cid-uDlc4khCZ9 .custom-carousel {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 210px;
  text-align: center;
}
.cid-uDlc4khCZ9 .custom-carousel-item {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #4c48b9;
  animation: custom-carousel-animate-vertical 21s linear infinite;
  opacity: 0;
  white-space: nowrap;
}
.cid-uDlc4khCZ9 .custom-carousel-item:nth-child(1) {
  animation-delay: 0s;
}
.cid-uDlc4khCZ9 .custom-carousel-item:nth-child(2) {
  animation-delay: -3s;
}
.cid-uDlc4khCZ9 .custom-carousel-item:nth-child(3) {
  animation-delay: -6s;
}
.cid-uDlc4khCZ9 .custom-carousel-item:nth-child(4) {
  animation-delay: -9s;
}
.cid-uDlc4khCZ9 .custom-carousel-item:nth-child(5) {
  animation-delay: -12s;
}
.cid-uDlc4khCZ9 .custom-carousel-item:nth-child(6) {
  animation-delay: -15s;
}
.cid-uDlc4khCZ9 .custom-carousel-item:nth-child(7) {
  animation-delay: -18s;
}
@keyframes custom-carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%,
  14.29% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  17.29%,
  28.57% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  31.57%,
  42.86% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  45.86% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 420px) {
  .cid-uDlc4khCZ9 .custom-slider-container {
    font-size: 20px;
    margin-top: 14px;
  }
  .cid-uDlc4khCZ9 .custom-carousel {
    width: 120px;
    margin-top: 14px;
  }
  .cid-uDlc4khCZ9 .custom-slider-background {
    width: 300px;
    height: 180px;
  }
}
@media (max-width: 500px) {
  .cid-uDlc4khCZ9 .custom-slider-background {
    max-width: 300px;
  }
  .cid-uDlc4khCZ9 .custom-slider-container {
    font-size: 20px;
    margin-top: 14px;
  }
  .cid-uDlc4khCZ9 .custom-carousel {
    width: 120px;
    margin-top: 14px;
  }
}
.cid-uJg72D6pO4 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-uJg72D6pO4 .listico {
  padding-right: 1rem;
  color: #dcdfe2;
  font-size: 0.5rem;
}
.cid-uJg72D6pO4 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uJg72D6pO4 .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-uJg72D6pO4 .mbr-text {
  color: #444;
}
.cid-uJg72D6pO4 h5 {
  margin-bottom: 0;
}
.cid-uJg72D6pO4 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uJg72D6pO4 .socicon {
  color: #9e9e9e;
  font-size: 1.6rem;
}
.cid-uJg72D6pO4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uJg72D6pO4 .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-uJg72D6pO4 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uJg72D6pO4 .social-list a:hover {
  opacity: .4;
}
.cid-uJg72D6pO4 .media-container-row > div {
  padding: 0px;
}
.cid-uJg72D6pO4 .text2 {
  color: #eeeff2;
  text-align: left;
}
.cid-uJg72D6pO4 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uJg72D6pO4 .group-title SPAN {
  color: #656565;
}
.cid-uJg72D6pO4 .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uJg72D6pO4 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uJg72D6pO4 h3 {
    margin-bottom: 10px;
  }
}
.cid-uJg72D6pO4 .links SPAN {
  color: #9e9e9e;
}
.cid-uJg72D6pO4 .links,
.cid-uJg72D6pO4 .navbar-brand {
  color: #eeeff2;
}
.cid-uJg72D6pO4 .links,
.cid-uJg72D6pO4 .social-list {
  text-align: left;
}
.cid-uDlc4l5eow.popup-builder {
  background-color: #ffffff;
}
.cid-uDlc4l5eow.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDlc4l5eow.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDlc4l5eow .modal-content,
.cid-uDlc4l5eow .modal-dialog {
  height: auto;
}
.cid-uDlc4l5eow .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDlc4l5eow .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDlc4l5eow .form-wrapper .mbr-form .form-group,
  .cid-uDlc4l5eow .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDlc4l5eow .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDlc4l5eow .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-uDlc4l5eow .mbr-text {
  text-align: center;
}
.cid-uDlc4l5eow .pt-0 {
  padding-top: 0 !important;
}
.cid-uDlc4l5eow .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDlc4l5eow .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDlc4l5eow .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDlc4l5eow .modal-open {
  overflow: hidden;
}
.cid-uDlc4l5eow .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDlc4l5eow .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDlc4l5eow .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDlc4l5eow .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-uDlc4l5eow .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDlc4l5eow .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDlc4l5eow .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDlc4l5eow .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-uDlc4l5eow .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDlc4l5eow .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDlc4l5eow .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDlc4l5eow .modal-backdrop.show {
  opacity: .5;
}
.cid-uDlc4l5eow .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-uDlc4l5eow .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDlc4l5eow .modal-header {
    padding: 1rem;
  }
}
.cid-uDlc4l5eow .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDlc4l5eow .modal-header .close svg {
  fill: #353535;
}
.cid-uDlc4l5eow .modal-header .close:hover {
  opacity: 1;
}
.cid-uDlc4l5eow .modal-header .close:focus {
  outline: none;
}
.cid-uDlc4l5eow .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDlc4l5eow .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDlc4l5eow .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDlc4l5eow .modal-body {
    padding: 1rem;
  }
}
.cid-uDlc4l5eow .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-uDlc4l5eow .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDlc4l5eow .modal-footer {
    padding: 1rem;
  }
}
.cid-uDlc4l5eow .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDlc4l5eow .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDlc4l5eow .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDlc4l5eow .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDlc4l5eow .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uDlc4l5eow .modal-lg,
  .cid-uDlc4l5eow .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDlc4l5eow .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDlc4l5eow .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDlc4l5eow .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-uDlc4l5eow .form-group {
  margin-bottom: 1rem;
}
.cid-uDlc4l5eow .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDlc4l5eow .form-control:hover {
  border-color: #22262b !important;
}
.cid-uDlc4l5eow .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDlc4l5eow .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-uDlc4l5eow .mbr-section-btn {
  margin: 0;
}
.cid-uDlc4l5eow .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDlc4l5eow LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uDlc4l5eow .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uDlc4l5eow .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uDlc4luHbd.popup-builder {
  background-color: #ffffff;
}
.cid-uDlc4luHbd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDlc4luHbd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDlc4luHbd .modal-content,
.cid-uDlc4luHbd .modal-dialog {
  height: auto;
}
.cid-uDlc4luHbd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDlc4luHbd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDlc4luHbd .form-wrapper .mbr-form .form-group,
  .cid-uDlc4luHbd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDlc4luHbd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDlc4luHbd .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-uDlc4luHbd .mbr-text {
  text-align: center;
}
.cid-uDlc4luHbd .pt-0 {
  padding-top: 0 !important;
}
.cid-uDlc4luHbd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDlc4luHbd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDlc4luHbd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDlc4luHbd .modal-open {
  overflow: hidden;
}
.cid-uDlc4luHbd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDlc4luHbd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDlc4luHbd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDlc4luHbd .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-uDlc4luHbd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDlc4luHbd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDlc4luHbd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDlc4luHbd .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-uDlc4luHbd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDlc4luHbd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDlc4luHbd .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDlc4luHbd .modal-backdrop.show {
  opacity: .5;
}
.cid-uDlc4luHbd .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-uDlc4luHbd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDlc4luHbd .modal-header {
    padding: 1rem;
  }
}
.cid-uDlc4luHbd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDlc4luHbd .modal-header .close svg {
  fill: #353535;
}
.cid-uDlc4luHbd .modal-header .close:hover {
  opacity: 1;
}
.cid-uDlc4luHbd .modal-header .close:focus {
  outline: none;
}
.cid-uDlc4luHbd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDlc4luHbd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDlc4luHbd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDlc4luHbd .modal-body {
    padding: 1rem;
  }
}
.cid-uDlc4luHbd .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-uDlc4luHbd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDlc4luHbd .modal-footer {
    padding: 1rem;
  }
}
.cid-uDlc4luHbd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDlc4luHbd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDlc4luHbd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDlc4luHbd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDlc4luHbd .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uDlc4luHbd .modal-lg,
  .cid-uDlc4luHbd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDlc4luHbd .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDlc4luHbd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDlc4luHbd .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-uDlc4luHbd .form-group {
  margin-bottom: 1rem;
}
.cid-uDlc4luHbd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDlc4luHbd .form-control:hover {
  border-color: #22262b !important;
}
.cid-uDlc4luHbd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDlc4luHbd .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-uDlc4luHbd .mbr-section-btn {
  margin: 0;
}
.cid-uDlc4luHbd .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDlc4luHbd LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uDlc4luHbd .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uDlc4luHbd .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uDlc4lRBmw.popup-builder {
  background-color: #ffffff;
}
.cid-uDlc4lRBmw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDlc4lRBmw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDlc4lRBmw .modal-content,
.cid-uDlc4lRBmw .modal-dialog {
  height: auto;
}
.cid-uDlc4lRBmw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDlc4lRBmw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDlc4lRBmw .form-wrapper .mbr-form .form-group,
  .cid-uDlc4lRBmw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDlc4lRBmw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDlc4lRBmw .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-uDlc4lRBmw .mbr-text {
  text-align: center;
}
.cid-uDlc4lRBmw .pt-0 {
  padding-top: 0 !important;
}
.cid-uDlc4lRBmw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDlc4lRBmw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDlc4lRBmw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDlc4lRBmw .modal-open {
  overflow: hidden;
}
.cid-uDlc4lRBmw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDlc4lRBmw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDlc4lRBmw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDlc4lRBmw .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-uDlc4lRBmw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDlc4lRBmw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDlc4lRBmw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDlc4lRBmw .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-uDlc4lRBmw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDlc4lRBmw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDlc4lRBmw .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDlc4lRBmw .modal-backdrop.show {
  opacity: .5;
}
.cid-uDlc4lRBmw .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-uDlc4lRBmw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDlc4lRBmw .modal-header {
    padding: 1rem;
  }
}
.cid-uDlc4lRBmw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDlc4lRBmw .modal-header .close svg {
  fill: #353535;
}
.cid-uDlc4lRBmw .modal-header .close:hover {
  opacity: 1;
}
.cid-uDlc4lRBmw .modal-header .close:focus {
  outline: none;
}
.cid-uDlc4lRBmw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDlc4lRBmw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDlc4lRBmw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDlc4lRBmw .modal-body {
    padding: 1rem;
  }
}
.cid-uDlc4lRBmw .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-uDlc4lRBmw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDlc4lRBmw .modal-footer {
    padding: 1rem;
  }
}
.cid-uDlc4lRBmw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDlc4lRBmw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDlc4lRBmw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDlc4lRBmw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDlc4lRBmw .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uDlc4lRBmw .modal-lg,
  .cid-uDlc4lRBmw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDlc4lRBmw .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDlc4lRBmw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDlc4lRBmw .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-uDlc4lRBmw .form-group {
  margin-bottom: 1rem;
}
.cid-uDlc4lRBmw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDlc4lRBmw .form-control:hover {
  border-color: #22262b !important;
}
.cid-uDlc4lRBmw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDlc4lRBmw .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-uDlc4lRBmw .mbr-section-btn {
  margin: 0;
}
.cid-uDlc4lRBmw .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDlc4lRBmw LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uDlc4lRBmw .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uDlc4lRBmw .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uDlc4mtgTN.popup-builder {
  background-color: #ffffff;
}
.cid-uDlc4mtgTN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDlc4mtgTN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDlc4mtgTN .modal-content,
.cid-uDlc4mtgTN .modal-dialog {
  height: auto;
}
.cid-uDlc4mtgTN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDlc4mtgTN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDlc4mtgTN .form-wrapper .mbr-form .form-group,
  .cid-uDlc4mtgTN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDlc4mtgTN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDlc4mtgTN .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-uDlc4mtgTN .mbr-text {
  text-align: center;
}
.cid-uDlc4mtgTN .pt-0 {
  padding-top: 0 !important;
}
.cid-uDlc4mtgTN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDlc4mtgTN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDlc4mtgTN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDlc4mtgTN .modal-open {
  overflow: hidden;
}
.cid-uDlc4mtgTN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDlc4mtgTN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDlc4mtgTN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDlc4mtgTN .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-uDlc4mtgTN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDlc4mtgTN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDlc4mtgTN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDlc4mtgTN .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-uDlc4mtgTN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDlc4mtgTN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDlc4mtgTN .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDlc4mtgTN .modal-backdrop.show {
  opacity: .5;
}
.cid-uDlc4mtgTN .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-uDlc4mtgTN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDlc4mtgTN .modal-header {
    padding: 1rem;
  }
}
.cid-uDlc4mtgTN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDlc4mtgTN .modal-header .close svg {
  fill: #353535;
}
.cid-uDlc4mtgTN .modal-header .close:hover {
  opacity: 1;
}
.cid-uDlc4mtgTN .modal-header .close:focus {
  outline: none;
}
.cid-uDlc4mtgTN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDlc4mtgTN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDlc4mtgTN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDlc4mtgTN .modal-body {
    padding: 1rem;
  }
}
.cid-uDlc4mtgTN .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-uDlc4mtgTN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDlc4mtgTN .modal-footer {
    padding: 1rem;
  }
}
.cid-uDlc4mtgTN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDlc4mtgTN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDlc4mtgTN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDlc4mtgTN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDlc4mtgTN .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uDlc4mtgTN .modal-lg,
  .cid-uDlc4mtgTN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDlc4mtgTN .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDlc4mtgTN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDlc4mtgTN .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-uDlc4mtgTN .form-group {
  margin-bottom: 1rem;
}
.cid-uDlc4mtgTN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDlc4mtgTN .form-control:hover {
  border-color: #22262b !important;
}
.cid-uDlc4mtgTN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDlc4mtgTN .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-uDlc4mtgTN .mbr-section-btn {
  margin: 0;
}
.cid-uDlc4mtgTN .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDlc4mtgTN LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uDlc4mtgTN .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uDlc4mtgTN .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uDlc4n120o.popup-builder {
  background-color: #ffffff;
}
.cid-uDlc4n120o.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDlc4n120o.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDlc4n120o .modal-content,
.cid-uDlc4n120o .modal-dialog {
  height: auto;
}
.cid-uDlc4n120o .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDlc4n120o .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDlc4n120o .form-wrapper .mbr-form .form-group,
  .cid-uDlc4n120o .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDlc4n120o .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDlc4n120o .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-uDlc4n120o .mbr-text {
  text-align: center;
}
.cid-uDlc4n120o .pt-0 {
  padding-top: 0 !important;
}
.cid-uDlc4n120o .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDlc4n120o .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDlc4n120o .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDlc4n120o .modal-open {
  overflow: hidden;
}
.cid-uDlc4n120o .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDlc4n120o .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDlc4n120o .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDlc4n120o .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-uDlc4n120o .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDlc4n120o .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDlc4n120o .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDlc4n120o .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-uDlc4n120o .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDlc4n120o .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDlc4n120o .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDlc4n120o .modal-backdrop.show {
  opacity: .5;
}
.cid-uDlc4n120o .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-uDlc4n120o .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDlc4n120o .modal-header {
    padding: 1rem;
  }
}
.cid-uDlc4n120o .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDlc4n120o .modal-header .close svg {
  fill: #353535;
}
.cid-uDlc4n120o .modal-header .close:hover {
  opacity: 1;
}
.cid-uDlc4n120o .modal-header .close:focus {
  outline: none;
}
.cid-uDlc4n120o .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDlc4n120o .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDlc4n120o .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDlc4n120o .modal-body {
    padding: 1rem;
  }
}
.cid-uDlc4n120o .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-uDlc4n120o .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDlc4n120o .modal-footer {
    padding: 1rem;
  }
}
.cid-uDlc4n120o .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDlc4n120o .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDlc4n120o .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDlc4n120o .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDlc4n120o .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uDlc4n120o .modal-lg,
  .cid-uDlc4n120o .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDlc4n120o .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDlc4n120o .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDlc4n120o .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-uDlc4n120o .form-group {
  margin-bottom: 1rem;
}
.cid-uDlc4n120o .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDlc4n120o .form-control:hover {
  border-color: #22262b !important;
}
.cid-uDlc4n120o .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDlc4n120o .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-uDlc4n120o .mbr-section-btn {
  margin: 0;
}
.cid-uDlc4n120o .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDlc4n120o LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uDlc4n120o .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uDlc4n120o .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uDlc4nz3I5.popup-builder {
  background-color: #ffffff;
}
.cid-uDlc4nz3I5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDlc4nz3I5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDlc4nz3I5 .modal-content,
.cid-uDlc4nz3I5 .modal-dialog {
  height: auto;
}
.cid-uDlc4nz3I5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDlc4nz3I5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDlc4nz3I5 .form-wrapper .mbr-form .form-group,
  .cid-uDlc4nz3I5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDlc4nz3I5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDlc4nz3I5 .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-uDlc4nz3I5 .mbr-text {
  text-align: center;
}
.cid-uDlc4nz3I5 .pt-0 {
  padding-top: 0 !important;
}
.cid-uDlc4nz3I5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDlc4nz3I5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDlc4nz3I5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDlc4nz3I5 .modal-open {
  overflow: hidden;
}
.cid-uDlc4nz3I5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDlc4nz3I5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDlc4nz3I5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDlc4nz3I5 .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-uDlc4nz3I5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDlc4nz3I5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDlc4nz3I5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDlc4nz3I5 .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-uDlc4nz3I5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDlc4nz3I5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDlc4nz3I5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDlc4nz3I5 .modal-backdrop.show {
  opacity: .5;
}
.cid-uDlc4nz3I5 .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-uDlc4nz3I5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDlc4nz3I5 .modal-header {
    padding: 1rem;
  }
}
.cid-uDlc4nz3I5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDlc4nz3I5 .modal-header .close svg {
  fill: #353535;
}
.cid-uDlc4nz3I5 .modal-header .close:hover {
  opacity: 1;
}
.cid-uDlc4nz3I5 .modal-header .close:focus {
  outline: none;
}
.cid-uDlc4nz3I5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDlc4nz3I5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDlc4nz3I5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDlc4nz3I5 .modal-body {
    padding: 1rem;
  }
}
.cid-uDlc4nz3I5 .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-uDlc4nz3I5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDlc4nz3I5 .modal-footer {
    padding: 1rem;
  }
}
.cid-uDlc4nz3I5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDlc4nz3I5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDlc4nz3I5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDlc4nz3I5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDlc4nz3I5 .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uDlc4nz3I5 .modal-lg,
  .cid-uDlc4nz3I5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDlc4nz3I5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDlc4nz3I5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDlc4nz3I5 .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-uDlc4nz3I5 .form-group {
  margin-bottom: 1rem;
}
.cid-uDlc4nz3I5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDlc4nz3I5 .form-control:hover {
  border-color: #22262b !important;
}
.cid-uDlc4nz3I5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDlc4nz3I5 .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-uDlc4nz3I5 .mbr-section-btn {
  margin: 0;
}
.cid-uDlc4nz3I5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDlc4nz3I5 LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uDlc4nz3I5 .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uDlc4nz3I5 .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uDlc4nYD0G.popup-builder {
  background-color: #ffffff;
}
.cid-uDlc4nYD0G.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDlc4nYD0G.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDlc4nYD0G .modal-content,
.cid-uDlc4nYD0G .modal-dialog {
  height: auto;
}
.cid-uDlc4nYD0G .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDlc4nYD0G .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDlc4nYD0G .form-wrapper .mbr-form .form-group,
  .cid-uDlc4nYD0G .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDlc4nYD0G .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDlc4nYD0G .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-uDlc4nYD0G .mbr-text {
  text-align: center;
}
.cid-uDlc4nYD0G .pt-0 {
  padding-top: 0 !important;
}
.cid-uDlc4nYD0G .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDlc4nYD0G .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDlc4nYD0G .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDlc4nYD0G .modal-open {
  overflow: hidden;
}
.cid-uDlc4nYD0G .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDlc4nYD0G .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDlc4nYD0G .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDlc4nYD0G .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-uDlc4nYD0G .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDlc4nYD0G .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDlc4nYD0G .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDlc4nYD0G .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-uDlc4nYD0G .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDlc4nYD0G .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDlc4nYD0G .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDlc4nYD0G .modal-backdrop.show {
  opacity: .5;
}
.cid-uDlc4nYD0G .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-uDlc4nYD0G .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDlc4nYD0G .modal-header {
    padding: 1rem;
  }
}
.cid-uDlc4nYD0G .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDlc4nYD0G .modal-header .close svg {
  fill: #353535;
}
.cid-uDlc4nYD0G .modal-header .close:hover {
  opacity: 1;
}
.cid-uDlc4nYD0G .modal-header .close:focus {
  outline: none;
}
.cid-uDlc4nYD0G .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDlc4nYD0G .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDlc4nYD0G .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDlc4nYD0G .modal-body {
    padding: 1rem;
  }
}
.cid-uDlc4nYD0G .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-uDlc4nYD0G .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDlc4nYD0G .modal-footer {
    padding: 1rem;
  }
}
.cid-uDlc4nYD0G .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDlc4nYD0G .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDlc4nYD0G .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDlc4nYD0G .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDlc4nYD0G .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uDlc4nYD0G .modal-lg,
  .cid-uDlc4nYD0G .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDlc4nYD0G .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDlc4nYD0G .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDlc4nYD0G .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-uDlc4nYD0G .form-group {
  margin-bottom: 1rem;
}
.cid-uDlc4nYD0G .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDlc4nYD0G .form-control:hover {
  border-color: #22262b !important;
}
.cid-uDlc4nYD0G .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDlc4nYD0G .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-uDlc4nYD0G .mbr-section-btn {
  margin: 0;
}
.cid-uDlc4nYD0G .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDlc4nYD0G LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uDlc4nYD0G .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uDlc4nYD0G .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uJbjsvahEu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJbjsvahEu .menu-text {
  padding: 0 0rem;
  color: #5b6c8f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uJbjsvahEu .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uJbjsvahEu .iconfont-wrapper {
  color: #001219 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uJbjsvahEu .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uJbjsvahEu .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uJbjsvahEu .container {
    padding: 0 1rem;
  }
}
.cid-uJbjsvahEu .menu-tite {
  background: #d32f2f;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-uJbjsvahEu .nav-link {
  position: relative;
}
.cid-uJbjsvahEu .nav-link:hover {
  color: #6b67ce !important;
}
.cid-uJbjsvahEu nav.navbar {
  position: fixed;
}
.cid-uJbjsvahEu .navbar {
  padding: 0!important;
  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: #ffffff;
}
.cid-uJbjsvahEu .navbar.opened {
  transition: all 0.3s;
}
.cid-uJbjsvahEu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJbjsvahEu .navbar .navbar-logo img {
  width: auto;
}
.cid-uJbjsvahEu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJbjsvahEu .navbar.collapsed {
  justify-content: center;
}
.cid-uJbjsvahEu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJbjsvahEu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJbjsvahEu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uJbjsvahEu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJbjsvahEu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJbjsvahEu .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-uJbjsvahEu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJbjsvahEu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJbjsvahEu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJbjsvahEu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJbjsvahEu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJbjsvahEu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJbjsvahEu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJbjsvahEu .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-uJbjsvahEu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJbjsvahEu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJbjsvahEu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJbjsvahEu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJbjsvahEu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJbjsvahEu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJbjsvahEu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJbjsvahEu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJbjsvahEu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJbjsvahEu .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-uJbjsvahEu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJbjsvahEu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJbjsvahEu .dropdown-item:hover,
.cid-uJbjsvahEu .dropdown-item:focus {
  background: #d32f2f !important;
  color: white !important;
}
.cid-uJbjsvahEu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJbjsvahEu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJbjsvahEu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uJbjsvahEu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJbjsvahEu .dropdown-menu,
.cid-uJbjsvahEu .navbar.opened {
  background: #ffffff !important;
}
.cid-uJbjsvahEu .nav-item:focus,
.cid-uJbjsvahEu .nav-link:focus {
  outline: none;
}
.cid-uJbjsvahEu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJbjsvahEu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJbjsvahEu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJbjsvahEu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJbjsvahEu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJbjsvahEu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJbjsvahEu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJbjsvahEu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJbjsvahEu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJbjsvahEu .dropdown-item.active,
.cid-uJbjsvahEu .dropdown-item:active {
  background-color: transparent;
}
.cid-uJbjsvahEu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJbjsvahEu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJbjsvahEu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJbjsvahEu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJbjsvahEu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJbjsvahEu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJbjsvahEu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJbjsvahEu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJbjsvahEu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJbjsvahEu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uJbjsvahEu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJbjsvahEu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJbjsvahEu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJbjsvahEu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJbjsvahEu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJbjsvahEu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJbjsvahEu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJbjsvahEu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJbjsvahEu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJbjsvahEu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJbjsvahEu .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-uJbjsvahEu .navbar {
    height: 70px;
  }
  .cid-uJbjsvahEu .navbar.opened {
    height: auto;
  }
  .cid-uJbjsvahEu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDKUGIfBOA {
  padding-top: 10rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uDKUGIfBOA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDKUGIfBOA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDKUGIfBOA .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uDKUGIfBOA .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uDKUGIfBOA .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uDKUGIfBOA .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uDKUGIfBOA .col-text {
    order: 1;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uDKUGIfBOA .col-text {
    margin-top: 20px;
  }
}
.cid-uDKUGIfBOA .text-wrapper {
  width: 100%;
  z-index: 21;
}
.cid-uDKUGIfBOA .mbr-section-title {
  color: #22262b;
  margin-bottom: 20px;
  text-align: center;
}
.cid-uDKUGIfBOA .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
  text-align: center;
}
.cid-uDKUGIfBOA .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uDKUGIfBOA .mbr-text {
  color: #212529;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uDKUGIfBOA .mbr-text {
    padding-right: 0;
  }
}
.cid-uDKUGIfBOA .mbr-section-btn {
  margin-top: 20px;
  text-align: center;
}
.cid-uDKUGIfBOA .social-container {
  width: 100%;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .cid-uDKUGIfBOA .social-container {
    text-align: center;
  }
}
.cid-uDKUGIfBOA .social-title {
  color: #212529;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uDKUGIfBOA .social-title {
    text-align: center;
  }
}
.cid-uDKUGIfBOA .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
@media (max-width: 991px) {
  .cid-uDKUGIfBOA .social-list {
    justify-content: center;
  }
}
.cid-uDKUGIfBOA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #c4cfde, -10px -10px 19px #fdfdfd;
  transition: 0.4s all;
}
.cid-uDKUGIfBOA .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #ffffff, #f4f4f4);
  opacity: 0;
}
.cid-uDKUGIfBOA .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212428;
}
.cid-uDKUGIfBOA .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uDKUGIfBOA .soc-item:hover:before {
  opacity: 1;
}
.cid-uDKUGIfBOA .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uDKUGIfBOA .col-img {
    order: 2;
    margin-top: 30px;
  }
}
.cid-uDKUGIfBOA lottie-player {
  position: absolute;
  z-index: 20;
}
.cid-uDKUGIfBOA .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uDKUGIfBOA .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uDKUGIfBOA .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #9ca5b1, #acb8c3);
  box-shadow: 10px 10px 19px #c4cfde, -10px -10px 19px #ffffff;
  border-radius: 6px;
}
.cid-uDKUGIfBOA .btn .mbr-iconfont {
  order: 0;
  margin: 0;
  vertical-align: middle;
  font-size: 1.2rem;
}
.cid-uDKUGIfBOA .btn {
  display: inline-flex;
  align-items: center !important;
  padding: 10px 20px;
  gap: 8px;
}
.cid-uDKUGIfBOA .phone-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  gap: 8px;
  border-radius: 6px;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.cid-uDKUGIfBOA .phone-icon {
  transition: transform 0.3s ease-in-out;
}
@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(-10deg);
  }
  45% {
    transform: rotate(5deg);
  }
  60% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.cid-uDKUGIfBOA .phone-btn:hover {
  background: linear-gradient(145deg, #4a8ad9, #2e5ea4);
  box-shadow: 0px 5px 15px rgba(41, 158, 235, 0.4);
}
.cid-uDKUGIfBOA .phone-btn:hover .phone-icon {
  animation: ring 0.5s ease-in-out infinite;
}
.cid-uDKUGIfBOA .price-text {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uDKUGIfBOA {
    padding-top: 6rem;
  }
  .cid-uDKUGIfBOA .mbr-section-title {
    text-align: center;
  }
}
.cid-uDKUGIfBOA .glitch {
  display: inline-block;
  position: relative;
  color: #4c48b9;
  font-weight: bold;
  line-height: 1.2;
  white-space: normal;
}
.cid-uDKUGIfBOA .glitch::before,
.cid-uDKUGIfBOA .glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  white-space: normal;
  opacity: 0;
  pointer-events: none;
}
.cid-uDKUGIfBOA .glitch:hover::before,
.cid-uDKUGIfBOA .glitch.glitch-active::before {
  opacity: 0.8;
  animation: glitch 650ms infinite;
  clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
  transform: translate(-0.025em, -0.0125em);
}
.cid-uDKUGIfBOA .glitch:hover::after,
.cid-uDKUGIfBOA .glitch.glitch-active::after {
  opacity: 0.8;
  animation: glitch 375ms infinite;
  clip-path: polygon(0 65%, 100% 20%, 100% 100%, 0 70%);
  transform: translate(0.0125em, 0.025em);
}
@keyframes glitch {
  0% {
    color: rgba(229, 57, 53, 0.2);
    text-shadow: 0.05em 0 0 #e53935, -0.025em -0.05em 0 #32393d, 0.025em 0.05em 0 #66bb6a;
  }
  14% {
    text-shadow: 0.05em 0 0 #e53935, -0.025em -0.05em 0 #32393d, 0.025em 0.05em 0 #66bb6a;
  }
  15% {
    color: #66bb6a;
    text-shadow: -0.05em -0.025em 0 #e53935, 0.025em -0.025em 0 #32393d, -0.05em -0.05em 0 #66bb6a;
  }
  49% {
    text-shadow: -0.05em -0.025em 0 #e53935, 0.025em -0.025em 0 #32393d, -0.05em -0.05em 0 #66bb6a;
  }
  50% {
    text-shadow: 0.025em 0.05em 0 #e53935, -0.025em 0.05em 0 #32393d, 0 -0.05em 0 #66bb6a;
  }
  99% {
    color: #4c48b9;
    text-shadow: 0.025em 0.05em 0 #e53935, -0.025em 0.05em 0 #32393d, 0 -0.05em 0 #66bb6a;
  }
  100% {
    text-shadow: -0.025em 0 0 #e53935, -0.025em -0.025em 0 #32393d, -0.025em -0.05em 0 #66bb6a;
  }
}
.cid-uDKUGIfBOA .custom-slider-background {
  width: 100%;
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.1));
  max-width: 600px;
  aspect-ratio: 1.65526985;
  background: url("data:image/svg+xml,%3Csvg%20id%3D%22_Layer_2%22%20data-name%3D%22Layer%202%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20351.48%20212.34%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%20%23fecb2f%3B%7D%20.cls-2%7Bfill%3A%20%23fff%3B%7D%20.cls-3%7Bfill%3A%20%23e4eef4%3B%7D%20.cls-4%7Bfill%3A%20%23e73555%3B%7D%20.cls-5%7Bfill%3A%20%2349ae48%3B%7D%3C/style%3E%3C/defs%3E%3Cg%20id%3D%22Objects%22%3E%3Crect%20class%3D%22cls-2%22%20y%3D%2219.32%22%20width%3D%22351.48%22%20height%3D%22193.02%22/%3E%3Cg%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M6.75%2C0h337.98c3.73%2C0%2C6.75%2C3.03%2C6.75%2C6.75v12.57H0V6.75C0%2C3.03%2C3.03%2C0%2C6.75%2C0Z%22/%3E%3Cpath%20class%3D%22cls-4%22%20d%3D%22M15.32%2C9.66c0-2.13%2C1.73-3.86%2C3.86-3.86s3.86%2C1.73%2C3.86%2C3.86-1.73%2C3.86-3.86%2C3.86-3.86-1.73-3.86-3.86Z%22/%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2236.3%22%20cy%3D%229.66%22%20r%3D%223.86%22/%3E%3Cpath%20class%3D%22cls-5%22%20d%3D%22M49.57%2C9.66c0-2.13%2C1.73-3.86%2C3.86-3.86s3.86%2C1.73%2C3.86%2C3.86-1.73%2C3.86-3.86%2C3.86-3.86-1.73-3.86-3.86Z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  position: relative;
  margin: 0 auto;
  font-family: var(--mbr-font-family, 'Montserrat', sans-serif) !important;
  font-weight: 700;
}
.cid-uDKUGIfBOA .custom-slider-container {
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-family: inherit;
}
.cid-uDKUGIfBOA .custom-static-text {
  color: #22262b;
  margin-top: 3px;
  font-family: var(--mbr-font-family, 'Montserrat', sans-serif) !important;
  font-weight: 700;
}
.cid-uDKUGIfBOA .custom-carousel {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 210px;
  text-align: center;
}
.cid-uDKUGIfBOA .custom-carousel-item {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #4c48b9;
  animation: custom-carousel-animate-vertical 21s linear infinite;
  opacity: 0;
  white-space: nowrap;
}
.cid-uDKUGIfBOA .custom-carousel-item:nth-child(1) {
  animation-delay: 0s;
}
.cid-uDKUGIfBOA .custom-carousel-item:nth-child(2) {
  animation-delay: -3s;
}
.cid-uDKUGIfBOA .custom-carousel-item:nth-child(3) {
  animation-delay: -6s;
}
.cid-uDKUGIfBOA .custom-carousel-item:nth-child(4) {
  animation-delay: -9s;
}
.cid-uDKUGIfBOA .custom-carousel-item:nth-child(5) {
  animation-delay: -12s;
}
.cid-uDKUGIfBOA .custom-carousel-item:nth-child(6) {
  animation-delay: -15s;
}
.cid-uDKUGIfBOA .custom-carousel-item:nth-child(7) {
  animation-delay: -18s;
}
@keyframes custom-carousel-animate-vertical {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  3%,
  14.29% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  17.29%,
  28.57% {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
  }
  31.57%,
  42.86% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
    visibility: visible;
  }
  45.86% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: visible;
  }
  100% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 420px) {
  .cid-uDKUGIfBOA .custom-slider-container {
    font-size: 20px;
    margin-top: 14px;
  }
  .cid-uDKUGIfBOA .custom-carousel {
    width: 120px;
    margin-top: 14px;
  }
  .cid-uDKUGIfBOA .custom-slider-background {
    width: 300px;
    height: 180px;
  }
}
@media (max-width: 500px) {
  .cid-uDKUGIfBOA .custom-slider-background {
    max-width: 300px;
  }
  .cid-uDKUGIfBOA .custom-slider-container {
    font-size: 20px;
    margin-top: 14px;
  }
  .cid-uDKUGIfBOA .custom-carousel {
    width: 120px;
    margin-top: 14px;
  }
}
.cid-uJg72D6pO4 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-uJg72D6pO4 .listico {
  padding-right: 1rem;
  color: #dcdfe2;
  font-size: 0.5rem;
}
.cid-uJg72D6pO4 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uJg72D6pO4 .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-uJg72D6pO4 .mbr-text {
  color: #444;
}
.cid-uJg72D6pO4 h5 {
  margin-bottom: 0;
}
.cid-uJg72D6pO4 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uJg72D6pO4 .socicon {
  color: #9e9e9e;
  font-size: 1.6rem;
}
.cid-uJg72D6pO4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uJg72D6pO4 .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-uJg72D6pO4 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uJg72D6pO4 .social-list a:hover {
  opacity: .4;
}
.cid-uJg72D6pO4 .media-container-row > div {
  padding: 0px;
}
.cid-uJg72D6pO4 .text2 {
  color: #eeeff2;
  text-align: left;
}
.cid-uJg72D6pO4 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uJg72D6pO4 .group-title SPAN {
  color: #656565;
}
.cid-uJg72D6pO4 .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uJg72D6pO4 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uJg72D6pO4 h3 {
    margin-bottom: 10px;
  }
}
.cid-uJg72D6pO4 .links SPAN {
  color: #9e9e9e;
}
.cid-uJg72D6pO4 .links,
.cid-uJg72D6pO4 .navbar-brand {
  color: #eeeff2;
}
.cid-uJg72D6pO4 .links,
.cid-uJg72D6pO4 .social-list {
  text-align: left;
}
.cid-uDKUGJ3Zin.popup-builder {
  background-color: #ffffff;
}
.cid-uDKUGJ3Zin.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDKUGJ3Zin.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDKUGJ3Zin .modal-content,
.cid-uDKUGJ3Zin .modal-dialog {
  height: auto;
}
.cid-uDKUGJ3Zin .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDKUGJ3Zin .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDKUGJ3Zin .form-wrapper .mbr-form .form-group,
  .cid-uDKUGJ3Zin .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDKUGJ3Zin .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDKUGJ3Zin .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-uDKUGJ3Zin .mbr-text {
  text-align: center;
}
.cid-uDKUGJ3Zin .pt-0 {
  padding-top: 0 !important;
}
.cid-uDKUGJ3Zin .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDKUGJ3Zin .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDKUGJ3Zin .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDKUGJ3Zin .modal-open {
  overflow: hidden;
}
.cid-uDKUGJ3Zin .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDKUGJ3Zin .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDKUGJ3Zin .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDKUGJ3Zin .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-uDKUGJ3Zin .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDKUGJ3Zin .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDKUGJ3Zin .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDKUGJ3Zin .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-uDKUGJ3Zin .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDKUGJ3Zin .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDKUGJ3Zin .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDKUGJ3Zin .modal-backdrop.show {
  opacity: .5;
}
.cid-uDKUGJ3Zin .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-uDKUGJ3Zin .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDKUGJ3Zin .modal-header {
    padding: 1rem;
  }
}
.cid-uDKUGJ3Zin .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDKUGJ3Zin .modal-header .close svg {
  fill: #353535;
}
.cid-uDKUGJ3Zin .modal-header .close:hover {
  opacity: 1;
}
.cid-uDKUGJ3Zin .modal-header .close:focus {
  outline: none;
}
.cid-uDKUGJ3Zin .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDKUGJ3Zin .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDKUGJ3Zin .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDKUGJ3Zin .modal-body {
    padding: 1rem;
  }
}
.cid-uDKUGJ3Zin .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-uDKUGJ3Zin .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDKUGJ3Zin .modal-footer {
    padding: 1rem;
  }
}
.cid-uDKUGJ3Zin .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDKUGJ3Zin .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDKUGJ3Zin .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDKUGJ3Zin .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDKUGJ3Zin .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uDKUGJ3Zin .modal-lg,
  .cid-uDKUGJ3Zin .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDKUGJ3Zin .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDKUGJ3Zin .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDKUGJ3Zin .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-uDKUGJ3Zin .form-group {
  margin-bottom: 1rem;
}
.cid-uDKUGJ3Zin .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDKUGJ3Zin .form-control:hover {
  border-color: #22262b !important;
}
.cid-uDKUGJ3Zin .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDKUGJ3Zin .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-uDKUGJ3Zin .mbr-section-btn {
  margin: 0;
}
.cid-uDKUGJ3Zin .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDKUGJ3Zin LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uDKUGJ3Zin .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uDKUGJ3Zin .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uDKUGJruP8.popup-builder {
  background-color: #ffffff;
}
.cid-uDKUGJruP8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDKUGJruP8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDKUGJruP8 .modal-content,
.cid-uDKUGJruP8 .modal-dialog {
  height: auto;
}
.cid-uDKUGJruP8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDKUGJruP8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDKUGJruP8 .form-wrapper .mbr-form .form-group,
  .cid-uDKUGJruP8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDKUGJruP8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDKUGJruP8 .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-uDKUGJruP8 .mbr-text {
  text-align: center;
}
.cid-uDKUGJruP8 .pt-0 {
  padding-top: 0 !important;
}
.cid-uDKUGJruP8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDKUGJruP8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDKUGJruP8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDKUGJruP8 .modal-open {
  overflow: hidden;
}
.cid-uDKUGJruP8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDKUGJruP8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDKUGJruP8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDKUGJruP8 .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-uDKUGJruP8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDKUGJruP8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDKUGJruP8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDKUGJruP8 .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-uDKUGJruP8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDKUGJruP8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDKUGJruP8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDKUGJruP8 .modal-backdrop.show {
  opacity: .5;
}
.cid-uDKUGJruP8 .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-uDKUGJruP8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDKUGJruP8 .modal-header {
    padding: 1rem;
  }
}
.cid-uDKUGJruP8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDKUGJruP8 .modal-header .close svg {
  fill: #353535;
}
.cid-uDKUGJruP8 .modal-header .close:hover {
  opacity: 1;
}
.cid-uDKUGJruP8 .modal-header .close:focus {
  outline: none;
}
.cid-uDKUGJruP8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDKUGJruP8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDKUGJruP8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDKUGJruP8 .modal-body {
    padding: 1rem;
  }
}
.cid-uDKUGJruP8 .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-uDKUGJruP8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDKUGJruP8 .modal-footer {
    padding: 1rem;
  }
}
.cid-uDKUGJruP8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDKUGJruP8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDKUGJruP8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDKUGJruP8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDKUGJruP8 .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uDKUGJruP8 .modal-lg,
  .cid-uDKUGJruP8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDKUGJruP8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDKUGJruP8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDKUGJruP8 .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-uDKUGJruP8 .form-group {
  margin-bottom: 1rem;
}
.cid-uDKUGJruP8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDKUGJruP8 .form-control:hover {
  border-color: #22262b !important;
}
.cid-uDKUGJruP8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDKUGJruP8 .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-uDKUGJruP8 .mbr-section-btn {
  margin: 0;
}
.cid-uDKUGJruP8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDKUGJruP8 LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uDKUGJruP8 .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uDKUGJruP8 .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uDKUGJUR9b.popup-builder {
  background-color: #ffffff;
}
.cid-uDKUGJUR9b.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDKUGJUR9b.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDKUGJUR9b .modal-content,
.cid-uDKUGJUR9b .modal-dialog {
  height: auto;
}
.cid-uDKUGJUR9b .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDKUGJUR9b .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDKUGJUR9b .form-wrapper .mbr-form .form-group,
  .cid-uDKUGJUR9b .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDKUGJUR9b .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDKUGJUR9b .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-uDKUGJUR9b .mbr-text {
  text-align: center;
}
.cid-uDKUGJUR9b .pt-0 {
  padding-top: 0 !important;
}
.cid-uDKUGJUR9b .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDKUGJUR9b .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDKUGJUR9b .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDKUGJUR9b .modal-open {
  overflow: hidden;
}
.cid-uDKUGJUR9b .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDKUGJUR9b .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDKUGJUR9b .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDKUGJUR9b .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-uDKUGJUR9b .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDKUGJUR9b .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDKUGJUR9b .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDKUGJUR9b .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-uDKUGJUR9b .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDKUGJUR9b .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDKUGJUR9b .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDKUGJUR9b .modal-backdrop.show {
  opacity: .5;
}
.cid-uDKUGJUR9b .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-uDKUGJUR9b .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDKUGJUR9b .modal-header {
    padding: 1rem;
  }
}
.cid-uDKUGJUR9b .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDKUGJUR9b .modal-header .close svg {
  fill: #353535;
}
.cid-uDKUGJUR9b .modal-header .close:hover {
  opacity: 1;
}
.cid-uDKUGJUR9b .modal-header .close:focus {
  outline: none;
}
.cid-uDKUGJUR9b .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDKUGJUR9b .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDKUGJUR9b .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDKUGJUR9b .modal-body {
    padding: 1rem;
  }
}
.cid-uDKUGJUR9b .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-uDKUGJUR9b .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDKUGJUR9b .modal-footer {
    padding: 1rem;
  }
}
.cid-uDKUGJUR9b .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDKUGJUR9b .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDKUGJUR9b .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDKUGJUR9b .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDKUGJUR9b .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uDKUGJUR9b .modal-lg,
  .cid-uDKUGJUR9b .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDKUGJUR9b .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDKUGJUR9b .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDKUGJUR9b .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-uDKUGJUR9b .form-group {
  margin-bottom: 1rem;
}
.cid-uDKUGJUR9b .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDKUGJUR9b .form-control:hover {
  border-color: #22262b !important;
}
.cid-uDKUGJUR9b .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDKUGJUR9b .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-uDKUGJUR9b .mbr-section-btn {
  margin: 0;
}
.cid-uDKUGJUR9b .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDKUGJUR9b LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uDKUGJUR9b .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uDKUGJUR9b .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uDKUGKiHKp.popup-builder {
  background-color: #ffffff;
}
.cid-uDKUGKiHKp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDKUGKiHKp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDKUGKiHKp .modal-content,
.cid-uDKUGKiHKp .modal-dialog {
  height: auto;
}
.cid-uDKUGKiHKp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDKUGKiHKp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDKUGKiHKp .form-wrapper .mbr-form .form-group,
  .cid-uDKUGKiHKp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDKUGKiHKp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDKUGKiHKp .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-uDKUGKiHKp .mbr-text {
  text-align: center;
}
.cid-uDKUGKiHKp .pt-0 {
  padding-top: 0 !important;
}
.cid-uDKUGKiHKp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDKUGKiHKp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDKUGKiHKp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDKUGKiHKp .modal-open {
  overflow: hidden;
}
.cid-uDKUGKiHKp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDKUGKiHKp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDKUGKiHKp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDKUGKiHKp .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-uDKUGKiHKp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDKUGKiHKp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDKUGKiHKp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDKUGKiHKp .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-uDKUGKiHKp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDKUGKiHKp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDKUGKiHKp .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDKUGKiHKp .modal-backdrop.show {
  opacity: .5;
}
.cid-uDKUGKiHKp .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-uDKUGKiHKp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDKUGKiHKp .modal-header {
    padding: 1rem;
  }
}
.cid-uDKUGKiHKp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDKUGKiHKp .modal-header .close svg {
  fill: #353535;
}
.cid-uDKUGKiHKp .modal-header .close:hover {
  opacity: 1;
}
.cid-uDKUGKiHKp .modal-header .close:focus {
  outline: none;
}
.cid-uDKUGKiHKp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDKUGKiHKp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDKUGKiHKp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDKUGKiHKp .modal-body {
    padding: 1rem;
  }
}
.cid-uDKUGKiHKp .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-uDKUGKiHKp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDKUGKiHKp .modal-footer {
    padding: 1rem;
  }
}
.cid-uDKUGKiHKp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDKUGKiHKp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDKUGKiHKp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDKUGKiHKp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDKUGKiHKp .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uDKUGKiHKp .modal-lg,
  .cid-uDKUGKiHKp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDKUGKiHKp .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDKUGKiHKp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDKUGKiHKp .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-uDKUGKiHKp .form-group {
  margin-bottom: 1rem;
}
.cid-uDKUGKiHKp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDKUGKiHKp .form-control:hover {
  border-color: #22262b !important;
}
.cid-uDKUGKiHKp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDKUGKiHKp .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-uDKUGKiHKp .mbr-section-btn {
  margin: 0;
}
.cid-uDKUGKiHKp .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDKUGKiHKp LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uDKUGKiHKp .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uDKUGKiHKp .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uDKUGKIuD1.popup-builder {
  background-color: #ffffff;
}
.cid-uDKUGKIuD1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDKUGKIuD1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDKUGKIuD1 .modal-content,
.cid-uDKUGKIuD1 .modal-dialog {
  height: auto;
}
.cid-uDKUGKIuD1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDKUGKIuD1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDKUGKIuD1 .form-wrapper .mbr-form .form-group,
  .cid-uDKUGKIuD1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDKUGKIuD1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDKUGKIuD1 .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-uDKUGKIuD1 .mbr-text {
  text-align: center;
}
.cid-uDKUGKIuD1 .pt-0 {
  padding-top: 0 !important;
}
.cid-uDKUGKIuD1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDKUGKIuD1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDKUGKIuD1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDKUGKIuD1 .modal-open {
  overflow: hidden;
}
.cid-uDKUGKIuD1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDKUGKIuD1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDKUGKIuD1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDKUGKIuD1 .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-uDKUGKIuD1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDKUGKIuD1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDKUGKIuD1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDKUGKIuD1 .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-uDKUGKIuD1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDKUGKIuD1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDKUGKIuD1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDKUGKIuD1 .modal-backdrop.show {
  opacity: .5;
}
.cid-uDKUGKIuD1 .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-uDKUGKIuD1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDKUGKIuD1 .modal-header {
    padding: 1rem;
  }
}
.cid-uDKUGKIuD1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDKUGKIuD1 .modal-header .close svg {
  fill: #353535;
}
.cid-uDKUGKIuD1 .modal-header .close:hover {
  opacity: 1;
}
.cid-uDKUGKIuD1 .modal-header .close:focus {
  outline: none;
}
.cid-uDKUGKIuD1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDKUGKIuD1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDKUGKIuD1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDKUGKIuD1 .modal-body {
    padding: 1rem;
  }
}
.cid-uDKUGKIuD1 .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-uDKUGKIuD1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDKUGKIuD1 .modal-footer {
    padding: 1rem;
  }
}
.cid-uDKUGKIuD1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDKUGKIuD1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDKUGKIuD1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDKUGKIuD1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDKUGKIuD1 .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uDKUGKIuD1 .modal-lg,
  .cid-uDKUGKIuD1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDKUGKIuD1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDKUGKIuD1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDKUGKIuD1 .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-uDKUGKIuD1 .form-group {
  margin-bottom: 1rem;
}
.cid-uDKUGKIuD1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDKUGKIuD1 .form-control:hover {
  border-color: #22262b !important;
}
.cid-uDKUGKIuD1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDKUGKIuD1 .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-uDKUGKIuD1 .mbr-section-btn {
  margin: 0;
}
.cid-uDKUGKIuD1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDKUGKIuD1 LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uDKUGKIuD1 .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uDKUGKIuD1 .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uDKUGLcC8Z.popup-builder {
  background-color: #ffffff;
}
.cid-uDKUGLcC8Z.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDKUGLcC8Z.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDKUGLcC8Z .modal-content,
.cid-uDKUGLcC8Z .modal-dialog {
  height: auto;
}
.cid-uDKUGLcC8Z .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDKUGLcC8Z .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDKUGLcC8Z .form-wrapper .mbr-form .form-group,
  .cid-uDKUGLcC8Z .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDKUGLcC8Z .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDKUGLcC8Z .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-uDKUGLcC8Z .mbr-text {
  text-align: center;
}
.cid-uDKUGLcC8Z .pt-0 {
  padding-top: 0 !important;
}
.cid-uDKUGLcC8Z .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDKUGLcC8Z .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDKUGLcC8Z .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDKUGLcC8Z .modal-open {
  overflow: hidden;
}
.cid-uDKUGLcC8Z .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDKUGLcC8Z .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDKUGLcC8Z .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDKUGLcC8Z .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-uDKUGLcC8Z .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDKUGLcC8Z .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDKUGLcC8Z .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDKUGLcC8Z .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-uDKUGLcC8Z .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDKUGLcC8Z .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDKUGLcC8Z .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDKUGLcC8Z .modal-backdrop.show {
  opacity: .5;
}
.cid-uDKUGLcC8Z .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-uDKUGLcC8Z .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDKUGLcC8Z .modal-header {
    padding: 1rem;
  }
}
.cid-uDKUGLcC8Z .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDKUGLcC8Z .modal-header .close svg {
  fill: #353535;
}
.cid-uDKUGLcC8Z .modal-header .close:hover {
  opacity: 1;
}
.cid-uDKUGLcC8Z .modal-header .close:focus {
  outline: none;
}
.cid-uDKUGLcC8Z .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDKUGLcC8Z .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDKUGLcC8Z .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDKUGLcC8Z .modal-body {
    padding: 1rem;
  }
}
.cid-uDKUGLcC8Z .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-uDKUGLcC8Z .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDKUGLcC8Z .modal-footer {
    padding: 1rem;
  }
}
.cid-uDKUGLcC8Z .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDKUGLcC8Z .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDKUGLcC8Z .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDKUGLcC8Z .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDKUGLcC8Z .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uDKUGLcC8Z .modal-lg,
  .cid-uDKUGLcC8Z .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDKUGLcC8Z .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDKUGLcC8Z .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDKUGLcC8Z .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-uDKUGLcC8Z .form-group {
  margin-bottom: 1rem;
}
.cid-uDKUGLcC8Z .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDKUGLcC8Z .form-control:hover {
  border-color: #22262b !important;
}
.cid-uDKUGLcC8Z .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDKUGLcC8Z .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-uDKUGLcC8Z .mbr-section-btn {
  margin: 0;
}
.cid-uDKUGLcC8Z .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDKUGLcC8Z LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uDKUGLcC8Z .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uDKUGLcC8Z .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uDKUGLDx9w.popup-builder {
  background-color: #ffffff;
}
.cid-uDKUGLDx9w.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDKUGLDx9w.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDKUGLDx9w .modal-content,
.cid-uDKUGLDx9w .modal-dialog {
  height: auto;
}
.cid-uDKUGLDx9w .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDKUGLDx9w .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDKUGLDx9w .form-wrapper .mbr-form .form-group,
  .cid-uDKUGLDx9w .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDKUGLDx9w .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDKUGLDx9w .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-uDKUGLDx9w .mbr-text {
  text-align: center;
}
.cid-uDKUGLDx9w .pt-0 {
  padding-top: 0 !important;
}
.cid-uDKUGLDx9w .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDKUGLDx9w .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDKUGLDx9w .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDKUGLDx9w .modal-open {
  overflow: hidden;
}
.cid-uDKUGLDx9w .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDKUGLDx9w .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDKUGLDx9w .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDKUGLDx9w .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-uDKUGLDx9w .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDKUGLDx9w .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDKUGLDx9w .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDKUGLDx9w .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-uDKUGLDx9w .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDKUGLDx9w .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDKUGLDx9w .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDKUGLDx9w .modal-backdrop.show {
  opacity: .5;
}
.cid-uDKUGLDx9w .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-uDKUGLDx9w .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDKUGLDx9w .modal-header {
    padding: 1rem;
  }
}
.cid-uDKUGLDx9w .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDKUGLDx9w .modal-header .close svg {
  fill: #353535;
}
.cid-uDKUGLDx9w .modal-header .close:hover {
  opacity: 1;
}
.cid-uDKUGLDx9w .modal-header .close:focus {
  outline: none;
}
.cid-uDKUGLDx9w .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDKUGLDx9w .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDKUGLDx9w .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDKUGLDx9w .modal-body {
    padding: 1rem;
  }
}
.cid-uDKUGLDx9w .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-uDKUGLDx9w .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDKUGLDx9w .modal-footer {
    padding: 1rem;
  }
}
.cid-uDKUGLDx9w .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDKUGLDx9w .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDKUGLDx9w .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDKUGLDx9w .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDKUGLDx9w .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uDKUGLDx9w .modal-lg,
  .cid-uDKUGLDx9w .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDKUGLDx9w .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDKUGLDx9w .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDKUGLDx9w .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-uDKUGLDx9w .form-group {
  margin-bottom: 1rem;
}
.cid-uDKUGLDx9w .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDKUGLDx9w .form-control:hover {
  border-color: #22262b !important;
}
.cid-uDKUGLDx9w .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDKUGLDx9w .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-uDKUGLDx9w .mbr-section-btn {
  margin: 0;
}
.cid-uDKUGLDx9w .mbr-section-btn .btn {
  margin: 0;
}
.cid-uDKUGLDx9w LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uDKUGLDx9w .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uDKUGLDx9w .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uQzMw1PETZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQzMw1PETZ .menu-text {
  padding: 0 0rem;
  color: #5b6c8f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQzMw1PETZ .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQzMw1PETZ .iconfont-wrapper {
  color: #001219 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQzMw1PETZ .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQzMw1PETZ .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQzMw1PETZ .container {
    padding: 0 1rem;
  }
}
.cid-uQzMw1PETZ .menu-tite {
  background: #d32f2f;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-uQzMw1PETZ .nav-link {
  position: relative;
}
.cid-uQzMw1PETZ .nav-link:hover {
  color: #6b67ce !important;
}
.cid-uQzMw1PETZ nav.navbar {
  position: fixed;
}
.cid-uQzMw1PETZ .navbar {
  padding: 0!important;
  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: #ffffff;
}
.cid-uQzMw1PETZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uQzMw1PETZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQzMw1PETZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uQzMw1PETZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQzMw1PETZ .navbar.collapsed {
  justify-content: center;
}
.cid-uQzMw1PETZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQzMw1PETZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQzMw1PETZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uQzMw1PETZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQzMw1PETZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQzMw1PETZ .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-uQzMw1PETZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQzMw1PETZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQzMw1PETZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQzMw1PETZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQzMw1PETZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQzMw1PETZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQzMw1PETZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQzMw1PETZ .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-uQzMw1PETZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQzMw1PETZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQzMw1PETZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQzMw1PETZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQzMw1PETZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQzMw1PETZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQzMw1PETZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQzMw1PETZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQzMw1PETZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQzMw1PETZ .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-uQzMw1PETZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQzMw1PETZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQzMw1PETZ .dropdown-item:hover,
.cid-uQzMw1PETZ .dropdown-item:focus {
  background: #d32f2f !important;
  color: white !important;
}
.cid-uQzMw1PETZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQzMw1PETZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQzMw1PETZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQzMw1PETZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQzMw1PETZ .dropdown-menu,
.cid-uQzMw1PETZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uQzMw1PETZ .nav-item:focus,
.cid-uQzMw1PETZ .nav-link:focus {
  outline: none;
}
.cid-uQzMw1PETZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQzMw1PETZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQzMw1PETZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQzMw1PETZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQzMw1PETZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQzMw1PETZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQzMw1PETZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQzMw1PETZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQzMw1PETZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQzMw1PETZ .dropdown-item.active,
.cid-uQzMw1PETZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uQzMw1PETZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQzMw1PETZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQzMw1PETZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQzMw1PETZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQzMw1PETZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQzMw1PETZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQzMw1PETZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQzMw1PETZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQzMw1PETZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQzMw1PETZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQzMw1PETZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQzMw1PETZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQzMw1PETZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQzMw1PETZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQzMw1PETZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQzMw1PETZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQzMw1PETZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQzMw1PETZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQzMw1PETZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQzMw1PETZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQzMw1PETZ .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-uQzMw1PETZ .navbar {
    height: 70px;
  }
  .cid-uQzMw1PETZ .navbar.opened {
    height: auto;
  }
  .cid-uQzMw1PETZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQzMw3voDp {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQzMw3voDp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQzMw3voDp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQzMw3voDp .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uQzMw3voDp .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uQzMw3voDp .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uQzMw3voDp .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uQzMw3voDp .col-text {
    order: 1;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uQzMw3voDp .col-text {
    margin-top: 20px;
  }
}
.cid-uQzMw3voDp .text-wrapper {
  width: 100%;
  z-index: 21;
}
.cid-uQzMw3voDp .mbr-section-title {
  color: #212428;
  margin-bottom: 20px;
}
.cid-uQzMw3voDp .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-uQzMw3voDp .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uQzMw3voDp .mbr-text {
  color: #212529;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uQzMw3voDp .mbr-text {
    padding-right: 0;
  }
}
.cid-uQzMw3voDp .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQzMw3voDp .social-container {
  width: 100%;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .cid-uQzMw3voDp .social-container {
    text-align: center;
  }
}
.cid-uQzMw3voDp .social-title {
  color: #212529;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uQzMw3voDp .social-title {
    text-align: center;
  }
}
.cid-uQzMw3voDp .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
@media (max-width: 991px) {
  .cid-uQzMw3voDp .social-list {
    justify-content: center;
  }
}
.cid-uQzMw3voDp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #c4cfde, -10px -10px 19px #fdfdfd;
  transition: 0.4s all;
}
.cid-uQzMw3voDp .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #ffffff, #f4f4f4);
  opacity: 0;
}
.cid-uQzMw3voDp .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212428;
}
.cid-uQzMw3voDp .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uQzMw3voDp .soc-item:hover:before {
  opacity: 1;
}
.cid-uQzMw3voDp .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uQzMw3voDp .col-img {
    order: 2;
  }
}
.cid-uQzMw3voDp lottie-player {
  position: absolute;
  z-index: 20;
}
.cid-uQzMw3voDp .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uQzMw3voDp .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uQzMw3voDp .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #22262b, #22262b);
  border-radius: 6px;
}
.cid-uQzMw3voDp .btn .mbr-iconfont {
  order: 0;
  margin: 0;
  vertical-align: middle;
  font-size: 1.2rem;
}
.cid-uQzMw3voDp .btn {
  display: inline-flex;
  align-items: center !important;
  padding: 10px 20px;
  gap: 8px;
}
.cid-uQzMw3voDp .phone-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  gap: 8px;
  border-radius: 6px;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.cid-uQzMw3voDp .phone-icon {
  transition: transform 0.3s ease-in-out;
}
@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(-10deg);
  }
  45% {
    transform: rotate(5deg);
  }
  60% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.cid-uQzMw3voDp .phone-btn:hover {
  background: linear-gradient(145deg, #4a8ad9, #2e5ea4);
  box-shadow: 0px 5px 15px rgba(41, 158, 235, 0.4);
}
.cid-uQzMw3voDp .phone-btn:hover .phone-icon {
  animation: ring 0.5s ease-in-out infinite;
}
.cid-uQzMw3voDp .price-text {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uQzMw3voDp {
    padding-top: 3rem;
  }
  .cid-uQzMw3voDp .mbr-section-title {
    text-align: center;
  }
}
.cid-uQzMw3voDp .carousel-wrapper {
  margin: 0 50px;
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .cid-uQzMw3voDp .carousel-wrapper {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQzMw3voDp .carousel-wrapper {
    margin: 0 -10px;
  }
}
.cid-uQzMw3voDp .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 36px;
}
@media (max-width: 1199px) {
  .cid-uQzMw3voDp .carousel {
    max-width: 100%;
  }
}
.cid-uQzMw3voDp .carousel-inner {
  display: flex;
  align-items: center;
  padding: 50px 0 25px;
}
@media (max-width: 991px) {
  .cid-uQzMw3voDp .carousel-inner {
    padding: 40px 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-uQzMw3voDp .carousel-inner {
    padding: 35px 0 25px;
  }
}
.cid-uQzMw3voDp .item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-uQzMw3voDp .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uQzMw3voDp .item-wrapper {
    padding: 0 10px;
  }
}
.cid-uQzMw3voDp .card-info {
  position: relative;
  z-index: 10;
  width: 100%;
  border-radius: 450px;
}
@media (max-width: 1199px) {
  .cid-uQzMw3voDp .card-info {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQzMw3voDp .card-info {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQzMw3voDp .card-info {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.cid-uQzMw3voDp .info-img-wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 400px;
}
@media (max-width: 991px) {
  .cid-uQzMw3voDp .info-img-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQzMw3voDp .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.cid-uQzMw3voDp .info-img-wrap img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uQzMw3voDp .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-uQzMw3voDp .info-text-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uQzMw3voDp .info-text-wrap {
    flex-grow: 1;
  }
}
.cid-uQzMw3voDp .info-card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uQzMw3voDp .info-card-subtitle {
  color: #ffffff;
}
.cid-uQzMw3voDp .info-card-text {
  color: #ffffff;
  margin-top: 4px;
}
.cid-uQzMw3voDp .card-description {
  position: relative;
  margin-top: 115px;
  width: 1px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uQzMw3voDp .card-description {
    width: 100%;
    margin-top: 0;
  }
}
.cid-uQzMw3voDp .card-description-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 50px 40px 50px 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, #22262b, #22262b);
}
@media (max-width: 991px) {
  .cid-uQzMw3voDp .card-description-wrapper {
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .cid-uQzMw3voDp .card-description-wrapper {
    padding: 20px;
  }
}
.cid-uQzMw3voDp .card-description-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .cid-uQzMw3voDp .card-description-container {
    flex-wrap: wrap;
  }
}
.cid-uQzMw3voDp .card-description-text-wrap {
  margin-bottom: 15px;
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .cid-uQzMw3voDp .card-description-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uQzMw3voDp .card-description-title {
  color: #ffffff;
  margin-bottom: 7px;
}
.cid-uQzMw3voDp .card-description-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uQzMw3voDp .card-description-label-wrap {
  padding: 15px 17px;
  border-radius: 6px;
  margin-left: auto;
  background: linear-gradient(145deg, #22262b, #22262b);
}
@media (max-width: 767px) {
  .cid-uQzMw3voDp .card-description-label-wrap {
    margin-left: 0;
  }
}
.cid-uQzMw3voDp .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQzMw3voDp .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-uQzMw3voDp .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffcb20;
}
.cid-uQzMw3voDp .card-description-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uQzMw3voDp .absolute-icon-wrapper {
  position: absolute;
  z-index: 9;
  left: 0;
  top: -107px;
}
@media (max-width: 991px) {
  .cid-uQzMw3voDp .absolute-icon-wrapper {
    display: none;
  }
}
.cid-uQzMw3voDp .absolute-icon-wrapper .mbr-iconfont {
  color: #22262b;
  font-size: 99px;
}
.cid-uQzMw3voDp .carousel-control {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 25px;
  background: linear-gradient(145deg, #22262b, #22262b) !important;
  border: none;
  border-radius: 6px;
  transition: all 0.4s;
  opacity: 1;
}
.cid-uQzMw3voDp .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-uQzMw3voDp .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uQzMw3voDp .carousel-control {
    display: none;
  }
}
.cid-uQzMw3voDp .carousel-control:hover {
  background: linear-gradient(to right bottom, #22262b, #22262b) !important;
  color: #ffcb20 !important;
  opacity: 1;
}
.cid-uQzMw3voDp .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uQzMw3voDp .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uQzMw3voDp .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQzMw3voDp .carousel-indicators {
  position: absolute;
  margin-bottom: 0 !important;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  z-index: 10;
  width: 90%;
  margin: 0 auto;
}
.cid-uQzMw3voDp .carousel-indicators li {
  max-width: 11px;
  height: 11px;
  width: 11px;
  max-height: 11px;
  margin: 10px;
  background: linear-gradient(145deg, #22262b, #22262b) !important;
  border: 0;
  border-radius: 50%;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
  opacity: 1;
}
.cid-uQzMw3voDp .carousel-indicators li.active,
.cid-uQzMw3voDp .carousel-indicators li:hover {
  opacity: 1;
  background: #4c48b9 !important;
}
.cid-uQzMw3voDp .carousel-indicators li::after,
.cid-uQzMw3voDp .carousel-indicators li::before {
  content: none;
}
.cid-uQzMw3voDp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uQzMw3voDp .item-menu-overlay {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .cid-uQzMw3voDp .carousel-indicators {
    width: 80%;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .cid-uQzMw3voDp .carousel-indicators {
    width: 95%;
    gap: 10px;
  }
}
.cid-uQzMw3voDp .info-card-subtitle DIV {
  text-align: left;
}
.cid-uQzMw5phFP {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQzMw5phFP .item:focus,
.cid-uQzMw5phFP span:focus {
  outline: none;
}
.cid-uQzMw5phFP .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-uQzMw5phFP .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uQzMw5phFP .item {
    min-height: 45px;
  }
}
.cid-uQzMw5phFP .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #4c48b9;
}
.cid-uQzMw5phFP .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQzMw5phFP .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-uQzMw5phFP .container_1 {
  background-color: #4c48b9;
}
.cid-uQzMw5phFP .container_1 .item_1 {
  color: #ffffff;
  background-color: #4c48b9;
}
.cid-uQzMw5phFP .container_2 {
  background-color: #ffffff;
}
.cid-uQzMw5phFP .container_2 .item_2 {
  color: #212428;
  background-color: #ffffff;
}
.cid-uQALPuz0Gb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uQALPuz0Gb .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uQALPuz0Gb .team-card:hover {
  transform: translateY(-10px);
}
@media (min-width: 1400px) {
  .cid-uQALPuz0Gb .col-lg-3 {
    padding: 0 1.5rem;
  }
}
.cid-uQALPuz0Gb .card-wrap {
  height: 100%;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 10px 10px 19px rgba(0, 0, 0, 0.05), -5px -5px 5px rgba(0, 0, 0, 0.02);
  transition: box-shadow 0.4s ease;
  position: relative;
  overflow: visible;
}
.cid-uQALPuz0Gb .card-wrap:hover {
  box-shadow: 10px 10px 19px rgba(0, 0, 0, 0.1), -5px -5px 5px rgba(0, 0, 0, 0.05);
}
.cid-uQALPuz0Gb .card-wrap:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .cid-uQALPuz0Gb .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uQALPuz0Gb .card-wrap .image-wrap img {
  width: 100%;
  transition: transform 0.4s ease;
  height: 200px;
  object-fit: cover;
}
.cid-uQALPuz0Gb .card-wrap .content-wrap {
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uQALPuz0Gb .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uQALPuz0Gb .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uQALPuz0Gb .content-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uQALPuz0Gb .icons-menu {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uQALPuz0Gb .icons-menu {
    justify-content: center;
  }
}
.cid-uQALPuz0Gb .image-wrap {
  clip-path: polygon(100% 0, 100% 100%, 0% 90%, 0% 0%);
}
.cid-uQALPuz0Gb .iconfont-wrapper {
  font-size: 1.2rem;
  padding: 0.4rem 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uQALPuz0Gb .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #d32f2f;
  z-index: 0;
}
.cid-uQALPuz0Gb .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uQALPuz0Gb .mbr-iconfont {
  position: relative;
  fomt-size: 1rem;
  color: #272727;
}
.cid-uQALPuz0Gb .card-text,
.cid-uQALPuz0Gb .mbr-section-btn,
.cid-uQALPuz0Gb .social-row {
  color: #312ca8;
  text-align: center;
}
.cid-uQALPuz0Gb .mbr-role,
.cid-uQALPuz0Gb .social-row {
  color: #353535;
  text-align: left;
}
.cid-uQALPuz0Gb .card-title,
.cid-uQALPuz0Gb .social-row {
  color: #272727;
  text-align: center;
}
.cid-uQALPuz0Gb .mbr-section-title {
  color: #272727;
}
.cid-uQALPuz0Gb .carousel-wrapper {
  position: relative;
}
@media (max-width: 1199px) {
  .cid-uQALPuz0Gb .carousel-wrapper {
    margin: 0;
  }
}
.cid-uQALPuz0Gb .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-uQALPuz0Gb .carousel {
    max-width: 100%;
  }
}
.cid-uQALPuz0Gb .carousel-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQALPuz0Gb .carousel-inner {
    padding: 0 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-uQALPuz0Gb .carousel-inner {
    padding: 0 0 25px;
  }
}
.cid-uQALPuz0Gb .item-gallery-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-uQALPuz0Gb .item-gallery-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uQALPuz0Gb .item-gallery-wrapper {
    padding: 0 10px;
  }
}
.cid-uQALPuz0Gb .info-img-wrap {
  display: flex;
  width: 100%;
  height: 200px;
  overflow: hidden;
  clip-path: polygon(100% 0, 100% 100%, 0% 80%, 0% 0%);
}
@media (max-width: 991px) {
  .cid-uQALPuz0Gb .info-img-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQALPuz0Gb .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.cid-uQALPuz0Gb .info-img-wrap img {
  width: 100%;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uQALPuz0Gb .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-uQALPuz0Gb .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQALPuz0Gb .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-uQALPuz0Gb .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffcb20;
}
.cid-uQALPuz0Gb .carousel-control {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 25px;
  background: linear-gradient(145deg, #22262b, #22262b) !important;
  border: none;
  border-radius: 6px;
  transition: all 0.4s;
  opacity: 1;
}
.cid-uQALPuz0Gb .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-uQALPuz0Gb .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uQALPuz0Gb .carousel-control {
    display: none;
  }
}
.cid-uQALPuz0Gb .carousel-control:hover {
  background: linear-gradient(to right bottom, #22262b, #22262b) !important;
  color: #ffcb20 !important;
  opacity: 1;
}
.cid-uQALPuz0Gb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uQALPuz0Gb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uQALPuz0Gb .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQALPuz0Gb .carousel-indicators {
  position: absolute;
  margin-bottom: 0 !important;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  z-index: 10;
  width: 90%;
  margin: 0 auto;
}
.cid-uQALPuz0Gb .carousel-indicators li {
  max-width: 11px;
  height: 11px;
  width: 11px;
  max-height: 11px;
  margin: 10px;
  background: linear-gradient(145deg, #22262b, #22262b) !important;
  border: 0;
  border-radius: 50%;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
  opacity: 1;
}
.cid-uQALPuz0Gb .carousel-indicators li.active,
.cid-uQALPuz0Gb .carousel-indicators li:hover {
  opacity: 1;
  background: #4c48b9 !important;
}
.cid-uQALPuz0Gb .carousel-indicators li::after,
.cid-uQALPuz0Gb .carousel-indicators li::before {
  content: none;
}
.cid-uQALPuz0Gb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uQALPuz0Gb .item-menu-overlay {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .cid-uQALPuz0Gb .carousel-indicators {
    width: 80%;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .cid-uQALPuz0Gb .carousel-indicators {
    width: 95%;
    gap: 10px;
  }
}
.cid-uQALPuz0Gb .card-wrap .discount-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: 2.5rem;
  background: #4c48b9;
  color: #fff;
  border-bottom-left-radius: 4rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 0.5rem;
  padding-right: 5px;
  font-size: 0.875rem;
  font-weight: bold;
  z-index: 10;
}
.cid-uQALPuz0Gb .col-lg-3 {
  padding-bottom: 15px;
}
.cid-uQALPuz0Gb .original-price {
  margin-right: 0.5rem;
  color: #888;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 0.6em;
}
.cid-uQzMw7gxzQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQzMw7gxzQ .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-uQzMw7gxzQ .mbr-section-title {
  letter-spacing: 0em;
}
.cid-uQzMw7gxzQ .card-img {
  margin-bottom: 1rem;
}
.cid-uQzMw7gxzQ .card-img span {
  font-size: 60px;
}
.cid-uQzMw7gxzQ H1 {
  color: #191b1f;
}
.cid-uQzMw7gxzQ .mbr-text,
.cid-uQzMw7gxzQ .mbr-section-btn {
  color: #000000;
}
.cid-uQzMw80kLR {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uQzMw80kLR .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #103178;
  margin-bottom: 2rem;
}
.cid-uQzMw80kLR .card-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-uQzMw80kLR .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-uQzMw80kLR .card {
    max-width: 14.2%;
  }
}
.cid-uQzMw80kLR .card-title,
.cid-uQzMw80kLR .iconfont-wrapper {
  color: #103178;
}
.cid-uQzMw80kLR .icon_box img {
  max-width: 150px;
  max-height: 150px;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-uQzMw97UJu {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
}
.cid-uQzMw97UJu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQzMw97UJu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQzMw97UJu .row {
  flex-direction: row-reverse;
}
.cid-uQzMw97UJu .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uQzMw97UJu .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uQzMw97UJu .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uQzMw97UJu .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-uQzMw97UJu .col-img {
    height: 705px;
    padding-left: 60px !important;
  }
}
.cid-uQzMw97UJu .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uQzMw97UJu .col-text {
    order: 2;
  }
}
.cid-uQzMw97UJu .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uQzMw97UJu .text-wrapper {
    margin-top: 20px;
  }
}
.cid-uQzMw97UJu .mbr-section-title {
  color: #4a8ad9;
  margin-bottom: 20px;
}
.cid-uQzMw97UJu .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-uQzMw97UJu .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uQzMw97UJu .mbr-text {
  color: #212529;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uQzMw97UJu .mbr-text {
    padding-right: 0;
  }
}
.cid-uQzMw97UJu .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQzMw97UJu .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uQzMw97UJu .social-container {
    padding-top: 40px;
  }
}
.cid-uQzMw97UJu .social-title {
  color: #212529;
  margin-bottom: 20px;
}
.cid-uQzMw97UJu .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uQzMw97UJu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #000000);
  box-shadow: 10px 10px 19px #e5e5e5, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uQzMw97UJu .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #f8f9fa, #16181c);
  opacity: 0;
}
.cid-uQzMw97UJu .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212529;
}
.cid-uQzMw97UJu .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uQzMw97UJu .soc-item:hover:before {
  opacity: 1;
}
.cid-uQzMw97UJu .img-box {
  width: 100%;
}
.cid-uQzMw97UJu .img-box img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uQzMw97UJu .img-wrapper {
    position: sticky;
    top: 100px;
    left: 0;
    z-index: 10;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uQzMw97UJu .img-wrapper {
    position: static;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQzMw97UJu {
    padding-top: 3.5rem;
  }
  .cid-uQzMw97UJu .mbr-section-title {
    text-align: center;
  }
  .cid-uQzMw97UJu .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uQzMwa5rzk {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQzMwa5rzk .row {
    text-align: center !important;
  }
}
.cid-uQzMwa5rzk img,
.cid-uQzMwa5rzk .card-wrap,
.cid-uQzMwa5rzk .card-wrapper,
.cid-uQzMwa5rzk .video-wrapper,
.cid-uQzMwa5rzk .mbr-figure iframe,
.cid-uQzMwa5rzk .google-map iframe,
.cid-uQzMwa5rzk .slide-content,
.cid-uQzMwa5rzk .plan,
.cid-uQzMwa5rzk .card,
.cid-uQzMwa5rzk .item-wrapper {
  border-radius: 0rem !important;
}
@media (min-width: 768px) {
  .cid-uQzMwa5rzk .col-text {
    padding: 0 0 0 0;
  }
}
.cid-uQzMwa5rzk .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
  background-color: #f0f2f5;
}
@media (max-width: 767px) {
  .cid-uQzMwa5rzk .text-wrapper {
    text-align: center !important;
    padding-bottom: 54px;
  }
}
.cid-uQzMwa5rzk .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #13171f;
}
@media (max-width: 767px) {
  .cid-uQzMwa5rzk .label-text {
    text-align: center !important;
  }
}
.cid-uQzMwa5rzk .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uQzMwa5rzk .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uQzMwa5rzk .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uQzMwa5rzk .mbr-text {
    text-align: center !important;
  }
}
.cid-uQzMwa5rzk .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uQzMwa5rzk .btn-container {
  width: 100%;
  margin-top: auto;
}
.cid-uQzMwa5rzk .mbr-section-btn .btn {
  padding: 0;
}
.cid-uQzMwa5rzk .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uQzMwa5rzk .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uQzMwa5rzk .col-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-uQzMwa5rzk .col-cards {
    padding: 0;
    padding-left: 1.8%;
  }
}
@media (min-width: 992px) {
  .cid-uQzMwa5rzk .col-cards {
    padding-left: 5%;
  }
}
.cid-uQzMwa5rzk .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}
.cid-uQzMwa5rzk .cards-wrap:hover {
  background-color: #f0f2f5;
}
.cid-uQzMwa5rzk .card {
  padding: 30px;
  background-color: #ffffff;
  transition: 0.4s all;
  border-radius: 0;
  width: 240px !important;
  margin: 3px;
}
.cid-uQzMwa5rzk .card:hover {
  background-color: #f0f2f5;
}
@media (min-width: 768px) {
  .cid-uQzMwa5rzk .card:hover {
    transform: translate(0px, -10px);
  }
}
.cid-uQzMwa5rzk .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uQzMwa5rzk .img-container {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uQzMwa5rzk .img-container {
    display: flex;
    justify-content: center;
  }
}
.cid-uQzMwa5rzk .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  position: relative;
}
.cid-uQzMwa5rzk .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQzMwa5rzk .img-bg {
  background-color: #f0f2f5;
  min-width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
}
.cid-uQzMwa5rzk .card-title {
  color: #f0f2f5;
  margin-bottom: 8px;
}
.cid-uQzMwa5rzk .card-text {
  color: #222222;
  margin-bottom: 0;
  text-align: left;
}
.cid-uQzMwa5rzk .mbr-section-title,
.cid-uQzMwa5rzk .mbr-section-btn {
  text-align: center;
}
.cid-uQIMAzZwzM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f9fa;
}
.cid-uQIMAzZwzM .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-uQIMAzZwzM .panel-group {
  border: none;
}
.cid-uQIMAzZwzM .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQIMAzZwzM .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uQIMAzZwzM .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uQIMAzZwzM .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uQIMAzZwzM .content {
  margin: 5rem auto;
}
.cid-uQIMAzZwzM .img-col {
  padding: 0;
}
.cid-uQIMAzZwzM .img-item {
  height: 100%;
}
.cid-uQIMAzZwzM img {
  height: 100%;
  object-fit: cover;
}
.cid-uQIMAzZwzM .collapsed span {
  transform: rotate(0deg);
}
.cid-uQIMAzZwzM .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQIMAzZwzM p {
  margin-bottom: 0.3rem;
}
.cid-uQIMAzZwzM .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-uQIMAzZwzM .panel-title-edit {
  color: #000000;
}
.cid-uQIMAzZwzM .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-uQIMAzZwzM .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 10px!important;
}
.cid-uQIMAzZwzM .panel-title-edit,
.cid-uQIMAzZwzM .mbr-iconfont {
  color: #1b2026;
}
.cid-uQIMAzZwzM .panel-text {
  color: #353535;
}
.cid-uQIMAzZwzM H4 {
  color: #777777;
}
.cid-uQIMAzZwzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQIMAzZwzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQIMAzZwzM H3 {
  text-align: center;
  color: #4479d9;
}
.cid-uQIMAzZwzM H2 {
  text-align: center;
}
.cid-uQzMw6antS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQzMw6antS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQzMw6antS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQzMw6antS .card {
  justify-content: flex-end;
}
.cid-uQzMw6antS .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQzMw6antS .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQzMw6antS .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uQzMw6antS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQzMw6antS .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uQzMw6antS .mbr-section-btn .btn::after,
.cid-uQzMw6antS .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uQzMw6antS .mbr-section-btn .btn:hover,
.cid-uQzMw6antS .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uQzMw6antS .mbr-section-btn .btn:hover::after,
.cid-uQzMw6antS .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uQzMw6antS .items-wrapper {
  border-radius: 25px !important;
  margin: 0 -20px;
}
.cid-uQzMw6antS .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uQzMw6antS .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uQzMw6antS .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  position: relative;
  height: 100%;
  min-height: 560px;
  padding: 64px 40px 90px 40px;
}
@media (max-width: 992px) {
  .cid-uQzMw6antS .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 20px 20px 90px 20px;
  }
}
.cid-uQzMw6antS .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQzMw6antS .items-wrapper .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uQzMw6antS .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #13171f;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-uQzMw6antS .items-wrapper .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 10px 0 10px;
  background-color: #ffffff;
  border-radius: 25px 0 23px 0;
  z-index: 2;
}
.cid-uQzMw6antS .items-wrapper .item .item-wrapper .icon-card .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #2c2c2c;
  color: #ffffff;
  border-radius: 100%;
  transition: all .3s ease;
}
.cid-uQzMw6antS .items-wrapper .item .item-wrapper .icon-card:hover .mbr-iconfont,
.cid-uQzMw6antS .items-wrapper .item .item-wrapper .icon-card:focus .mbr-iconfont {
  background-color: #0295e2;
  transform: rotate(180deg);
}
.cid-uQzMw6antS .items-wrapper .item .item-wrapper .icon-card .svg1 {
  position: absolute;
  top: -29px;
  right: 0;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uQzMw6antS .items-wrapper .item .item-wrapper .icon-card .svg1 path {
  fill: #ffffff;
}
.cid-uQzMw6antS .items-wrapper .item .item-wrapper .icon-card .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uQzMw6antS .items-wrapper .item .item-wrapper .icon-card .svg2 path {
  fill: #ffffff;
}
.cid-uQzMw6antS .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uQzMw6antS .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uQzMw6antS .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uQzMw6antS .items-wrapper .card_1,
.cid-uQzMw6antS .items-wrapper .card_2 {
  padding: 0 !important;
}
.cid-uQzMw6antS .items-wrapper .card_1 .item-wrapper {
  min-height: 350px;
}
@media (max-width: 992px) {
  .cid-uQzMw6antS .items-wrapper .card_1 .item-wrapper {
    min-height: auto;
  }
}
.cid-uQzMw6antS .items-wrapper .card_2 .item-wrapper {
  min-height: 170px;
}
@media (max-width: 992px) {
  .cid-uQzMw6antS .items-wrapper .card_2 .item-wrapper {
    min-height: auto;
  }
}
.cid-uQzMw6antS .items-wrap {
  padding: 0 20px;
}
.cid-uQzMw6antS .mbr-section-title {
  color: #ffffff;
}
.cid-uQzMw6antS .mbr-tag {
  color: #adadad;
  text-align: center;
}
.cid-uQzMw6antS .item-title {
  color: #ffffff;
}
.cid-uQzMw6antS .item-text {
  color: #ffffff;
}
.cid-uQzMw6antS .main-btn {
  text-align: right;
}
.cid-uQzMw6antS .mbr-section-title,
.cid-uQzMw6antS .main-btn {
  color: #212428;
  text-align: center;
}
.cid-uQzMw6antS .item-title,
.cid-uQzMw6antS .item-btn {
  text-align: right;
}
.cid-uQzMwcaS2S {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQzMwcaS2S .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-uQzMwcaS2S .mbr-section-title {
  letter-spacing: 0em;
  margin-bottom: 10px !important;
}
.cid-uQzMwcaS2S .card-img {
  margin-bottom: 1rem;
}
.cid-uQzMwcaS2S .card-img span {
  font-size: 60px;
}
.cid-uQzMwcaS2S H1 {
  color: #2c2c2c;
  text-align: center;
}
.cid-uQzMwcaS2S .mbr-text,
.cid-uQzMwcaS2S .mbr-section-btn {
  color: #212428;
  text-align: center;
}
.cid-uQzMwcTuLC {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uQzMwcTuLC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uQzMwcTuLC .text-content .mbr-subtitle {
  color: #4c48b9;
}
.cid-uQzMwcTuLC .text-content .mbr-section-title {
  color: #d32f2f;
}
.cid-uQzMwcTuLC .text-content .mbr-text {
  color: #6b67ce;
}
.cid-uQzMwcTuLC .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-uQzMwcTuLC .text-content .list-block .card-img {
  width: auto;
}
.cid-uQzMwcTuLC .text-content .list-block .card-img span {
  color: #4c48b9;
  font-size: 1.5rem;
}
.cid-uQzMwcTuLC .text-content .list-block .list-item-title {
  color: #d32f2f;
  transition: all .3s linear 0s;
}
.cid-uQzMwcTuLC .text-content .list-block .list-item-title:hover {
  color: #103178;
}
.cid-uQzMwcTuLC .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #6b67ce;
  margin-bottom: 0;
}
.cid-uQzMwcTuLC .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-uQzMwcTuLC .text-content .social {
  font-size: 1.2rem;
}
.cid-uQzMwcTuLC .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-uQzMwcTuLC .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-uQzMwcTuLC .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-uQzMwcTuLC .list-block {
  position: relative;
}
.cid-uQzMwcTuLC .list-block h4,
.cid-uQzMwcTuLC .list-block p {
  padding-left: 2.625rem;
}
.cid-uQzMwcTuLC .card-img {
  display: block;
}
.cid-uQzMwcTuLC input,
.cid-uQzMwcTuLC textarea {
  border-radius: 0px !important;
  min-height: 1rem;
  padding: 5px 5px !important;
  font-size: 13px;
  color: #ffcb20;
  height: 10px;
}
.cid-uQzMwcTuLC .form-control,
.cid-uQzMwcTuLC .field-input {
  padding: 13px 20px !important;
  background-color: #f0f2f5;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uQzMwcTuLC .form-control:hover,
.cid-uQzMwcTuLC .field-input:hover,
.cid-uQzMwcTuLC .form-control:focus,
.cid-uQzMwcTuLC .field-input:focus {
  background-color: #f0f2f5;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uQzMwcTuLC .form-control:focus,
.cid-uQzMwcTuLC .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-uQzMwcTuLC input::-webkit-input-placeholder,
.cid-uQzMwcTuLC textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-uQzMwcTuLC input:-moz-placeholder,
.cid-uQzMwcTuLC textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-uQzMwcTuLC .jq-selectbox li,
.cid-uQzMwcTuLC .jq-selectbox li {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uQzMwcTuLC .jq-selectbox li:hover,
.cid-uQzMwcTuLC .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uQzMwcTuLC .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f0f2f5;
}
.cid-uQzMwcTuLC .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f0f2f5;
}
.cid-uQzMwcTuLC .mbr-form {
  max-width: 550px;
}
.cid-uQzMwcTuLC .mbr-form .content-title {
  margin-bottom: 20px;
}
.cid-uQzMwcTuLC .mbr-form .content-subtitle {
  color: #6b67ce;
}
.cid-uQzMwcTuLC .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-uQzMwcTuLC .mbr-form .btn {
  margin-right: auto !important;
  border-radius: 30px;
  border-color: #d32f2f;
  color: #d32f2f;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-uQzMwcTuLC .mbr-form .btn-success:hover {
  background-color: #4c48b9 !important;
  border-color: #4c48b9 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-uQzMwcTuLC .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-uQzMwcTuLC .mbr-section-title,
  .cid-uQzMwcTuLC .content-title,
  .cid-uQzMwcTuLC .mbr-section-btn {
    margin-right: auto !important;
  }
}
.cid-uQzMwcTuLC .text-content .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uQzMwcTuLC .text-content .mbr-subtitle {
  text-align: left;
  color: #212428;
}
.cid-uQzMwcTuLC .text-content .list-block .list-item-title {
  color: #191b1f;
}
.cid-uQzMwcTuLC H3 {
  color: #13171f;
  text-align: left;
}
.cid-uQzMwcTuLC LABEL {
  text-align: left;
}
.cid-uQzMwcTuLC .col-auto .mbr-section-btn {
  margin-right: auto !important;
}
.cid-uQzMwdPEde {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-uQzMwdPEde .listico {
  padding-right: 1rem;
  color: #dcdfe2;
  font-size: 0.5rem;
}
.cid-uQzMwdPEde .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uQzMwdPEde .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-uQzMwdPEde .mbr-text {
  color: #444;
}
.cid-uQzMwdPEde h5 {
  margin-bottom: 0;
}
.cid-uQzMwdPEde .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQzMwdPEde .socicon {
  color: #9e9e9e;
  font-size: 1.6rem;
}
.cid-uQzMwdPEde .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uQzMwdPEde .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-uQzMwdPEde .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uQzMwdPEde .social-list a:hover {
  opacity: .4;
}
.cid-uQzMwdPEde .media-container-row > div {
  padding: 0px;
}
.cid-uQzMwdPEde .text2 {
  color: #eeeff2;
  text-align: left;
}
.cid-uQzMwdPEde .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uQzMwdPEde .group-title SPAN {
  color: #656565;
}
.cid-uQzMwdPEde .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uQzMwdPEde .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uQzMwdPEde h3 {
    margin-bottom: 10px;
  }
}
.cid-uQzMwdPEde .links SPAN {
  color: #9e9e9e;
}
.cid-uQzMwdPEde .links,
.cid-uQzMwdPEde .navbar-brand {
  color: #eeeff2;
}
.cid-uQzMwdPEde .links,
.cid-uQzMwdPEde .social-list {
  text-align: left;
}
.cid-uQzMweOsX4.popup-builder {
  background-color: #ffffff;
}
.cid-uQzMweOsX4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQzMweOsX4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQzMweOsX4 .modal-content,
.cid-uQzMweOsX4 .modal-dialog {
  height: auto;
}
.cid-uQzMweOsX4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQzMweOsX4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQzMweOsX4 .form-wrapper .mbr-form .form-group,
  .cid-uQzMweOsX4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQzMweOsX4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQzMweOsX4 .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-uQzMweOsX4 .mbr-text {
  text-align: center;
}
.cid-uQzMweOsX4 .pt-0 {
  padding-top: 0 !important;
}
.cid-uQzMweOsX4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQzMweOsX4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQzMweOsX4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQzMweOsX4 .modal-open {
  overflow: hidden;
}
.cid-uQzMweOsX4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQzMweOsX4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQzMweOsX4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQzMweOsX4 .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-uQzMweOsX4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQzMweOsX4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQzMweOsX4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQzMweOsX4 .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-uQzMweOsX4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQzMweOsX4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQzMweOsX4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQzMweOsX4 .modal-backdrop.show {
  opacity: .5;
}
.cid-uQzMweOsX4 .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-uQzMweOsX4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQzMweOsX4 .modal-header {
    padding: 1rem;
  }
}
.cid-uQzMweOsX4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQzMweOsX4 .modal-header .close svg {
  fill: #353535;
}
.cid-uQzMweOsX4 .modal-header .close:hover {
  opacity: 1;
}
.cid-uQzMweOsX4 .modal-header .close:focus {
  outline: none;
}
.cid-uQzMweOsX4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQzMweOsX4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQzMweOsX4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQzMweOsX4 .modal-body {
    padding: 1rem;
  }
}
.cid-uQzMweOsX4 .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-uQzMweOsX4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQzMweOsX4 .modal-footer {
    padding: 1rem;
  }
}
.cid-uQzMweOsX4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQzMweOsX4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQzMweOsX4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQzMweOsX4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQzMweOsX4 .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uQzMweOsX4 .modal-lg,
  .cid-uQzMweOsX4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQzMweOsX4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQzMweOsX4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQzMweOsX4 .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-uQzMweOsX4 .form-group {
  margin-bottom: 1rem;
}
.cid-uQzMweOsX4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQzMweOsX4 .form-control:hover {
  border-color: #22262b !important;
}
.cid-uQzMweOsX4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQzMweOsX4 .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-uQzMweOsX4 .mbr-section-btn {
  margin: 0;
}
.cid-uQzMweOsX4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQzMweOsX4 LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uQzMweOsX4 .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uQzMweOsX4 .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uQzMwfIiqS.popup-builder {
  background-color: #ffffff;
}
.cid-uQzMwfIiqS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQzMwfIiqS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQzMwfIiqS .modal-content,
.cid-uQzMwfIiqS .modal-dialog {
  height: auto;
}
.cid-uQzMwfIiqS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQzMwfIiqS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQzMwfIiqS .form-wrapper .mbr-form .form-group,
  .cid-uQzMwfIiqS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQzMwfIiqS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQzMwfIiqS .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-uQzMwfIiqS .mbr-text {
  text-align: center;
}
.cid-uQzMwfIiqS .pt-0 {
  padding-top: 0 !important;
}
.cid-uQzMwfIiqS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQzMwfIiqS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQzMwfIiqS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQzMwfIiqS .modal-open {
  overflow: hidden;
}
.cid-uQzMwfIiqS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQzMwfIiqS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQzMwfIiqS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQzMwfIiqS .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-uQzMwfIiqS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQzMwfIiqS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQzMwfIiqS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQzMwfIiqS .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-uQzMwfIiqS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQzMwfIiqS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQzMwfIiqS .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQzMwfIiqS .modal-backdrop.show {
  opacity: .5;
}
.cid-uQzMwfIiqS .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-uQzMwfIiqS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQzMwfIiqS .modal-header {
    padding: 1rem;
  }
}
.cid-uQzMwfIiqS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQzMwfIiqS .modal-header .close svg {
  fill: #353535;
}
.cid-uQzMwfIiqS .modal-header .close:hover {
  opacity: 1;
}
.cid-uQzMwfIiqS .modal-header .close:focus {
  outline: none;
}
.cid-uQzMwfIiqS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQzMwfIiqS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQzMwfIiqS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQzMwfIiqS .modal-body {
    padding: 1rem;
  }
}
.cid-uQzMwfIiqS .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-uQzMwfIiqS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQzMwfIiqS .modal-footer {
    padding: 1rem;
  }
}
.cid-uQzMwfIiqS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQzMwfIiqS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQzMwfIiqS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQzMwfIiqS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQzMwfIiqS .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uQzMwfIiqS .modal-lg,
  .cid-uQzMwfIiqS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQzMwfIiqS .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQzMwfIiqS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQzMwfIiqS .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-uQzMwfIiqS .form-group {
  margin-bottom: 1rem;
}
.cid-uQzMwfIiqS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQzMwfIiqS .form-control:hover {
  border-color: #22262b !important;
}
.cid-uQzMwfIiqS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQzMwfIiqS .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-uQzMwfIiqS .mbr-section-btn {
  margin: 0;
}
.cid-uQzMwfIiqS .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQzMwfIiqS LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uQzMwfIiqS .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uQzMwfIiqS .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uQzMwgBkyk.popup-builder {
  background-color: #ffffff;
}
.cid-uQzMwgBkyk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQzMwgBkyk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQzMwgBkyk .modal-content,
.cid-uQzMwgBkyk .modal-dialog {
  height: auto;
}
.cid-uQzMwgBkyk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQzMwgBkyk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQzMwgBkyk .form-wrapper .mbr-form .form-group,
  .cid-uQzMwgBkyk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQzMwgBkyk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQzMwgBkyk .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-uQzMwgBkyk .mbr-text {
  text-align: center;
}
.cid-uQzMwgBkyk .pt-0 {
  padding-top: 0 !important;
}
.cid-uQzMwgBkyk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQzMwgBkyk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQzMwgBkyk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQzMwgBkyk .modal-open {
  overflow: hidden;
}
.cid-uQzMwgBkyk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQzMwgBkyk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQzMwgBkyk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQzMwgBkyk .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-uQzMwgBkyk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQzMwgBkyk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQzMwgBkyk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQzMwgBkyk .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-uQzMwgBkyk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQzMwgBkyk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQzMwgBkyk .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQzMwgBkyk .modal-backdrop.show {
  opacity: .5;
}
.cid-uQzMwgBkyk .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-uQzMwgBkyk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQzMwgBkyk .modal-header {
    padding: 1rem;
  }
}
.cid-uQzMwgBkyk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQzMwgBkyk .modal-header .close svg {
  fill: #353535;
}
.cid-uQzMwgBkyk .modal-header .close:hover {
  opacity: 1;
}
.cid-uQzMwgBkyk .modal-header .close:focus {
  outline: none;
}
.cid-uQzMwgBkyk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQzMwgBkyk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQzMwgBkyk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQzMwgBkyk .modal-body {
    padding: 1rem;
  }
}
.cid-uQzMwgBkyk .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-uQzMwgBkyk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQzMwgBkyk .modal-footer {
    padding: 1rem;
  }
}
.cid-uQzMwgBkyk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQzMwgBkyk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQzMwgBkyk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQzMwgBkyk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQzMwgBkyk .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uQzMwgBkyk .modal-lg,
  .cid-uQzMwgBkyk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQzMwgBkyk .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQzMwgBkyk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQzMwgBkyk .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-uQzMwgBkyk .form-group {
  margin-bottom: 1rem;
}
.cid-uQzMwgBkyk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQzMwgBkyk .form-control:hover {
  border-color: #22262b !important;
}
.cid-uQzMwgBkyk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQzMwgBkyk .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-uQzMwgBkyk .mbr-section-btn {
  margin: 0;
}
.cid-uQzMwgBkyk .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQzMwgBkyk LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uQzMwgBkyk .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uQzMwgBkyk .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uQzMwhr8TT.popup-builder {
  background-color: #ffffff;
}
.cid-uQzMwhr8TT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQzMwhr8TT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQzMwhr8TT .modal-content,
.cid-uQzMwhr8TT .modal-dialog {
  height: auto;
}
.cid-uQzMwhr8TT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQzMwhr8TT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQzMwhr8TT .form-wrapper .mbr-form .form-group,
  .cid-uQzMwhr8TT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQzMwhr8TT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQzMwhr8TT .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-uQzMwhr8TT .mbr-text {
  text-align: center;
}
.cid-uQzMwhr8TT .pt-0 {
  padding-top: 0 !important;
}
.cid-uQzMwhr8TT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQzMwhr8TT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQzMwhr8TT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQzMwhr8TT .modal-open {
  overflow: hidden;
}
.cid-uQzMwhr8TT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQzMwhr8TT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQzMwhr8TT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQzMwhr8TT .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-uQzMwhr8TT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQzMwhr8TT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQzMwhr8TT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQzMwhr8TT .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-uQzMwhr8TT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQzMwhr8TT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQzMwhr8TT .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQzMwhr8TT .modal-backdrop.show {
  opacity: .5;
}
.cid-uQzMwhr8TT .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-uQzMwhr8TT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQzMwhr8TT .modal-header {
    padding: 1rem;
  }
}
.cid-uQzMwhr8TT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQzMwhr8TT .modal-header .close svg {
  fill: #353535;
}
.cid-uQzMwhr8TT .modal-header .close:hover {
  opacity: 1;
}
.cid-uQzMwhr8TT .modal-header .close:focus {
  outline: none;
}
.cid-uQzMwhr8TT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQzMwhr8TT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQzMwhr8TT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQzMwhr8TT .modal-body {
    padding: 1rem;
  }
}
.cid-uQzMwhr8TT .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-uQzMwhr8TT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQzMwhr8TT .modal-footer {
    padding: 1rem;
  }
}
.cid-uQzMwhr8TT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQzMwhr8TT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQzMwhr8TT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQzMwhr8TT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQzMwhr8TT .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uQzMwhr8TT .modal-lg,
  .cid-uQzMwhr8TT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQzMwhr8TT .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQzMwhr8TT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQzMwhr8TT .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-uQzMwhr8TT .form-group {
  margin-bottom: 1rem;
}
.cid-uQzMwhr8TT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQzMwhr8TT .form-control:hover {
  border-color: #22262b !important;
}
.cid-uQzMwhr8TT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQzMwhr8TT .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-uQzMwhr8TT .mbr-section-btn {
  margin: 0;
}
.cid-uQzMwhr8TT .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQzMwhr8TT LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uQzMwhr8TT .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uQzMwhr8TT .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uQzMwin6xM.popup-builder {
  background-color: #ffffff;
}
.cid-uQzMwin6xM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQzMwin6xM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQzMwin6xM .modal-content,
.cid-uQzMwin6xM .modal-dialog {
  height: auto;
}
.cid-uQzMwin6xM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQzMwin6xM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQzMwin6xM .form-wrapper .mbr-form .form-group,
  .cid-uQzMwin6xM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQzMwin6xM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQzMwin6xM .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-uQzMwin6xM .mbr-text {
  text-align: center;
}
.cid-uQzMwin6xM .pt-0 {
  padding-top: 0 !important;
}
.cid-uQzMwin6xM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQzMwin6xM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQzMwin6xM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQzMwin6xM .modal-open {
  overflow: hidden;
}
.cid-uQzMwin6xM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQzMwin6xM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQzMwin6xM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQzMwin6xM .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-uQzMwin6xM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQzMwin6xM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQzMwin6xM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQzMwin6xM .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-uQzMwin6xM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQzMwin6xM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQzMwin6xM .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQzMwin6xM .modal-backdrop.show {
  opacity: .5;
}
.cid-uQzMwin6xM .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-uQzMwin6xM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQzMwin6xM .modal-header {
    padding: 1rem;
  }
}
.cid-uQzMwin6xM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQzMwin6xM .modal-header .close svg {
  fill: #353535;
}
.cid-uQzMwin6xM .modal-header .close:hover {
  opacity: 1;
}
.cid-uQzMwin6xM .modal-header .close:focus {
  outline: none;
}
.cid-uQzMwin6xM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQzMwin6xM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQzMwin6xM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQzMwin6xM .modal-body {
    padding: 1rem;
  }
}
.cid-uQzMwin6xM .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-uQzMwin6xM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQzMwin6xM .modal-footer {
    padding: 1rem;
  }
}
.cid-uQzMwin6xM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQzMwin6xM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQzMwin6xM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQzMwin6xM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQzMwin6xM .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uQzMwin6xM .modal-lg,
  .cid-uQzMwin6xM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQzMwin6xM .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQzMwin6xM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQzMwin6xM .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-uQzMwin6xM .form-group {
  margin-bottom: 1rem;
}
.cid-uQzMwin6xM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQzMwin6xM .form-control:hover {
  border-color: #22262b !important;
}
.cid-uQzMwin6xM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQzMwin6xM .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-uQzMwin6xM .mbr-section-btn {
  margin: 0;
}
.cid-uQzMwin6xM .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQzMwin6xM LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uQzMwin6xM .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uQzMwin6xM .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uQzMw1PETZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQzMw1PETZ .menu-text {
  padding: 0 0rem;
  color: #5b6c8f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQzMw1PETZ .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQzMw1PETZ .iconfont-wrapper {
  color: #001219 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQzMw1PETZ .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQzMw1PETZ .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQzMw1PETZ .container {
    padding: 0 1rem;
  }
}
.cid-uQzMw1PETZ .menu-tite {
  background: #d32f2f;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-uQzMw1PETZ .nav-link {
  position: relative;
}
.cid-uQzMw1PETZ .nav-link:hover {
  color: #6b67ce !important;
}
.cid-uQzMw1PETZ nav.navbar {
  position: fixed;
}
.cid-uQzMw1PETZ .navbar {
  padding: 0!important;
  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: #ffffff;
}
.cid-uQzMw1PETZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uQzMw1PETZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQzMw1PETZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uQzMw1PETZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQzMw1PETZ .navbar.collapsed {
  justify-content: center;
}
.cid-uQzMw1PETZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQzMw1PETZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQzMw1PETZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uQzMw1PETZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQzMw1PETZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQzMw1PETZ .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-uQzMw1PETZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQzMw1PETZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQzMw1PETZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQzMw1PETZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQzMw1PETZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQzMw1PETZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQzMw1PETZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQzMw1PETZ .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-uQzMw1PETZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQzMw1PETZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQzMw1PETZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQzMw1PETZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQzMw1PETZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQzMw1PETZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQzMw1PETZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQzMw1PETZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQzMw1PETZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQzMw1PETZ .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-uQzMw1PETZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQzMw1PETZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQzMw1PETZ .dropdown-item:hover,
.cid-uQzMw1PETZ .dropdown-item:focus {
  background: #d32f2f !important;
  color: white !important;
}
.cid-uQzMw1PETZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQzMw1PETZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQzMw1PETZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQzMw1PETZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQzMw1PETZ .dropdown-menu,
.cid-uQzMw1PETZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uQzMw1PETZ .nav-item:focus,
.cid-uQzMw1PETZ .nav-link:focus {
  outline: none;
}
.cid-uQzMw1PETZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQzMw1PETZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQzMw1PETZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQzMw1PETZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQzMw1PETZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQzMw1PETZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQzMw1PETZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQzMw1PETZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQzMw1PETZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQzMw1PETZ .dropdown-item.active,
.cid-uQzMw1PETZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uQzMw1PETZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQzMw1PETZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQzMw1PETZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQzMw1PETZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQzMw1PETZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQzMw1PETZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQzMw1PETZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQzMw1PETZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQzMw1PETZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQzMw1PETZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQzMw1PETZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQzMw1PETZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQzMw1PETZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQzMw1PETZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQzMw1PETZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQzMw1PETZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQzMw1PETZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQzMw1PETZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQzMw1PETZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQzMw1PETZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQzMw1PETZ .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-uQzMw1PETZ .navbar {
    height: 70px;
  }
  .cid-uQzMw1PETZ .navbar.opened {
    height: auto;
  }
  .cid-uQzMw1PETZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQJ22SjAs3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQJ22SjAs3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQJ22SjAs3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQJ22SjAs3 .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQJ22SjAs3 .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uQJ22SjAs3 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uQJ22SjAs3 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uQJ22SjAs3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uQJ22SjAs3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uQJ22SjAs3 .mbr-label {
  color: #000000;
}
.cid-uQJ22SjAs3 .mbr-section-title {
  color: #000000;
}
.cid-uQJ22SjAs3 .mbr-text {
  color: #000000;
}
.cid-uQJ22SjAs3 .mbr-section-title,
.cid-uQJ22SjAs3 .mbr-section-btn,
.cid-uQJ22SjAs3 .title-wrapper {
  text-align: left;
}
.cid-uQzMwdPEde {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-uQzMwdPEde .listico {
  padding-right: 1rem;
  color: #dcdfe2;
  font-size: 0.5rem;
}
.cid-uQzMwdPEde .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uQzMwdPEde .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-uQzMwdPEde .mbr-text {
  color: #444;
}
.cid-uQzMwdPEde h5 {
  margin-bottom: 0;
}
.cid-uQzMwdPEde .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQzMwdPEde .socicon {
  color: #9e9e9e;
  font-size: 1.6rem;
}
.cid-uQzMwdPEde .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uQzMwdPEde .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-uQzMwdPEde .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uQzMwdPEde .social-list a:hover {
  opacity: .4;
}
.cid-uQzMwdPEde .media-container-row > div {
  padding: 0px;
}
.cid-uQzMwdPEde .text2 {
  color: #eeeff2;
  text-align: left;
}
.cid-uQzMwdPEde .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uQzMwdPEde .group-title SPAN {
  color: #656565;
}
.cid-uQzMwdPEde .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uQzMwdPEde .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uQzMwdPEde h3 {
    margin-bottom: 10px;
  }
}
.cid-uQzMwdPEde .links SPAN {
  color: #9e9e9e;
}
.cid-uQzMwdPEde .links,
.cid-uQzMwdPEde .navbar-brand {
  color: #eeeff2;
}
.cid-uQzMwdPEde .links,
.cid-uQzMwdPEde .social-list {
  text-align: left;
}
.cid-uQJhT68w71 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQJhT68w71 .menu-text {
  padding: 0 0rem;
  color: #5b6c8f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQJhT68w71 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQJhT68w71 .iconfont-wrapper {
  color: #001219 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQJhT68w71 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQJhT68w71 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQJhT68w71 .container {
    padding: 0 1rem;
  }
}
.cid-uQJhT68w71 .menu-tite {
  background: #d32f2f;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-uQJhT68w71 .nav-link {
  position: relative;
}
.cid-uQJhT68w71 .nav-link:hover {
  color: #6b67ce !important;
}
.cid-uQJhT68w71 nav.navbar {
  position: fixed;
}
.cid-uQJhT68w71 .navbar {
  padding: 0!important;
  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: #ffffff;
}
.cid-uQJhT68w71 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQJhT68w71 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQJhT68w71 .navbar .navbar-logo img {
  width: auto;
}
.cid-uQJhT68w71 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQJhT68w71 .navbar.collapsed {
  justify-content: center;
}
.cid-uQJhT68w71 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQJhT68w71 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQJhT68w71 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uQJhT68w71 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQJhT68w71 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQJhT68w71 .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-uQJhT68w71 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQJhT68w71 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQJhT68w71 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQJhT68w71 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQJhT68w71 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQJhT68w71 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQJhT68w71 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQJhT68w71 .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-uQJhT68w71 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQJhT68w71 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQJhT68w71 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQJhT68w71 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQJhT68w71 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQJhT68w71 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQJhT68w71 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQJhT68w71 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQJhT68w71 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQJhT68w71 .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-uQJhT68w71 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQJhT68w71 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQJhT68w71 .dropdown-item:hover,
.cid-uQJhT68w71 .dropdown-item:focus {
  background: #d32f2f !important;
  color: white !important;
}
.cid-uQJhT68w71 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQJhT68w71 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQJhT68w71 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQJhT68w71 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQJhT68w71 .dropdown-menu,
.cid-uQJhT68w71 .navbar.opened {
  background: #ffffff !important;
}
.cid-uQJhT68w71 .nav-item:focus,
.cid-uQJhT68w71 .nav-link:focus {
  outline: none;
}
.cid-uQJhT68w71 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQJhT68w71 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQJhT68w71 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQJhT68w71 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQJhT68w71 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQJhT68w71 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQJhT68w71 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQJhT68w71 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQJhT68w71 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQJhT68w71 .dropdown-item.active,
.cid-uQJhT68w71 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQJhT68w71 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQJhT68w71 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQJhT68w71 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQJhT68w71 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQJhT68w71 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQJhT68w71 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQJhT68w71 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQJhT68w71 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQJhT68w71 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQJhT68w71 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQJhT68w71 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQJhT68w71 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQJhT68w71 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQJhT68w71 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQJhT68w71 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQJhT68w71 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQJhT68w71 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQJhT68w71 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQJhT68w71 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQJhT68w71 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQJhT68w71 .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-uQJhT68w71 .navbar {
    height: 70px;
  }
  .cid-uQJhT68w71 .navbar.opened {
    height: auto;
  }
  .cid-uQJhT68w71 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQJhT6DMnH {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQJhT6DMnH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQJhT6DMnH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQJhT6DMnH .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uQJhT6DMnH .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uQJhT6DMnH .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uQJhT6DMnH .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uQJhT6DMnH .col-text {
    order: 1;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uQJhT6DMnH .col-text {
    margin-top: 20px;
  }
}
.cid-uQJhT6DMnH .text-wrapper {
  width: 100%;
  z-index: 21;
}
.cid-uQJhT6DMnH .mbr-section-title {
  color: #212428;
  margin-bottom: 20px;
}
.cid-uQJhT6DMnH .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-uQJhT6DMnH .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uQJhT6DMnH .mbr-text {
  color: #212529;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uQJhT6DMnH .mbr-text {
    padding-right: 0;
  }
}
.cid-uQJhT6DMnH .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQJhT6DMnH .social-container {
  width: 100%;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .cid-uQJhT6DMnH .social-container {
    text-align: center;
  }
}
.cid-uQJhT6DMnH .social-title {
  color: #212529;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uQJhT6DMnH .social-title {
    text-align: center;
  }
}
.cid-uQJhT6DMnH .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
@media (max-width: 991px) {
  .cid-uQJhT6DMnH .social-list {
    justify-content: center;
  }
}
.cid-uQJhT6DMnH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #c4cfde, -10px -10px 19px #fdfdfd;
  transition: 0.4s all;
}
.cid-uQJhT6DMnH .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #ffffff, #f4f4f4);
  opacity: 0;
}
.cid-uQJhT6DMnH .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212428;
}
.cid-uQJhT6DMnH .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uQJhT6DMnH .soc-item:hover:before {
  opacity: 1;
}
.cid-uQJhT6DMnH .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uQJhT6DMnH .col-img {
    order: 2;
  }
}
.cid-uQJhT6DMnH lottie-player {
  position: absolute;
  z-index: 20;
}
.cid-uQJhT6DMnH .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uQJhT6DMnH .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uQJhT6DMnH .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #22262b, #22262b);
  border-radius: 6px;
}
.cid-uQJhT6DMnH .btn .mbr-iconfont {
  order: 0;
  margin: 0;
  vertical-align: middle;
  font-size: 1.2rem;
}
.cid-uQJhT6DMnH .btn {
  display: inline-flex;
  align-items: center !important;
  padding: 10px 20px;
  gap: 8px;
}
.cid-uQJhT6DMnH .phone-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  gap: 8px;
  border-radius: 6px;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.cid-uQJhT6DMnH .phone-icon {
  transition: transform 0.3s ease-in-out;
}
@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(-10deg);
  }
  45% {
    transform: rotate(5deg);
  }
  60% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.cid-uQJhT6DMnH .phone-btn:hover {
  background: linear-gradient(145deg, #4a8ad9, #2e5ea4);
  box-shadow: 0px 5px 15px rgba(41, 158, 235, 0.4);
}
.cid-uQJhT6DMnH .phone-btn:hover .phone-icon {
  animation: ring 0.5s ease-in-out infinite;
}
.cid-uQJhT6DMnH .price-text {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uQJhT6DMnH {
    padding-top: 3rem;
  }
  .cid-uQJhT6DMnH .mbr-section-title {
    text-align: center;
  }
}
.cid-uQJhT6DMnH .carousel-wrapper {
  margin: 0 50px;
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .cid-uQJhT6DMnH .carousel-wrapper {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQJhT6DMnH .carousel-wrapper {
    margin: 0 -10px;
  }
}
.cid-uQJhT6DMnH .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 36px;
}
@media (max-width: 1199px) {
  .cid-uQJhT6DMnH .carousel {
    max-width: 100%;
  }
}
.cid-uQJhT6DMnH .carousel-inner {
  display: flex;
  align-items: center;
  padding: 50px 0 25px;
}
@media (max-width: 991px) {
  .cid-uQJhT6DMnH .carousel-inner {
    padding: 40px 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-uQJhT6DMnH .carousel-inner {
    padding: 35px 0 25px;
  }
}
.cid-uQJhT6DMnH .item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-uQJhT6DMnH .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uQJhT6DMnH .item-wrapper {
    padding: 0 10px;
  }
}
.cid-uQJhT6DMnH .card-info {
  position: relative;
  z-index: 10;
  width: 100%;
  border-radius: 450px;
}
@media (max-width: 1199px) {
  .cid-uQJhT6DMnH .card-info {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQJhT6DMnH .card-info {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQJhT6DMnH .card-info {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.cid-uQJhT6DMnH .info-img-wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 400px;
}
@media (max-width: 991px) {
  .cid-uQJhT6DMnH .info-img-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQJhT6DMnH .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.cid-uQJhT6DMnH .info-img-wrap img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uQJhT6DMnH .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-uQJhT6DMnH .info-text-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uQJhT6DMnH .info-text-wrap {
    flex-grow: 1;
  }
}
.cid-uQJhT6DMnH .info-card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uQJhT6DMnH .info-card-subtitle {
  color: #ffffff;
}
.cid-uQJhT6DMnH .info-card-text {
  color: #ffffff;
  margin-top: 4px;
}
.cid-uQJhT6DMnH .card-description {
  position: relative;
  margin-top: 115px;
  width: 1px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uQJhT6DMnH .card-description {
    width: 100%;
    margin-top: 0;
  }
}
.cid-uQJhT6DMnH .card-description-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 50px 40px 50px 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, #22262b, #22262b);
}
@media (max-width: 991px) {
  .cid-uQJhT6DMnH .card-description-wrapper {
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .cid-uQJhT6DMnH .card-description-wrapper {
    padding: 20px;
  }
}
.cid-uQJhT6DMnH .card-description-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .cid-uQJhT6DMnH .card-description-container {
    flex-wrap: wrap;
  }
}
.cid-uQJhT6DMnH .card-description-text-wrap {
  margin-bottom: 15px;
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .cid-uQJhT6DMnH .card-description-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uQJhT6DMnH .card-description-title {
  color: #ffffff;
  margin-bottom: 7px;
}
.cid-uQJhT6DMnH .card-description-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uQJhT6DMnH .card-description-label-wrap {
  padding: 15px 17px;
  border-radius: 6px;
  margin-left: auto;
  background: linear-gradient(145deg, #22262b, #22262b);
}
@media (max-width: 767px) {
  .cid-uQJhT6DMnH .card-description-label-wrap {
    margin-left: 0;
  }
}
.cid-uQJhT6DMnH .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQJhT6DMnH .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-uQJhT6DMnH .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffcb20;
}
.cid-uQJhT6DMnH .card-description-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uQJhT6DMnH .absolute-icon-wrapper {
  position: absolute;
  z-index: 9;
  left: 0;
  top: -107px;
}
@media (max-width: 991px) {
  .cid-uQJhT6DMnH .absolute-icon-wrapper {
    display: none;
  }
}
.cid-uQJhT6DMnH .absolute-icon-wrapper .mbr-iconfont {
  color: #22262b;
  font-size: 99px;
}
.cid-uQJhT6DMnH .carousel-control {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 25px;
  background: linear-gradient(145deg, #22262b, #22262b) !important;
  border: none;
  border-radius: 6px;
  transition: all 0.4s;
  opacity: 1;
}
.cid-uQJhT6DMnH .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-uQJhT6DMnH .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uQJhT6DMnH .carousel-control {
    display: none;
  }
}
.cid-uQJhT6DMnH .carousel-control:hover {
  background: linear-gradient(to right bottom, #22262b, #22262b) !important;
  color: #ffcb20 !important;
  opacity: 1;
}
.cid-uQJhT6DMnH .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uQJhT6DMnH .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uQJhT6DMnH .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQJhT6DMnH .carousel-indicators {
  position: absolute;
  margin-bottom: 0 !important;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  z-index: 10;
  width: 90%;
  margin: 0 auto;
}
.cid-uQJhT6DMnH .carousel-indicators li {
  max-width: 11px;
  height: 11px;
  width: 11px;
  max-height: 11px;
  margin: 10px;
  background: linear-gradient(145deg, #22262b, #22262b) !important;
  border: 0;
  border-radius: 50%;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
  opacity: 1;
}
.cid-uQJhT6DMnH .carousel-indicators li.active,
.cid-uQJhT6DMnH .carousel-indicators li:hover {
  opacity: 1;
  background: #4c48b9 !important;
}
.cid-uQJhT6DMnH .carousel-indicators li::after,
.cid-uQJhT6DMnH .carousel-indicators li::before {
  content: none;
}
.cid-uQJhT6DMnH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uQJhT6DMnH .item-menu-overlay {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .cid-uQJhT6DMnH .carousel-indicators {
    width: 80%;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .cid-uQJhT6DMnH .carousel-indicators {
    width: 95%;
    gap: 10px;
  }
}
.cid-uQJhT6DMnH .info-card-subtitle DIV {
  text-align: left;
}
.cid-uQJhT7vpQx {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQJhT7vpQx .item:focus,
.cid-uQJhT7vpQx span:focus {
  outline: none;
}
.cid-uQJhT7vpQx .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-uQJhT7vpQx .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uQJhT7vpQx .item {
    min-height: 45px;
  }
}
.cid-uQJhT7vpQx .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #4c48b9;
}
.cid-uQJhT7vpQx .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQJhT7vpQx .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-uQJhT7vpQx .container_1 {
  background-color: #4c48b9;
}
.cid-uQJhT7vpQx .container_1 .item_1 {
  color: #ffffff;
  background-color: #4c48b9;
}
.cid-uQJhT7vpQx .container_2 {
  background-color: #ffffff;
}
.cid-uQJhT7vpQx .container_2 .item_2 {
  color: #212428;
  background-color: #ffffff;
}
.cid-uQJhT7Qp47 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uQJhT7Qp47 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uQJhT7Qp47 .team-card:hover {
  transform: translateY(-10px);
}
@media (min-width: 1400px) {
  .cid-uQJhT7Qp47 .col-lg-3 {
    padding: 0 1.5rem;
  }
}
.cid-uQJhT7Qp47 .card-wrap {
  height: 100%;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 10px 10px 19px rgba(0, 0, 0, 0.05), -5px -5px 5px rgba(0, 0, 0, 0.02);
  transition: box-shadow 0.4s ease;
  position: relative;
  overflow: visible;
}
.cid-uQJhT7Qp47 .card-wrap:hover {
  box-shadow: 10px 10px 19px rgba(0, 0, 0, 0.1), -5px -5px 5px rgba(0, 0, 0, 0.05);
}
.cid-uQJhT7Qp47 .card-wrap:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .cid-uQJhT7Qp47 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uQJhT7Qp47 .card-wrap .image-wrap img {
  width: 100%;
  transition: transform 0.4s ease;
  height: 200px;
  object-fit: cover;
}
.cid-uQJhT7Qp47 .card-wrap .content-wrap {
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uQJhT7Qp47 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uQJhT7Qp47 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uQJhT7Qp47 .content-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uQJhT7Qp47 .icons-menu {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uQJhT7Qp47 .icons-menu {
    justify-content: center;
  }
}
.cid-uQJhT7Qp47 .image-wrap {
  clip-path: polygon(100% 0, 100% 100%, 0% 90%, 0% 0%);
}
.cid-uQJhT7Qp47 .iconfont-wrapper {
  font-size: 1.2rem;
  padding: 0.4rem 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uQJhT7Qp47 .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #d32f2f;
  z-index: 0;
}
.cid-uQJhT7Qp47 .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uQJhT7Qp47 .mbr-iconfont {
  position: relative;
  fomt-size: 1rem;
  color: #272727;
}
.cid-uQJhT7Qp47 .card-text,
.cid-uQJhT7Qp47 .mbr-section-btn,
.cid-uQJhT7Qp47 .social-row {
  color: #312ca8;
  text-align: center;
}
.cid-uQJhT7Qp47 .mbr-role,
.cid-uQJhT7Qp47 .social-row {
  color: #353535;
  text-align: left;
}
.cid-uQJhT7Qp47 .card-title,
.cid-uQJhT7Qp47 .social-row {
  color: #272727;
  text-align: center;
}
.cid-uQJhT7Qp47 .mbr-section-title {
  color: #272727;
}
.cid-uQJhT7Qp47 .carousel-wrapper {
  position: relative;
}
@media (max-width: 1199px) {
  .cid-uQJhT7Qp47 .carousel-wrapper {
    margin: 0;
  }
}
.cid-uQJhT7Qp47 .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-uQJhT7Qp47 .carousel {
    max-width: 100%;
  }
}
.cid-uQJhT7Qp47 .carousel-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQJhT7Qp47 .carousel-inner {
    padding: 0 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-uQJhT7Qp47 .carousel-inner {
    padding: 0 0 25px;
  }
}
.cid-uQJhT7Qp47 .item-gallery-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-uQJhT7Qp47 .item-gallery-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uQJhT7Qp47 .item-gallery-wrapper {
    padding: 0 10px;
  }
}
.cid-uQJhT7Qp47 .info-img-wrap {
  display: flex;
  width: 100%;
  height: 200px;
  overflow: hidden;
  clip-path: polygon(100% 0, 100% 100%, 0% 80%, 0% 0%);
}
@media (max-width: 991px) {
  .cid-uQJhT7Qp47 .info-img-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQJhT7Qp47 .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.cid-uQJhT7Qp47 .info-img-wrap img {
  width: 100%;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uQJhT7Qp47 .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-uQJhT7Qp47 .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQJhT7Qp47 .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-uQJhT7Qp47 .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffcb20;
}
.cid-uQJhT7Qp47 .carousel-control {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 25px;
  background: linear-gradient(145deg, #22262b, #22262b) !important;
  border: none;
  border-radius: 6px;
  transition: all 0.4s;
  opacity: 1;
}
.cid-uQJhT7Qp47 .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-uQJhT7Qp47 .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uQJhT7Qp47 .carousel-control {
    display: none;
  }
}
.cid-uQJhT7Qp47 .carousel-control:hover {
  background: linear-gradient(to right bottom, #22262b, #22262b) !important;
  color: #ffcb20 !important;
  opacity: 1;
}
.cid-uQJhT7Qp47 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uQJhT7Qp47 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uQJhT7Qp47 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQJhT7Qp47 .carousel-indicators {
  position: absolute;
  margin-bottom: 0 !important;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  z-index: 10;
  width: 90%;
  margin: 0 auto;
}
.cid-uQJhT7Qp47 .carousel-indicators li {
  max-width: 11px;
  height: 11px;
  width: 11px;
  max-height: 11px;
  margin: 10px;
  background: linear-gradient(145deg, #22262b, #22262b) !important;
  border: 0;
  border-radius: 50%;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
  opacity: 1;
}
.cid-uQJhT7Qp47 .carousel-indicators li.active,
.cid-uQJhT7Qp47 .carousel-indicators li:hover {
  opacity: 1;
  background: #4c48b9 !important;
}
.cid-uQJhT7Qp47 .carousel-indicators li::after,
.cid-uQJhT7Qp47 .carousel-indicators li::before {
  content: none;
}
.cid-uQJhT7Qp47 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uQJhT7Qp47 .item-menu-overlay {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .cid-uQJhT7Qp47 .carousel-indicators {
    width: 80%;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .cid-uQJhT7Qp47 .carousel-indicators {
    width: 95%;
    gap: 10px;
  }
}
.cid-uQJhT7Qp47 .card-wrap .discount-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: 2.5rem;
  background: #4c48b9;
  color: #fff;
  border-bottom-left-radius: 4rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 0.5rem;
  padding-right: 5px;
  font-size: 0.875rem;
  font-weight: bold;
  z-index: 10;
}
.cid-uQJhT7Qp47 .col-lg-3 {
  padding-bottom: 15px;
}
.cid-uQJhT7Qp47 .original-price {
  margin-right: 0.5rem;
  color: #888;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 0.6em;
}
.cid-uQJhT8LT7a {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQJhT8LT7a .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-uQJhT8LT7a .mbr-section-title {
  letter-spacing: 0em;
}
.cid-uQJhT8LT7a .card-img {
  margin-bottom: 1rem;
}
.cid-uQJhT8LT7a .card-img span {
  font-size: 60px;
}
.cid-uQJhT8LT7a H1 {
  color: #191b1f;
}
.cid-uQJhT8LT7a .mbr-text,
.cid-uQJhT8LT7a .mbr-section-btn {
  color: #000000;
}
.cid-uQJhT99cjK {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uQJhT99cjK .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #103178;
  margin-bottom: 2rem;
}
.cid-uQJhT99cjK .card-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-uQJhT99cjK .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-uQJhT99cjK .card {
    max-width: 14.2%;
  }
}
.cid-uQJhT99cjK .card-title,
.cid-uQJhT99cjK .iconfont-wrapper {
  color: #103178;
}
.cid-uQJhT99cjK .icon_box img {
  max-width: 150px;
  max-height: 150px;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-uQJhT9HlQQ {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
}
.cid-uQJhT9HlQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQJhT9HlQQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQJhT9HlQQ .row {
  flex-direction: row-reverse;
}
.cid-uQJhT9HlQQ .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uQJhT9HlQQ .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uQJhT9HlQQ .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uQJhT9HlQQ .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-uQJhT9HlQQ .col-img {
    height: 705px;
    padding-left: 60px !important;
  }
}
.cid-uQJhT9HlQQ .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uQJhT9HlQQ .col-text {
    order: 2;
  }
}
.cid-uQJhT9HlQQ .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uQJhT9HlQQ .text-wrapper {
    margin-top: 20px;
  }
}
.cid-uQJhT9HlQQ .mbr-section-title {
  color: #4a8ad9;
  margin-bottom: 20px;
}
.cid-uQJhT9HlQQ .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-uQJhT9HlQQ .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uQJhT9HlQQ .mbr-text {
  color: #212529;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uQJhT9HlQQ .mbr-text {
    padding-right: 0;
  }
}
.cid-uQJhT9HlQQ .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQJhT9HlQQ .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uQJhT9HlQQ .social-container {
    padding-top: 40px;
  }
}
.cid-uQJhT9HlQQ .social-title {
  color: #212529;
  margin-bottom: 20px;
}
.cid-uQJhT9HlQQ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uQJhT9HlQQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #000000);
  box-shadow: 10px 10px 19px #e5e5e5, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uQJhT9HlQQ .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #f8f9fa, #16181c);
  opacity: 0;
}
.cid-uQJhT9HlQQ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212529;
}
.cid-uQJhT9HlQQ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uQJhT9HlQQ .soc-item:hover:before {
  opacity: 1;
}
.cid-uQJhT9HlQQ .img-box {
  width: 100%;
}
.cid-uQJhT9HlQQ .img-box img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uQJhT9HlQQ .img-wrapper {
    position: sticky;
    top: 100px;
    left: 0;
    z-index: 10;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uQJhT9HlQQ .img-wrapper {
    position: static;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQJhT9HlQQ {
    padding-top: 3.5rem;
  }
  .cid-uQJhT9HlQQ .mbr-section-title {
    text-align: center;
  }
  .cid-uQJhT9HlQQ .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uQJhTaeEvo {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQJhTaeEvo .row {
    text-align: center !important;
  }
}
.cid-uQJhTaeEvo img,
.cid-uQJhTaeEvo .card-wrap,
.cid-uQJhTaeEvo .card-wrapper,
.cid-uQJhTaeEvo .video-wrapper,
.cid-uQJhTaeEvo .mbr-figure iframe,
.cid-uQJhTaeEvo .google-map iframe,
.cid-uQJhTaeEvo .slide-content,
.cid-uQJhTaeEvo .plan,
.cid-uQJhTaeEvo .card,
.cid-uQJhTaeEvo .item-wrapper {
  border-radius: 0rem !important;
}
@media (min-width: 768px) {
  .cid-uQJhTaeEvo .col-text {
    padding: 0 0 0 0;
  }
}
.cid-uQJhTaeEvo .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
  background-color: #f0f2f5;
}
@media (max-width: 767px) {
  .cid-uQJhTaeEvo .text-wrapper {
    text-align: center !important;
    padding-bottom: 54px;
  }
}
.cid-uQJhTaeEvo .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #13171f;
}
@media (max-width: 767px) {
  .cid-uQJhTaeEvo .label-text {
    text-align: center !important;
  }
}
.cid-uQJhTaeEvo .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uQJhTaeEvo .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uQJhTaeEvo .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uQJhTaeEvo .mbr-text {
    text-align: center !important;
  }
}
.cid-uQJhTaeEvo .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uQJhTaeEvo .btn-container {
  width: 100%;
  margin-top: auto;
}
.cid-uQJhTaeEvo .mbr-section-btn .btn {
  padding: 0;
}
.cid-uQJhTaeEvo .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uQJhTaeEvo .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uQJhTaeEvo .col-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-uQJhTaeEvo .col-cards {
    padding: 0;
    padding-left: 1.8%;
  }
}
@media (min-width: 992px) {
  .cid-uQJhTaeEvo .col-cards {
    padding-left: 5%;
  }
}
.cid-uQJhTaeEvo .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}
.cid-uQJhTaeEvo .cards-wrap:hover {
  background-color: #f0f2f5;
}
.cid-uQJhTaeEvo .card {
  padding: 30px;
  background-color: #ffffff;
  transition: 0.4s all;
  border-radius: 0;
  width: 240px !important;
  margin: 3px;
}
.cid-uQJhTaeEvo .card:hover {
  background-color: #f0f2f5;
}
@media (min-width: 768px) {
  .cid-uQJhTaeEvo .card:hover {
    transform: translate(0px, -10px);
  }
}
.cid-uQJhTaeEvo .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uQJhTaeEvo .img-container {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uQJhTaeEvo .img-container {
    display: flex;
    justify-content: center;
  }
}
.cid-uQJhTaeEvo .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  position: relative;
}
.cid-uQJhTaeEvo .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQJhTaeEvo .img-bg {
  background-color: #f0f2f5;
  min-width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
}
.cid-uQJhTaeEvo .card-title {
  color: #f0f2f5;
  margin-bottom: 8px;
}
.cid-uQJhTaeEvo .card-text {
  color: #222222;
  margin-bottom: 0;
  text-align: left;
}
.cid-uQJhTaeEvo .mbr-section-title,
.cid-uQJhTaeEvo .mbr-section-btn {
  text-align: center;
}
.cid-uQJhTaO6KW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f9fa;
}
.cid-uQJhTaO6KW .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-uQJhTaO6KW .panel-group {
  border: none;
}
.cid-uQJhTaO6KW .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQJhTaO6KW .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uQJhTaO6KW .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uQJhTaO6KW .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uQJhTaO6KW .content {
  margin: 5rem auto;
}
.cid-uQJhTaO6KW .img-col {
  padding: 0;
}
.cid-uQJhTaO6KW .img-item {
  height: 100%;
}
.cid-uQJhTaO6KW img {
  height: 100%;
  object-fit: cover;
}
.cid-uQJhTaO6KW .collapsed span {
  transform: rotate(0deg);
}
.cid-uQJhTaO6KW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQJhTaO6KW p {
  margin-bottom: 0.3rem;
}
.cid-uQJhTaO6KW .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-uQJhTaO6KW .panel-title-edit {
  color: #000000;
}
.cid-uQJhTaO6KW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-uQJhTaO6KW .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 10px!important;
}
.cid-uQJhTaO6KW .panel-title-edit,
.cid-uQJhTaO6KW .mbr-iconfont {
  color: #1b2026;
}
.cid-uQJhTaO6KW .panel-text {
  color: #353535;
}
.cid-uQJhTaO6KW H4 {
  color: #777777;
}
.cid-uQJhTaO6KW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQJhTaO6KW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQJhTaO6KW H3 {
  text-align: center;
  color: #4479d9;
}
.cid-uQJhTaO6KW H2 {
  text-align: center;
}
.cid-uQJhTbk3YT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQJhTbk3YT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQJhTbk3YT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQJhTbk3YT .card {
  justify-content: flex-end;
}
.cid-uQJhTbk3YT .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQJhTbk3YT .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQJhTbk3YT .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uQJhTbk3YT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQJhTbk3YT .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uQJhTbk3YT .mbr-section-btn .btn::after,
.cid-uQJhTbk3YT .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uQJhTbk3YT .mbr-section-btn .btn:hover,
.cid-uQJhTbk3YT .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uQJhTbk3YT .mbr-section-btn .btn:hover::after,
.cid-uQJhTbk3YT .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uQJhTbk3YT .items-wrapper {
  border-radius: 25px !important;
  margin: 0 -20px;
}
.cid-uQJhTbk3YT .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uQJhTbk3YT .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uQJhTbk3YT .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  position: relative;
  height: 100%;
  min-height: 560px;
  padding: 64px 40px 90px 40px;
}
@media (max-width: 992px) {
  .cid-uQJhTbk3YT .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 20px 20px 90px 20px;
  }
}
.cid-uQJhTbk3YT .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQJhTbk3YT .items-wrapper .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uQJhTbk3YT .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #13171f;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-uQJhTbk3YT .items-wrapper .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 10px 0 10px;
  background-color: #ffffff;
  border-radius: 25px 0 23px 0;
  z-index: 2;
}
.cid-uQJhTbk3YT .items-wrapper .item .item-wrapper .icon-card .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #2c2c2c;
  color: #ffffff;
  border-radius: 100%;
  transition: all .3s ease;
}
.cid-uQJhTbk3YT .items-wrapper .item .item-wrapper .icon-card:hover .mbr-iconfont,
.cid-uQJhTbk3YT .items-wrapper .item .item-wrapper .icon-card:focus .mbr-iconfont {
  background-color: #0295e2;
  transform: rotate(180deg);
}
.cid-uQJhTbk3YT .items-wrapper .item .item-wrapper .icon-card .svg1 {
  position: absolute;
  top: -29px;
  right: 0;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uQJhTbk3YT .items-wrapper .item .item-wrapper .icon-card .svg1 path {
  fill: #ffffff;
}
.cid-uQJhTbk3YT .items-wrapper .item .item-wrapper .icon-card .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uQJhTbk3YT .items-wrapper .item .item-wrapper .icon-card .svg2 path {
  fill: #ffffff;
}
.cid-uQJhTbk3YT .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uQJhTbk3YT .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uQJhTbk3YT .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uQJhTbk3YT .items-wrapper .card_1,
.cid-uQJhTbk3YT .items-wrapper .card_2 {
  padding: 0 !important;
}
.cid-uQJhTbk3YT .items-wrapper .card_1 .item-wrapper {
  min-height: 350px;
}
@media (max-width: 992px) {
  .cid-uQJhTbk3YT .items-wrapper .card_1 .item-wrapper {
    min-height: auto;
  }
}
.cid-uQJhTbk3YT .items-wrapper .card_2 .item-wrapper {
  min-height: 170px;
}
@media (max-width: 992px) {
  .cid-uQJhTbk3YT .items-wrapper .card_2 .item-wrapper {
    min-height: auto;
  }
}
.cid-uQJhTbk3YT .items-wrap {
  padding: 0 20px;
}
.cid-uQJhTbk3YT .mbr-section-title {
  color: #ffffff;
}
.cid-uQJhTbk3YT .mbr-tag {
  color: #adadad;
  text-align: center;
}
.cid-uQJhTbk3YT .item-title {
  color: #ffffff;
}
.cid-uQJhTbk3YT .item-text {
  color: #ffffff;
}
.cid-uQJhTbk3YT .main-btn {
  text-align: right;
}
.cid-uQJhTbk3YT .mbr-section-title,
.cid-uQJhTbk3YT .main-btn {
  color: #212428;
  text-align: center;
}
.cid-uQJhTbk3YT .item-title,
.cid-uQJhTbk3YT .item-btn {
  text-align: right;
}
.cid-uQJhTc1jRH {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQJhTc1jRH .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-uQJhTc1jRH .mbr-section-title {
  letter-spacing: 0em;
  margin-bottom: 10px !important;
}
.cid-uQJhTc1jRH .card-img {
  margin-bottom: 1rem;
}
.cid-uQJhTc1jRH .card-img span {
  font-size: 60px;
}
.cid-uQJhTc1jRH H1 {
  color: #2c2c2c;
  text-align: center;
}
.cid-uQJhTc1jRH .mbr-text,
.cid-uQJhTc1jRH .mbr-section-btn {
  color: #212428;
  text-align: center;
}
.cid-uQJhTcvxPU {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uQJhTcvxPU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uQJhTcvxPU .text-content .mbr-subtitle {
  color: #4c48b9;
}
.cid-uQJhTcvxPU .text-content .mbr-section-title {
  color: #d32f2f;
}
.cid-uQJhTcvxPU .text-content .mbr-text {
  color: #6b67ce;
}
.cid-uQJhTcvxPU .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-uQJhTcvxPU .text-content .list-block .card-img {
  width: auto;
}
.cid-uQJhTcvxPU .text-content .list-block .card-img span {
  color: #4c48b9;
  font-size: 1.5rem;
}
.cid-uQJhTcvxPU .text-content .list-block .list-item-title {
  color: #d32f2f;
  transition: all .3s linear 0s;
}
.cid-uQJhTcvxPU .text-content .list-block .list-item-title:hover {
  color: #103178;
}
.cid-uQJhTcvxPU .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #6b67ce;
  margin-bottom: 0;
}
.cid-uQJhTcvxPU .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-uQJhTcvxPU .text-content .social {
  font-size: 1.2rem;
}
.cid-uQJhTcvxPU .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-uQJhTcvxPU .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-uQJhTcvxPU .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-uQJhTcvxPU .list-block {
  position: relative;
}
.cid-uQJhTcvxPU .list-block h4,
.cid-uQJhTcvxPU .list-block p {
  padding-left: 2.625rem;
}
.cid-uQJhTcvxPU .card-img {
  display: block;
}
.cid-uQJhTcvxPU input,
.cid-uQJhTcvxPU textarea {
  border-radius: 0px !important;
  min-height: 1rem;
  padding: 5px 5px !important;
  font-size: 13px;
  color: #ffcb20;
  height: 10px;
}
.cid-uQJhTcvxPU .form-control,
.cid-uQJhTcvxPU .field-input {
  padding: 13px 20px !important;
  background-color: #f0f2f5;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uQJhTcvxPU .form-control:hover,
.cid-uQJhTcvxPU .field-input:hover,
.cid-uQJhTcvxPU .form-control:focus,
.cid-uQJhTcvxPU .field-input:focus {
  background-color: #f0f2f5;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uQJhTcvxPU .form-control:focus,
.cid-uQJhTcvxPU .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-uQJhTcvxPU input::-webkit-input-placeholder,
.cid-uQJhTcvxPU textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-uQJhTcvxPU input:-moz-placeholder,
.cid-uQJhTcvxPU textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-uQJhTcvxPU .jq-selectbox li,
.cid-uQJhTcvxPU .jq-selectbox li {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uQJhTcvxPU .jq-selectbox li:hover,
.cid-uQJhTcvxPU .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uQJhTcvxPU .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f0f2f5;
}
.cid-uQJhTcvxPU .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f0f2f5;
}
.cid-uQJhTcvxPU .mbr-form {
  max-width: 550px;
}
.cid-uQJhTcvxPU .mbr-form .content-title {
  margin-bottom: 20px;
}
.cid-uQJhTcvxPU .mbr-form .content-subtitle {
  color: #6b67ce;
}
.cid-uQJhTcvxPU .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-uQJhTcvxPU .mbr-form .btn {
  margin-right: auto !important;
  border-radius: 30px;
  border-color: #d32f2f;
  color: #d32f2f;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-uQJhTcvxPU .mbr-form .btn-success:hover {
  background-color: #4c48b9 !important;
  border-color: #4c48b9 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-uQJhTcvxPU .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-uQJhTcvxPU .mbr-section-title,
  .cid-uQJhTcvxPU .content-title,
  .cid-uQJhTcvxPU .mbr-section-btn {
    margin-right: auto !important;
  }
}
.cid-uQJhTcvxPU .text-content .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uQJhTcvxPU .text-content .mbr-subtitle {
  text-align: left;
  color: #212428;
}
.cid-uQJhTcvxPU .text-content .list-block .list-item-title {
  color: #191b1f;
}
.cid-uQJhTcvxPU H3 {
  color: #13171f;
  text-align: left;
}
.cid-uQJhTcvxPU LABEL {
  text-align: left;
}
.cid-uQJhTcvxPU .col-auto .mbr-section-btn {
  margin-right: auto !important;
}
.cid-uQJhTdc3Xh {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-uQJhTdc3Xh .listico {
  padding-right: 1rem;
  color: #dcdfe2;
  font-size: 0.5rem;
}
.cid-uQJhTdc3Xh .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uQJhTdc3Xh .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-uQJhTdc3Xh .mbr-text {
  color: #444;
}
.cid-uQJhTdc3Xh h5 {
  margin-bottom: 0;
}
.cid-uQJhTdc3Xh .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQJhTdc3Xh .socicon {
  color: #9e9e9e;
  font-size: 1.6rem;
}
.cid-uQJhTdc3Xh .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uQJhTdc3Xh .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-uQJhTdc3Xh .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uQJhTdc3Xh .social-list a:hover {
  opacity: .4;
}
.cid-uQJhTdc3Xh .media-container-row > div {
  padding: 0px;
}
.cid-uQJhTdc3Xh .text2 {
  color: #eeeff2;
  text-align: left;
}
.cid-uQJhTdc3Xh .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uQJhTdc3Xh .group-title SPAN {
  color: #656565;
}
.cid-uQJhTdc3Xh .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uQJhTdc3Xh .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uQJhTdc3Xh h3 {
    margin-bottom: 10px;
  }
}
.cid-uQJhTdc3Xh .links SPAN {
  color: #9e9e9e;
}
.cid-uQJhTdc3Xh .links,
.cid-uQJhTdc3Xh .navbar-brand {
  color: #eeeff2;
}
.cid-uQJhTdc3Xh .links,
.cid-uQJhTdc3Xh .social-list {
  text-align: left;
}
.cid-uQJhTdUNnr.popup-builder {
  background-color: #ffffff;
}
.cid-uQJhTdUNnr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQJhTdUNnr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQJhTdUNnr .modal-content,
.cid-uQJhTdUNnr .modal-dialog {
  height: auto;
}
.cid-uQJhTdUNnr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQJhTdUNnr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQJhTdUNnr .form-wrapper .mbr-form .form-group,
  .cid-uQJhTdUNnr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQJhTdUNnr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQJhTdUNnr .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-uQJhTdUNnr .mbr-text {
  text-align: center;
}
.cid-uQJhTdUNnr .pt-0 {
  padding-top: 0 !important;
}
.cid-uQJhTdUNnr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQJhTdUNnr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQJhTdUNnr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQJhTdUNnr .modal-open {
  overflow: hidden;
}
.cid-uQJhTdUNnr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQJhTdUNnr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQJhTdUNnr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQJhTdUNnr .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-uQJhTdUNnr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQJhTdUNnr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQJhTdUNnr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQJhTdUNnr .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-uQJhTdUNnr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQJhTdUNnr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQJhTdUNnr .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQJhTdUNnr .modal-backdrop.show {
  opacity: .5;
}
.cid-uQJhTdUNnr .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-uQJhTdUNnr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJhTdUNnr .modal-header {
    padding: 1rem;
  }
}
.cid-uQJhTdUNnr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQJhTdUNnr .modal-header .close svg {
  fill: #353535;
}
.cid-uQJhTdUNnr .modal-header .close:hover {
  opacity: 1;
}
.cid-uQJhTdUNnr .modal-header .close:focus {
  outline: none;
}
.cid-uQJhTdUNnr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQJhTdUNnr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQJhTdUNnr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJhTdUNnr .modal-body {
    padding: 1rem;
  }
}
.cid-uQJhTdUNnr .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-uQJhTdUNnr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJhTdUNnr .modal-footer {
    padding: 1rem;
  }
}
.cid-uQJhTdUNnr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQJhTdUNnr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQJhTdUNnr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQJhTdUNnr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQJhTdUNnr .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uQJhTdUNnr .modal-lg,
  .cid-uQJhTdUNnr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQJhTdUNnr .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQJhTdUNnr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQJhTdUNnr .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-uQJhTdUNnr .form-group {
  margin-bottom: 1rem;
}
.cid-uQJhTdUNnr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQJhTdUNnr .form-control:hover {
  border-color: #22262b !important;
}
.cid-uQJhTdUNnr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQJhTdUNnr .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-uQJhTdUNnr .mbr-section-btn {
  margin: 0;
}
.cid-uQJhTdUNnr .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQJhTdUNnr LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uQJhTdUNnr .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uQJhTdUNnr .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uQJhTeDiPP.popup-builder {
  background-color: #ffffff;
}
.cid-uQJhTeDiPP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQJhTeDiPP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQJhTeDiPP .modal-content,
.cid-uQJhTeDiPP .modal-dialog {
  height: auto;
}
.cid-uQJhTeDiPP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQJhTeDiPP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQJhTeDiPP .form-wrapper .mbr-form .form-group,
  .cid-uQJhTeDiPP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQJhTeDiPP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQJhTeDiPP .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-uQJhTeDiPP .mbr-text {
  text-align: center;
}
.cid-uQJhTeDiPP .pt-0 {
  padding-top: 0 !important;
}
.cid-uQJhTeDiPP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQJhTeDiPP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQJhTeDiPP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQJhTeDiPP .modal-open {
  overflow: hidden;
}
.cid-uQJhTeDiPP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQJhTeDiPP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQJhTeDiPP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQJhTeDiPP .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-uQJhTeDiPP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQJhTeDiPP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQJhTeDiPP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQJhTeDiPP .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-uQJhTeDiPP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQJhTeDiPP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQJhTeDiPP .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQJhTeDiPP .modal-backdrop.show {
  opacity: .5;
}
.cid-uQJhTeDiPP .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-uQJhTeDiPP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJhTeDiPP .modal-header {
    padding: 1rem;
  }
}
.cid-uQJhTeDiPP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQJhTeDiPP .modal-header .close svg {
  fill: #353535;
}
.cid-uQJhTeDiPP .modal-header .close:hover {
  opacity: 1;
}
.cid-uQJhTeDiPP .modal-header .close:focus {
  outline: none;
}
.cid-uQJhTeDiPP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQJhTeDiPP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQJhTeDiPP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJhTeDiPP .modal-body {
    padding: 1rem;
  }
}
.cid-uQJhTeDiPP .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-uQJhTeDiPP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJhTeDiPP .modal-footer {
    padding: 1rem;
  }
}
.cid-uQJhTeDiPP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQJhTeDiPP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQJhTeDiPP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQJhTeDiPP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQJhTeDiPP .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uQJhTeDiPP .modal-lg,
  .cid-uQJhTeDiPP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQJhTeDiPP .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQJhTeDiPP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQJhTeDiPP .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-uQJhTeDiPP .form-group {
  margin-bottom: 1rem;
}
.cid-uQJhTeDiPP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQJhTeDiPP .form-control:hover {
  border-color: #22262b !important;
}
.cid-uQJhTeDiPP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQJhTeDiPP .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-uQJhTeDiPP .mbr-section-btn {
  margin: 0;
}
.cid-uQJhTeDiPP .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQJhTeDiPP LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uQJhTeDiPP .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uQJhTeDiPP .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uQJhTfk2Vl.popup-builder {
  background-color: #ffffff;
}
.cid-uQJhTfk2Vl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQJhTfk2Vl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQJhTfk2Vl .modal-content,
.cid-uQJhTfk2Vl .modal-dialog {
  height: auto;
}
.cid-uQJhTfk2Vl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQJhTfk2Vl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQJhTfk2Vl .form-wrapper .mbr-form .form-group,
  .cid-uQJhTfk2Vl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQJhTfk2Vl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQJhTfk2Vl .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-uQJhTfk2Vl .mbr-text {
  text-align: center;
}
.cid-uQJhTfk2Vl .pt-0 {
  padding-top: 0 !important;
}
.cid-uQJhTfk2Vl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQJhTfk2Vl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQJhTfk2Vl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQJhTfk2Vl .modal-open {
  overflow: hidden;
}
.cid-uQJhTfk2Vl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQJhTfk2Vl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQJhTfk2Vl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQJhTfk2Vl .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-uQJhTfk2Vl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQJhTfk2Vl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQJhTfk2Vl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQJhTfk2Vl .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-uQJhTfk2Vl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQJhTfk2Vl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQJhTfk2Vl .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQJhTfk2Vl .modal-backdrop.show {
  opacity: .5;
}
.cid-uQJhTfk2Vl .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-uQJhTfk2Vl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJhTfk2Vl .modal-header {
    padding: 1rem;
  }
}
.cid-uQJhTfk2Vl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQJhTfk2Vl .modal-header .close svg {
  fill: #353535;
}
.cid-uQJhTfk2Vl .modal-header .close:hover {
  opacity: 1;
}
.cid-uQJhTfk2Vl .modal-header .close:focus {
  outline: none;
}
.cid-uQJhTfk2Vl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQJhTfk2Vl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQJhTfk2Vl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJhTfk2Vl .modal-body {
    padding: 1rem;
  }
}
.cid-uQJhTfk2Vl .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-uQJhTfk2Vl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJhTfk2Vl .modal-footer {
    padding: 1rem;
  }
}
.cid-uQJhTfk2Vl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQJhTfk2Vl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQJhTfk2Vl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQJhTfk2Vl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQJhTfk2Vl .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uQJhTfk2Vl .modal-lg,
  .cid-uQJhTfk2Vl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQJhTfk2Vl .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQJhTfk2Vl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQJhTfk2Vl .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-uQJhTfk2Vl .form-group {
  margin-bottom: 1rem;
}
.cid-uQJhTfk2Vl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQJhTfk2Vl .form-control:hover {
  border-color: #22262b !important;
}
.cid-uQJhTfk2Vl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQJhTfk2Vl .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-uQJhTfk2Vl .mbr-section-btn {
  margin: 0;
}
.cid-uQJhTfk2Vl .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQJhTfk2Vl LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uQJhTfk2Vl .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uQJhTfk2Vl .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uQJhTg0po2.popup-builder {
  background-color: #ffffff;
}
.cid-uQJhTg0po2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQJhTg0po2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQJhTg0po2 .modal-content,
.cid-uQJhTg0po2 .modal-dialog {
  height: auto;
}
.cid-uQJhTg0po2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQJhTg0po2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQJhTg0po2 .form-wrapper .mbr-form .form-group,
  .cid-uQJhTg0po2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQJhTg0po2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQJhTg0po2 .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-uQJhTg0po2 .mbr-text {
  text-align: center;
}
.cid-uQJhTg0po2 .pt-0 {
  padding-top: 0 !important;
}
.cid-uQJhTg0po2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQJhTg0po2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQJhTg0po2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQJhTg0po2 .modal-open {
  overflow: hidden;
}
.cid-uQJhTg0po2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQJhTg0po2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQJhTg0po2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQJhTg0po2 .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-uQJhTg0po2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQJhTg0po2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQJhTg0po2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQJhTg0po2 .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-uQJhTg0po2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQJhTg0po2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQJhTg0po2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQJhTg0po2 .modal-backdrop.show {
  opacity: .5;
}
.cid-uQJhTg0po2 .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-uQJhTg0po2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJhTg0po2 .modal-header {
    padding: 1rem;
  }
}
.cid-uQJhTg0po2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQJhTg0po2 .modal-header .close svg {
  fill: #353535;
}
.cid-uQJhTg0po2 .modal-header .close:hover {
  opacity: 1;
}
.cid-uQJhTg0po2 .modal-header .close:focus {
  outline: none;
}
.cid-uQJhTg0po2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQJhTg0po2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQJhTg0po2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJhTg0po2 .modal-body {
    padding: 1rem;
  }
}
.cid-uQJhTg0po2 .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-uQJhTg0po2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJhTg0po2 .modal-footer {
    padding: 1rem;
  }
}
.cid-uQJhTg0po2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQJhTg0po2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQJhTg0po2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQJhTg0po2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQJhTg0po2 .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uQJhTg0po2 .modal-lg,
  .cid-uQJhTg0po2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQJhTg0po2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQJhTg0po2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQJhTg0po2 .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-uQJhTg0po2 .form-group {
  margin-bottom: 1rem;
}
.cid-uQJhTg0po2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQJhTg0po2 .form-control:hover {
  border-color: #22262b !important;
}
.cid-uQJhTg0po2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQJhTg0po2 .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-uQJhTg0po2 .mbr-section-btn {
  margin: 0;
}
.cid-uQJhTg0po2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQJhTg0po2 LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uQJhTg0po2 .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uQJhTg0po2 .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uQJhTgK0gR.popup-builder {
  background-color: #ffffff;
}
.cid-uQJhTgK0gR.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQJhTgK0gR.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQJhTgK0gR .modal-content,
.cid-uQJhTgK0gR .modal-dialog {
  height: auto;
}
.cid-uQJhTgK0gR .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQJhTgK0gR .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQJhTgK0gR .form-wrapper .mbr-form .form-group,
  .cid-uQJhTgK0gR .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQJhTgK0gR .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQJhTgK0gR .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-uQJhTgK0gR .mbr-text {
  text-align: center;
}
.cid-uQJhTgK0gR .pt-0 {
  padding-top: 0 !important;
}
.cid-uQJhTgK0gR .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQJhTgK0gR .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQJhTgK0gR .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQJhTgK0gR .modal-open {
  overflow: hidden;
}
.cid-uQJhTgK0gR .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQJhTgK0gR .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQJhTgK0gR .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQJhTgK0gR .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-uQJhTgK0gR .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQJhTgK0gR .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQJhTgK0gR .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQJhTgK0gR .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-uQJhTgK0gR .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQJhTgK0gR .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQJhTgK0gR .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQJhTgK0gR .modal-backdrop.show {
  opacity: .5;
}
.cid-uQJhTgK0gR .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-uQJhTgK0gR .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJhTgK0gR .modal-header {
    padding: 1rem;
  }
}
.cid-uQJhTgK0gR .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQJhTgK0gR .modal-header .close svg {
  fill: #353535;
}
.cid-uQJhTgK0gR .modal-header .close:hover {
  opacity: 1;
}
.cid-uQJhTgK0gR .modal-header .close:focus {
  outline: none;
}
.cid-uQJhTgK0gR .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQJhTgK0gR .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQJhTgK0gR .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJhTgK0gR .modal-body {
    padding: 1rem;
  }
}
.cid-uQJhTgK0gR .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-uQJhTgK0gR .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJhTgK0gR .modal-footer {
    padding: 1rem;
  }
}
.cid-uQJhTgK0gR .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQJhTgK0gR .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQJhTgK0gR .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQJhTgK0gR .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQJhTgK0gR .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uQJhTgK0gR .modal-lg,
  .cid-uQJhTgK0gR .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQJhTgK0gR .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQJhTgK0gR .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQJhTgK0gR .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-uQJhTgK0gR .form-group {
  margin-bottom: 1rem;
}
.cid-uQJhTgK0gR .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQJhTgK0gR .form-control:hover {
  border-color: #22262b !important;
}
.cid-uQJhTgK0gR .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQJhTgK0gR .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-uQJhTgK0gR .mbr-section-btn {
  margin: 0;
}
.cid-uQJhTgK0gR .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQJhTgK0gR LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uQJhTgK0gR .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uQJhTgK0gR .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uQJjWDUoJj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQJjWDUoJj .menu-text {
  padding: 0 0rem;
  color: #5b6c8f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uQJjWDUoJj .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uQJjWDUoJj .iconfont-wrapper {
  color: #001219 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uQJjWDUoJj .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uQJjWDUoJj .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uQJjWDUoJj .container {
    padding: 0 1rem;
  }
}
.cid-uQJjWDUoJj .menu-tite {
  background: #d32f2f;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-uQJjWDUoJj .nav-link {
  position: relative;
}
.cid-uQJjWDUoJj .nav-link:hover {
  color: #6b67ce !important;
}
.cid-uQJjWDUoJj nav.navbar {
  position: fixed;
}
.cid-uQJjWDUoJj .navbar {
  padding: 0!important;
  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: #ffffff;
}
.cid-uQJjWDUoJj .navbar.opened {
  transition: all 0.3s;
}
.cid-uQJjWDUoJj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQJjWDUoJj .navbar .navbar-logo img {
  width: auto;
}
.cid-uQJjWDUoJj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQJjWDUoJj .navbar.collapsed {
  justify-content: center;
}
.cid-uQJjWDUoJj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQJjWDUoJj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQJjWDUoJj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uQJjWDUoJj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQJjWDUoJj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQJjWDUoJj .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-uQJjWDUoJj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQJjWDUoJj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQJjWDUoJj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQJjWDUoJj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQJjWDUoJj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQJjWDUoJj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQJjWDUoJj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQJjWDUoJj .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-uQJjWDUoJj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQJjWDUoJj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQJjWDUoJj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQJjWDUoJj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQJjWDUoJj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQJjWDUoJj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQJjWDUoJj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQJjWDUoJj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQJjWDUoJj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQJjWDUoJj .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-uQJjWDUoJj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQJjWDUoJj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQJjWDUoJj .dropdown-item:hover,
.cid-uQJjWDUoJj .dropdown-item:focus {
  background: #d32f2f !important;
  color: white !important;
}
.cid-uQJjWDUoJj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQJjWDUoJj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQJjWDUoJj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uQJjWDUoJj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQJjWDUoJj .dropdown-menu,
.cid-uQJjWDUoJj .navbar.opened {
  background: #ffffff !important;
}
.cid-uQJjWDUoJj .nav-item:focus,
.cid-uQJjWDUoJj .nav-link:focus {
  outline: none;
}
.cid-uQJjWDUoJj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQJjWDUoJj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQJjWDUoJj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQJjWDUoJj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQJjWDUoJj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQJjWDUoJj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQJjWDUoJj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQJjWDUoJj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQJjWDUoJj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQJjWDUoJj .dropdown-item.active,
.cid-uQJjWDUoJj .dropdown-item:active {
  background-color: transparent;
}
.cid-uQJjWDUoJj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQJjWDUoJj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQJjWDUoJj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQJjWDUoJj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQJjWDUoJj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQJjWDUoJj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQJjWDUoJj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQJjWDUoJj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQJjWDUoJj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQJjWDUoJj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uQJjWDUoJj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQJjWDUoJj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQJjWDUoJj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQJjWDUoJj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQJjWDUoJj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQJjWDUoJj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQJjWDUoJj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQJjWDUoJj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQJjWDUoJj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQJjWDUoJj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQJjWDUoJj .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-uQJjWDUoJj .navbar {
    height: 70px;
  }
  .cid-uQJjWDUoJj .navbar.opened {
    height: auto;
  }
  .cid-uQJjWDUoJj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQJjWEF7Ct {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQJjWEF7Ct .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQJjWEF7Ct .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQJjWEF7Ct .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uQJjWEF7Ct .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uQJjWEF7Ct .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uQJjWEF7Ct .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uQJjWEF7Ct .col-text {
    order: 1;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uQJjWEF7Ct .col-text {
    margin-top: 20px;
  }
}
.cid-uQJjWEF7Ct .text-wrapper {
  width: 100%;
  z-index: 21;
}
.cid-uQJjWEF7Ct .mbr-section-title {
  color: #212428;
  margin-bottom: 20px;
}
.cid-uQJjWEF7Ct .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-uQJjWEF7Ct .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uQJjWEF7Ct .mbr-text {
  color: #212529;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uQJjWEF7Ct .mbr-text {
    padding-right: 0;
  }
}
.cid-uQJjWEF7Ct .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQJjWEF7Ct .social-container {
  width: 100%;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .cid-uQJjWEF7Ct .social-container {
    text-align: center;
  }
}
.cid-uQJjWEF7Ct .social-title {
  color: #212529;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uQJjWEF7Ct .social-title {
    text-align: center;
  }
}
.cid-uQJjWEF7Ct .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
@media (max-width: 991px) {
  .cid-uQJjWEF7Ct .social-list {
    justify-content: center;
  }
}
.cid-uQJjWEF7Ct .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #c4cfde, -10px -10px 19px #fdfdfd;
  transition: 0.4s all;
}
.cid-uQJjWEF7Ct .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #ffffff, #f4f4f4);
  opacity: 0;
}
.cid-uQJjWEF7Ct .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212428;
}
.cid-uQJjWEF7Ct .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uQJjWEF7Ct .soc-item:hover:before {
  opacity: 1;
}
.cid-uQJjWEF7Ct .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uQJjWEF7Ct .col-img {
    order: 2;
  }
}
.cid-uQJjWEF7Ct lottie-player {
  position: absolute;
  z-index: 20;
}
.cid-uQJjWEF7Ct .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uQJjWEF7Ct .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uQJjWEF7Ct .img-bg {
  content: "";
  position: absolute;
  z-index: 4;
  width: 100%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  background: linear-gradient(145deg, #22262b, #22262b);
  border-radius: 6px;
}
.cid-uQJjWEF7Ct .btn .mbr-iconfont {
  order: 0;
  margin: 0;
  vertical-align: middle;
  font-size: 1.2rem;
}
.cid-uQJjWEF7Ct .btn {
  display: inline-flex;
  align-items: center !important;
  padding: 10px 20px;
  gap: 8px;
}
.cid-uQJjWEF7Ct .phone-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  gap: 8px;
  border-radius: 6px;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.cid-uQJjWEF7Ct .phone-icon {
  transition: transform 0.3s ease-in-out;
}
@keyframes ring {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(-10deg);
  }
  45% {
    transform: rotate(5deg);
  }
  60% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.cid-uQJjWEF7Ct .phone-btn:hover {
  background: linear-gradient(145deg, #4a8ad9, #2e5ea4);
  box-shadow: 0px 5px 15px rgba(41, 158, 235, 0.4);
}
.cid-uQJjWEF7Ct .phone-btn:hover .phone-icon {
  animation: ring 0.5s ease-in-out infinite;
}
.cid-uQJjWEF7Ct .price-text {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uQJjWEF7Ct {
    padding-top: 3rem;
  }
  .cid-uQJjWEF7Ct .mbr-section-title {
    text-align: center;
  }
}
.cid-uQJjWEF7Ct .carousel-wrapper {
  margin: 0 50px;
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .cid-uQJjWEF7Ct .carousel-wrapper {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQJjWEF7Ct .carousel-wrapper {
    margin: 0 -10px;
  }
}
.cid-uQJjWEF7Ct .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 36px;
}
@media (max-width: 1199px) {
  .cid-uQJjWEF7Ct .carousel {
    max-width: 100%;
  }
}
.cid-uQJjWEF7Ct .carousel-inner {
  display: flex;
  align-items: center;
  padding: 50px 0 25px;
}
@media (max-width: 991px) {
  .cid-uQJjWEF7Ct .carousel-inner {
    padding: 40px 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-uQJjWEF7Ct .carousel-inner {
    padding: 35px 0 25px;
  }
}
.cid-uQJjWEF7Ct .item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-uQJjWEF7Ct .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uQJjWEF7Ct .item-wrapper {
    padding: 0 10px;
  }
}
.cid-uQJjWEF7Ct .card-info {
  position: relative;
  z-index: 10;
  width: 100%;
  border-radius: 450px;
}
@media (max-width: 1199px) {
  .cid-uQJjWEF7Ct .card-info {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uQJjWEF7Ct .card-info {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQJjWEF7Ct .card-info {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.cid-uQJjWEF7Ct .info-img-wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 400px;
}
@media (max-width: 991px) {
  .cid-uQJjWEF7Ct .info-img-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQJjWEF7Ct .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.cid-uQJjWEF7Ct .info-img-wrap img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uQJjWEF7Ct .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-uQJjWEF7Ct .info-text-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uQJjWEF7Ct .info-text-wrap {
    flex-grow: 1;
  }
}
.cid-uQJjWEF7Ct .info-card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uQJjWEF7Ct .info-card-subtitle {
  color: #ffffff;
}
.cid-uQJjWEF7Ct .info-card-text {
  color: #ffffff;
  margin-top: 4px;
}
.cid-uQJjWEF7Ct .card-description {
  position: relative;
  margin-top: 115px;
  width: 1px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uQJjWEF7Ct .card-description {
    width: 100%;
    margin-top: 0;
  }
}
.cid-uQJjWEF7Ct .card-description-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 50px 40px 50px 40px;
  border-radius: 10px;
  background: linear-gradient(145deg, #22262b, #22262b);
}
@media (max-width: 991px) {
  .cid-uQJjWEF7Ct .card-description-wrapper {
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .cid-uQJjWEF7Ct .card-description-wrapper {
    padding: 20px;
  }
}
.cid-uQJjWEF7Ct .card-description-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .cid-uQJjWEF7Ct .card-description-container {
    flex-wrap: wrap;
  }
}
.cid-uQJjWEF7Ct .card-description-text-wrap {
  margin-bottom: 15px;
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .cid-uQJjWEF7Ct .card-description-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uQJjWEF7Ct .card-description-title {
  color: #ffffff;
  margin-bottom: 7px;
}
.cid-uQJjWEF7Ct .card-description-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uQJjWEF7Ct .card-description-label-wrap {
  padding: 15px 17px;
  border-radius: 6px;
  margin-left: auto;
  background: linear-gradient(145deg, #22262b, #22262b);
}
@media (max-width: 767px) {
  .cid-uQJjWEF7Ct .card-description-label-wrap {
    margin-left: 0;
  }
}
.cid-uQJjWEF7Ct .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQJjWEF7Ct .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-uQJjWEF7Ct .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffcb20;
}
.cid-uQJjWEF7Ct .card-description-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uQJjWEF7Ct .absolute-icon-wrapper {
  position: absolute;
  z-index: 9;
  left: 0;
  top: -107px;
}
@media (max-width: 991px) {
  .cid-uQJjWEF7Ct .absolute-icon-wrapper {
    display: none;
  }
}
.cid-uQJjWEF7Ct .absolute-icon-wrapper .mbr-iconfont {
  color: #22262b;
  font-size: 99px;
}
.cid-uQJjWEF7Ct .carousel-control {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 25px;
  background: linear-gradient(145deg, #22262b, #22262b) !important;
  border: none;
  border-radius: 6px;
  transition: all 0.4s;
  opacity: 1;
}
.cid-uQJjWEF7Ct .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-uQJjWEF7Ct .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uQJjWEF7Ct .carousel-control {
    display: none;
  }
}
.cid-uQJjWEF7Ct .carousel-control:hover {
  background: linear-gradient(to right bottom, #22262b, #22262b) !important;
  color: #ffcb20 !important;
  opacity: 1;
}
.cid-uQJjWEF7Ct .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uQJjWEF7Ct .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uQJjWEF7Ct .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQJjWEF7Ct .carousel-indicators {
  position: absolute;
  margin-bottom: 0 !important;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  z-index: 10;
  width: 90%;
  margin: 0 auto;
}
.cid-uQJjWEF7Ct .carousel-indicators li {
  max-width: 11px;
  height: 11px;
  width: 11px;
  max-height: 11px;
  margin: 10px;
  background: linear-gradient(145deg, #22262b, #22262b) !important;
  border: 0;
  border-radius: 50%;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
  opacity: 1;
}
.cid-uQJjWEF7Ct .carousel-indicators li.active,
.cid-uQJjWEF7Ct .carousel-indicators li:hover {
  opacity: 1;
  background: #4c48b9 !important;
}
.cid-uQJjWEF7Ct .carousel-indicators li::after,
.cid-uQJjWEF7Ct .carousel-indicators li::before {
  content: none;
}
.cid-uQJjWEF7Ct .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uQJjWEF7Ct .item-menu-overlay {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .cid-uQJjWEF7Ct .carousel-indicators {
    width: 80%;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .cid-uQJjWEF7Ct .carousel-indicators {
    width: 95%;
    gap: 10px;
  }
}
.cid-uQJjWEF7Ct .info-card-subtitle DIV {
  text-align: left;
}
.cid-uQJjWFOKH7 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uQJjWFOKH7 .item:focus,
.cid-uQJjWFOKH7 span:focus {
  outline: none;
}
.cid-uQJjWFOKH7 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-uQJjWFOKH7 .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uQJjWFOKH7 .item {
    min-height: 45px;
  }
}
.cid-uQJjWFOKH7 .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #4c48b9;
}
.cid-uQJjWFOKH7 .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uQJjWFOKH7 .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-uQJjWFOKH7 .container_1 {
  background-color: #4c48b9;
}
.cid-uQJjWFOKH7 .container_1 .item_1 {
  color: #ffffff;
  background-color: #4c48b9;
}
.cid-uQJjWFOKH7 .container_2 {
  background-color: #ffffff;
}
.cid-uQJjWFOKH7 .container_2 .item_2 {
  color: #212428;
  background-color: #ffffff;
}
.cid-uQJjWG8xAT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uQJjWG8xAT .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uQJjWG8xAT .team-card:hover {
  transform: translateY(-10px);
}
@media (min-width: 1400px) {
  .cid-uQJjWG8xAT .col-lg-3 {
    padding: 0 1.5rem;
  }
}
.cid-uQJjWG8xAT .card-wrap {
  height: 100%;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 10px 10px 19px rgba(0, 0, 0, 0.05), -5px -5px 5px rgba(0, 0, 0, 0.02);
  transition: box-shadow 0.4s ease;
  position: relative;
  overflow: visible;
}
.cid-uQJjWG8xAT .card-wrap:hover {
  box-shadow: 10px 10px 19px rgba(0, 0, 0, 0.1), -5px -5px 5px rgba(0, 0, 0, 0.05);
}
.cid-uQJjWG8xAT .card-wrap:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .cid-uQJjWG8xAT .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uQJjWG8xAT .card-wrap .image-wrap img {
  width: 100%;
  transition: transform 0.4s ease;
  height: 200px;
  object-fit: cover;
}
.cid-uQJjWG8xAT .card-wrap .content-wrap {
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uQJjWG8xAT .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uQJjWG8xAT .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uQJjWG8xAT .content-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uQJjWG8xAT .icons-menu {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uQJjWG8xAT .icons-menu {
    justify-content: center;
  }
}
.cid-uQJjWG8xAT .image-wrap {
  clip-path: polygon(100% 0, 100% 100%, 0% 90%, 0% 0%);
}
.cid-uQJjWG8xAT .iconfont-wrapper {
  font-size: 1.2rem;
  padding: 0.4rem 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uQJjWG8xAT .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #d32f2f;
  z-index: 0;
}
.cid-uQJjWG8xAT .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uQJjWG8xAT .mbr-iconfont {
  position: relative;
  fomt-size: 1rem;
  color: #272727;
}
.cid-uQJjWG8xAT .card-text,
.cid-uQJjWG8xAT .mbr-section-btn,
.cid-uQJjWG8xAT .social-row {
  color: #312ca8;
  text-align: center;
}
.cid-uQJjWG8xAT .mbr-role,
.cid-uQJjWG8xAT .social-row {
  color: #353535;
  text-align: left;
}
.cid-uQJjWG8xAT .card-title,
.cid-uQJjWG8xAT .social-row {
  color: #272727;
  text-align: center;
}
.cid-uQJjWG8xAT .mbr-section-title {
  color: #272727;
}
.cid-uQJjWG8xAT .carousel-wrapper {
  position: relative;
}
@media (max-width: 1199px) {
  .cid-uQJjWG8xAT .carousel-wrapper {
    margin: 0;
  }
}
.cid-uQJjWG8xAT .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-uQJjWG8xAT .carousel {
    max-width: 100%;
  }
}
.cid-uQJjWG8xAT .carousel-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uQJjWG8xAT .carousel-inner {
    padding: 0 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-uQJjWG8xAT .carousel-inner {
    padding: 0 0 25px;
  }
}
.cid-uQJjWG8xAT .item-gallery-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-uQJjWG8xAT .item-gallery-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uQJjWG8xAT .item-gallery-wrapper {
    padding: 0 10px;
  }
}
.cid-uQJjWG8xAT .info-img-wrap {
  display: flex;
  width: 100%;
  height: 200px;
  overflow: hidden;
  clip-path: polygon(100% 0, 100% 100%, 0% 80%, 0% 0%);
}
@media (max-width: 991px) {
  .cid-uQJjWG8xAT .info-img-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQJjWG8xAT .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.cid-uQJjWG8xAT .info-img-wrap img {
  width: 100%;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uQJjWG8xAT .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-uQJjWG8xAT .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uQJjWG8xAT .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-uQJjWG8xAT .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffcb20;
}
.cid-uQJjWG8xAT .carousel-control {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 25px;
  background: linear-gradient(145deg, #22262b, #22262b) !important;
  border: none;
  border-radius: 6px;
  transition: all 0.4s;
  opacity: 1;
}
.cid-uQJjWG8xAT .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-uQJjWG8xAT .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uQJjWG8xAT .carousel-control {
    display: none;
  }
}
.cid-uQJjWG8xAT .carousel-control:hover {
  background: linear-gradient(to right bottom, #22262b, #22262b) !important;
  color: #ffcb20 !important;
  opacity: 1;
}
.cid-uQJjWG8xAT .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uQJjWG8xAT .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uQJjWG8xAT .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uQJjWG8xAT .carousel-indicators {
  position: absolute;
  margin-bottom: 0 !important;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  z-index: 10;
  width: 90%;
  margin: 0 auto;
}
.cid-uQJjWG8xAT .carousel-indicators li {
  max-width: 11px;
  height: 11px;
  width: 11px;
  max-height: 11px;
  margin: 10px;
  background: linear-gradient(145deg, #22262b, #22262b) !important;
  border: 0;
  border-radius: 50%;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset;
  opacity: 1;
}
.cid-uQJjWG8xAT .carousel-indicators li.active,
.cid-uQJjWG8xAT .carousel-indicators li:hover {
  opacity: 1;
  background: #4c48b9 !important;
}
.cid-uQJjWG8xAT .carousel-indicators li::after,
.cid-uQJjWG8xAT .carousel-indicators li::before {
  content: none;
}
.cid-uQJjWG8xAT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uQJjWG8xAT .item-menu-overlay {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .cid-uQJjWG8xAT .carousel-indicators {
    width: 80%;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .cid-uQJjWG8xAT .carousel-indicators {
    width: 95%;
    gap: 10px;
  }
}
.cid-uQJjWG8xAT .card-wrap .discount-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: 2.5rem;
  background: #4c48b9;
  color: #fff;
  border-bottom-left-radius: 4rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 0.5rem;
  padding-right: 5px;
  font-size: 0.875rem;
  font-weight: bold;
  z-index: 10;
}
.cid-uQJjWG8xAT .col-lg-3 {
  padding-bottom: 15px;
}
.cid-uQJjWG8xAT .original-price {
  margin-right: 0.5rem;
  color: #888;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 0.6em;
}
.cid-uQJjWHgr0U {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQJjWHgr0U .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-uQJjWHgr0U .mbr-section-title {
  letter-spacing: 0em;
}
.cid-uQJjWHgr0U .card-img {
  margin-bottom: 1rem;
}
.cid-uQJjWHgr0U .card-img span {
  font-size: 60px;
}
.cid-uQJjWHgr0U H1 {
  color: #191b1f;
}
.cid-uQJjWHgr0U .mbr-text,
.cid-uQJjWHgr0U .mbr-section-btn {
  color: #000000;
}
.cid-uQJjWHDZtX {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uQJjWHDZtX .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #103178;
  margin-bottom: 2rem;
}
.cid-uQJjWHDZtX .card-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-uQJjWHDZtX .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-uQJjWHDZtX .card {
    max-width: 14.2%;
  }
}
.cid-uQJjWHDZtX .card-title,
.cid-uQJjWHDZtX .iconfont-wrapper {
  color: #103178;
}
.cid-uQJjWHDZtX .icon_box img {
  max-width: 150px;
  max-height: 150px;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-uQJjWIfEJ6 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
}
.cid-uQJjWIfEJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQJjWIfEJ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQJjWIfEJ6 .row {
  flex-direction: row-reverse;
}
.cid-uQJjWIfEJ6 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uQJjWIfEJ6 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uQJjWIfEJ6 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uQJjWIfEJ6 .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-uQJjWIfEJ6 .col-img {
    height: 705px;
    padding-left: 60px !important;
  }
}
.cid-uQJjWIfEJ6 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uQJjWIfEJ6 .col-text {
    order: 2;
  }
}
.cid-uQJjWIfEJ6 .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uQJjWIfEJ6 .text-wrapper {
    margin-top: 20px;
  }
}
.cid-uQJjWIfEJ6 .mbr-section-title {
  color: #4a8ad9;
  margin-bottom: 20px;
}
.cid-uQJjWIfEJ6 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-uQJjWIfEJ6 .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uQJjWIfEJ6 .mbr-text {
  color: #212529;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uQJjWIfEJ6 .mbr-text {
    padding-right: 0;
  }
}
.cid-uQJjWIfEJ6 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uQJjWIfEJ6 .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uQJjWIfEJ6 .social-container {
    padding-top: 40px;
  }
}
.cid-uQJjWIfEJ6 .social-title {
  color: #212529;
  margin-bottom: 20px;
}
.cid-uQJjWIfEJ6 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uQJjWIfEJ6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #000000);
  box-shadow: 10px 10px 19px #e5e5e5, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-uQJjWIfEJ6 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #f8f9fa, #16181c);
  opacity: 0;
}
.cid-uQJjWIfEJ6 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212529;
}
.cid-uQJjWIfEJ6 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uQJjWIfEJ6 .soc-item:hover:before {
  opacity: 1;
}
.cid-uQJjWIfEJ6 .img-box {
  width: 100%;
}
.cid-uQJjWIfEJ6 .img-box img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uQJjWIfEJ6 .img-wrapper {
    position: sticky;
    top: 100px;
    left: 0;
    z-index: 10;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uQJjWIfEJ6 .img-wrapper {
    position: static;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uQJjWIfEJ6 {
    padding-top: 3.5rem;
  }
  .cid-uQJjWIfEJ6 .mbr-section-title {
    text-align: center;
  }
  .cid-uQJjWIfEJ6 .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uQJjWILpow {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uQJjWILpow .row {
    text-align: center !important;
  }
}
.cid-uQJjWILpow img,
.cid-uQJjWILpow .card-wrap,
.cid-uQJjWILpow .card-wrapper,
.cid-uQJjWILpow .video-wrapper,
.cid-uQJjWILpow .mbr-figure iframe,
.cid-uQJjWILpow .google-map iframe,
.cid-uQJjWILpow .slide-content,
.cid-uQJjWILpow .plan,
.cid-uQJjWILpow .card,
.cid-uQJjWILpow .item-wrapper {
  border-radius: 0rem !important;
}
@media (min-width: 768px) {
  .cid-uQJjWILpow .col-text {
    padding: 0 0 0 0;
  }
}
.cid-uQJjWILpow .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
  background-color: #f0f2f5;
}
@media (max-width: 767px) {
  .cid-uQJjWILpow .text-wrapper {
    text-align: center !important;
    padding-bottom: 54px;
  }
}
.cid-uQJjWILpow .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #13171f;
}
@media (max-width: 767px) {
  .cid-uQJjWILpow .label-text {
    text-align: center !important;
  }
}
.cid-uQJjWILpow .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uQJjWILpow .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uQJjWILpow .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uQJjWILpow .mbr-text {
    text-align: center !important;
  }
}
.cid-uQJjWILpow .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uQJjWILpow .btn-container {
  width: 100%;
  margin-top: auto;
}
.cid-uQJjWILpow .mbr-section-btn .btn {
  padding: 0;
}
.cid-uQJjWILpow .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uQJjWILpow .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uQJjWILpow .col-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-uQJjWILpow .col-cards {
    padding: 0;
    padding-left: 1.8%;
  }
}
@media (min-width: 992px) {
  .cid-uQJjWILpow .col-cards {
    padding-left: 5%;
  }
}
.cid-uQJjWILpow .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}
.cid-uQJjWILpow .cards-wrap:hover {
  background-color: #f0f2f5;
}
.cid-uQJjWILpow .card {
  padding: 30px;
  background-color: #ffffff;
  transition: 0.4s all;
  border-radius: 0;
  width: 240px !important;
  margin: 3px;
}
.cid-uQJjWILpow .card:hover {
  background-color: #f0f2f5;
}
@media (min-width: 768px) {
  .cid-uQJjWILpow .card:hover {
    transform: translate(0px, -10px);
  }
}
.cid-uQJjWILpow .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uQJjWILpow .img-container {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uQJjWILpow .img-container {
    display: flex;
    justify-content: center;
  }
}
.cid-uQJjWILpow .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  position: relative;
}
.cid-uQJjWILpow .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQJjWILpow .img-bg {
  background-color: #f0f2f5;
  min-width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
}
.cid-uQJjWILpow .card-title {
  color: #f0f2f5;
  margin-bottom: 8px;
}
.cid-uQJjWILpow .card-text {
  color: #222222;
  margin-bottom: 0;
  text-align: left;
}
.cid-uQJjWILpow .mbr-section-title,
.cid-uQJjWILpow .mbr-section-btn {
  text-align: center;
}
.cid-uQJjWJnlFW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f9fa;
}
.cid-uQJjWJnlFW .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-uQJjWJnlFW .panel-group {
  border: none;
}
.cid-uQJjWJnlFW .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uQJjWJnlFW .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uQJjWJnlFW .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uQJjWJnlFW .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uQJjWJnlFW .content {
  margin: 5rem auto;
}
.cid-uQJjWJnlFW .img-col {
  padding: 0;
}
.cid-uQJjWJnlFW .img-item {
  height: 100%;
}
.cid-uQJjWJnlFW img {
  height: 100%;
  object-fit: cover;
}
.cid-uQJjWJnlFW .collapsed span {
  transform: rotate(0deg);
}
.cid-uQJjWJnlFW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQJjWJnlFW p {
  margin-bottom: 0.3rem;
}
.cid-uQJjWJnlFW .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-uQJjWJnlFW .panel-title-edit {
  color: #000000;
}
.cid-uQJjWJnlFW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-uQJjWJnlFW .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 10px!important;
}
.cid-uQJjWJnlFW .panel-title-edit,
.cid-uQJjWJnlFW .mbr-iconfont {
  color: #1b2026;
}
.cid-uQJjWJnlFW .panel-text {
  color: #353535;
}
.cid-uQJjWJnlFW H4 {
  color: #777777;
}
.cid-uQJjWJnlFW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQJjWJnlFW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQJjWJnlFW H3 {
  text-align: center;
  color: #4479d9;
}
.cid-uQJjWJnlFW H2 {
  text-align: center;
}
.cid-uQJjWJUHwU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQJjWJUHwU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQJjWJUHwU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQJjWJUHwU .card {
  justify-content: flex-end;
}
.cid-uQJjWJUHwU .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQJjWJUHwU .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uQJjWJUHwU .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uQJjWJUHwU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uQJjWJUHwU .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uQJjWJUHwU .mbr-section-btn .btn::after,
.cid-uQJjWJUHwU .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uQJjWJUHwU .mbr-section-btn .btn:hover,
.cid-uQJjWJUHwU .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uQJjWJUHwU .mbr-section-btn .btn:hover::after,
.cid-uQJjWJUHwU .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uQJjWJUHwU .items-wrapper {
  border-radius: 25px !important;
  margin: 0 -20px;
}
.cid-uQJjWJUHwU .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uQJjWJUHwU .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uQJjWJUHwU .items-wrapper .item .item-wrapper {
  border-radius: 25px !important;
  position: relative;
  height: 100%;
  min-height: 560px;
  padding: 64px 40px 90px 40px;
}
@media (max-width: 992px) {
  .cid-uQJjWJUHwU .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 20px 20px 90px 20px;
  }
}
.cid-uQJjWJUHwU .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQJjWJUHwU .items-wrapper .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uQJjWJUHwU .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #13171f;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-uQJjWJUHwU .items-wrapper .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 10px 10px 0 10px;
  background-color: #ffffff;
  border-radius: 25px 0 23px 0;
  z-index: 2;
}
.cid-uQJjWJUHwU .items-wrapper .item .item-wrapper .icon-card .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 16px;
  background-color: #2c2c2c;
  color: #ffffff;
  border-radius: 100%;
  transition: all .3s ease;
}
.cid-uQJjWJUHwU .items-wrapper .item .item-wrapper .icon-card:hover .mbr-iconfont,
.cid-uQJjWJUHwU .items-wrapper .item .item-wrapper .icon-card:focus .mbr-iconfont {
  background-color: #0295e2;
  transform: rotate(180deg);
}
.cid-uQJjWJUHwU .items-wrapper .item .item-wrapper .icon-card .svg1 {
  position: absolute;
  top: -29px;
  right: 0;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uQJjWJUHwU .items-wrapper .item .item-wrapper .icon-card .svg1 path {
  fill: #ffffff;
}
.cid-uQJjWJUHwU .items-wrapper .item .item-wrapper .icon-card .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uQJjWJUHwU .items-wrapper .item .item-wrapper .icon-card .svg2 path {
  fill: #ffffff;
}
.cid-uQJjWJUHwU .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uQJjWJUHwU .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uQJjWJUHwU .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uQJjWJUHwU .items-wrapper .card_1,
.cid-uQJjWJUHwU .items-wrapper .card_2 {
  padding: 0 !important;
}
.cid-uQJjWJUHwU .items-wrapper .card_1 .item-wrapper {
  min-height: 350px;
}
@media (max-width: 992px) {
  .cid-uQJjWJUHwU .items-wrapper .card_1 .item-wrapper {
    min-height: auto;
  }
}
.cid-uQJjWJUHwU .items-wrapper .card_2 .item-wrapper {
  min-height: 170px;
}
@media (max-width: 992px) {
  .cid-uQJjWJUHwU .items-wrapper .card_2 .item-wrapper {
    min-height: auto;
  }
}
.cid-uQJjWJUHwU .items-wrap {
  padding: 0 20px;
}
.cid-uQJjWJUHwU .mbr-section-title {
  color: #ffffff;
}
.cid-uQJjWJUHwU .mbr-tag {
  color: #adadad;
  text-align: center;
}
.cid-uQJjWJUHwU .item-title {
  color: #ffffff;
}
.cid-uQJjWJUHwU .item-text {
  color: #ffffff;
}
.cid-uQJjWJUHwU .main-btn {
  text-align: right;
}
.cid-uQJjWJUHwU .mbr-section-title,
.cid-uQJjWJUHwU .main-btn {
  color: #212428;
  text-align: center;
}
.cid-uQJjWJUHwU .item-title,
.cid-uQJjWJUHwU .item-btn {
  text-align: right;
}
.cid-uQJjWKzH6Y {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uQJjWKzH6Y .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-uQJjWKzH6Y .mbr-section-title {
  letter-spacing: 0em;
  margin-bottom: 10px !important;
}
.cid-uQJjWKzH6Y .card-img {
  margin-bottom: 1rem;
}
.cid-uQJjWKzH6Y .card-img span {
  font-size: 60px;
}
.cid-uQJjWKzH6Y H1 {
  color: #2c2c2c;
  text-align: center;
}
.cid-uQJjWKzH6Y .mbr-text,
.cid-uQJjWKzH6Y .mbr-section-btn {
  color: #212428;
  text-align: center;
}
.cid-uQJjWL43kT {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uQJjWL43kT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uQJjWL43kT .text-content .mbr-subtitle {
  color: #4c48b9;
}
.cid-uQJjWL43kT .text-content .mbr-section-title {
  color: #d32f2f;
}
.cid-uQJjWL43kT .text-content .mbr-text {
  color: #6b67ce;
}
.cid-uQJjWL43kT .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-uQJjWL43kT .text-content .list-block .card-img {
  width: auto;
}
.cid-uQJjWL43kT .text-content .list-block .card-img span {
  color: #4c48b9;
  font-size: 1.5rem;
}
.cid-uQJjWL43kT .text-content .list-block .list-item-title {
  color: #d32f2f;
  transition: all .3s linear 0s;
}
.cid-uQJjWL43kT .text-content .list-block .list-item-title:hover {
  color: #103178;
}
.cid-uQJjWL43kT .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #6b67ce;
  margin-bottom: 0;
}
.cid-uQJjWL43kT .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-uQJjWL43kT .text-content .social {
  font-size: 1.2rem;
}
.cid-uQJjWL43kT .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-uQJjWL43kT .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-uQJjWL43kT .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-uQJjWL43kT .list-block {
  position: relative;
}
.cid-uQJjWL43kT .list-block h4,
.cid-uQJjWL43kT .list-block p {
  padding-left: 2.625rem;
}
.cid-uQJjWL43kT .card-img {
  display: block;
}
.cid-uQJjWL43kT input,
.cid-uQJjWL43kT textarea {
  border-radius: 0px !important;
  min-height: 1rem;
  padding: 5px 5px !important;
  font-size: 13px;
  color: #ffcb20;
  height: 10px;
}
.cid-uQJjWL43kT .form-control,
.cid-uQJjWL43kT .field-input {
  padding: 13px 20px !important;
  background-color: #f0f2f5;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uQJjWL43kT .form-control:hover,
.cid-uQJjWL43kT .field-input:hover,
.cid-uQJjWL43kT .form-control:focus,
.cid-uQJjWL43kT .field-input:focus {
  background-color: #f0f2f5;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uQJjWL43kT .form-control:focus,
.cid-uQJjWL43kT .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-uQJjWL43kT input::-webkit-input-placeholder,
.cid-uQJjWL43kT textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-uQJjWL43kT input:-moz-placeholder,
.cid-uQJjWL43kT textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-uQJjWL43kT .jq-selectbox li,
.cid-uQJjWL43kT .jq-selectbox li {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uQJjWL43kT .jq-selectbox li:hover,
.cid-uQJjWL43kT .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uQJjWL43kT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f0f2f5;
}
.cid-uQJjWL43kT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f0f2f5;
}
.cid-uQJjWL43kT .mbr-form {
  max-width: 550px;
}
.cid-uQJjWL43kT .mbr-form .content-title {
  margin-bottom: 20px;
}
.cid-uQJjWL43kT .mbr-form .content-subtitle {
  color: #6b67ce;
}
.cid-uQJjWL43kT .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-uQJjWL43kT .mbr-form .btn {
  margin-right: auto !important;
  border-radius: 30px;
  border-color: #d32f2f;
  color: #d32f2f;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-uQJjWL43kT .mbr-form .btn-success:hover {
  background-color: #4c48b9 !important;
  border-color: #4c48b9 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-uQJjWL43kT .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-uQJjWL43kT .mbr-section-title,
  .cid-uQJjWL43kT .content-title,
  .cid-uQJjWL43kT .mbr-section-btn {
    margin-right: auto !important;
  }
}
.cid-uQJjWL43kT .text-content .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uQJjWL43kT .text-content .mbr-subtitle {
  text-align: left;
  color: #212428;
}
.cid-uQJjWL43kT .text-content .list-block .list-item-title {
  color: #191b1f;
}
.cid-uQJjWL43kT H3 {
  color: #13171f;
  text-align: left;
}
.cid-uQJjWL43kT LABEL {
  text-align: left;
}
.cid-uQJjWL43kT .col-auto .mbr-section-btn {
  margin-right: auto !important;
}
.cid-uQJjWLTfCw {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-uQJjWLTfCw .listico {
  padding-right: 1rem;
  color: #dcdfe2;
  font-size: 0.5rem;
}
.cid-uQJjWLTfCw .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uQJjWLTfCw .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-uQJjWLTfCw .mbr-text {
  color: #444;
}
.cid-uQJjWLTfCw h5 {
  margin-bottom: 0;
}
.cid-uQJjWLTfCw .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQJjWLTfCw .socicon {
  color: #9e9e9e;
  font-size: 1.6rem;
}
.cid-uQJjWLTfCw .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uQJjWLTfCw .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-uQJjWLTfCw .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uQJjWLTfCw .social-list a:hover {
  opacity: .4;
}
.cid-uQJjWLTfCw .media-container-row > div {
  padding: 0px;
}
.cid-uQJjWLTfCw .text2 {
  color: #eeeff2;
  text-align: left;
}
.cid-uQJjWLTfCw .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uQJjWLTfCw .group-title SPAN {
  color: #656565;
}
.cid-uQJjWLTfCw .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uQJjWLTfCw .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uQJjWLTfCw h3 {
    margin-bottom: 10px;
  }
}
.cid-uQJjWLTfCw .links SPAN {
  color: #9e9e9e;
}
.cid-uQJjWLTfCw .links,
.cid-uQJjWLTfCw .navbar-brand {
  color: #eeeff2;
}
.cid-uQJjWLTfCw .links,
.cid-uQJjWLTfCw .social-list {
  text-align: left;
}
.cid-uQJjWMCljf.popup-builder {
  background-color: #ffffff;
}
.cid-uQJjWMCljf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQJjWMCljf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQJjWMCljf .modal-content,
.cid-uQJjWMCljf .modal-dialog {
  height: auto;
}
.cid-uQJjWMCljf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQJjWMCljf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQJjWMCljf .form-wrapper .mbr-form .form-group,
  .cid-uQJjWMCljf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQJjWMCljf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQJjWMCljf .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-uQJjWMCljf .mbr-text {
  text-align: center;
}
.cid-uQJjWMCljf .pt-0 {
  padding-top: 0 !important;
}
.cid-uQJjWMCljf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQJjWMCljf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQJjWMCljf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQJjWMCljf .modal-open {
  overflow: hidden;
}
.cid-uQJjWMCljf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQJjWMCljf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQJjWMCljf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQJjWMCljf .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-uQJjWMCljf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQJjWMCljf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQJjWMCljf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQJjWMCljf .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-uQJjWMCljf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQJjWMCljf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQJjWMCljf .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQJjWMCljf .modal-backdrop.show {
  opacity: .5;
}
.cid-uQJjWMCljf .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-uQJjWMCljf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJjWMCljf .modal-header {
    padding: 1rem;
  }
}
.cid-uQJjWMCljf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQJjWMCljf .modal-header .close svg {
  fill: #353535;
}
.cid-uQJjWMCljf .modal-header .close:hover {
  opacity: 1;
}
.cid-uQJjWMCljf .modal-header .close:focus {
  outline: none;
}
.cid-uQJjWMCljf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQJjWMCljf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQJjWMCljf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJjWMCljf .modal-body {
    padding: 1rem;
  }
}
.cid-uQJjWMCljf .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-uQJjWMCljf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJjWMCljf .modal-footer {
    padding: 1rem;
  }
}
.cid-uQJjWMCljf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQJjWMCljf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQJjWMCljf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQJjWMCljf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQJjWMCljf .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uQJjWMCljf .modal-lg,
  .cid-uQJjWMCljf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQJjWMCljf .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQJjWMCljf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQJjWMCljf .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-uQJjWMCljf .form-group {
  margin-bottom: 1rem;
}
.cid-uQJjWMCljf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQJjWMCljf .form-control:hover {
  border-color: #22262b !important;
}
.cid-uQJjWMCljf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQJjWMCljf .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-uQJjWMCljf .mbr-section-btn {
  margin: 0;
}
.cid-uQJjWMCljf .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQJjWMCljf LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uQJjWMCljf .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uQJjWMCljf .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uQJjWNij9a.popup-builder {
  background-color: #ffffff;
}
.cid-uQJjWNij9a.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQJjWNij9a.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQJjWNij9a .modal-content,
.cid-uQJjWNij9a .modal-dialog {
  height: auto;
}
.cid-uQJjWNij9a .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQJjWNij9a .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQJjWNij9a .form-wrapper .mbr-form .form-group,
  .cid-uQJjWNij9a .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQJjWNij9a .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQJjWNij9a .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-uQJjWNij9a .mbr-text {
  text-align: center;
}
.cid-uQJjWNij9a .pt-0 {
  padding-top: 0 !important;
}
.cid-uQJjWNij9a .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQJjWNij9a .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQJjWNij9a .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQJjWNij9a .modal-open {
  overflow: hidden;
}
.cid-uQJjWNij9a .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQJjWNij9a .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQJjWNij9a .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQJjWNij9a .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-uQJjWNij9a .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQJjWNij9a .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQJjWNij9a .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQJjWNij9a .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-uQJjWNij9a .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQJjWNij9a .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQJjWNij9a .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQJjWNij9a .modal-backdrop.show {
  opacity: .5;
}
.cid-uQJjWNij9a .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-uQJjWNij9a .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJjWNij9a .modal-header {
    padding: 1rem;
  }
}
.cid-uQJjWNij9a .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQJjWNij9a .modal-header .close svg {
  fill: #353535;
}
.cid-uQJjWNij9a .modal-header .close:hover {
  opacity: 1;
}
.cid-uQJjWNij9a .modal-header .close:focus {
  outline: none;
}
.cid-uQJjWNij9a .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQJjWNij9a .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQJjWNij9a .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJjWNij9a .modal-body {
    padding: 1rem;
  }
}
.cid-uQJjWNij9a .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-uQJjWNij9a .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJjWNij9a .modal-footer {
    padding: 1rem;
  }
}
.cid-uQJjWNij9a .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQJjWNij9a .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQJjWNij9a .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQJjWNij9a .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQJjWNij9a .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uQJjWNij9a .modal-lg,
  .cid-uQJjWNij9a .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQJjWNij9a .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQJjWNij9a .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQJjWNij9a .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-uQJjWNij9a .form-group {
  margin-bottom: 1rem;
}
.cid-uQJjWNij9a .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQJjWNij9a .form-control:hover {
  border-color: #22262b !important;
}
.cid-uQJjWNij9a .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQJjWNij9a .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-uQJjWNij9a .mbr-section-btn {
  margin: 0;
}
.cid-uQJjWNij9a .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQJjWNij9a LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uQJjWNij9a .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uQJjWNij9a .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uQJjWO1OYK.popup-builder {
  background-color: #ffffff;
}
.cid-uQJjWO1OYK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQJjWO1OYK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQJjWO1OYK .modal-content,
.cid-uQJjWO1OYK .modal-dialog {
  height: auto;
}
.cid-uQJjWO1OYK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQJjWO1OYK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQJjWO1OYK .form-wrapper .mbr-form .form-group,
  .cid-uQJjWO1OYK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQJjWO1OYK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQJjWO1OYK .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-uQJjWO1OYK .mbr-text {
  text-align: center;
}
.cid-uQJjWO1OYK .pt-0 {
  padding-top: 0 !important;
}
.cid-uQJjWO1OYK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQJjWO1OYK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQJjWO1OYK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQJjWO1OYK .modal-open {
  overflow: hidden;
}
.cid-uQJjWO1OYK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQJjWO1OYK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQJjWO1OYK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQJjWO1OYK .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-uQJjWO1OYK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQJjWO1OYK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQJjWO1OYK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQJjWO1OYK .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-uQJjWO1OYK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQJjWO1OYK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQJjWO1OYK .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQJjWO1OYK .modal-backdrop.show {
  opacity: .5;
}
.cid-uQJjWO1OYK .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-uQJjWO1OYK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJjWO1OYK .modal-header {
    padding: 1rem;
  }
}
.cid-uQJjWO1OYK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQJjWO1OYK .modal-header .close svg {
  fill: #353535;
}
.cid-uQJjWO1OYK .modal-header .close:hover {
  opacity: 1;
}
.cid-uQJjWO1OYK .modal-header .close:focus {
  outline: none;
}
.cid-uQJjWO1OYK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQJjWO1OYK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQJjWO1OYK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJjWO1OYK .modal-body {
    padding: 1rem;
  }
}
.cid-uQJjWO1OYK .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-uQJjWO1OYK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJjWO1OYK .modal-footer {
    padding: 1rem;
  }
}
.cid-uQJjWO1OYK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQJjWO1OYK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQJjWO1OYK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQJjWO1OYK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQJjWO1OYK .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uQJjWO1OYK .modal-lg,
  .cid-uQJjWO1OYK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQJjWO1OYK .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQJjWO1OYK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQJjWO1OYK .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-uQJjWO1OYK .form-group {
  margin-bottom: 1rem;
}
.cid-uQJjWO1OYK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQJjWO1OYK .form-control:hover {
  border-color: #22262b !important;
}
.cid-uQJjWO1OYK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQJjWO1OYK .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-uQJjWO1OYK .mbr-section-btn {
  margin: 0;
}
.cid-uQJjWO1OYK .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQJjWO1OYK LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uQJjWO1OYK .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uQJjWO1OYK .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uQJjWOHLmb.popup-builder {
  background-color: #ffffff;
}
.cid-uQJjWOHLmb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQJjWOHLmb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQJjWOHLmb .modal-content,
.cid-uQJjWOHLmb .modal-dialog {
  height: auto;
}
.cid-uQJjWOHLmb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQJjWOHLmb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQJjWOHLmb .form-wrapper .mbr-form .form-group,
  .cid-uQJjWOHLmb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQJjWOHLmb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQJjWOHLmb .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-uQJjWOHLmb .mbr-text {
  text-align: center;
}
.cid-uQJjWOHLmb .pt-0 {
  padding-top: 0 !important;
}
.cid-uQJjWOHLmb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQJjWOHLmb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQJjWOHLmb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQJjWOHLmb .modal-open {
  overflow: hidden;
}
.cid-uQJjWOHLmb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQJjWOHLmb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQJjWOHLmb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQJjWOHLmb .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-uQJjWOHLmb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQJjWOHLmb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQJjWOHLmb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQJjWOHLmb .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-uQJjWOHLmb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQJjWOHLmb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQJjWOHLmb .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQJjWOHLmb .modal-backdrop.show {
  opacity: .5;
}
.cid-uQJjWOHLmb .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-uQJjWOHLmb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJjWOHLmb .modal-header {
    padding: 1rem;
  }
}
.cid-uQJjWOHLmb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQJjWOHLmb .modal-header .close svg {
  fill: #353535;
}
.cid-uQJjWOHLmb .modal-header .close:hover {
  opacity: 1;
}
.cid-uQJjWOHLmb .modal-header .close:focus {
  outline: none;
}
.cid-uQJjWOHLmb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQJjWOHLmb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQJjWOHLmb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJjWOHLmb .modal-body {
    padding: 1rem;
  }
}
.cid-uQJjWOHLmb .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-uQJjWOHLmb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJjWOHLmb .modal-footer {
    padding: 1rem;
  }
}
.cid-uQJjWOHLmb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQJjWOHLmb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQJjWOHLmb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQJjWOHLmb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQJjWOHLmb .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uQJjWOHLmb .modal-lg,
  .cid-uQJjWOHLmb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQJjWOHLmb .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQJjWOHLmb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQJjWOHLmb .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-uQJjWOHLmb .form-group {
  margin-bottom: 1rem;
}
.cid-uQJjWOHLmb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQJjWOHLmb .form-control:hover {
  border-color: #22262b !important;
}
.cid-uQJjWOHLmb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQJjWOHLmb .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-uQJjWOHLmb .mbr-section-btn {
  margin: 0;
}
.cid-uQJjWOHLmb .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQJjWOHLmb LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uQJjWOHLmb .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uQJjWOHLmb .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uQJjWPp5jZ.popup-builder {
  background-color: #ffffff;
}
.cid-uQJjWPp5jZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQJjWPp5jZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQJjWPp5jZ .modal-content,
.cid-uQJjWPp5jZ .modal-dialog {
  height: auto;
}
.cid-uQJjWPp5jZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQJjWPp5jZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQJjWPp5jZ .form-wrapper .mbr-form .form-group,
  .cid-uQJjWPp5jZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQJjWPp5jZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQJjWPp5jZ .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-uQJjWPp5jZ .mbr-text {
  text-align: center;
}
.cid-uQJjWPp5jZ .pt-0 {
  padding-top: 0 !important;
}
.cid-uQJjWPp5jZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQJjWPp5jZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQJjWPp5jZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQJjWPp5jZ .modal-open {
  overflow: hidden;
}
.cid-uQJjWPp5jZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQJjWPp5jZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQJjWPp5jZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQJjWPp5jZ .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-uQJjWPp5jZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQJjWPp5jZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQJjWPp5jZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQJjWPp5jZ .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-uQJjWPp5jZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQJjWPp5jZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQJjWPp5jZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQJjWPp5jZ .modal-backdrop.show {
  opacity: .5;
}
.cid-uQJjWPp5jZ .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-uQJjWPp5jZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJjWPp5jZ .modal-header {
    padding: 1rem;
  }
}
.cid-uQJjWPp5jZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQJjWPp5jZ .modal-header .close svg {
  fill: #353535;
}
.cid-uQJjWPp5jZ .modal-header .close:hover {
  opacity: 1;
}
.cid-uQJjWPp5jZ .modal-header .close:focus {
  outline: none;
}
.cid-uQJjWPp5jZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQJjWPp5jZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQJjWPp5jZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJjWPp5jZ .modal-body {
    padding: 1rem;
  }
}
.cid-uQJjWPp5jZ .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-uQJjWPp5jZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQJjWPp5jZ .modal-footer {
    padding: 1rem;
  }
}
.cid-uQJjWPp5jZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQJjWPp5jZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQJjWPp5jZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQJjWPp5jZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQJjWPp5jZ .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uQJjWPp5jZ .modal-lg,
  .cid-uQJjWPp5jZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQJjWPp5jZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQJjWPp5jZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQJjWPp5jZ .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-uQJjWPp5jZ .form-group {
  margin-bottom: 1rem;
}
.cid-uQJjWPp5jZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQJjWPp5jZ .form-control:hover {
  border-color: #22262b !important;
}
.cid-uQJjWPp5jZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQJjWPp5jZ .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-uQJjWPp5jZ .mbr-section-btn {
  margin: 0;
}
.cid-uQJjWPp5jZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQJjWPp5jZ LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uQJjWPp5jZ .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.cid-uQJjWPp5jZ .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
