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: #353535 !important;
}
.bg-success {
  background-color: #ffcb20 !important;
}
.bg-info {
  background-color: #6b67ce !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #353535 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !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: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-white,
.btn-white:active {
  background-color: #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: #353535;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a0a0a !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: #353535 !important;
  border-color: #353535 !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: #353535;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: 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: #353535 !important;
}
.text-secondary {
  color: #4c48b9 !important;
}
.text-success {
  color: #ffcb20 !important;
}
.text-info {
  color: #6b67ce !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #353535 !important;
}
.text-white {
  color: #333333 !important;
}
.text-black {
  color: #22262b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #020202 !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: #020202 !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: #353535;
}
.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: #353535;
}
.mbr-gallery-filter li.active .btn {
  background-color: #353535;
  border-color: #353535;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #353535;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a8a8a8;
}
.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: #a8a8a8;
}
/* 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: #353535;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #353535;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #353535;
}
.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: #353535;
  border-bottom-color: #353535;
}
.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: #353535 !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='%23353535' %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: #353535 !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
}
.custom-section-btn .btn-white:hover {
  color: #353535 !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: #353535;
  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: #353535 !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-uTddHV4E8R {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uTddHV4E8R .item:focus,
.cid-uTddHV4E8R span:focus {
  outline: none;
}
.cid-uTddHV4E8R .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-uTddHV4E8R .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uTddHV4E8R .item {
    min-height: 45px;
  }
}
.cid-uTddHV4E8R .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #4c48b9;
}
.cid-uTddHV4E8R .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTddHV4E8R .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-uTddHV4E8R .container_1 {
  background-color: #4c48b9;
}
.cid-uTddHV4E8R .container_1 .item_1 {
  color: #ffffff;
  background-color: #4c48b9;
}
.cid-uTddHV4E8R .container_2 {
  background-color: #ffffff;
}
.cid-uTddHV4E8R .container_2 .item_2 {
  color: #212428;
  background-color: #ffffff;
}
.cid-uJfdKpJdNf {
  padding-top: 0rem;
  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: #353535;
  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: #353535;
}
.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-uTdckeqzxp {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
}
.cid-uTdckeqzxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTdckeqzxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTdckeqzxp .row {
  flex-direction: row-reverse;
}
.cid-uTdckeqzxp .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uTdckeqzxp .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uTdckeqzxp .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uTdckeqzxp .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-uTdckeqzxp .col-img {
    height: 705px;
    padding-left: 60px !important;
  }
}
.cid-uTdckeqzxp .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uTdckeqzxp .col-text {
    order: 2;
  }
}
.cid-uTdckeqzxp .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uTdckeqzxp .text-wrapper {
    margin-top: 20px;
  }
}
.cid-uTdckeqzxp .mbr-section-title {
  color: #4a8ad9;
  margin-bottom: 20px;
}
.cid-uTdckeqzxp .mbr-section-subtitle {
  color: #353535;
  margin-bottom: 22px;
}
.cid-uTdckeqzxp .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uTdckeqzxp .mbr-text {
  color: #212529;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uTdckeqzxp .mbr-text {
    padding-right: 0;
  }
}
.cid-uTdckeqzxp .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTdckeqzxp .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uTdckeqzxp .social-container {
    padding-top: 40px;
  }
}
.cid-uTdckeqzxp .social-title {
  color: #212529;
  margin-bottom: 20px;
}
.cid-uTdckeqzxp .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uTdckeqzxp .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-uTdckeqzxp .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-uTdckeqzxp .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212529;
}
.cid-uTdckeqzxp .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uTdckeqzxp .soc-item:hover:before {
  opacity: 1;
}
.cid-uTdckeqzxp .img-box {
  width: 100%;
}
.cid-uTdckeqzxp .img-box img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uTdckeqzxp .img-wrapper {
    position: sticky;
    top: 100px;
    left: 0;
    z-index: 10;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uTdckeqzxp .img-wrapper {
    position: static;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uTdckeqzxp {
    padding-top: 3.5rem;
  }
  .cid-uTdckeqzxp .mbr-section-title {
    text-align: center;
  }
  .cid-uTdckeqzxp .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uThx9YnMrq {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uThx9YnMrq .row {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-uThx9YnMrq .col-text {
    padding: 0 0 0 0;
  }
}
.cid-uThx9YnMrq .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
  background-color: #eff0f0;
}
@media (max-width: 767px) {
  .cid-uThx9YnMrq .text-wrapper {
    text-align: center !important;
    padding-bottom: 54px;
  }
}
.cid-uThx9YnMrq .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #494d9b;
}
@media (max-width: 767px) {
  .cid-uThx9YnMrq .label-text {
    text-align: center !important;
  }
}
.cid-uThx9YnMrq .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uThx9YnMrq .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uThx9YnMrq .mbr-text {
  letter-spacing: inherit;
  color: #212529;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uThx9YnMrq .mbr-text {
    text-align: center !important;
  }
}
.cid-uThx9YnMrq .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uThx9YnMrq .btn-container {
  width: 100%;
  margin-top: auto;
}
.cid-uThx9YnMrq .mbr-section-btn .btn {
  padding: 0;
}
.cid-uThx9YnMrq .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uThx9YnMrq .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uThx9YnMrq .col-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-uThx9YnMrq .col-cards {
    padding: 0;
    padding-left: 1.8%;
  }
}
@media (min-width: 992px) {
  .cid-uThx9YnMrq .col-cards {
    padding-left: 5%;
  }
}
.cid-uThx9YnMrq .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}
.cid-uThx9YnMrq .cards-wrap:hover {
  background-color: #eff0f0;
}
.cid-uThx9YnMrq .card {
  padding: 30px;
  background-color: #ffffff;
  transition: 0.4s all;
  border-radius: 0;
}
.cid-uThx9YnMrq .card:hover {
  background-color: #eff0f0;
}
@media (min-width: 768px) {
  .cid-uThx9YnMrq .card:hover {
    transform: translate(0px, -10px);
  }
}
.cid-uThx9YnMrq .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uThx9YnMrq .img-container {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uThx9YnMrq .img-container {
    display: flex;
    justify-content: center;
  }
}
.cid-uThx9YnMrq .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  position: relative;
}
.cid-uThx9YnMrq .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uThx9YnMrq .img-bg {
  background-color: #eff0f0;
  min-width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
}
.cid-uThx9YnMrq .card-title {
  color: #ffcb20;
  margin-bottom: 8px;
}
.cid-uThx9YnMrq .card-text {
  color: #222222;
  margin-bottom: 0;
  text-align: left;
}
.cid-uThx9YnMrq .mbr-section-title,
.cid-uThx9YnMrq .mbr-section-btn {
  color: #212529;
}
.cid-uJfTIi24Cr {
  padding-top: 75px;
  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: #353535;
}
.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: #353535;
  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: #353535;
  color: #353535;
  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-uTdg5HG24U {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uTdg5HG24U .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-uTdg5HG24U .mbr-section-title {
  margin: 0;
  color: #353535;
}
.cid-uTdg5HG24U .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uTdg5HG24U .card-img span {
  color: #279e64;
}
.cid-uTdg5HG24U .row-item {
  margin-bottom: 2rem;
}
.cid-uTdg5HG24U .row-item:hover .wrapper {
  background: linear-gradient(90deg, #deb737, #ffcb20);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-uTdg5HG24U .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-uTdg5HG24U .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-uTdg5HG24U .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.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: #353535;
  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: #353535 !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: #353535;
  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: #353535 !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: #353535;
  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: #353535 !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: #353535;
  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: #353535 !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: 2rem;
  padding-bottom: 1rem;
  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: #353535;
  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: #353535;
}
.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-uQALPuz0Gb .mbr-section-subtitle {
  color: #353535;
}
.cid-uRHCqgPQKd {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uRHCqgPQKd .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uRHCqgPQKd .team-card:hover {
  transform: translateY(-10px);
}
@media (min-width: 1400px) {
  .cid-uRHCqgPQKd .col-lg-3 {
    padding: 0 1.5rem;
  }
}
.cid-uRHCqgPQKd .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-uRHCqgPQKd .card-wrap:hover {
  box-shadow: 10px 10px 19px rgba(0, 0, 0, 0.1), -5px -5px 5px rgba(0, 0, 0, 0.05);
}
.cid-uRHCqgPQKd .card-wrap:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .cid-uRHCqgPQKd .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uRHCqgPQKd .card-wrap .image-wrap img {
  width: 100%;
  transition: transform 0.4s ease;
  height: 200px;
  object-fit: cover;
}
.cid-uRHCqgPQKd .card-wrap .content-wrap {
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uRHCqgPQKd .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRHCqgPQKd .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uRHCqgPQKd .content-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uRHCqgPQKd .icons-menu {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uRHCqgPQKd .icons-menu {
    justify-content: center;
  }
}
.cid-uRHCqgPQKd .image-wrap {
  clip-path: polygon(100% 0, 100% 100%, 0% 90%, 0% 0%);
}
.cid-uRHCqgPQKd .iconfont-wrapper {
  font-size: 1.2rem;
  padding: 0.4rem 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uRHCqgPQKd .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #353535;
  z-index: 0;
}
.cid-uRHCqgPQKd .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uRHCqgPQKd .mbr-iconfont {
  position: relative;
  fomt-size: 1rem;
  color: #272727;
}
.cid-uRHCqgPQKd .card-text,
.cid-uRHCqgPQKd .mbr-section-btn,
.cid-uRHCqgPQKd .social-row {
  color: #312ca8;
  text-align: center;
}
.cid-uRHCqgPQKd .mbr-role,
.cid-uRHCqgPQKd .social-row {
  color: #353535;
  text-align: left;
}
.cid-uRHCqgPQKd .card-title,
.cid-uRHCqgPQKd .social-row {
  color: #272727;
  text-align: center;
}
.cid-uRHCqgPQKd .mbr-section-title {
  color: #272727;
}
.cid-uRHCqgPQKd .carousel-wrapper {
  position: relative;
}
@media (max-width: 1199px) {
  .cid-uRHCqgPQKd .carousel-wrapper {
    margin: 0;
  }
}
.cid-uRHCqgPQKd .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-uRHCqgPQKd .carousel {
    max-width: 100%;
  }
}
.cid-uRHCqgPQKd .carousel-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uRHCqgPQKd .carousel-inner {
    padding: 0 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-uRHCqgPQKd .carousel-inner {
    padding: 0 0 25px;
  }
}
.cid-uRHCqgPQKd .item-gallery-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-uRHCqgPQKd .item-gallery-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uRHCqgPQKd .item-gallery-wrapper {
    padding: 0 10px;
  }
}
.cid-uRHCqgPQKd .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-uRHCqgPQKd .info-img-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uRHCqgPQKd .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.cid-uRHCqgPQKd .info-img-wrap img {
  width: 100%;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uRHCqgPQKd .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-uRHCqgPQKd .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uRHCqgPQKd .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-uRHCqgPQKd .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffcb20;
}
.cid-uRHCqgPQKd .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-uRHCqgPQKd .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-uRHCqgPQKd .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uRHCqgPQKd .carousel-control {
    display: none;
  }
}
.cid-uRHCqgPQKd .carousel-control:hover {
  background: linear-gradient(to right bottom, #22262b, #22262b) !important;
  color: #ffcb20 !important;
  opacity: 1;
}
.cid-uRHCqgPQKd .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uRHCqgPQKd .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uRHCqgPQKd .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uRHCqgPQKd .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-uRHCqgPQKd .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-uRHCqgPQKd .carousel-indicators li.active,
.cid-uRHCqgPQKd .carousel-indicators li:hover {
  opacity: 1;
  background: #4c48b9 !important;
}
.cid-uRHCqgPQKd .carousel-indicators li::after,
.cid-uRHCqgPQKd .carousel-indicators li::before {
  content: none;
}
.cid-uRHCqgPQKd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uRHCqgPQKd .item-menu-overlay {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .cid-uRHCqgPQKd .carousel-indicators {
    width: 80%;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .cid-uRHCqgPQKd .carousel-indicators {
    width: 95%;
    gap: 10px;
  }
}
.cid-uRHCqgPQKd .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-uRHCqgPQKd .col-lg-3 {
  padding-bottom: 15px;
}
.cid-uRHCqgPQKd .original-price {
  margin-right: 0.5rem;
  color: #888;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 0.6em;
}
.cid-uTc7NGMqhN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uTc7NGMqhN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTc7NGMqhN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTc7NGMqhN .main-row {
  row-gap: 32px;
}
.cid-uTc7NGMqhN .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 3rem 2rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uTc7NGMqhN .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-uTc7NGMqhN .mbr-section-head {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .cid-uTc7NGMqhN .mbr-section-head {
    text-align: center;
  }
}
.cid-uTc7NGMqhN .mbr-section-title {
  color: #494d9b;
}
.cid-uTc7NGMqhN .mbr-section-subtitle {
  margin-top: 16px;
  color: #353535;
}
.cid-uTc7NGMqhN .comment-text {
  margin-top: 16px;
  color: #212529;
}
.cid-uTc7NGMqhN .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uTc7NGMqhN form {
  width: 100%;
}
.cid-uTc7NGMqhN form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uTc7NGMqhN form .dragArea.row {
    justify-content: center;
  }
}
.cid-uTc7NGMqhN form p {
  color: #24262b;
}
.cid-uTc7NGMqhN form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-uTc7NGMqhN form .form-control {
  height: 52px;
  background: #FFFFFF;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1;
  color: #24262b;
  font-weight: 400;
  transition: .3s;
}
.cid-uTc7NGMqhN form .form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uTc7NGMqhN form .form-control::-moz-placeholder {
  color: #c1c1c1;
}
.cid-uTc7NGMqhN form .form-control:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uTc7NGMqhN form .form-control:-ms-input-placeholder {
  color: #c1c1c1;
}
.cid-uTc7NGMqhN form select {
  color: #24262b !important;
}
.cid-uTc7NGMqhN form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 11px 16px;
  resize: none;
}
.cid-uTc7NGMqhN form textarea::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTc7NGMqhN form textarea::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTc7NGMqhN form textarea:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTc7NGMqhN form textarea:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTc7NGMqhN form input,
.cid-uTc7NGMqhN form textarea {
  transition: .3s all;
}
.cid-uTc7NGMqhN form input:active,
.cid-uTc7NGMqhN form textarea:active,
.cid-uTc7NGMqhN form input:focus,
.cid-uTc7NGMqhN form textarea:focus {
  background-color: #FFFFFF !important;
  border-color: #e0e0e0 !important;
  outline: none !important;
}
.cid-uTc7NGMqhN form input:active::-webkit-input-placeholder,
.cid-uTc7NGMqhN form textarea:active::-webkit-input-placeholder,
.cid-uTc7NGMqhN form input:focus::-webkit-input-placeholder,
.cid-uTc7NGMqhN form textarea:focus::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTc7NGMqhN form input:active::-moz-placeholder,
.cid-uTc7NGMqhN form textarea:active::-moz-placeholder,
.cid-uTc7NGMqhN form input:focus::-moz-placeholder,
.cid-uTc7NGMqhN form textarea:focus::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTc7NGMqhN form input:active:-moz-placeholder,
.cid-uTc7NGMqhN form textarea:active:-moz-placeholder,
.cid-uTc7NGMqhN form input:focus:-moz-placeholder,
.cid-uTc7NGMqhN form textarea:focus:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTc7NGMqhN form input:active:-ms-input-placeholder,
.cid-uTc7NGMqhN form textarea:active:-ms-input-placeholder,
.cid-uTc7NGMqhN form input:focus:-ms-input-placeholder,
.cid-uTc7NGMqhN form textarea:focus:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTc7NGMqhN form .row {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.cid-uTc7NGMqhN form .row [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uTc7NGMqhN form .mbr-section-btn {
  margin-bottom: 16px;
  min-width: 152px;
}
@media (min-width: 768px) {
  .cid-uTc7NGMqhN form .mbr-section-btn {
    padding: 0 !important;
    margin-left: -8px !important;
    margin-right: 8px !important;
  }
}
.cid-uTc7NGMqhN form .mbr-section-btn .btn {
  min-height: 52px;
  border-radius: 0 !important;
}
.cid-uTc7NGMqhN form label {
  width: 100%;
  color: #24262b;
  margin-bottom: 8px;
}
.cid-uTc7NGMqhN form .form-check label {
  color: #24262b;
}
.cid-uTc7NGMqhN form .form-check-input {
  border-color: #c1c1c1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uTc7NGMqhN form .form-check-input:focus,
.cid-uTc7NGMqhN form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #24262b !important;
}
.cid-uTc7NGMqhN form .form-check-input:checked {
  border-color: #24262b !important;
  background-color: #24262b !important;
}
.cid-uTc7NGMqhN .img-wrap {
  height: 100%;
  min-height: 400px;
}
.cid-uTc7NGMqhN .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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: #353535;
}
.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: #353535;
  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-uTcRXCigRr {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTcRXCigRr .row {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-uTcRXCigRr .col-text {
    padding: 0 0 0 0;
  }
}
.cid-uTcRXCigRr .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
  background-color: #eff0f0;
}
@media (max-width: 767px) {
  .cid-uTcRXCigRr .text-wrapper {
    text-align: center !important;
    padding-bottom: 54px;
  }
}
.cid-uTcRXCigRr .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #494d9b;
}
@media (max-width: 767px) {
  .cid-uTcRXCigRr .label-text {
    text-align: center !important;
  }
}
.cid-uTcRXCigRr .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uTcRXCigRr .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uTcRXCigRr .mbr-text {
  letter-spacing: inherit;
  color: #212529;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uTcRXCigRr .mbr-text {
    text-align: center !important;
  }
}
.cid-uTcRXCigRr .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uTcRXCigRr .btn-container {
  width: 100%;
  margin-top: auto;
}
.cid-uTcRXCigRr .mbr-section-btn .btn {
  padding: 0;
}
.cid-uTcRXCigRr .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uTcRXCigRr .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uTcRXCigRr .col-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-uTcRXCigRr .col-cards {
    padding: 0;
    padding-left: 1.8%;
  }
}
@media (min-width: 992px) {
  .cid-uTcRXCigRr .col-cards {
    padding-left: 5%;
  }
}
.cid-uTcRXCigRr .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}
.cid-uTcRXCigRr .cards-wrap:hover {
  background-color: #eff0f0;
}
.cid-uTcRXCigRr .card {
  padding: 30px;
  background-color: #ffffff;
  transition: 0.4s all;
  border-radius: 0;
}
.cid-uTcRXCigRr .card:hover {
  background-color: #eff0f0;
}
@media (min-width: 768px) {
  .cid-uTcRXCigRr .card:hover {
    transform: translate(0px, -10px);
  }
}
.cid-uTcRXCigRr .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uTcRXCigRr .img-container {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uTcRXCigRr .img-container {
    display: flex;
    justify-content: center;
  }
}
.cid-uTcRXCigRr .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  position: relative;
}
.cid-uTcRXCigRr .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTcRXCigRr .img-bg {
  background-color: #eff0f0;
  min-width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
}
.cid-uTcRXCigRr .card-title {
  color: #ffcb20;
  margin-bottom: 8px;
}
.cid-uTcRXCigRr .card-text {
  color: #222222;
  margin-bottom: 0;
  text-align: left;
}
.cid-uTcRXCigRr .mbr-section-title,
.cid-uTcRXCigRr .mbr-section-btn {
  color: #212529;
}
.cid-uTbNu9D0y4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8f9fa;
}
.cid-uTbNu9D0y4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbNu9D0y4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbNu9D0y4 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uTbNu9D0y4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTbNu9D0y4 .panel-group .card {
  position: relative;
  padding: 20px 30px 20px 50px;
  margin-top: 20px;
  border: none;
  background-color: #6164a1;
}
@media (max-width: 992px) {
  .cid-uTbNu9D0y4 .panel-group .card {
    margin-top: 16px;
    padding: 30px 20px;
  }
}
.cid-uTbNu9D0y4 .panel-group .card:first-child {
  margin-top: 0 !important;
}
.cid-uTbNu9D0y4 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uTbNu9D0y4 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uTbNu9D0y4 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTbNu9D0y4 .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uTbNu9D0y4 .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uTbNu9D0y4 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  color: #212529;
  background-color: #f8f9fa;
  font-size: 36px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uTbNu9D0y4 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 22px;
  }
}
.cid-uTbNu9D0y4 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
  background-color: #f47451;
}
.cid-uTbNu9D0y4 .panel-group .card .panel-collapse .panel-body {
  margin-top: 20px;
}
.cid-uTbNu9D0y4 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTbNu9D0y4 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uTbNu9D0y4 .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-uTbNu9D0y4 .panel-title-edit {
  color: #ffffff;
}
.cid-uTbNu9D0y4 .panel-text {
  color: #000c3f;
}
.cid-uTbNu9D0y4 .panel-text,
.cid-uTbNu9D0y4 .panel-body {
  color: #ffffff;
}
.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-uTdhMpn8bX {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uTdhMpn8bX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uTdhMpn8bX .text-content .mbr-subtitle {
  color: #4c48b9;
}
.cid-uTdhMpn8bX .text-content .mbr-section-title {
  color: #353535;
}
.cid-uTdhMpn8bX .text-content .mbr-text {
  color: #6b67ce;
}
.cid-uTdhMpn8bX .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-uTdhMpn8bX .text-content .list-block .card-img {
  width: auto;
}
.cid-uTdhMpn8bX .text-content .list-block .card-img span {
  color: #4c48b9;
  font-size: 1.5rem;
}
.cid-uTdhMpn8bX .text-content .list-block .list-item-title {
  color: #353535;
  transition: all .3s linear 0s;
}
.cid-uTdhMpn8bX .text-content .list-block .list-item-title:hover {
  color: #103178;
}
.cid-uTdhMpn8bX .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #6b67ce;
  margin-bottom: 0;
}
.cid-uTdhMpn8bX .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-uTdhMpn8bX .text-content .social {
  font-size: 1.2rem;
}
.cid-uTdhMpn8bX .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-uTdhMpn8bX .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-uTdhMpn8bX .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-uTdhMpn8bX .list-block {
  position: relative;
}
.cid-uTdhMpn8bX .list-block h4,
.cid-uTdhMpn8bX .list-block p {
  padding-left: 2.625rem;
}
.cid-uTdhMpn8bX .card-img {
  display: block;
}
.cid-uTdhMpn8bX input,
.cid-uTdhMpn8bX textarea {
  border-radius: 0px !important;
  min-height: 1rem;
  padding: 5px 5px !important;
  font-size: 13px;
  color: #ffcb20;
  height: 10px;
}
.cid-uTdhMpn8bX .form-control,
.cid-uTdhMpn8bX .field-input {
  padding: 13px 20px !important;
  background-color: #f0f2f5;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uTdhMpn8bX .form-control:hover,
.cid-uTdhMpn8bX .field-input:hover,
.cid-uTdhMpn8bX .form-control:focus,
.cid-uTdhMpn8bX .field-input:focus {
  background-color: #f0f2f5;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uTdhMpn8bX .form-control:focus,
.cid-uTdhMpn8bX .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-uTdhMpn8bX input::-webkit-input-placeholder,
.cid-uTdhMpn8bX textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-uTdhMpn8bX input:-moz-placeholder,
.cid-uTdhMpn8bX textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-uTdhMpn8bX .jq-selectbox li,
.cid-uTdhMpn8bX .jq-selectbox li {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uTdhMpn8bX .jq-selectbox li:hover,
.cid-uTdhMpn8bX .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uTdhMpn8bX .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f0f2f5;
}
.cid-uTdhMpn8bX .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f0f2f5;
}
.cid-uTdhMpn8bX .mbr-form {
  max-width: 550px;
}
.cid-uTdhMpn8bX .mbr-form .content-title {
  margin-bottom: 20px;
}
.cid-uTdhMpn8bX .mbr-form .content-subtitle {
  color: #6b67ce;
}
.cid-uTdhMpn8bX .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-uTdhMpn8bX .mbr-form .btn {
  margin-right: auto !important;
  border-radius: 30px;
  border-color: #353535;
  color: #353535;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-uTdhMpn8bX .mbr-form .btn-success:hover {
  background-color: #4c48b9 !important;
  border-color: #4c48b9 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-uTdhMpn8bX .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-uTdhMpn8bX .mbr-section-title,
  .cid-uTdhMpn8bX .content-title,
  .cid-uTdhMpn8bX .mbr-section-btn {
    margin-right: auto !important;
  }
}
.cid-uTdhMpn8bX .text-content .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uTdhMpn8bX .text-content .mbr-subtitle {
  text-align: left;
  color: #212428;
}
.cid-uTdhMpn8bX .text-content .list-block .list-item-title {
  color: #191b1f;
}
.cid-uTdhMpn8bX H3 {
  color: #13171f;
  text-align: left;
}
.cid-uTdhMpn8bX LABEL {
  text-align: left;
}
.cid-uTdhMpn8bX .col-auto .mbr-section-btn {
  margin-right: auto !important;
}
.cid-uTdhNk4aNE {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uTdhNk4aNE .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-uTdhNk4aNE .mbr-section-title {
  margin: 0;
  color: #353535;
}
.cid-uTdhNk4aNE .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uTdhNk4aNE .card-img span {
  color: #279e64;
}
.cid-uTdhNk4aNE .row-item {
  margin-bottom: 2rem;
}
.cid-uTdhNk4aNE .row-item:hover .wrapper {
  background: linear-gradient(90deg, #deb737, #ffcb20);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-uTdhNk4aNE .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-uTdhNk4aNE .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-uTdhNk4aNE .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.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-uRUgJnSMD5.popup-builder {
  background-color: #ffffff;
}
.cid-uRUgJnSMD5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uRUgJnSMD5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uRUgJnSMD5 .modal-content,
.cid-uRUgJnSMD5 .modal-dialog {
  height: auto;
}
.cid-uRUgJnSMD5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uRUgJnSMD5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uRUgJnSMD5 .form-wrapper .mbr-form .form-group,
  .cid-uRUgJnSMD5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uRUgJnSMD5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uRUgJnSMD5 .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-uRUgJnSMD5 .mbr-text {
  text-align: center;
}
.cid-uRUgJnSMD5 .pt-0 {
  padding-top: 0 !important;
}
.cid-uRUgJnSMD5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uRUgJnSMD5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uRUgJnSMD5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uRUgJnSMD5 .modal-open {
  overflow: hidden;
}
.cid-uRUgJnSMD5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uRUgJnSMD5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uRUgJnSMD5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uRUgJnSMD5 .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-uRUgJnSMD5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uRUgJnSMD5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uRUgJnSMD5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uRUgJnSMD5 .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-uRUgJnSMD5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uRUgJnSMD5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uRUgJnSMD5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uRUgJnSMD5 .modal-backdrop.show {
  opacity: .5;
}
.cid-uRUgJnSMD5 .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-uRUgJnSMD5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUgJnSMD5 .modal-header {
    padding: 1rem;
  }
}
.cid-uRUgJnSMD5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uRUgJnSMD5 .modal-header .close svg {
  fill: #353535;
}
.cid-uRUgJnSMD5 .modal-header .close:hover {
  opacity: 1;
}
.cid-uRUgJnSMD5 .modal-header .close:focus {
  outline: none;
}
.cid-uRUgJnSMD5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uRUgJnSMD5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uRUgJnSMD5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUgJnSMD5 .modal-body {
    padding: 1rem;
  }
}
.cid-uRUgJnSMD5 .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-uRUgJnSMD5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUgJnSMD5 .modal-footer {
    padding: 1rem;
  }
}
.cid-uRUgJnSMD5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uRUgJnSMD5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uRUgJnSMD5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uRUgJnSMD5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uRUgJnSMD5 .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uRUgJnSMD5 .modal-lg,
  .cid-uRUgJnSMD5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uRUgJnSMD5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uRUgJnSMD5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uRUgJnSMD5 .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-uRUgJnSMD5 .form-group {
  margin-bottom: 1rem;
}
.cid-uRUgJnSMD5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uRUgJnSMD5 .form-control:hover {
  border-color: #22262b !important;
}
.cid-uRUgJnSMD5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uRUgJnSMD5 .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-uRUgJnSMD5 .mbr-section-btn {
  margin: 0;
}
.cid-uRUgJnSMD5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uRUgJnSMD5 LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uRUgJnSMD5 .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-uRUgJnSMD5 .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uRUhJmHy4g.popup-builder {
  background-color: #ffffff;
}
.cid-uRUhJmHy4g.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uRUhJmHy4g.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uRUhJmHy4g .modal-content,
.cid-uRUhJmHy4g .modal-dialog {
  height: auto;
}
.cid-uRUhJmHy4g .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uRUhJmHy4g .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uRUhJmHy4g .form-wrapper .mbr-form .form-group,
  .cid-uRUhJmHy4g .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uRUhJmHy4g .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uRUhJmHy4g .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-uRUhJmHy4g .mbr-text {
  text-align: center;
}
.cid-uRUhJmHy4g .pt-0 {
  padding-top: 0 !important;
}
.cid-uRUhJmHy4g .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uRUhJmHy4g .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uRUhJmHy4g .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uRUhJmHy4g .modal-open {
  overflow: hidden;
}
.cid-uRUhJmHy4g .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uRUhJmHy4g .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uRUhJmHy4g .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uRUhJmHy4g .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-uRUhJmHy4g .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uRUhJmHy4g .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uRUhJmHy4g .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uRUhJmHy4g .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-uRUhJmHy4g .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uRUhJmHy4g .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uRUhJmHy4g .modal-backdrop.fade {
  opacity: 0;
}
.cid-uRUhJmHy4g .modal-backdrop.show {
  opacity: .5;
}
.cid-uRUhJmHy4g .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-uRUhJmHy4g .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUhJmHy4g .modal-header {
    padding: 1rem;
  }
}
.cid-uRUhJmHy4g .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uRUhJmHy4g .modal-header .close svg {
  fill: #353535;
}
.cid-uRUhJmHy4g .modal-header .close:hover {
  opacity: 1;
}
.cid-uRUhJmHy4g .modal-header .close:focus {
  outline: none;
}
.cid-uRUhJmHy4g .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uRUhJmHy4g .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uRUhJmHy4g .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUhJmHy4g .modal-body {
    padding: 1rem;
  }
}
.cid-uRUhJmHy4g .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-uRUhJmHy4g .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUhJmHy4g .modal-footer {
    padding: 1rem;
  }
}
.cid-uRUhJmHy4g .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uRUhJmHy4g .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uRUhJmHy4g .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uRUhJmHy4g .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uRUhJmHy4g .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uRUhJmHy4g .modal-lg,
  .cid-uRUhJmHy4g .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uRUhJmHy4g .modal-xl {
    max-width: 1140px;
  }
}
.cid-uRUhJmHy4g .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uRUhJmHy4g .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-uRUhJmHy4g .form-group {
  margin-bottom: 1rem;
}
.cid-uRUhJmHy4g .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uRUhJmHy4g .form-control:hover {
  border-color: #22262b !important;
}
.cid-uRUhJmHy4g .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uRUhJmHy4g .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-uRUhJmHy4g .mbr-section-btn {
  margin: 0;
}
.cid-uRUhJmHy4g .mbr-section-btn .btn {
  margin: 0;
}
.cid-uRUhJmHy4g LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uRUhJmHy4g .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-uRUhJmHy4g .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uRUhTEAlDY.popup-builder {
  background-color: #ffffff;
}
.cid-uRUhTEAlDY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uRUhTEAlDY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uRUhTEAlDY .modal-content,
.cid-uRUhTEAlDY .modal-dialog {
  height: auto;
}
.cid-uRUhTEAlDY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uRUhTEAlDY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uRUhTEAlDY .form-wrapper .mbr-form .form-group,
  .cid-uRUhTEAlDY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uRUhTEAlDY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uRUhTEAlDY .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-uRUhTEAlDY .mbr-text {
  text-align: center;
}
.cid-uRUhTEAlDY .pt-0 {
  padding-top: 0 !important;
}
.cid-uRUhTEAlDY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uRUhTEAlDY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uRUhTEAlDY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uRUhTEAlDY .modal-open {
  overflow: hidden;
}
.cid-uRUhTEAlDY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uRUhTEAlDY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uRUhTEAlDY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uRUhTEAlDY .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-uRUhTEAlDY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uRUhTEAlDY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uRUhTEAlDY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uRUhTEAlDY .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-uRUhTEAlDY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uRUhTEAlDY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uRUhTEAlDY .modal-backdrop.fade {
  opacity: 0;
}
.cid-uRUhTEAlDY .modal-backdrop.show {
  opacity: .5;
}
.cid-uRUhTEAlDY .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-uRUhTEAlDY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUhTEAlDY .modal-header {
    padding: 1rem;
  }
}
.cid-uRUhTEAlDY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uRUhTEAlDY .modal-header .close svg {
  fill: #353535;
}
.cid-uRUhTEAlDY .modal-header .close:hover {
  opacity: 1;
}
.cid-uRUhTEAlDY .modal-header .close:focus {
  outline: none;
}
.cid-uRUhTEAlDY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uRUhTEAlDY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uRUhTEAlDY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUhTEAlDY .modal-body {
    padding: 1rem;
  }
}
.cid-uRUhTEAlDY .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-uRUhTEAlDY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUhTEAlDY .modal-footer {
    padding: 1rem;
  }
}
.cid-uRUhTEAlDY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uRUhTEAlDY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uRUhTEAlDY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uRUhTEAlDY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uRUhTEAlDY .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uRUhTEAlDY .modal-lg,
  .cid-uRUhTEAlDY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uRUhTEAlDY .modal-xl {
    max-width: 1140px;
  }
}
.cid-uRUhTEAlDY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uRUhTEAlDY .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-uRUhTEAlDY .form-group {
  margin-bottom: 1rem;
}
.cid-uRUhTEAlDY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uRUhTEAlDY .form-control:hover {
  border-color: #22262b !important;
}
.cid-uRUhTEAlDY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uRUhTEAlDY .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-uRUhTEAlDY .mbr-section-btn {
  margin: 0;
}
.cid-uRUhTEAlDY .mbr-section-btn .btn {
  margin: 0;
}
.cid-uRUhTEAlDY LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uRUhTEAlDY .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-uRUhTEAlDY .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uRUi1Coqlf.popup-builder {
  background-color: #ffffff;
}
.cid-uRUi1Coqlf.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uRUi1Coqlf.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uRUi1Coqlf .modal-content,
.cid-uRUi1Coqlf .modal-dialog {
  height: auto;
}
.cid-uRUi1Coqlf .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uRUi1Coqlf .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uRUi1Coqlf .form-wrapper .mbr-form .form-group,
  .cid-uRUi1Coqlf .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uRUi1Coqlf .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uRUi1Coqlf .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-uRUi1Coqlf .mbr-text {
  text-align: center;
}
.cid-uRUi1Coqlf .pt-0 {
  padding-top: 0 !important;
}
.cid-uRUi1Coqlf .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uRUi1Coqlf .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uRUi1Coqlf .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uRUi1Coqlf .modal-open {
  overflow: hidden;
}
.cid-uRUi1Coqlf .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uRUi1Coqlf .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uRUi1Coqlf .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uRUi1Coqlf .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-uRUi1Coqlf .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uRUi1Coqlf .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uRUi1Coqlf .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uRUi1Coqlf .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-uRUi1Coqlf .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uRUi1Coqlf .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uRUi1Coqlf .modal-backdrop.fade {
  opacity: 0;
}
.cid-uRUi1Coqlf .modal-backdrop.show {
  opacity: .5;
}
.cid-uRUi1Coqlf .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-uRUi1Coqlf .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUi1Coqlf .modal-header {
    padding: 1rem;
  }
}
.cid-uRUi1Coqlf .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uRUi1Coqlf .modal-header .close svg {
  fill: #353535;
}
.cid-uRUi1Coqlf .modal-header .close:hover {
  opacity: 1;
}
.cid-uRUi1Coqlf .modal-header .close:focus {
  outline: none;
}
.cid-uRUi1Coqlf .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uRUi1Coqlf .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uRUi1Coqlf .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUi1Coqlf .modal-body {
    padding: 1rem;
  }
}
.cid-uRUi1Coqlf .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-uRUi1Coqlf .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUi1Coqlf .modal-footer {
    padding: 1rem;
  }
}
.cid-uRUi1Coqlf .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uRUi1Coqlf .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uRUi1Coqlf .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uRUi1Coqlf .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uRUi1Coqlf .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uRUi1Coqlf .modal-lg,
  .cid-uRUi1Coqlf .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uRUi1Coqlf .modal-xl {
    max-width: 1140px;
  }
}
.cid-uRUi1Coqlf .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uRUi1Coqlf .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-uRUi1Coqlf .form-group {
  margin-bottom: 1rem;
}
.cid-uRUi1Coqlf .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uRUi1Coqlf .form-control:hover {
  border-color: #22262b !important;
}
.cid-uRUi1Coqlf .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uRUi1Coqlf .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-uRUi1Coqlf .mbr-section-btn {
  margin: 0;
}
.cid-uRUi1Coqlf .mbr-section-btn .btn {
  margin: 0;
}
.cid-uRUi1Coqlf LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uRUi1Coqlf .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-uRUi1Coqlf .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uRUi896HQQ.popup-builder {
  background-color: #ffffff;
}
.cid-uRUi896HQQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uRUi896HQQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uRUi896HQQ .modal-content,
.cid-uRUi896HQQ .modal-dialog {
  height: auto;
}
.cid-uRUi896HQQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uRUi896HQQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uRUi896HQQ .form-wrapper .mbr-form .form-group,
  .cid-uRUi896HQQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uRUi896HQQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uRUi896HQQ .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-uRUi896HQQ .mbr-text {
  text-align: center;
}
.cid-uRUi896HQQ .pt-0 {
  padding-top: 0 !important;
}
.cid-uRUi896HQQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uRUi896HQQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uRUi896HQQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uRUi896HQQ .modal-open {
  overflow: hidden;
}
.cid-uRUi896HQQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uRUi896HQQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uRUi896HQQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uRUi896HQQ .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-uRUi896HQQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uRUi896HQQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uRUi896HQQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uRUi896HQQ .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-uRUi896HQQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uRUi896HQQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uRUi896HQQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uRUi896HQQ .modal-backdrop.show {
  opacity: .5;
}
.cid-uRUi896HQQ .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-uRUi896HQQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUi896HQQ .modal-header {
    padding: 1rem;
  }
}
.cid-uRUi896HQQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uRUi896HQQ .modal-header .close svg {
  fill: #353535;
}
.cid-uRUi896HQQ .modal-header .close:hover {
  opacity: 1;
}
.cid-uRUi896HQQ .modal-header .close:focus {
  outline: none;
}
.cid-uRUi896HQQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uRUi896HQQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uRUi896HQQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUi896HQQ .modal-body {
    padding: 1rem;
  }
}
.cid-uRUi896HQQ .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-uRUi896HQQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUi896HQQ .modal-footer {
    padding: 1rem;
  }
}
.cid-uRUi896HQQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uRUi896HQQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uRUi896HQQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uRUi896HQQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uRUi896HQQ .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uRUi896HQQ .modal-lg,
  .cid-uRUi896HQQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uRUi896HQQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uRUi896HQQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uRUi896HQQ .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-uRUi896HQQ .form-group {
  margin-bottom: 1rem;
}
.cid-uRUi896HQQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uRUi896HQQ .form-control:hover {
  border-color: #22262b !important;
}
.cid-uRUi896HQQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uRUi896HQQ .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-uRUi896HQQ .mbr-section-btn {
  margin: 0;
}
.cid-uRUi896HQQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uRUi896HQQ LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uRUi896HQQ .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-uRUi896HQQ .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uRUir8nd7B.popup-builder {
  background-color: #ffffff;
}
.cid-uRUir8nd7B.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uRUir8nd7B.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uRUir8nd7B .modal-content,
.cid-uRUir8nd7B .modal-dialog {
  height: auto;
}
.cid-uRUir8nd7B .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uRUir8nd7B .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uRUir8nd7B .form-wrapper .mbr-form .form-group,
  .cid-uRUir8nd7B .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uRUir8nd7B .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uRUir8nd7B .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-uRUir8nd7B .mbr-text {
  text-align: center;
}
.cid-uRUir8nd7B .pt-0 {
  padding-top: 0 !important;
}
.cid-uRUir8nd7B .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uRUir8nd7B .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uRUir8nd7B .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uRUir8nd7B .modal-open {
  overflow: hidden;
}
.cid-uRUir8nd7B .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uRUir8nd7B .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uRUir8nd7B .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uRUir8nd7B .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-uRUir8nd7B .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uRUir8nd7B .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uRUir8nd7B .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uRUir8nd7B .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-uRUir8nd7B .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uRUir8nd7B .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uRUir8nd7B .modal-backdrop.fade {
  opacity: 0;
}
.cid-uRUir8nd7B .modal-backdrop.show {
  opacity: .5;
}
.cid-uRUir8nd7B .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-uRUir8nd7B .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUir8nd7B .modal-header {
    padding: 1rem;
  }
}
.cid-uRUir8nd7B .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uRUir8nd7B .modal-header .close svg {
  fill: #353535;
}
.cid-uRUir8nd7B .modal-header .close:hover {
  opacity: 1;
}
.cid-uRUir8nd7B .modal-header .close:focus {
  outline: none;
}
.cid-uRUir8nd7B .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uRUir8nd7B .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uRUir8nd7B .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUir8nd7B .modal-body {
    padding: 1rem;
  }
}
.cid-uRUir8nd7B .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-uRUir8nd7B .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUir8nd7B .modal-footer {
    padding: 1rem;
  }
}
.cid-uRUir8nd7B .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uRUir8nd7B .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uRUir8nd7B .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uRUir8nd7B .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uRUir8nd7B .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uRUir8nd7B .modal-lg,
  .cid-uRUir8nd7B .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uRUir8nd7B .modal-xl {
    max-width: 1140px;
  }
}
.cid-uRUir8nd7B .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uRUir8nd7B .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-uRUir8nd7B .form-group {
  margin-bottom: 1rem;
}
.cid-uRUir8nd7B .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uRUir8nd7B .form-control:hover {
  border-color: #22262b !important;
}
.cid-uRUir8nd7B .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uRUir8nd7B .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-uRUir8nd7B .mbr-section-btn {
  margin: 0;
}
.cid-uRUir8nd7B .mbr-section-btn .btn {
  margin: 0;
}
.cid-uRUir8nd7B LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uRUir8nd7B .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-uRUir8nd7B .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uRUivEpu5j.popup-builder {
  background-color: #ffffff;
}
.cid-uRUivEpu5j.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uRUivEpu5j.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uRUivEpu5j .modal-content,
.cid-uRUivEpu5j .modal-dialog {
  height: auto;
}
.cid-uRUivEpu5j .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uRUivEpu5j .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uRUivEpu5j .form-wrapper .mbr-form .form-group,
  .cid-uRUivEpu5j .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uRUivEpu5j .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uRUivEpu5j .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-uRUivEpu5j .mbr-text {
  text-align: center;
}
.cid-uRUivEpu5j .pt-0 {
  padding-top: 0 !important;
}
.cid-uRUivEpu5j .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uRUivEpu5j .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uRUivEpu5j .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uRUivEpu5j .modal-open {
  overflow: hidden;
}
.cid-uRUivEpu5j .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uRUivEpu5j .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uRUivEpu5j .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uRUivEpu5j .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-uRUivEpu5j .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uRUivEpu5j .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uRUivEpu5j .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uRUivEpu5j .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-uRUivEpu5j .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uRUivEpu5j .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uRUivEpu5j .modal-backdrop.fade {
  opacity: 0;
}
.cid-uRUivEpu5j .modal-backdrop.show {
  opacity: .5;
}
.cid-uRUivEpu5j .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-uRUivEpu5j .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUivEpu5j .modal-header {
    padding: 1rem;
  }
}
.cid-uRUivEpu5j .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uRUivEpu5j .modal-header .close svg {
  fill: #353535;
}
.cid-uRUivEpu5j .modal-header .close:hover {
  opacity: 1;
}
.cid-uRUivEpu5j .modal-header .close:focus {
  outline: none;
}
.cid-uRUivEpu5j .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uRUivEpu5j .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uRUivEpu5j .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUivEpu5j .modal-body {
    padding: 1rem;
  }
}
.cid-uRUivEpu5j .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-uRUivEpu5j .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUivEpu5j .modal-footer {
    padding: 1rem;
  }
}
.cid-uRUivEpu5j .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uRUivEpu5j .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uRUivEpu5j .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uRUivEpu5j .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uRUivEpu5j .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uRUivEpu5j .modal-lg,
  .cid-uRUivEpu5j .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uRUivEpu5j .modal-xl {
    max-width: 1140px;
  }
}
.cid-uRUivEpu5j .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uRUivEpu5j .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-uRUivEpu5j .form-group {
  margin-bottom: 1rem;
}
.cid-uRUivEpu5j .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uRUivEpu5j .form-control:hover {
  border-color: #22262b !important;
}
.cid-uRUivEpu5j .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uRUivEpu5j .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-uRUivEpu5j .mbr-section-btn {
  margin: 0;
}
.cid-uRUivEpu5j .mbr-section-btn .btn {
  margin: 0;
}
.cid-uRUivEpu5j LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uRUivEpu5j .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-uRUivEpu5j .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: #353535;
  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: #353535 !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: #353535;
  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: #353535 !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: 5rem;
  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: #353535;
  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-uTd3PNwqVP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uTd3PNwqVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTd3PNwqVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTd3PNwqVP .main-row {
  row-gap: 32px;
}
.cid-uTd3PNwqVP .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 3rem 2rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uTd3PNwqVP .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-uTd3PNwqVP .mbr-section-head {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .cid-uTd3PNwqVP .mbr-section-head {
    text-align: center;
  }
}
.cid-uTd3PNwqVP .mbr-section-title {
  color: #494d9b;
}
.cid-uTd3PNwqVP .mbr-section-subtitle {
  margin-top: 16px;
  color: #353535;
}
.cid-uTd3PNwqVP .comment-text {
  margin-top: 16px;
  color: #212529;
}
.cid-uTd3PNwqVP .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uTd3PNwqVP form {
  width: 100%;
}
.cid-uTd3PNwqVP form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uTd3PNwqVP form .dragArea.row {
    justify-content: center;
  }
}
.cid-uTd3PNwqVP form p {
  color: #24262b;
}
.cid-uTd3PNwqVP form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-uTd3PNwqVP form .form-control {
  height: 52px;
  background: #FFFFFF;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1;
  color: #24262b;
  font-weight: 400;
  transition: .3s;
}
.cid-uTd3PNwqVP form .form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uTd3PNwqVP form .form-control::-moz-placeholder {
  color: #c1c1c1;
}
.cid-uTd3PNwqVP form .form-control:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uTd3PNwqVP form .form-control:-ms-input-placeholder {
  color: #c1c1c1;
}
.cid-uTd3PNwqVP form select {
  color: #24262b !important;
}
.cid-uTd3PNwqVP form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 11px 16px;
  resize: none;
}
.cid-uTd3PNwqVP form textarea::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTd3PNwqVP form textarea::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTd3PNwqVP form textarea:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTd3PNwqVP form textarea:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTd3PNwqVP form input,
.cid-uTd3PNwqVP form textarea {
  transition: .3s all;
}
.cid-uTd3PNwqVP form input:active,
.cid-uTd3PNwqVP form textarea:active,
.cid-uTd3PNwqVP form input:focus,
.cid-uTd3PNwqVP form textarea:focus {
  background-color: #FFFFFF !important;
  border-color: #e0e0e0 !important;
  outline: none !important;
}
.cid-uTd3PNwqVP form input:active::-webkit-input-placeholder,
.cid-uTd3PNwqVP form textarea:active::-webkit-input-placeholder,
.cid-uTd3PNwqVP form input:focus::-webkit-input-placeholder,
.cid-uTd3PNwqVP form textarea:focus::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTd3PNwqVP form input:active::-moz-placeholder,
.cid-uTd3PNwqVP form textarea:active::-moz-placeholder,
.cid-uTd3PNwqVP form input:focus::-moz-placeholder,
.cid-uTd3PNwqVP form textarea:focus::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTd3PNwqVP form input:active:-moz-placeholder,
.cid-uTd3PNwqVP form textarea:active:-moz-placeholder,
.cid-uTd3PNwqVP form input:focus:-moz-placeholder,
.cid-uTd3PNwqVP form textarea:focus:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTd3PNwqVP form input:active:-ms-input-placeholder,
.cid-uTd3PNwqVP form textarea:active:-ms-input-placeholder,
.cid-uTd3PNwqVP form input:focus:-ms-input-placeholder,
.cid-uTd3PNwqVP form textarea:focus:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTd3PNwqVP form .row {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.cid-uTd3PNwqVP form .row [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uTd3PNwqVP form .mbr-section-btn {
  margin-bottom: 16px;
  min-width: 152px;
}
@media (min-width: 768px) {
  .cid-uTd3PNwqVP form .mbr-section-btn {
    padding: 0 !important;
    margin-left: -8px !important;
    margin-right: 8px !important;
  }
}
.cid-uTd3PNwqVP form .mbr-section-btn .btn {
  min-height: 52px;
  border-radius: 0 !important;
}
.cid-uTd3PNwqVP form label {
  width: 100%;
  color: #24262b;
  margin-bottom: 8px;
}
.cid-uTd3PNwqVP form .form-check label {
  color: #24262b;
}
.cid-uTd3PNwqVP form .form-check-input {
  border-color: #c1c1c1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uTd3PNwqVP form .form-check-input:focus,
.cid-uTd3PNwqVP form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #24262b !important;
}
.cid-uTd3PNwqVP form .form-check-input:checked {
  border-color: #24262b !important;
  background-color: #24262b !important;
}
.cid-uTd3PNwqVP .img-wrap {
  height: 100%;
  min-height: 400px;
}
.cid-uTd3PNwqVP .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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: #353535;
}
.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-uTd6Z9wRR6 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
}
.cid-uTd6Z9wRR6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTd6Z9wRR6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTd6Z9wRR6 .row {
  flex-direction: row-reverse;
}
.cid-uTd6Z9wRR6 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uTd6Z9wRR6 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uTd6Z9wRR6 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uTd6Z9wRR6 .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-uTd6Z9wRR6 .col-img {
    height: 705px;
    padding-left: 60px !important;
  }
}
.cid-uTd6Z9wRR6 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uTd6Z9wRR6 .col-text {
    order: 2;
  }
}
.cid-uTd6Z9wRR6 .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uTd6Z9wRR6 .text-wrapper {
    margin-top: 20px;
  }
}
.cid-uTd6Z9wRR6 .mbr-section-title {
  color: #4a8ad9;
  margin-bottom: 20px;
}
.cid-uTd6Z9wRR6 .mbr-section-subtitle {
  color: #353535;
  margin-bottom: 22px;
}
.cid-uTd6Z9wRR6 .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uTd6Z9wRR6 .mbr-text {
  color: #212529;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uTd6Z9wRR6 .mbr-text {
    padding-right: 0;
  }
}
.cid-uTd6Z9wRR6 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTd6Z9wRR6 .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uTd6Z9wRR6 .social-container {
    padding-top: 40px;
  }
}
.cid-uTd6Z9wRR6 .social-title {
  color: #212529;
  margin-bottom: 20px;
}
.cid-uTd6Z9wRR6 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uTd6Z9wRR6 .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-uTd6Z9wRR6 .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-uTd6Z9wRR6 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212529;
}
.cid-uTd6Z9wRR6 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uTd6Z9wRR6 .soc-item:hover:before {
  opacity: 1;
}
.cid-uTd6Z9wRR6 .img-box {
  width: 100%;
}
.cid-uTd6Z9wRR6 .img-box img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uTd6Z9wRR6 .img-wrapper {
    position: sticky;
    top: 100px;
    left: 0;
    z-index: 10;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uTd6Z9wRR6 .img-wrapper {
    position: static;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uTd6Z9wRR6 {
    padding-top: 3.5rem;
  }
  .cid-uTd6Z9wRR6 .mbr-section-title {
    text-align: center;
  }
  .cid-uTd6Z9wRR6 .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uThxL1xmkq {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uThxL1xmkq .row {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-uThxL1xmkq .col-text {
    padding: 0 0 0 0;
  }
}
.cid-uThxL1xmkq .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
  background-color: #eff0f0;
}
@media (max-width: 767px) {
  .cid-uThxL1xmkq .text-wrapper {
    text-align: center !important;
    padding-bottom: 54px;
  }
}
.cid-uThxL1xmkq .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #494d9b;
}
@media (max-width: 767px) {
  .cid-uThxL1xmkq .label-text {
    text-align: center !important;
  }
}
.cid-uThxL1xmkq .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uThxL1xmkq .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uThxL1xmkq .mbr-text {
  letter-spacing: inherit;
  color: #212529;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uThxL1xmkq .mbr-text {
    text-align: center !important;
  }
}
.cid-uThxL1xmkq .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uThxL1xmkq .btn-container {
  width: 100%;
  margin-top: auto;
}
.cid-uThxL1xmkq .mbr-section-btn .btn {
  padding: 0;
}
.cid-uThxL1xmkq .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uThxL1xmkq .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uThxL1xmkq .col-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-uThxL1xmkq .col-cards {
    padding: 0;
    padding-left: 1.8%;
  }
}
@media (min-width: 992px) {
  .cid-uThxL1xmkq .col-cards {
    padding-left: 5%;
  }
}
.cid-uThxL1xmkq .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}
.cid-uThxL1xmkq .cards-wrap:hover {
  background-color: #eff0f0;
}
.cid-uThxL1xmkq .card {
  padding: 30px;
  background-color: #ffffff;
  transition: 0.4s all;
  border-radius: 0;
}
.cid-uThxL1xmkq .card:hover {
  background-color: #eff0f0;
}
@media (min-width: 768px) {
  .cid-uThxL1xmkq .card:hover {
    transform: translate(0px, -10px);
  }
}
.cid-uThxL1xmkq .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uThxL1xmkq .img-container {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uThxL1xmkq .img-container {
    display: flex;
    justify-content: center;
  }
}
.cid-uThxL1xmkq .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  position: relative;
}
.cid-uThxL1xmkq .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uThxL1xmkq .img-bg {
  background-color: #eff0f0;
  min-width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
}
.cid-uThxL1xmkq .card-title {
  color: #ffcb20;
  margin-bottom: 8px;
}
.cid-uThxL1xmkq .card-text {
  color: #222222;
  margin-bottom: 0;
  text-align: left;
}
.cid-uThxL1xmkq .mbr-section-title,
.cid-uThxL1xmkq .mbr-section-btn {
  color: #212529;
}
.cid-uTdbL6rQmu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8f9fa;
}
.cid-uTdbL6rQmu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTdbL6rQmu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTdbL6rQmu .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uTdbL6rQmu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTdbL6rQmu .panel-group .card {
  position: relative;
  padding: 20px 30px 20px 50px;
  margin-top: 20px;
  border: none;
  background-color: #6164a1;
}
@media (max-width: 992px) {
  .cid-uTdbL6rQmu .panel-group .card {
    margin-top: 16px;
    padding: 30px 20px;
  }
}
.cid-uTdbL6rQmu .panel-group .card:first-child {
  margin-top: 0 !important;
}
.cid-uTdbL6rQmu .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uTdbL6rQmu .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uTdbL6rQmu .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTdbL6rQmu .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uTdbL6rQmu .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uTdbL6rQmu .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  color: #212529;
  background-color: #f8f9fa;
  font-size: 36px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uTdbL6rQmu .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 22px;
  }
}
.cid-uTdbL6rQmu .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
  background-color: #f47451;
}
.cid-uTdbL6rQmu .panel-group .card .panel-collapse .panel-body {
  margin-top: 20px;
}
.cid-uTdbL6rQmu .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTdbL6rQmu .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uTdbL6rQmu .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-uTdbL6rQmu .panel-title-edit {
  color: #ffffff;
}
.cid-uTdbL6rQmu .panel-text {
  color: #000c3f;
}
.cid-uTdbL6rQmu .panel-text,
.cid-uTdbL6rQmu .panel-body {
  color: #ffffff;
}
.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-uTdiuk9kKO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uTdiuk9kKO .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uTdiuk9kKO .text-content .mbr-subtitle {
  color: #4c48b9;
}
.cid-uTdiuk9kKO .text-content .mbr-section-title {
  color: #353535;
}
.cid-uTdiuk9kKO .text-content .mbr-text {
  color: #6b67ce;
}
.cid-uTdiuk9kKO .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-uTdiuk9kKO .text-content .list-block .card-img {
  width: auto;
}
.cid-uTdiuk9kKO .text-content .list-block .card-img span {
  color: #4c48b9;
  font-size: 1.5rem;
}
.cid-uTdiuk9kKO .text-content .list-block .list-item-title {
  color: #353535;
  transition: all .3s linear 0s;
}
.cid-uTdiuk9kKO .text-content .list-block .list-item-title:hover {
  color: #103178;
}
.cid-uTdiuk9kKO .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #6b67ce;
  margin-bottom: 0;
}
.cid-uTdiuk9kKO .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-uTdiuk9kKO .text-content .social {
  font-size: 1.2rem;
}
.cid-uTdiuk9kKO .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-uTdiuk9kKO .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-uTdiuk9kKO .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-uTdiuk9kKO .list-block {
  position: relative;
}
.cid-uTdiuk9kKO .list-block h4,
.cid-uTdiuk9kKO .list-block p {
  padding-left: 2.625rem;
}
.cid-uTdiuk9kKO .card-img {
  display: block;
}
.cid-uTdiuk9kKO input,
.cid-uTdiuk9kKO textarea {
  border-radius: 0px !important;
  min-height: 1rem;
  padding: 5px 5px !important;
  font-size: 13px;
  color: #ffcb20;
  height: 10px;
}
.cid-uTdiuk9kKO .form-control,
.cid-uTdiuk9kKO .field-input {
  padding: 13px 20px !important;
  background-color: #f0f2f5;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uTdiuk9kKO .form-control:hover,
.cid-uTdiuk9kKO .field-input:hover,
.cid-uTdiuk9kKO .form-control:focus,
.cid-uTdiuk9kKO .field-input:focus {
  background-color: #f0f2f5;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uTdiuk9kKO .form-control:focus,
.cid-uTdiuk9kKO .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-uTdiuk9kKO input::-webkit-input-placeholder,
.cid-uTdiuk9kKO textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-uTdiuk9kKO input:-moz-placeholder,
.cid-uTdiuk9kKO textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-uTdiuk9kKO .jq-selectbox li,
.cid-uTdiuk9kKO .jq-selectbox li {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uTdiuk9kKO .jq-selectbox li:hover,
.cid-uTdiuk9kKO .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uTdiuk9kKO .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f0f2f5;
}
.cid-uTdiuk9kKO .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f0f2f5;
}
.cid-uTdiuk9kKO .mbr-form {
  max-width: 550px;
}
.cid-uTdiuk9kKO .mbr-form .content-title {
  margin-bottom: 20px;
}
.cid-uTdiuk9kKO .mbr-form .content-subtitle {
  color: #6b67ce;
}
.cid-uTdiuk9kKO .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-uTdiuk9kKO .mbr-form .btn {
  margin-right: auto !important;
  border-radius: 30px;
  border-color: #353535;
  color: #353535;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-uTdiuk9kKO .mbr-form .btn-success:hover {
  background-color: #4c48b9 !important;
  border-color: #4c48b9 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-uTdiuk9kKO .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-uTdiuk9kKO .mbr-section-title,
  .cid-uTdiuk9kKO .content-title,
  .cid-uTdiuk9kKO .mbr-section-btn {
    margin-right: auto !important;
  }
}
.cid-uTdiuk9kKO .text-content .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uTdiuk9kKO .text-content .mbr-subtitle {
  text-align: left;
  color: #212428;
}
.cid-uTdiuk9kKO .text-content .list-block .list-item-title {
  color: #191b1f;
}
.cid-uTdiuk9kKO H3 {
  color: #13171f;
  text-align: left;
}
.cid-uTdiuk9kKO LABEL {
  text-align: left;
}
.cid-uTdiuk9kKO .col-auto .mbr-section-btn {
  margin-right: auto !important;
}
.cid-uTdivaNOAU {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uTdivaNOAU .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-uTdivaNOAU .mbr-section-title {
  margin: 0;
  color: #353535;
}
.cid-uTdivaNOAU .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uTdivaNOAU .card-img span {
  color: #279e64;
}
.cid-uTdivaNOAU .row-item {
  margin-bottom: 2rem;
}
.cid-uTdivaNOAU .row-item:hover .wrapper {
  background: linear-gradient(90deg, #deb737, #ffcb20);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-uTdivaNOAU .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-uTdivaNOAU .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-uTdivaNOAU .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.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-uRUjISPM81.popup-builder {
  background-color: #ffffff;
}
.cid-uRUjISPM81.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uRUjISPM81.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uRUjISPM81 .modal-content,
.cid-uRUjISPM81 .modal-dialog {
  height: auto;
}
.cid-uRUjISPM81 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uRUjISPM81 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uRUjISPM81 .form-wrapper .mbr-form .form-group,
  .cid-uRUjISPM81 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uRUjISPM81 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uRUjISPM81 .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-uRUjISPM81 .mbr-text {
  text-align: center;
}
.cid-uRUjISPM81 .pt-0 {
  padding-top: 0 !important;
}
.cid-uRUjISPM81 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uRUjISPM81 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uRUjISPM81 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uRUjISPM81 .modal-open {
  overflow: hidden;
}
.cid-uRUjISPM81 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uRUjISPM81 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uRUjISPM81 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uRUjISPM81 .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-uRUjISPM81 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uRUjISPM81 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uRUjISPM81 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uRUjISPM81 .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-uRUjISPM81 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uRUjISPM81 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uRUjISPM81 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uRUjISPM81 .modal-backdrop.show {
  opacity: .5;
}
.cid-uRUjISPM81 .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-uRUjISPM81 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUjISPM81 .modal-header {
    padding: 1rem;
  }
}
.cid-uRUjISPM81 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uRUjISPM81 .modal-header .close svg {
  fill: #353535;
}
.cid-uRUjISPM81 .modal-header .close:hover {
  opacity: 1;
}
.cid-uRUjISPM81 .modal-header .close:focus {
  outline: none;
}
.cid-uRUjISPM81 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uRUjISPM81 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uRUjISPM81 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUjISPM81 .modal-body {
    padding: 1rem;
  }
}
.cid-uRUjISPM81 .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-uRUjISPM81 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUjISPM81 .modal-footer {
    padding: 1rem;
  }
}
.cid-uRUjISPM81 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uRUjISPM81 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uRUjISPM81 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uRUjISPM81 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uRUjISPM81 .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uRUjISPM81 .modal-lg,
  .cid-uRUjISPM81 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uRUjISPM81 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uRUjISPM81 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uRUjISPM81 .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-uRUjISPM81 .form-group {
  margin-bottom: 1rem;
}
.cid-uRUjISPM81 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uRUjISPM81 .form-control:hover {
  border-color: #22262b !important;
}
.cid-uRUjISPM81 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uRUjISPM81 .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-uRUjISPM81 .mbr-section-btn {
  margin: 0;
}
.cid-uRUjISPM81 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uRUjISPM81 LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uRUjISPM81 .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-uRUjISPM81 .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uRUjN4relb.popup-builder {
  background-color: #ffffff;
}
.cid-uRUjN4relb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uRUjN4relb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uRUjN4relb .modal-content,
.cid-uRUjN4relb .modal-dialog {
  height: auto;
}
.cid-uRUjN4relb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uRUjN4relb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uRUjN4relb .form-wrapper .mbr-form .form-group,
  .cid-uRUjN4relb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uRUjN4relb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uRUjN4relb .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-uRUjN4relb .mbr-text {
  text-align: center;
}
.cid-uRUjN4relb .pt-0 {
  padding-top: 0 !important;
}
.cid-uRUjN4relb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uRUjN4relb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uRUjN4relb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uRUjN4relb .modal-open {
  overflow: hidden;
}
.cid-uRUjN4relb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uRUjN4relb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uRUjN4relb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uRUjN4relb .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-uRUjN4relb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uRUjN4relb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uRUjN4relb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uRUjN4relb .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-uRUjN4relb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uRUjN4relb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uRUjN4relb .modal-backdrop.fade {
  opacity: 0;
}
.cid-uRUjN4relb .modal-backdrop.show {
  opacity: .5;
}
.cid-uRUjN4relb .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-uRUjN4relb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUjN4relb .modal-header {
    padding: 1rem;
  }
}
.cid-uRUjN4relb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uRUjN4relb .modal-header .close svg {
  fill: #353535;
}
.cid-uRUjN4relb .modal-header .close:hover {
  opacity: 1;
}
.cid-uRUjN4relb .modal-header .close:focus {
  outline: none;
}
.cid-uRUjN4relb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uRUjN4relb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uRUjN4relb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUjN4relb .modal-body {
    padding: 1rem;
  }
}
.cid-uRUjN4relb .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-uRUjN4relb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUjN4relb .modal-footer {
    padding: 1rem;
  }
}
.cid-uRUjN4relb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uRUjN4relb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uRUjN4relb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uRUjN4relb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uRUjN4relb .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uRUjN4relb .modal-lg,
  .cid-uRUjN4relb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uRUjN4relb .modal-xl {
    max-width: 1140px;
  }
}
.cid-uRUjN4relb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uRUjN4relb .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-uRUjN4relb .form-group {
  margin-bottom: 1rem;
}
.cid-uRUjN4relb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uRUjN4relb .form-control:hover {
  border-color: #22262b !important;
}
.cid-uRUjN4relb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uRUjN4relb .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-uRUjN4relb .mbr-section-btn {
  margin: 0;
}
.cid-uRUjN4relb .mbr-section-btn .btn {
  margin: 0;
}
.cid-uRUjN4relb LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uRUjN4relb .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-uRUjN4relb .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uRUjR7XlfB.popup-builder {
  background-color: #ffffff;
}
.cid-uRUjR7XlfB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uRUjR7XlfB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uRUjR7XlfB .modal-content,
.cid-uRUjR7XlfB .modal-dialog {
  height: auto;
}
.cid-uRUjR7XlfB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uRUjR7XlfB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uRUjR7XlfB .form-wrapper .mbr-form .form-group,
  .cid-uRUjR7XlfB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uRUjR7XlfB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uRUjR7XlfB .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-uRUjR7XlfB .mbr-text {
  text-align: center;
}
.cid-uRUjR7XlfB .pt-0 {
  padding-top: 0 !important;
}
.cid-uRUjR7XlfB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uRUjR7XlfB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uRUjR7XlfB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uRUjR7XlfB .modal-open {
  overflow: hidden;
}
.cid-uRUjR7XlfB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uRUjR7XlfB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uRUjR7XlfB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uRUjR7XlfB .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-uRUjR7XlfB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uRUjR7XlfB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uRUjR7XlfB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uRUjR7XlfB .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-uRUjR7XlfB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uRUjR7XlfB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uRUjR7XlfB .modal-backdrop.fade {
  opacity: 0;
}
.cid-uRUjR7XlfB .modal-backdrop.show {
  opacity: .5;
}
.cid-uRUjR7XlfB .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-uRUjR7XlfB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUjR7XlfB .modal-header {
    padding: 1rem;
  }
}
.cid-uRUjR7XlfB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uRUjR7XlfB .modal-header .close svg {
  fill: #353535;
}
.cid-uRUjR7XlfB .modal-header .close:hover {
  opacity: 1;
}
.cid-uRUjR7XlfB .modal-header .close:focus {
  outline: none;
}
.cid-uRUjR7XlfB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uRUjR7XlfB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uRUjR7XlfB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUjR7XlfB .modal-body {
    padding: 1rem;
  }
}
.cid-uRUjR7XlfB .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-uRUjR7XlfB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUjR7XlfB .modal-footer {
    padding: 1rem;
  }
}
.cid-uRUjR7XlfB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uRUjR7XlfB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uRUjR7XlfB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uRUjR7XlfB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uRUjR7XlfB .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uRUjR7XlfB .modal-lg,
  .cid-uRUjR7XlfB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uRUjR7XlfB .modal-xl {
    max-width: 1140px;
  }
}
.cid-uRUjR7XlfB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uRUjR7XlfB .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-uRUjR7XlfB .form-group {
  margin-bottom: 1rem;
}
.cid-uRUjR7XlfB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uRUjR7XlfB .form-control:hover {
  border-color: #22262b !important;
}
.cid-uRUjR7XlfB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uRUjR7XlfB .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-uRUjR7XlfB .mbr-section-btn {
  margin: 0;
}
.cid-uRUjR7XlfB .mbr-section-btn .btn {
  margin: 0;
}
.cid-uRUjR7XlfB LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uRUjR7XlfB .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-uRUjR7XlfB .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: #353535;
  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: #353535 !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-uROxeDpH6q {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uROxeDpH6q .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uROxeDpH6q .team-card:hover {
  transform: translateY(-10px);
}
@media (min-width: 1400px) {
  .cid-uROxeDpH6q .col-lg-3 {
    padding: 0 1.5rem;
  }
}
.cid-uROxeDpH6q .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-uROxeDpH6q .card-wrap:hover {
  box-shadow: 10px 10px 19px rgba(0, 0, 0, 0.1), -5px -5px 5px rgba(0, 0, 0, 0.05);
}
.cid-uROxeDpH6q .card-wrap:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .cid-uROxeDpH6q .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uROxeDpH6q .card-wrap .image-wrap img {
  width: 100%;
  transition: transform 0.4s ease;
  height: 200px;
  object-fit: cover;
}
.cid-uROxeDpH6q .card-wrap .content-wrap {
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uROxeDpH6q .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uROxeDpH6q .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uROxeDpH6q .content-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uROxeDpH6q .icons-menu {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uROxeDpH6q .icons-menu {
    justify-content: center;
  }
}
.cid-uROxeDpH6q .image-wrap {
  clip-path: polygon(100% 0, 100% 100%, 0% 90%, 0% 0%);
}
.cid-uROxeDpH6q .iconfont-wrapper {
  font-size: 1.2rem;
  padding: 0.4rem 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uROxeDpH6q .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #353535;
  z-index: 0;
}
.cid-uROxeDpH6q .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uROxeDpH6q .mbr-iconfont {
  position: relative;
  fomt-size: 1rem;
  color: #272727;
}
.cid-uROxeDpH6q .card-text,
.cid-uROxeDpH6q .mbr-section-btn,
.cid-uROxeDpH6q .social-row {
  color: #312ca8;
  text-align: center;
}
.cid-uROxeDpH6q .mbr-role,
.cid-uROxeDpH6q .social-row {
  color: #353535;
  text-align: left;
}
.cid-uROxeDpH6q .card-title,
.cid-uROxeDpH6q .social-row {
  color: #272727;
  text-align: center;
}
.cid-uROxeDpH6q .mbr-section-title {
  color: #272727;
}
.cid-uROxeDpH6q .carousel-wrapper {
  position: relative;
}
@media (max-width: 1199px) {
  .cid-uROxeDpH6q .carousel-wrapper {
    margin: 0;
  }
}
.cid-uROxeDpH6q .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-uROxeDpH6q .carousel {
    max-width: 100%;
  }
}
.cid-uROxeDpH6q .carousel-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uROxeDpH6q .carousel-inner {
    padding: 0 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-uROxeDpH6q .carousel-inner {
    padding: 0 0 25px;
  }
}
.cid-uROxeDpH6q .item-gallery-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-uROxeDpH6q .item-gallery-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uROxeDpH6q .item-gallery-wrapper {
    padding: 0 10px;
  }
}
.cid-uROxeDpH6q .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-uROxeDpH6q .info-img-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uROxeDpH6q .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.cid-uROxeDpH6q .info-img-wrap img {
  width: 100%;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uROxeDpH6q .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-uROxeDpH6q .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uROxeDpH6q .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-uROxeDpH6q .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffcb20;
}
.cid-uROxeDpH6q .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-uROxeDpH6q .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-uROxeDpH6q .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uROxeDpH6q .carousel-control {
    display: none;
  }
}
.cid-uROxeDpH6q .carousel-control:hover {
  background: linear-gradient(to right bottom, #22262b, #22262b) !important;
  color: #ffcb20 !important;
  opacity: 1;
}
.cid-uROxeDpH6q .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uROxeDpH6q .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uROxeDpH6q .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uROxeDpH6q .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-uROxeDpH6q .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-uROxeDpH6q .carousel-indicators li.active,
.cid-uROxeDpH6q .carousel-indicators li:hover {
  opacity: 1;
  background: #4c48b9 !important;
}
.cid-uROxeDpH6q .carousel-indicators li::after,
.cid-uROxeDpH6q .carousel-indicators li::before {
  content: none;
}
.cid-uROxeDpH6q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uROxeDpH6q .item-menu-overlay {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .cid-uROxeDpH6q .carousel-indicators {
    width: 80%;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .cid-uROxeDpH6q .carousel-indicators {
    width: 95%;
    gap: 10px;
  }
}
.cid-uROxeDpH6q .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-uROxeDpH6q .col-lg-3 {
  padding-bottom: 15px;
}
.cid-uROxeDpH6q .original-price {
  margin-right: 0.5rem;
  color: #888;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 0.6em;
}
.cid-uROyN0APpl {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uROyN0APpl .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uROyN0APpl .team-card:hover {
  transform: translateY(-10px);
}
@media (min-width: 1400px) {
  .cid-uROyN0APpl .col-lg-3 {
    padding: 0 1.5rem;
  }
}
.cid-uROyN0APpl .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-uROyN0APpl .card-wrap:hover {
  box-shadow: 10px 10px 19px rgba(0, 0, 0, 0.1), -5px -5px 5px rgba(0, 0, 0, 0.05);
}
.cid-uROyN0APpl .card-wrap:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .cid-uROyN0APpl .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uROyN0APpl .card-wrap .image-wrap img {
  width: 100%;
  transition: transform 0.4s ease;
  height: 200px;
  object-fit: cover;
}
.cid-uROyN0APpl .card-wrap .content-wrap {
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uROyN0APpl .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uROyN0APpl .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uROyN0APpl .content-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uROyN0APpl .icons-menu {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uROyN0APpl .icons-menu {
    justify-content: center;
  }
}
.cid-uROyN0APpl .image-wrap {
  clip-path: polygon(100% 0, 100% 100%, 0% 90%, 0% 0%);
}
.cid-uROyN0APpl .iconfont-wrapper {
  font-size: 1.2rem;
  padding: 0.4rem 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uROyN0APpl .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #353535;
  z-index: 0;
}
.cid-uROyN0APpl .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uROyN0APpl .mbr-iconfont {
  position: relative;
  fomt-size: 1rem;
  color: #272727;
}
.cid-uROyN0APpl .card-text,
.cid-uROyN0APpl .mbr-section-btn,
.cid-uROyN0APpl .social-row {
  color: #312ca8;
  text-align: center;
}
.cid-uROyN0APpl .mbr-role,
.cid-uROyN0APpl .social-row {
  color: #353535;
  text-align: left;
}
.cid-uROyN0APpl .card-title,
.cid-uROyN0APpl .social-row {
  color: #272727;
  text-align: center;
}
.cid-uROyN0APpl .mbr-section-title {
  color: #272727;
}
.cid-uROyN0APpl .carousel-wrapper {
  position: relative;
}
@media (max-width: 1199px) {
  .cid-uROyN0APpl .carousel-wrapper {
    margin: 0;
  }
}
.cid-uROyN0APpl .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-uROyN0APpl .carousel {
    max-width: 100%;
  }
}
.cid-uROyN0APpl .carousel-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uROyN0APpl .carousel-inner {
    padding: 0 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-uROyN0APpl .carousel-inner {
    padding: 0 0 25px;
  }
}
.cid-uROyN0APpl .item-gallery-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-uROyN0APpl .item-gallery-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uROyN0APpl .item-gallery-wrapper {
    padding: 0 10px;
  }
}
.cid-uROyN0APpl .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-uROyN0APpl .info-img-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uROyN0APpl .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.cid-uROyN0APpl .info-img-wrap img {
  width: 100%;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uROyN0APpl .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-uROyN0APpl .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uROyN0APpl .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-uROyN0APpl .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffcb20;
}
.cid-uROyN0APpl .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-uROyN0APpl .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-uROyN0APpl .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uROyN0APpl .carousel-control {
    display: none;
  }
}
.cid-uROyN0APpl .carousel-control:hover {
  background: linear-gradient(to right bottom, #22262b, #22262b) !important;
  color: #ffcb20 !important;
  opacity: 1;
}
.cid-uROyN0APpl .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uROyN0APpl .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uROyN0APpl .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uROyN0APpl .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-uROyN0APpl .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-uROyN0APpl .carousel-indicators li.active,
.cid-uROyN0APpl .carousel-indicators li:hover {
  opacity: 1;
  background: #4c48b9 !important;
}
.cid-uROyN0APpl .carousel-indicators li::after,
.cid-uROyN0APpl .carousel-indicators li::before {
  content: none;
}
.cid-uROyN0APpl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uROyN0APpl .item-menu-overlay {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .cid-uROyN0APpl .carousel-indicators {
    width: 80%;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .cid-uROyN0APpl .carousel-indicators {
    width: 95%;
    gap: 10px;
  }
}
.cid-uROyN0APpl .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-uROyN0APpl .col-lg-3 {
  padding-bottom: 15px;
}
.cid-uROyN0APpl .original-price {
  margin-right: 0.5rem;
  color: #888;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 0.6em;
}
.cid-uTd3i4HTyy {
  padding-top: 0rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uTd3i4HTyy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTd3i4HTyy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTd3i4HTyy .main-row {
  row-gap: 32px;
}
.cid-uTd3i4HTyy .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 3rem 2rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uTd3i4HTyy .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-uTd3i4HTyy .mbr-section-head {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .cid-uTd3i4HTyy .mbr-section-head {
    text-align: center;
  }
}
.cid-uTd3i4HTyy .mbr-section-title {
  color: #494d9b;
}
.cid-uTd3i4HTyy .mbr-section-subtitle {
  margin-top: 16px;
  color: #353535;
}
.cid-uTd3i4HTyy .comment-text {
  margin-top: 16px;
  color: #212529;
}
.cid-uTd3i4HTyy .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uTd3i4HTyy form {
  width: 100%;
}
.cid-uTd3i4HTyy form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uTd3i4HTyy form .dragArea.row {
    justify-content: center;
  }
}
.cid-uTd3i4HTyy form p {
  color: #24262b;
}
.cid-uTd3i4HTyy form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-uTd3i4HTyy form .form-control {
  height: 52px;
  background: #FFFFFF;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1;
  color: #24262b;
  font-weight: 400;
  transition: .3s;
}
.cid-uTd3i4HTyy form .form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uTd3i4HTyy form .form-control::-moz-placeholder {
  color: #c1c1c1;
}
.cid-uTd3i4HTyy form .form-control:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uTd3i4HTyy form .form-control:-ms-input-placeholder {
  color: #c1c1c1;
}
.cid-uTd3i4HTyy form select {
  color: #24262b !important;
}
.cid-uTd3i4HTyy form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 11px 16px;
  resize: none;
}
.cid-uTd3i4HTyy form textarea::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTd3i4HTyy form textarea::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTd3i4HTyy form textarea:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTd3i4HTyy form textarea:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTd3i4HTyy form input,
.cid-uTd3i4HTyy form textarea {
  transition: .3s all;
}
.cid-uTd3i4HTyy form input:active,
.cid-uTd3i4HTyy form textarea:active,
.cid-uTd3i4HTyy form input:focus,
.cid-uTd3i4HTyy form textarea:focus {
  background-color: #FFFFFF !important;
  border-color: #e0e0e0 !important;
  outline: none !important;
}
.cid-uTd3i4HTyy form input:active::-webkit-input-placeholder,
.cid-uTd3i4HTyy form textarea:active::-webkit-input-placeholder,
.cid-uTd3i4HTyy form input:focus::-webkit-input-placeholder,
.cid-uTd3i4HTyy form textarea:focus::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTd3i4HTyy form input:active::-moz-placeholder,
.cid-uTd3i4HTyy form textarea:active::-moz-placeholder,
.cid-uTd3i4HTyy form input:focus::-moz-placeholder,
.cid-uTd3i4HTyy form textarea:focus::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTd3i4HTyy form input:active:-moz-placeholder,
.cid-uTd3i4HTyy form textarea:active:-moz-placeholder,
.cid-uTd3i4HTyy form input:focus:-moz-placeholder,
.cid-uTd3i4HTyy form textarea:focus:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTd3i4HTyy form input:active:-ms-input-placeholder,
.cid-uTd3i4HTyy form textarea:active:-ms-input-placeholder,
.cid-uTd3i4HTyy form input:focus:-ms-input-placeholder,
.cid-uTd3i4HTyy form textarea:focus:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTd3i4HTyy form .row {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.cid-uTd3i4HTyy form .row [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uTd3i4HTyy form .mbr-section-btn {
  margin-bottom: 16px;
  min-width: 152px;
}
@media (min-width: 768px) {
  .cid-uTd3i4HTyy form .mbr-section-btn {
    padding: 0 !important;
    margin-left: -8px !important;
    margin-right: 8px !important;
  }
}
.cid-uTd3i4HTyy form .mbr-section-btn .btn {
  min-height: 52px;
  border-radius: 0 !important;
}
.cid-uTd3i4HTyy form label {
  width: 100%;
  color: #24262b;
  margin-bottom: 8px;
}
.cid-uTd3i4HTyy form .form-check label {
  color: #24262b;
}
.cid-uTd3i4HTyy form .form-check-input {
  border-color: #c1c1c1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uTd3i4HTyy form .form-check-input:focus,
.cid-uTd3i4HTyy form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #24262b !important;
}
.cid-uTd3i4HTyy form .form-check-input:checked {
  border-color: #24262b !important;
  background-color: #24262b !important;
}
.cid-uTd3i4HTyy .img-wrap {
  height: 100%;
  min-height: 400px;
}
.cid-uTd3i4HTyy .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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: #353535;
}
.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-uTd63XYPFR {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
}
.cid-uTd63XYPFR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTd63XYPFR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTd63XYPFR .row {
  flex-direction: row-reverse;
}
.cid-uTd63XYPFR .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uTd63XYPFR .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uTd63XYPFR .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uTd63XYPFR .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-uTd63XYPFR .col-img {
    height: 705px;
    padding-left: 60px !important;
  }
}
.cid-uTd63XYPFR .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uTd63XYPFR .col-text {
    order: 2;
  }
}
.cid-uTd63XYPFR .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uTd63XYPFR .text-wrapper {
    margin-top: 20px;
  }
}
.cid-uTd63XYPFR .mbr-section-title {
  color: #4a8ad9;
  margin-bottom: 20px;
}
.cid-uTd63XYPFR .mbr-section-subtitle {
  color: #353535;
  margin-bottom: 22px;
}
.cid-uTd63XYPFR .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uTd63XYPFR .mbr-text {
  color: #212529;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uTd63XYPFR .mbr-text {
    padding-right: 0;
  }
}
.cid-uTd63XYPFR .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTd63XYPFR .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uTd63XYPFR .social-container {
    padding-top: 40px;
  }
}
.cid-uTd63XYPFR .social-title {
  color: #212529;
  margin-bottom: 20px;
}
.cid-uTd63XYPFR .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uTd63XYPFR .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-uTd63XYPFR .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-uTd63XYPFR .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212529;
}
.cid-uTd63XYPFR .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uTd63XYPFR .soc-item:hover:before {
  opacity: 1;
}
.cid-uTd63XYPFR .img-box {
  width: 100%;
}
.cid-uTd63XYPFR .img-box img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uTd63XYPFR .img-wrapper {
    position: sticky;
    top: 100px;
    left: 0;
    z-index: 10;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uTd63XYPFR .img-wrapper {
    position: static;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uTd63XYPFR {
    padding-top: 3.5rem;
  }
  .cid-uTd63XYPFR .mbr-section-title {
    text-align: center;
  }
  .cid-uTd63XYPFR .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uThxsGfgJK {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uThxsGfgJK .row {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-uThxsGfgJK .col-text {
    padding: 0 0 0 0;
  }
}
.cid-uThxsGfgJK .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
  background-color: #eff0f0;
}
@media (max-width: 767px) {
  .cid-uThxsGfgJK .text-wrapper {
    text-align: center !important;
    padding-bottom: 54px;
  }
}
.cid-uThxsGfgJK .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #494d9b;
}
@media (max-width: 767px) {
  .cid-uThxsGfgJK .label-text {
    text-align: center !important;
  }
}
.cid-uThxsGfgJK .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uThxsGfgJK .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uThxsGfgJK .mbr-text {
  letter-spacing: inherit;
  color: #212529;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uThxsGfgJK .mbr-text {
    text-align: center !important;
  }
}
.cid-uThxsGfgJK .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uThxsGfgJK .btn-container {
  width: 100%;
  margin-top: auto;
}
.cid-uThxsGfgJK .mbr-section-btn .btn {
  padding: 0;
}
.cid-uThxsGfgJK .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uThxsGfgJK .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uThxsGfgJK .col-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-uThxsGfgJK .col-cards {
    padding: 0;
    padding-left: 1.8%;
  }
}
@media (min-width: 992px) {
  .cid-uThxsGfgJK .col-cards {
    padding-left: 5%;
  }
}
.cid-uThxsGfgJK .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}
.cid-uThxsGfgJK .cards-wrap:hover {
  background-color: #eff0f0;
}
.cid-uThxsGfgJK .card {
  padding: 30px;
  background-color: #ffffff;
  transition: 0.4s all;
  border-radius: 0;
}
.cid-uThxsGfgJK .card:hover {
  background-color: #eff0f0;
}
@media (min-width: 768px) {
  .cid-uThxsGfgJK .card:hover {
    transform: translate(0px, -10px);
  }
}
.cid-uThxsGfgJK .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uThxsGfgJK .img-container {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uThxsGfgJK .img-container {
    display: flex;
    justify-content: center;
  }
}
.cid-uThxsGfgJK .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  position: relative;
}
.cid-uThxsGfgJK .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uThxsGfgJK .img-bg {
  background-color: #eff0f0;
  min-width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
}
.cid-uThxsGfgJK .card-title {
  color: #ffcb20;
  margin-bottom: 8px;
}
.cid-uThxsGfgJK .card-text {
  color: #222222;
  margin-bottom: 0;
  text-align: left;
}
.cid-uThxsGfgJK .mbr-section-title,
.cid-uThxsGfgJK .mbr-section-btn {
  color: #212529;
}
.cid-uTdbDgsky4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8f9fa;
}
.cid-uTdbDgsky4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTdbDgsky4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTdbDgsky4 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uTdbDgsky4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTdbDgsky4 .panel-group .card {
  position: relative;
  padding: 20px 30px 20px 50px;
  margin-top: 20px;
  border: none;
  background-color: #6164a1;
}
@media (max-width: 992px) {
  .cid-uTdbDgsky4 .panel-group .card {
    margin-top: 16px;
    padding: 30px 20px;
  }
}
.cid-uTdbDgsky4 .panel-group .card:first-child {
  margin-top: 0 !important;
}
.cid-uTdbDgsky4 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uTdbDgsky4 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uTdbDgsky4 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTdbDgsky4 .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uTdbDgsky4 .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uTdbDgsky4 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  color: #212529;
  background-color: #f8f9fa;
  font-size: 36px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uTdbDgsky4 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 22px;
  }
}
.cid-uTdbDgsky4 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
  background-color: #f47451;
}
.cid-uTdbDgsky4 .panel-group .card .panel-collapse .panel-body {
  margin-top: 20px;
}
.cid-uTdbDgsky4 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTdbDgsky4 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uTdbDgsky4 .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-uTdbDgsky4 .panel-title-edit {
  color: #ffffff;
}
.cid-uTdbDgsky4 .panel-text {
  color: #000c3f;
}
.cid-uTdbDgsky4 .panel-text,
.cid-uTdbDgsky4 .panel-body {
  color: #ffffff;
}
.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: #353535;
  text-align: center;
}
.cid-uQJjWJUHwU .item-title,
.cid-uQJjWJUHwU .item-btn {
  text-align: right;
}
.cid-uTdibxU67Q {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uTdibxU67Q .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uTdibxU67Q .text-content .mbr-subtitle {
  color: #4c48b9;
}
.cid-uTdibxU67Q .text-content .mbr-section-title {
  color: #353535;
}
.cid-uTdibxU67Q .text-content .mbr-text {
  color: #6b67ce;
}
.cid-uTdibxU67Q .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-uTdibxU67Q .text-content .list-block .card-img {
  width: auto;
}
.cid-uTdibxU67Q .text-content .list-block .card-img span {
  color: #4c48b9;
  font-size: 1.5rem;
}
.cid-uTdibxU67Q .text-content .list-block .list-item-title {
  color: #353535;
  transition: all .3s linear 0s;
}
.cid-uTdibxU67Q .text-content .list-block .list-item-title:hover {
  color: #103178;
}
.cid-uTdibxU67Q .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #6b67ce;
  margin-bottom: 0;
}
.cid-uTdibxU67Q .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-uTdibxU67Q .text-content .social {
  font-size: 1.2rem;
}
.cid-uTdibxU67Q .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-uTdibxU67Q .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-uTdibxU67Q .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-uTdibxU67Q .list-block {
  position: relative;
}
.cid-uTdibxU67Q .list-block h4,
.cid-uTdibxU67Q .list-block p {
  padding-left: 2.625rem;
}
.cid-uTdibxU67Q .card-img {
  display: block;
}
.cid-uTdibxU67Q input,
.cid-uTdibxU67Q textarea {
  border-radius: 0px !important;
  min-height: 1rem;
  padding: 5px 5px !important;
  font-size: 13px;
  color: #ffcb20;
  height: 10px;
}
.cid-uTdibxU67Q .form-control,
.cid-uTdibxU67Q .field-input {
  padding: 13px 20px !important;
  background-color: #f0f2f5;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uTdibxU67Q .form-control:hover,
.cid-uTdibxU67Q .field-input:hover,
.cid-uTdibxU67Q .form-control:focus,
.cid-uTdibxU67Q .field-input:focus {
  background-color: #f0f2f5;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uTdibxU67Q .form-control:focus,
.cid-uTdibxU67Q .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-uTdibxU67Q input::-webkit-input-placeholder,
.cid-uTdibxU67Q textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-uTdibxU67Q input:-moz-placeholder,
.cid-uTdibxU67Q textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-uTdibxU67Q .jq-selectbox li,
.cid-uTdibxU67Q .jq-selectbox li {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uTdibxU67Q .jq-selectbox li:hover,
.cid-uTdibxU67Q .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uTdibxU67Q .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f0f2f5;
}
.cid-uTdibxU67Q .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f0f2f5;
}
.cid-uTdibxU67Q .mbr-form {
  max-width: 550px;
}
.cid-uTdibxU67Q .mbr-form .content-title {
  margin-bottom: 20px;
}
.cid-uTdibxU67Q .mbr-form .content-subtitle {
  color: #6b67ce;
}
.cid-uTdibxU67Q .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-uTdibxU67Q .mbr-form .btn {
  margin-right: auto !important;
  border-radius: 30px;
  border-color: #353535;
  color: #353535;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-uTdibxU67Q .mbr-form .btn-success:hover {
  background-color: #4c48b9 !important;
  border-color: #4c48b9 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-uTdibxU67Q .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-uTdibxU67Q .mbr-section-title,
  .cid-uTdibxU67Q .content-title,
  .cid-uTdibxU67Q .mbr-section-btn {
    margin-right: auto !important;
  }
}
.cid-uTdibxU67Q .text-content .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uTdibxU67Q .text-content .mbr-subtitle {
  text-align: left;
  color: #212428;
}
.cid-uTdibxU67Q .text-content .list-block .list-item-title {
  color: #191b1f;
}
.cid-uTdibxU67Q H3 {
  color: #13171f;
  text-align: left;
}
.cid-uTdibxU67Q LABEL {
  text-align: left;
}
.cid-uTdibxU67Q .col-auto .mbr-section-btn {
  margin-right: auto !important;
}
.cid-uTdicrSATb {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uTdicrSATb .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-uTdicrSATb .mbr-section-title {
  margin: 0;
  color: #353535;
}
.cid-uTdicrSATb .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uTdicrSATb .card-img span {
  color: #279e64;
}
.cid-uTdicrSATb .row-item {
  margin-bottom: 2rem;
}
.cid-uTdicrSATb .row-item:hover .wrapper {
  background: linear-gradient(90deg, #deb737, #ffcb20);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-uTdicrSATb .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-uTdicrSATb .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-uTdicrSATb .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.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-uRUiQUHo1m.popup-builder {
  background-color: #ffffff;
}
.cid-uRUiQUHo1m.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uRUiQUHo1m.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uRUiQUHo1m .modal-content,
.cid-uRUiQUHo1m .modal-dialog {
  height: auto;
}
.cid-uRUiQUHo1m .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uRUiQUHo1m .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uRUiQUHo1m .form-wrapper .mbr-form .form-group,
  .cid-uRUiQUHo1m .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uRUiQUHo1m .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uRUiQUHo1m .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-uRUiQUHo1m .mbr-text {
  text-align: center;
}
.cid-uRUiQUHo1m .pt-0 {
  padding-top: 0 !important;
}
.cid-uRUiQUHo1m .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uRUiQUHo1m .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uRUiQUHo1m .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uRUiQUHo1m .modal-open {
  overflow: hidden;
}
.cid-uRUiQUHo1m .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uRUiQUHo1m .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uRUiQUHo1m .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uRUiQUHo1m .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-uRUiQUHo1m .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uRUiQUHo1m .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uRUiQUHo1m .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uRUiQUHo1m .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-uRUiQUHo1m .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uRUiQUHo1m .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uRUiQUHo1m .modal-backdrop.fade {
  opacity: 0;
}
.cid-uRUiQUHo1m .modal-backdrop.show {
  opacity: .5;
}
.cid-uRUiQUHo1m .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-uRUiQUHo1m .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUiQUHo1m .modal-header {
    padding: 1rem;
  }
}
.cid-uRUiQUHo1m .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uRUiQUHo1m .modal-header .close svg {
  fill: #353535;
}
.cid-uRUiQUHo1m .modal-header .close:hover {
  opacity: 1;
}
.cid-uRUiQUHo1m .modal-header .close:focus {
  outline: none;
}
.cid-uRUiQUHo1m .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uRUiQUHo1m .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uRUiQUHo1m .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUiQUHo1m .modal-body {
    padding: 1rem;
  }
}
.cid-uRUiQUHo1m .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-uRUiQUHo1m .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUiQUHo1m .modal-footer {
    padding: 1rem;
  }
}
.cid-uRUiQUHo1m .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uRUiQUHo1m .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uRUiQUHo1m .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uRUiQUHo1m .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uRUiQUHo1m .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uRUiQUHo1m .modal-lg,
  .cid-uRUiQUHo1m .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uRUiQUHo1m .modal-xl {
    max-width: 1140px;
  }
}
.cid-uRUiQUHo1m .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uRUiQUHo1m .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-uRUiQUHo1m .form-group {
  margin-bottom: 1rem;
}
.cid-uRUiQUHo1m .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uRUiQUHo1m .form-control:hover {
  border-color: #22262b !important;
}
.cid-uRUiQUHo1m .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uRUiQUHo1m .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-uRUiQUHo1m .mbr-section-btn {
  margin: 0;
}
.cid-uRUiQUHo1m .mbr-section-btn .btn {
  margin: 0;
}
.cid-uRUiQUHo1m LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uRUiQUHo1m .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-uRUiQUHo1m .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uRUj05tx9W.popup-builder {
  background-color: #ffffff;
}
.cid-uRUj05tx9W.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uRUj05tx9W.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uRUj05tx9W .modal-content,
.cid-uRUj05tx9W .modal-dialog {
  height: auto;
}
.cid-uRUj05tx9W .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uRUj05tx9W .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uRUj05tx9W .form-wrapper .mbr-form .form-group,
  .cid-uRUj05tx9W .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uRUj05tx9W .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uRUj05tx9W .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-uRUj05tx9W .mbr-text {
  text-align: center;
}
.cid-uRUj05tx9W .pt-0 {
  padding-top: 0 !important;
}
.cid-uRUj05tx9W .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uRUj05tx9W .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uRUj05tx9W .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uRUj05tx9W .modal-open {
  overflow: hidden;
}
.cid-uRUj05tx9W .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uRUj05tx9W .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uRUj05tx9W .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uRUj05tx9W .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-uRUj05tx9W .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uRUj05tx9W .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uRUj05tx9W .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uRUj05tx9W .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-uRUj05tx9W .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uRUj05tx9W .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uRUj05tx9W .modal-backdrop.fade {
  opacity: 0;
}
.cid-uRUj05tx9W .modal-backdrop.show {
  opacity: .5;
}
.cid-uRUj05tx9W .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-uRUj05tx9W .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUj05tx9W .modal-header {
    padding: 1rem;
  }
}
.cid-uRUj05tx9W .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uRUj05tx9W .modal-header .close svg {
  fill: #353535;
}
.cid-uRUj05tx9W .modal-header .close:hover {
  opacity: 1;
}
.cid-uRUj05tx9W .modal-header .close:focus {
  outline: none;
}
.cid-uRUj05tx9W .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uRUj05tx9W .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uRUj05tx9W .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUj05tx9W .modal-body {
    padding: 1rem;
  }
}
.cid-uRUj05tx9W .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-uRUj05tx9W .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUj05tx9W .modal-footer {
    padding: 1rem;
  }
}
.cid-uRUj05tx9W .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uRUj05tx9W .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uRUj05tx9W .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uRUj05tx9W .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uRUj05tx9W .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uRUj05tx9W .modal-lg,
  .cid-uRUj05tx9W .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uRUj05tx9W .modal-xl {
    max-width: 1140px;
  }
}
.cid-uRUj05tx9W .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uRUj05tx9W .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-uRUj05tx9W .form-group {
  margin-bottom: 1rem;
}
.cid-uRUj05tx9W .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uRUj05tx9W .form-control:hover {
  border-color: #22262b !important;
}
.cid-uRUj05tx9W .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uRUj05tx9W .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-uRUj05tx9W .mbr-section-btn {
  margin: 0;
}
.cid-uRUj05tx9W .mbr-section-btn .btn {
  margin: 0;
}
.cid-uRUj05tx9W LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uRUj05tx9W .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-uRUj05tx9W .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uRUj54uVwE.popup-builder {
  background-color: #ffffff;
}
.cid-uRUj54uVwE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uRUj54uVwE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uRUj54uVwE .modal-content,
.cid-uRUj54uVwE .modal-dialog {
  height: auto;
}
.cid-uRUj54uVwE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uRUj54uVwE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uRUj54uVwE .form-wrapper .mbr-form .form-group,
  .cid-uRUj54uVwE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uRUj54uVwE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uRUj54uVwE .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-uRUj54uVwE .mbr-text {
  text-align: center;
}
.cid-uRUj54uVwE .pt-0 {
  padding-top: 0 !important;
}
.cid-uRUj54uVwE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uRUj54uVwE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uRUj54uVwE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uRUj54uVwE .modal-open {
  overflow: hidden;
}
.cid-uRUj54uVwE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uRUj54uVwE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uRUj54uVwE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uRUj54uVwE .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-uRUj54uVwE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uRUj54uVwE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uRUj54uVwE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uRUj54uVwE .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-uRUj54uVwE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uRUj54uVwE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uRUj54uVwE .modal-backdrop.fade {
  opacity: 0;
}
.cid-uRUj54uVwE .modal-backdrop.show {
  opacity: .5;
}
.cid-uRUj54uVwE .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-uRUj54uVwE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUj54uVwE .modal-header {
    padding: 1rem;
  }
}
.cid-uRUj54uVwE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uRUj54uVwE .modal-header .close svg {
  fill: #353535;
}
.cid-uRUj54uVwE .modal-header .close:hover {
  opacity: 1;
}
.cid-uRUj54uVwE .modal-header .close:focus {
  outline: none;
}
.cid-uRUj54uVwE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uRUj54uVwE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uRUj54uVwE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUj54uVwE .modal-body {
    padding: 1rem;
  }
}
.cid-uRUj54uVwE .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-uRUj54uVwE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUj54uVwE .modal-footer {
    padding: 1rem;
  }
}
.cid-uRUj54uVwE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uRUj54uVwE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uRUj54uVwE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uRUj54uVwE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uRUj54uVwE .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uRUj54uVwE .modal-lg,
  .cid-uRUj54uVwE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uRUj54uVwE .modal-xl {
    max-width: 1140px;
  }
}
.cid-uRUj54uVwE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uRUj54uVwE .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-uRUj54uVwE .form-group {
  margin-bottom: 1rem;
}
.cid-uRUj54uVwE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uRUj54uVwE .form-control:hover {
  border-color: #22262b !important;
}
.cid-uRUj54uVwE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uRUj54uVwE .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-uRUj54uVwE .mbr-section-btn {
  margin: 0;
}
.cid-uRUj54uVwE .mbr-section-btn .btn {
  margin: 0;
}
.cid-uRUj54uVwE LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uRUj54uVwE .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-uRUj54uVwE .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uRUj9qQCW0.popup-builder {
  background-color: #ffffff;
}
.cid-uRUj9qQCW0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uRUj9qQCW0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uRUj9qQCW0 .modal-content,
.cid-uRUj9qQCW0 .modal-dialog {
  height: auto;
}
.cid-uRUj9qQCW0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uRUj9qQCW0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uRUj9qQCW0 .form-wrapper .mbr-form .form-group,
  .cid-uRUj9qQCW0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uRUj9qQCW0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uRUj9qQCW0 .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-uRUj9qQCW0 .mbr-text {
  text-align: center;
}
.cid-uRUj9qQCW0 .pt-0 {
  padding-top: 0 !important;
}
.cid-uRUj9qQCW0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uRUj9qQCW0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uRUj9qQCW0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uRUj9qQCW0 .modal-open {
  overflow: hidden;
}
.cid-uRUj9qQCW0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uRUj9qQCW0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uRUj9qQCW0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uRUj9qQCW0 .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-uRUj9qQCW0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uRUj9qQCW0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uRUj9qQCW0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uRUj9qQCW0 .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-uRUj9qQCW0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uRUj9qQCW0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uRUj9qQCW0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uRUj9qQCW0 .modal-backdrop.show {
  opacity: .5;
}
.cid-uRUj9qQCW0 .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-uRUj9qQCW0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUj9qQCW0 .modal-header {
    padding: 1rem;
  }
}
.cid-uRUj9qQCW0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uRUj9qQCW0 .modal-header .close svg {
  fill: #353535;
}
.cid-uRUj9qQCW0 .modal-header .close:hover {
  opacity: 1;
}
.cid-uRUj9qQCW0 .modal-header .close:focus {
  outline: none;
}
.cid-uRUj9qQCW0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uRUj9qQCW0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uRUj9qQCW0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUj9qQCW0 .modal-body {
    padding: 1rem;
  }
}
.cid-uRUj9qQCW0 .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-uRUj9qQCW0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUj9qQCW0 .modal-footer {
    padding: 1rem;
  }
}
.cid-uRUj9qQCW0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uRUj9qQCW0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uRUj9qQCW0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uRUj9qQCW0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uRUj9qQCW0 .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uRUj9qQCW0 .modal-lg,
  .cid-uRUj9qQCW0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uRUj9qQCW0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uRUj9qQCW0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uRUj9qQCW0 .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-uRUj9qQCW0 .form-group {
  margin-bottom: 1rem;
}
.cid-uRUj9qQCW0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uRUj9qQCW0 .form-control:hover {
  border-color: #22262b !important;
}
.cid-uRUj9qQCW0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uRUj9qQCW0 .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-uRUj9qQCW0 .mbr-section-btn {
  margin: 0;
}
.cid-uRUj9qQCW0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uRUj9qQCW0 LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uRUj9qQCW0 .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-uRUj9qQCW0 .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uRUjd9Mr9m.popup-builder {
  background-color: #ffffff;
}
.cid-uRUjd9Mr9m.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uRUjd9Mr9m.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uRUjd9Mr9m .modal-content,
.cid-uRUjd9Mr9m .modal-dialog {
  height: auto;
}
.cid-uRUjd9Mr9m .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uRUjd9Mr9m .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uRUjd9Mr9m .form-wrapper .mbr-form .form-group,
  .cid-uRUjd9Mr9m .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uRUjd9Mr9m .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uRUjd9Mr9m .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-uRUjd9Mr9m .mbr-text {
  text-align: center;
}
.cid-uRUjd9Mr9m .pt-0 {
  padding-top: 0 !important;
}
.cid-uRUjd9Mr9m .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uRUjd9Mr9m .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uRUjd9Mr9m .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uRUjd9Mr9m .modal-open {
  overflow: hidden;
}
.cid-uRUjd9Mr9m .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uRUjd9Mr9m .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uRUjd9Mr9m .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uRUjd9Mr9m .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-uRUjd9Mr9m .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uRUjd9Mr9m .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uRUjd9Mr9m .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uRUjd9Mr9m .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-uRUjd9Mr9m .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uRUjd9Mr9m .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uRUjd9Mr9m .modal-backdrop.fade {
  opacity: 0;
}
.cid-uRUjd9Mr9m .modal-backdrop.show {
  opacity: .5;
}
.cid-uRUjd9Mr9m .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-uRUjd9Mr9m .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUjd9Mr9m .modal-header {
    padding: 1rem;
  }
}
.cid-uRUjd9Mr9m .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uRUjd9Mr9m .modal-header .close svg {
  fill: #353535;
}
.cid-uRUjd9Mr9m .modal-header .close:hover {
  opacity: 1;
}
.cid-uRUjd9Mr9m .modal-header .close:focus {
  outline: none;
}
.cid-uRUjd9Mr9m .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uRUjd9Mr9m .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uRUjd9Mr9m .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUjd9Mr9m .modal-body {
    padding: 1rem;
  }
}
.cid-uRUjd9Mr9m .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-uRUjd9Mr9m .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUjd9Mr9m .modal-footer {
    padding: 1rem;
  }
}
.cid-uRUjd9Mr9m .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uRUjd9Mr9m .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uRUjd9Mr9m .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uRUjd9Mr9m .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uRUjd9Mr9m .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uRUjd9Mr9m .modal-lg,
  .cid-uRUjd9Mr9m .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uRUjd9Mr9m .modal-xl {
    max-width: 1140px;
  }
}
.cid-uRUjd9Mr9m .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uRUjd9Mr9m .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-uRUjd9Mr9m .form-group {
  margin-bottom: 1rem;
}
.cid-uRUjd9Mr9m .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uRUjd9Mr9m .form-control:hover {
  border-color: #22262b !important;
}
.cid-uRUjd9Mr9m .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uRUjd9Mr9m .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-uRUjd9Mr9m .mbr-section-btn {
  margin: 0;
}
.cid-uRUjd9Mr9m .mbr-section-btn .btn {
  margin: 0;
}
.cid-uRUjd9Mr9m LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uRUjd9Mr9m .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-uRUjd9Mr9m .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uRUjgvXCyL.popup-builder {
  background-color: #ffffff;
}
.cid-uRUjgvXCyL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uRUjgvXCyL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uRUjgvXCyL .modal-content,
.cid-uRUjgvXCyL .modal-dialog {
  height: auto;
}
.cid-uRUjgvXCyL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uRUjgvXCyL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uRUjgvXCyL .form-wrapper .mbr-form .form-group,
  .cid-uRUjgvXCyL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uRUjgvXCyL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uRUjgvXCyL .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-uRUjgvXCyL .mbr-text {
  text-align: center;
}
.cid-uRUjgvXCyL .pt-0 {
  padding-top: 0 !important;
}
.cid-uRUjgvXCyL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uRUjgvXCyL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uRUjgvXCyL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uRUjgvXCyL .modal-open {
  overflow: hidden;
}
.cid-uRUjgvXCyL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uRUjgvXCyL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uRUjgvXCyL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uRUjgvXCyL .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-uRUjgvXCyL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uRUjgvXCyL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uRUjgvXCyL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uRUjgvXCyL .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-uRUjgvXCyL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uRUjgvXCyL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uRUjgvXCyL .modal-backdrop.fade {
  opacity: 0;
}
.cid-uRUjgvXCyL .modal-backdrop.show {
  opacity: .5;
}
.cid-uRUjgvXCyL .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-uRUjgvXCyL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUjgvXCyL .modal-header {
    padding: 1rem;
  }
}
.cid-uRUjgvXCyL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uRUjgvXCyL .modal-header .close svg {
  fill: #353535;
}
.cid-uRUjgvXCyL .modal-header .close:hover {
  opacity: 1;
}
.cid-uRUjgvXCyL .modal-header .close:focus {
  outline: none;
}
.cid-uRUjgvXCyL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uRUjgvXCyL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uRUjgvXCyL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUjgvXCyL .modal-body {
    padding: 1rem;
  }
}
.cid-uRUjgvXCyL .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-uRUjgvXCyL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRUjgvXCyL .modal-footer {
    padding: 1rem;
  }
}
.cid-uRUjgvXCyL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uRUjgvXCyL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uRUjgvXCyL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uRUjgvXCyL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uRUjgvXCyL .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uRUjgvXCyL .modal-lg,
  .cid-uRUjgvXCyL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uRUjgvXCyL .modal-xl {
    max-width: 1140px;
  }
}
.cid-uRUjgvXCyL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uRUjgvXCyL .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-uRUjgvXCyL .form-group {
  margin-bottom: 1rem;
}
.cid-uRUjgvXCyL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uRUjgvXCyL .form-control:hover {
  border-color: #22262b !important;
}
.cid-uRUjgvXCyL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uRUjgvXCyL .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-uRUjgvXCyL .mbr-section-btn {
  margin: 0;
}
.cid-uRUjgvXCyL .mbr-section-btn .btn {
  margin: 0;
}
.cid-uRUjgvXCyL LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uRUjgvXCyL .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-uRUjgvXCyL .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uT6Om7DTCC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uT6Om7DTCC .menu-text {
  padding: 0 0rem;
  color: #5b6c8f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uT6Om7DTCC .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uT6Om7DTCC .iconfont-wrapper {
  color: #001219 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uT6Om7DTCC .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uT6Om7DTCC .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uT6Om7DTCC .container {
    padding: 0 1rem;
  }
}
.cid-uT6Om7DTCC .menu-tite {
  background: #353535;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-uT6Om7DTCC .nav-link {
  position: relative;
}
.cid-uT6Om7DTCC .nav-link:hover {
  color: #6b67ce !important;
}
.cid-uT6Om7DTCC nav.navbar {
  position: fixed;
}
.cid-uT6Om7DTCC .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-uT6Om7DTCC .navbar.opened {
  transition: all 0.3s;
}
.cid-uT6Om7DTCC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uT6Om7DTCC .navbar .navbar-logo img {
  width: auto;
}
.cid-uT6Om7DTCC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uT6Om7DTCC .navbar.collapsed {
  justify-content: center;
}
.cid-uT6Om7DTCC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uT6Om7DTCC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uT6Om7DTCC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uT6Om7DTCC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uT6Om7DTCC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uT6Om7DTCC .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-uT6Om7DTCC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uT6Om7DTCC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uT6Om7DTCC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uT6Om7DTCC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uT6Om7DTCC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uT6Om7DTCC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uT6Om7DTCC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uT6Om7DTCC .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-uT6Om7DTCC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uT6Om7DTCC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uT6Om7DTCC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uT6Om7DTCC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uT6Om7DTCC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uT6Om7DTCC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uT6Om7DTCC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uT6Om7DTCC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uT6Om7DTCC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uT6Om7DTCC .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-uT6Om7DTCC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uT6Om7DTCC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uT6Om7DTCC .dropdown-item:hover,
.cid-uT6Om7DTCC .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-uT6Om7DTCC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uT6Om7DTCC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uT6Om7DTCC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uT6Om7DTCC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uT6Om7DTCC .dropdown-menu,
.cid-uT6Om7DTCC .navbar.opened {
  background: #ffffff !important;
}
.cid-uT6Om7DTCC .nav-item:focus,
.cid-uT6Om7DTCC .nav-link:focus {
  outline: none;
}
.cid-uT6Om7DTCC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uT6Om7DTCC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uT6Om7DTCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uT6Om7DTCC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uT6Om7DTCC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uT6Om7DTCC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uT6Om7DTCC .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-uT6Om7DTCC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uT6Om7DTCC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uT6Om7DTCC .dropdown-item.active,
.cid-uT6Om7DTCC .dropdown-item:active {
  background-color: transparent;
}
.cid-uT6Om7DTCC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uT6Om7DTCC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uT6Om7DTCC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uT6Om7DTCC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uT6Om7DTCC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uT6Om7DTCC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uT6Om7DTCC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uT6Om7DTCC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uT6Om7DTCC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uT6Om7DTCC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uT6Om7DTCC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uT6Om7DTCC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT6Om7DTCC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uT6Om7DTCC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uT6Om7DTCC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT6Om7DTCC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uT6Om7DTCC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uT6Om7DTCC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uT6Om7DTCC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uT6Om7DTCC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uT6Om7DTCC .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-uT6Om7DTCC .navbar {
    height: 70px;
  }
  .cid-uT6Om7DTCC .navbar.opened {
    height: auto;
  }
  .cid-uT6Om7DTCC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uT6Om8hWWt {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uT6Om8hWWt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6Om8hWWt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6Om8hWWt .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uT6Om8hWWt .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uT6Om8hWWt .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uT6Om8hWWt .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uT6Om8hWWt .col-text {
    order: 1;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uT6Om8hWWt .col-text {
    margin-top: 20px;
  }
}
.cid-uT6Om8hWWt .text-wrapper {
  width: 100%;
  z-index: 21;
}
.cid-uT6Om8hWWt .mbr-section-title {
  color: #212428;
  margin-bottom: 20px;
}
.cid-uT6Om8hWWt .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-uT6Om8hWWt .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uT6Om8hWWt .mbr-text {
  color: #212529;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uT6Om8hWWt .mbr-text {
    padding-right: 0;
  }
}
.cid-uT6Om8hWWt .mbr-section-btn {
  margin-top: 20px;
}
.cid-uT6Om8hWWt .social-container {
  width: 100%;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .cid-uT6Om8hWWt .social-container {
    text-align: center;
  }
}
.cid-uT6Om8hWWt .social-title {
  color: #212529;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uT6Om8hWWt .social-title {
    text-align: center;
  }
}
.cid-uT6Om8hWWt .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
@media (max-width: 991px) {
  .cid-uT6Om8hWWt .social-list {
    justify-content: center;
  }
}
.cid-uT6Om8hWWt .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-uT6Om8hWWt .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-uT6Om8hWWt .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212428;
}
.cid-uT6Om8hWWt .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uT6Om8hWWt .soc-item:hover:before {
  opacity: 1;
}
.cid-uT6Om8hWWt .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uT6Om8hWWt .col-img {
    order: 2;
  }
}
.cid-uT6Om8hWWt lottie-player {
  position: absolute;
  z-index: 20;
}
.cid-uT6Om8hWWt .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uT6Om8hWWt .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uT6Om8hWWt .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-uT6Om8hWWt .btn .mbr-iconfont {
  order: 0;
  margin: 0;
  vertical-align: middle;
  font-size: 1.2rem;
}
.cid-uT6Om8hWWt .btn {
  display: inline-flex;
  align-items: center !important;
  padding: 10px 20px;
  gap: 8px;
}
.cid-uT6Om8hWWt .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-uT6Om8hWWt .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-uT6Om8hWWt .phone-btn:hover {
  background: linear-gradient(145deg, #4a8ad9, #2e5ea4);
  box-shadow: 0px 5px 15px rgba(41, 158, 235, 0.4);
}
.cid-uT6Om8hWWt .phone-btn:hover .phone-icon {
  animation: ring 0.5s ease-in-out infinite;
}
.cid-uT6Om8hWWt .price-text {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uT6Om8hWWt {
    padding-top: 3rem;
  }
  .cid-uT6Om8hWWt .mbr-section-title {
    text-align: center;
  }
}
.cid-uT6Om8hWWt .carousel-wrapper {
  margin: 0 50px;
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .cid-uT6Om8hWWt .carousel-wrapper {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .cid-uT6Om8hWWt .carousel-wrapper {
    margin: 0 -10px;
  }
}
.cid-uT6Om8hWWt .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 36px;
}
@media (max-width: 1199px) {
  .cid-uT6Om8hWWt .carousel {
    max-width: 100%;
  }
}
.cid-uT6Om8hWWt .carousel-inner {
  display: flex;
  align-items: center;
  padding: 50px 0 25px;
}
@media (max-width: 991px) {
  .cid-uT6Om8hWWt .carousel-inner {
    padding: 40px 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-uT6Om8hWWt .carousel-inner {
    padding: 35px 0 25px;
  }
}
.cid-uT6Om8hWWt .item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-uT6Om8hWWt .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uT6Om8hWWt .item-wrapper {
    padding: 0 10px;
  }
}
.cid-uT6Om8hWWt .card-info {
  position: relative;
  z-index: 10;
  width: 100%;
  border-radius: 450px;
}
@media (max-width: 1199px) {
  .cid-uT6Om8hWWt .card-info {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uT6Om8hWWt .card-info {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uT6Om8hWWt .card-info {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.cid-uT6Om8hWWt .info-img-wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 400px;
}
@media (max-width: 991px) {
  .cid-uT6Om8hWWt .info-img-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uT6Om8hWWt .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.cid-uT6Om8hWWt .info-img-wrap img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uT6Om8hWWt .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-uT6Om8hWWt .info-text-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uT6Om8hWWt .info-text-wrap {
    flex-grow: 1;
  }
}
.cid-uT6Om8hWWt .info-card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uT6Om8hWWt .info-card-subtitle {
  color: #ffffff;
}
.cid-uT6Om8hWWt .info-card-text {
  color: #ffffff;
  margin-top: 4px;
}
.cid-uT6Om8hWWt .card-description {
  position: relative;
  margin-top: 115px;
  width: 1px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uT6Om8hWWt .card-description {
    width: 100%;
    margin-top: 0;
  }
}
.cid-uT6Om8hWWt .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-uT6Om8hWWt .card-description-wrapper {
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .cid-uT6Om8hWWt .card-description-wrapper {
    padding: 20px;
  }
}
.cid-uT6Om8hWWt .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-uT6Om8hWWt .card-description-container {
    flex-wrap: wrap;
  }
}
.cid-uT6Om8hWWt .card-description-text-wrap {
  margin-bottom: 15px;
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .cid-uT6Om8hWWt .card-description-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uT6Om8hWWt .card-description-title {
  color: #ffffff;
  margin-bottom: 7px;
}
.cid-uT6Om8hWWt .card-description-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uT6Om8hWWt .card-description-label-wrap {
  padding: 15px 17px;
  border-radius: 6px;
  margin-left: auto;
  background: linear-gradient(145deg, #22262b, #22262b);
}
@media (max-width: 767px) {
  .cid-uT6Om8hWWt .card-description-label-wrap {
    margin-left: 0;
  }
}
.cid-uT6Om8hWWt .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uT6Om8hWWt .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-uT6Om8hWWt .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffcb20;
}
.cid-uT6Om8hWWt .card-description-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uT6Om8hWWt .absolute-icon-wrapper {
  position: absolute;
  z-index: 9;
  left: 0;
  top: -107px;
}
@media (max-width: 991px) {
  .cid-uT6Om8hWWt .absolute-icon-wrapper {
    display: none;
  }
}
.cid-uT6Om8hWWt .absolute-icon-wrapper .mbr-iconfont {
  color: #22262b;
  font-size: 99px;
}
.cid-uT6Om8hWWt .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-uT6Om8hWWt .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-uT6Om8hWWt .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uT6Om8hWWt .carousel-control {
    display: none;
  }
}
.cid-uT6Om8hWWt .carousel-control:hover {
  background: linear-gradient(to right bottom, #22262b, #22262b) !important;
  color: #ffcb20 !important;
  opacity: 1;
}
.cid-uT6Om8hWWt .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uT6Om8hWWt .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uT6Om8hWWt .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uT6Om8hWWt .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-uT6Om8hWWt .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-uT6Om8hWWt .carousel-indicators li.active,
.cid-uT6Om8hWWt .carousel-indicators li:hover {
  opacity: 1;
  background: #4c48b9 !important;
}
.cid-uT6Om8hWWt .carousel-indicators li::after,
.cid-uT6Om8hWWt .carousel-indicators li::before {
  content: none;
}
.cid-uT6Om8hWWt .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uT6Om8hWWt .item-menu-overlay {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .cid-uT6Om8hWWt .carousel-indicators {
    width: 80%;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .cid-uT6Om8hWWt .carousel-indicators {
    width: 95%;
    gap: 10px;
  }
}
.cid-uT6Om8hWWt .info-card-subtitle DIV {
  text-align: left;
}
.cid-uT6Om8WFzu {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uT6Om8WFzu .item:focus,
.cid-uT6Om8WFzu span:focus {
  outline: none;
}
.cid-uT6Om8WFzu .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-uT6Om8WFzu .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uT6Om8WFzu .item {
    min-height: 45px;
  }
}
.cid-uT6Om8WFzu .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #4c48b9;
}
.cid-uT6Om8WFzu .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uT6Om8WFzu .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-uT6Om8WFzu .container_1 {
  background-color: #4c48b9;
}
.cid-uT6Om8WFzu .container_1 .item_1 {
  color: #ffffff;
  background-color: #4c48b9;
}
.cid-uT6Om8WFzu .container_2 {
  background-color: #ffffff;
}
.cid-uT6Om8WFzu .container_2 .item_2 {
  color: #212428;
  background-color: #ffffff;
}
.cid-uT6Om9qahW {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uT6Om9qahW .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uT6Om9qahW .team-card:hover {
  transform: translateY(-10px);
}
@media (min-width: 1400px) {
  .cid-uT6Om9qahW .col-lg-3 {
    padding: 0 1.5rem;
  }
}
.cid-uT6Om9qahW .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-uT6Om9qahW .card-wrap:hover {
  box-shadow: 10px 10px 19px rgba(0, 0, 0, 0.1), -5px -5px 5px rgba(0, 0, 0, 0.05);
}
.cid-uT6Om9qahW .card-wrap:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .cid-uT6Om9qahW .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uT6Om9qahW .card-wrap .image-wrap img {
  width: 100%;
  transition: transform 0.4s ease;
  height: 200px;
  object-fit: cover;
}
.cid-uT6Om9qahW .card-wrap .content-wrap {
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uT6Om9qahW .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uT6Om9qahW .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uT6Om9qahW .content-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uT6Om9qahW .icons-menu {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uT6Om9qahW .icons-menu {
    justify-content: center;
  }
}
.cid-uT6Om9qahW .image-wrap {
  clip-path: polygon(100% 0, 100% 100%, 0% 90%, 0% 0%);
}
.cid-uT6Om9qahW .iconfont-wrapper {
  font-size: 1.2rem;
  padding: 0.4rem 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uT6Om9qahW .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #353535;
  z-index: 0;
}
.cid-uT6Om9qahW .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uT6Om9qahW .mbr-iconfont {
  position: relative;
  fomt-size: 1rem;
  color: #272727;
}
.cid-uT6Om9qahW .card-text,
.cid-uT6Om9qahW .mbr-section-btn,
.cid-uT6Om9qahW .social-row {
  color: #312ca8;
  text-align: center;
}
.cid-uT6Om9qahW .mbr-role,
.cid-uT6Om9qahW .social-row {
  color: #353535;
  text-align: left;
}
.cid-uT6Om9qahW .card-title,
.cid-uT6Om9qahW .social-row {
  color: #272727;
  text-align: center;
}
.cid-uT6Om9qahW .mbr-section-title {
  color: #272727;
}
.cid-uT6Om9qahW .carousel-wrapper {
  position: relative;
}
@media (max-width: 1199px) {
  .cid-uT6Om9qahW .carousel-wrapper {
    margin: 0;
  }
}
.cid-uT6Om9qahW .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-uT6Om9qahW .carousel {
    max-width: 100%;
  }
}
.cid-uT6Om9qahW .carousel-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uT6Om9qahW .carousel-inner {
    padding: 0 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-uT6Om9qahW .carousel-inner {
    padding: 0 0 25px;
  }
}
.cid-uT6Om9qahW .item-gallery-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-uT6Om9qahW .item-gallery-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uT6Om9qahW .item-gallery-wrapper {
    padding: 0 10px;
  }
}
.cid-uT6Om9qahW .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-uT6Om9qahW .info-img-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uT6Om9qahW .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.cid-uT6Om9qahW .info-img-wrap img {
  width: 100%;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uT6Om9qahW .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-uT6Om9qahW .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uT6Om9qahW .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-uT6Om9qahW .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffcb20;
}
.cid-uT6Om9qahW .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-uT6Om9qahW .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-uT6Om9qahW .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uT6Om9qahW .carousel-control {
    display: none;
  }
}
.cid-uT6Om9qahW .carousel-control:hover {
  background: linear-gradient(to right bottom, #22262b, #22262b) !important;
  color: #ffcb20 !important;
  opacity: 1;
}
.cid-uT6Om9qahW .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uT6Om9qahW .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uT6Om9qahW .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uT6Om9qahW .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-uT6Om9qahW .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-uT6Om9qahW .carousel-indicators li.active,
.cid-uT6Om9qahW .carousel-indicators li:hover {
  opacity: 1;
  background: #4c48b9 !important;
}
.cid-uT6Om9qahW .carousel-indicators li::after,
.cid-uT6Om9qahW .carousel-indicators li::before {
  content: none;
}
.cid-uT6Om9qahW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uT6Om9qahW .item-menu-overlay {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .cid-uT6Om9qahW .carousel-indicators {
    width: 80%;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .cid-uT6Om9qahW .carousel-indicators {
    width: 95%;
    gap: 10px;
  }
}
.cid-uT6Om9qahW .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-uT6Om9qahW .col-lg-3 {
  padding-bottom: 15px;
}
.cid-uT6Om9qahW .original-price {
  margin-right: 0.5rem;
  color: #888;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 0.6em;
}
.cid-uTd4bv1jsk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uTd4bv1jsk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTd4bv1jsk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTd4bv1jsk .main-row {
  row-gap: 32px;
}
.cid-uTd4bv1jsk .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 3rem 2rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uTd4bv1jsk .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-uTd4bv1jsk .mbr-section-head {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .cid-uTd4bv1jsk .mbr-section-head {
    text-align: center;
  }
}
.cid-uTd4bv1jsk .mbr-section-title {
  color: #494d9b;
}
.cid-uTd4bv1jsk .mbr-section-subtitle {
  margin-top: 16px;
  color: #353535;
}
.cid-uTd4bv1jsk .comment-text {
  margin-top: 16px;
  color: #212529;
}
.cid-uTd4bv1jsk .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uTd4bv1jsk form {
  width: 100%;
}
.cid-uTd4bv1jsk form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uTd4bv1jsk form .dragArea.row {
    justify-content: center;
  }
}
.cid-uTd4bv1jsk form p {
  color: #24262b;
}
.cid-uTd4bv1jsk form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-uTd4bv1jsk form .form-control {
  height: 52px;
  background: #FFFFFF;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1;
  color: #24262b;
  font-weight: 400;
  transition: .3s;
}
.cid-uTd4bv1jsk form .form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uTd4bv1jsk form .form-control::-moz-placeholder {
  color: #c1c1c1;
}
.cid-uTd4bv1jsk form .form-control:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uTd4bv1jsk form .form-control:-ms-input-placeholder {
  color: #c1c1c1;
}
.cid-uTd4bv1jsk form select {
  color: #24262b !important;
}
.cid-uTd4bv1jsk form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 11px 16px;
  resize: none;
}
.cid-uTd4bv1jsk form textarea::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTd4bv1jsk form textarea::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTd4bv1jsk form textarea:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTd4bv1jsk form textarea:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTd4bv1jsk form input,
.cid-uTd4bv1jsk form textarea {
  transition: .3s all;
}
.cid-uTd4bv1jsk form input:active,
.cid-uTd4bv1jsk form textarea:active,
.cid-uTd4bv1jsk form input:focus,
.cid-uTd4bv1jsk form textarea:focus {
  background-color: #FFFFFF !important;
  border-color: #e0e0e0 !important;
  outline: none !important;
}
.cid-uTd4bv1jsk form input:active::-webkit-input-placeholder,
.cid-uTd4bv1jsk form textarea:active::-webkit-input-placeholder,
.cid-uTd4bv1jsk form input:focus::-webkit-input-placeholder,
.cid-uTd4bv1jsk form textarea:focus::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTd4bv1jsk form input:active::-moz-placeholder,
.cid-uTd4bv1jsk form textarea:active::-moz-placeholder,
.cid-uTd4bv1jsk form input:focus::-moz-placeholder,
.cid-uTd4bv1jsk form textarea:focus::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTd4bv1jsk form input:active:-moz-placeholder,
.cid-uTd4bv1jsk form textarea:active:-moz-placeholder,
.cid-uTd4bv1jsk form input:focus:-moz-placeholder,
.cid-uTd4bv1jsk form textarea:focus:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTd4bv1jsk form input:active:-ms-input-placeholder,
.cid-uTd4bv1jsk form textarea:active:-ms-input-placeholder,
.cid-uTd4bv1jsk form input:focus:-ms-input-placeholder,
.cid-uTd4bv1jsk form textarea:focus:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTd4bv1jsk form .row {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.cid-uTd4bv1jsk form .row [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uTd4bv1jsk form .mbr-section-btn {
  margin-bottom: 16px;
  min-width: 152px;
}
@media (min-width: 768px) {
  .cid-uTd4bv1jsk form .mbr-section-btn {
    padding: 0 !important;
    margin-left: -8px !important;
    margin-right: 8px !important;
  }
}
.cid-uTd4bv1jsk form .mbr-section-btn .btn {
  min-height: 52px;
  border-radius: 0 !important;
}
.cid-uTd4bv1jsk form label {
  width: 100%;
  color: #24262b;
  margin-bottom: 8px;
}
.cid-uTd4bv1jsk form .form-check label {
  color: #24262b;
}
.cid-uTd4bv1jsk form .form-check-input {
  border-color: #c1c1c1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uTd4bv1jsk form .form-check-input:focus,
.cid-uTd4bv1jsk form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #24262b !important;
}
.cid-uTd4bv1jsk form .form-check-input:checked {
  border-color: #24262b !important;
  background-color: #24262b !important;
}
.cid-uTd4bv1jsk .img-wrap {
  height: 100%;
  min-height: 400px;
}
.cid-uTd4bv1jsk .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uT6OmaxLZW {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uT6OmaxLZW .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-uT6OmaxLZW .mbr-section-title {
  letter-spacing: 0em;
}
.cid-uT6OmaxLZW .card-img {
  margin-bottom: 1rem;
}
.cid-uT6OmaxLZW .card-img span {
  font-size: 60px;
}
.cid-uT6OmaxLZW H1 {
  color: #353535;
}
.cid-uT6OmaxLZW .mbr-text,
.cid-uT6OmaxLZW .mbr-section-btn {
  color: #000000;
}
.cid-uT6Ombbtxs {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uT6Ombbtxs .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #103178;
  margin-bottom: 2rem;
}
.cid-uT6Ombbtxs .card-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-uT6Ombbtxs .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-uT6Ombbtxs .card {
    max-width: 14.2%;
  }
}
.cid-uT6Ombbtxs .card-title,
.cid-uT6Ombbtxs .iconfont-wrapper {
  color: #103178;
}
.cid-uT6Ombbtxs .icon_box img {
  max-width: 150px;
  max-height: 150px;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-uTd7jMVXz6 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
}
.cid-uTd7jMVXz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTd7jMVXz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTd7jMVXz6 .row {
  flex-direction: row-reverse;
}
.cid-uTd7jMVXz6 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uTd7jMVXz6 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uTd7jMVXz6 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uTd7jMVXz6 .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-uTd7jMVXz6 .col-img {
    height: 705px;
    padding-left: 60px !important;
  }
}
.cid-uTd7jMVXz6 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uTd7jMVXz6 .col-text {
    order: 2;
  }
}
.cid-uTd7jMVXz6 .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uTd7jMVXz6 .text-wrapper {
    margin-top: 20px;
  }
}
.cid-uTd7jMVXz6 .mbr-section-title {
  color: #4a8ad9;
  margin-bottom: 20px;
}
.cid-uTd7jMVXz6 .mbr-section-subtitle {
  color: #353535;
  margin-bottom: 22px;
}
.cid-uTd7jMVXz6 .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uTd7jMVXz6 .mbr-text {
  color: #212529;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uTd7jMVXz6 .mbr-text {
    padding-right: 0;
  }
}
.cid-uTd7jMVXz6 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTd7jMVXz6 .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uTd7jMVXz6 .social-container {
    padding-top: 40px;
  }
}
.cid-uTd7jMVXz6 .social-title {
  color: #212529;
  margin-bottom: 20px;
}
.cid-uTd7jMVXz6 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uTd7jMVXz6 .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-uTd7jMVXz6 .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-uTd7jMVXz6 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212529;
}
.cid-uTd7jMVXz6 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uTd7jMVXz6 .soc-item:hover:before {
  opacity: 1;
}
.cid-uTd7jMVXz6 .img-box {
  width: 100%;
}
.cid-uTd7jMVXz6 .img-box img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uTd7jMVXz6 .img-wrapper {
    position: sticky;
    top: 100px;
    left: 0;
    z-index: 10;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uTd7jMVXz6 .img-wrapper {
    position: static;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uTd7jMVXz6 {
    padding-top: 3.5rem;
  }
  .cid-uTd7jMVXz6 .mbr-section-title {
    text-align: center;
  }
  .cid-uTd7jMVXz6 .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uThy23O03H {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uThy23O03H .row {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-uThy23O03H .col-text {
    padding: 0 0 0 0;
  }
}
.cid-uThy23O03H .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
  background-color: #eff0f0;
}
@media (max-width: 767px) {
  .cid-uThy23O03H .text-wrapper {
    text-align: center !important;
    padding-bottom: 54px;
  }
}
.cid-uThy23O03H .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #494d9b;
}
@media (max-width: 767px) {
  .cid-uThy23O03H .label-text {
    text-align: center !important;
  }
}
.cid-uThy23O03H .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uThy23O03H .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uThy23O03H .mbr-text {
  letter-spacing: inherit;
  color: #212529;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uThy23O03H .mbr-text {
    text-align: center !important;
  }
}
.cid-uThy23O03H .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uThy23O03H .btn-container {
  width: 100%;
  margin-top: auto;
}
.cid-uThy23O03H .mbr-section-btn .btn {
  padding: 0;
}
.cid-uThy23O03H .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uThy23O03H .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uThy23O03H .col-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-uThy23O03H .col-cards {
    padding: 0;
    padding-left: 1.8%;
  }
}
@media (min-width: 992px) {
  .cid-uThy23O03H .col-cards {
    padding-left: 5%;
  }
}
.cid-uThy23O03H .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}
.cid-uThy23O03H .cards-wrap:hover {
  background-color: #eff0f0;
}
.cid-uThy23O03H .card {
  padding: 30px;
  background-color: #ffffff;
  transition: 0.4s all;
  border-radius: 0;
}
.cid-uThy23O03H .card:hover {
  background-color: #eff0f0;
}
@media (min-width: 768px) {
  .cid-uThy23O03H .card:hover {
    transform: translate(0px, -10px);
  }
}
.cid-uThy23O03H .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uThy23O03H .img-container {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uThy23O03H .img-container {
    display: flex;
    justify-content: center;
  }
}
.cid-uThy23O03H .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  position: relative;
}
.cid-uThy23O03H .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uThy23O03H .img-bg {
  background-color: #eff0f0;
  min-width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
}
.cid-uThy23O03H .card-title {
  color: #ffcb20;
  margin-bottom: 8px;
}
.cid-uThy23O03H .card-text {
  color: #222222;
  margin-bottom: 0;
  text-align: left;
}
.cid-uThy23O03H .mbr-section-title,
.cid-uThy23O03H .mbr-section-btn {
  color: #212529;
}
.cid-uTdbZXo8CE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8f9fa;
}
.cid-uTdbZXo8CE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTdbZXo8CE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTdbZXo8CE .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uTdbZXo8CE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTdbZXo8CE .panel-group .card {
  position: relative;
  padding: 20px 30px 20px 50px;
  margin-top: 20px;
  border: none;
  background-color: #6164a1;
}
@media (max-width: 992px) {
  .cid-uTdbZXo8CE .panel-group .card {
    margin-top: 16px;
    padding: 30px 20px;
  }
}
.cid-uTdbZXo8CE .panel-group .card:first-child {
  margin-top: 0 !important;
}
.cid-uTdbZXo8CE .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uTdbZXo8CE .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uTdbZXo8CE .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTdbZXo8CE .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uTdbZXo8CE .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uTdbZXo8CE .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  color: #212529;
  background-color: #f8f9fa;
  font-size: 36px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uTdbZXo8CE .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 22px;
  }
}
.cid-uTdbZXo8CE .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
  background-color: #f47451;
}
.cid-uTdbZXo8CE .panel-group .card .panel-collapse .panel-body {
  margin-top: 20px;
}
.cid-uTdbZXo8CE .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTdbZXo8CE .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uTdbZXo8CE .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-uTdbZXo8CE .panel-title-edit {
  color: #ffffff;
}
.cid-uTdbZXo8CE .panel-text {
  color: #000c3f;
}
.cid-uTdbZXo8CE .panel-text,
.cid-uTdbZXo8CE .panel-body {
  color: #ffffff;
}
.cid-uT6OmehUhu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uT6OmehUhu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT6OmehUhu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT6OmehUhu .card {
  justify-content: flex-end;
}
.cid-uT6OmehUhu .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT6OmehUhu .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT6OmehUhu .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uT6OmehUhu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT6OmehUhu .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uT6OmehUhu .mbr-section-btn .btn::after,
.cid-uT6OmehUhu .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uT6OmehUhu .mbr-section-btn .btn:hover,
.cid-uT6OmehUhu .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uT6OmehUhu .mbr-section-btn .btn:hover::after,
.cid-uT6OmehUhu .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uT6OmehUhu .items-wrapper {
  border-radius: 25px !important;
  margin: 0 -20px;
}
.cid-uT6OmehUhu .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uT6OmehUhu .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uT6OmehUhu .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-uT6OmehUhu .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 20px 20px 90px 20px;
  }
}
.cid-uT6OmehUhu .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-uT6OmehUhu .items-wrapper .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uT6OmehUhu .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-uT6OmehUhu .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-uT6OmehUhu .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-uT6OmehUhu .items-wrapper .item .item-wrapper .icon-card:hover .mbr-iconfont,
.cid-uT6OmehUhu .items-wrapper .item .item-wrapper .icon-card:focus .mbr-iconfont {
  background-color: #0295e2;
  transform: rotate(180deg);
}
.cid-uT6OmehUhu .items-wrapper .item .item-wrapper .icon-card .svg1 {
  position: absolute;
  top: -29px;
  right: 0;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uT6OmehUhu .items-wrapper .item .item-wrapper .icon-card .svg1 path {
  fill: #ffffff;
}
.cid-uT6OmehUhu .items-wrapper .item .item-wrapper .icon-card .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uT6OmehUhu .items-wrapper .item .item-wrapper .icon-card .svg2 path {
  fill: #ffffff;
}
.cid-uT6OmehUhu .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uT6OmehUhu .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uT6OmehUhu .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uT6OmehUhu .items-wrapper .card_1,
.cid-uT6OmehUhu .items-wrapper .card_2 {
  padding: 0 !important;
}
.cid-uT6OmehUhu .items-wrapper .card_1 .item-wrapper {
  min-height: 350px;
}
@media (max-width: 992px) {
  .cid-uT6OmehUhu .items-wrapper .card_1 .item-wrapper {
    min-height: auto;
  }
}
.cid-uT6OmehUhu .items-wrapper .card_2 .item-wrapper {
  min-height: 170px;
}
@media (max-width: 992px) {
  .cid-uT6OmehUhu .items-wrapper .card_2 .item-wrapper {
    min-height: auto;
  }
}
.cid-uT6OmehUhu .items-wrap {
  padding: 0 20px;
}
.cid-uT6OmehUhu .mbr-section-title {
  color: #ffffff;
}
.cid-uT6OmehUhu .mbr-tag {
  color: #adadad;
  text-align: center;
}
.cid-uT6OmehUhu .item-title {
  color: #ffffff;
}
.cid-uT6OmehUhu .item-text {
  color: #ffffff;
}
.cid-uT6OmehUhu .main-btn {
  text-align: right;
}
.cid-uT6OmehUhu .mbr-section-title,
.cid-uT6OmehUhu .main-btn {
  color: #212428;
  text-align: center;
}
.cid-uT6OmehUhu .item-title,
.cid-uT6OmehUhu .item-btn {
  text-align: right;
}
.cid-uTdiKTTwW1 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uTdiKTTwW1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uTdiKTTwW1 .text-content .mbr-subtitle {
  color: #4c48b9;
}
.cid-uTdiKTTwW1 .text-content .mbr-section-title {
  color: #353535;
}
.cid-uTdiKTTwW1 .text-content .mbr-text {
  color: #6b67ce;
}
.cid-uTdiKTTwW1 .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-uTdiKTTwW1 .text-content .list-block .card-img {
  width: auto;
}
.cid-uTdiKTTwW1 .text-content .list-block .card-img span {
  color: #4c48b9;
  font-size: 1.5rem;
}
.cid-uTdiKTTwW1 .text-content .list-block .list-item-title {
  color: #353535;
  transition: all .3s linear 0s;
}
.cid-uTdiKTTwW1 .text-content .list-block .list-item-title:hover {
  color: #103178;
}
.cid-uTdiKTTwW1 .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #6b67ce;
  margin-bottom: 0;
}
.cid-uTdiKTTwW1 .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-uTdiKTTwW1 .text-content .social {
  font-size: 1.2rem;
}
.cid-uTdiKTTwW1 .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-uTdiKTTwW1 .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-uTdiKTTwW1 .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-uTdiKTTwW1 .list-block {
  position: relative;
}
.cid-uTdiKTTwW1 .list-block h4,
.cid-uTdiKTTwW1 .list-block p {
  padding-left: 2.625rem;
}
.cid-uTdiKTTwW1 .card-img {
  display: block;
}
.cid-uTdiKTTwW1 input,
.cid-uTdiKTTwW1 textarea {
  border-radius: 0px !important;
  min-height: 1rem;
  padding: 5px 5px !important;
  font-size: 13px;
  color: #ffcb20;
  height: 10px;
}
.cid-uTdiKTTwW1 .form-control,
.cid-uTdiKTTwW1 .field-input {
  padding: 13px 20px !important;
  background-color: #f0f2f5;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uTdiKTTwW1 .form-control:hover,
.cid-uTdiKTTwW1 .field-input:hover,
.cid-uTdiKTTwW1 .form-control:focus,
.cid-uTdiKTTwW1 .field-input:focus {
  background-color: #f0f2f5;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uTdiKTTwW1 .form-control:focus,
.cid-uTdiKTTwW1 .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-uTdiKTTwW1 input::-webkit-input-placeholder,
.cid-uTdiKTTwW1 textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-uTdiKTTwW1 input:-moz-placeholder,
.cid-uTdiKTTwW1 textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-uTdiKTTwW1 .jq-selectbox li,
.cid-uTdiKTTwW1 .jq-selectbox li {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uTdiKTTwW1 .jq-selectbox li:hover,
.cid-uTdiKTTwW1 .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uTdiKTTwW1 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f0f2f5;
}
.cid-uTdiKTTwW1 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f0f2f5;
}
.cid-uTdiKTTwW1 .mbr-form {
  max-width: 550px;
}
.cid-uTdiKTTwW1 .mbr-form .content-title {
  margin-bottom: 20px;
}
.cid-uTdiKTTwW1 .mbr-form .content-subtitle {
  color: #6b67ce;
}
.cid-uTdiKTTwW1 .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-uTdiKTTwW1 .mbr-form .btn {
  margin-right: auto !important;
  border-radius: 30px;
  border-color: #353535;
  color: #353535;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-uTdiKTTwW1 .mbr-form .btn-success:hover {
  background-color: #4c48b9 !important;
  border-color: #4c48b9 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-uTdiKTTwW1 .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-uTdiKTTwW1 .mbr-section-title,
  .cid-uTdiKTTwW1 .content-title,
  .cid-uTdiKTTwW1 .mbr-section-btn {
    margin-right: auto !important;
  }
}
.cid-uTdiKTTwW1 .text-content .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uTdiKTTwW1 .text-content .mbr-subtitle {
  text-align: left;
  color: #212428;
}
.cid-uTdiKTTwW1 .text-content .list-block .list-item-title {
  color: #191b1f;
}
.cid-uTdiKTTwW1 H3 {
  color: #13171f;
  text-align: left;
}
.cid-uTdiKTTwW1 LABEL {
  text-align: left;
}
.cid-uTdiKTTwW1 .col-auto .mbr-section-btn {
  margin-right: auto !important;
}
.cid-uTdiLLF8qP {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uTdiLLF8qP .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-uTdiLLF8qP .mbr-section-title {
  margin: 0;
  color: #353535;
}
.cid-uTdiLLF8qP .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uTdiLLF8qP .card-img span {
  color: #279e64;
}
.cid-uTdiLLF8qP .row-item {
  margin-bottom: 2rem;
}
.cid-uTdiLLF8qP .row-item:hover .wrapper {
  background: linear-gradient(90deg, #deb737, #ffcb20);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-uTdiLLF8qP .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-uTdiLLF8qP .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-uTdiLLF8qP .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uT6Omh94GG {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-uT6Omh94GG .listico {
  padding-right: 1rem;
  color: #dcdfe2;
  font-size: 0.5rem;
}
.cid-uT6Omh94GG .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uT6Omh94GG .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-uT6Omh94GG .mbr-text {
  color: #444;
}
.cid-uT6Omh94GG h5 {
  margin-bottom: 0;
}
.cid-uT6Omh94GG .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uT6Omh94GG .socicon {
  color: #9e9e9e;
  font-size: 1.6rem;
}
.cid-uT6Omh94GG .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uT6Omh94GG .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-uT6Omh94GG .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uT6Omh94GG .social-list a:hover {
  opacity: .4;
}
.cid-uT6Omh94GG .media-container-row > div {
  padding: 0px;
}
.cid-uT6Omh94GG .text2 {
  color: #eeeff2;
  text-align: left;
}
.cid-uT6Omh94GG .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uT6Omh94GG .group-title SPAN {
  color: #656565;
}
.cid-uT6Omh94GG .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uT6Omh94GG .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uT6Omh94GG h3 {
    margin-bottom: 10px;
  }
}
.cid-uT6Omh94GG .links SPAN {
  color: #9e9e9e;
}
.cid-uT6Omh94GG .links,
.cid-uT6Omh94GG .navbar-brand {
  color: #eeeff2;
}
.cid-uT6Omh94GG .links,
.cid-uT6Omh94GG .social-list {
  text-align: left;
}
.cid-uT6Omi91ZW.popup-builder {
  background-color: #ffffff;
}
.cid-uT6Omi91ZW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uT6Omi91ZW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uT6Omi91ZW .modal-content,
.cid-uT6Omi91ZW .modal-dialog {
  height: auto;
}
.cid-uT6Omi91ZW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uT6Omi91ZW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uT6Omi91ZW .form-wrapper .mbr-form .form-group,
  .cid-uT6Omi91ZW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uT6Omi91ZW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uT6Omi91ZW .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-uT6Omi91ZW .mbr-text {
  text-align: center;
}
.cid-uT6Omi91ZW .pt-0 {
  padding-top: 0 !important;
}
.cid-uT6Omi91ZW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uT6Omi91ZW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uT6Omi91ZW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uT6Omi91ZW .modal-open {
  overflow: hidden;
}
.cid-uT6Omi91ZW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uT6Omi91ZW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uT6Omi91ZW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uT6Omi91ZW .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-uT6Omi91ZW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uT6Omi91ZW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uT6Omi91ZW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uT6Omi91ZW .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-uT6Omi91ZW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uT6Omi91ZW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uT6Omi91ZW .modal-backdrop.fade {
  opacity: 0;
}
.cid-uT6Omi91ZW .modal-backdrop.show {
  opacity: .5;
}
.cid-uT6Omi91ZW .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-uT6Omi91ZW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uT6Omi91ZW .modal-header {
    padding: 1rem;
  }
}
.cid-uT6Omi91ZW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uT6Omi91ZW .modal-header .close svg {
  fill: #353535;
}
.cid-uT6Omi91ZW .modal-header .close:hover {
  opacity: 1;
}
.cid-uT6Omi91ZW .modal-header .close:focus {
  outline: none;
}
.cid-uT6Omi91ZW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uT6Omi91ZW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uT6Omi91ZW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uT6Omi91ZW .modal-body {
    padding: 1rem;
  }
}
.cid-uT6Omi91ZW .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-uT6Omi91ZW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uT6Omi91ZW .modal-footer {
    padding: 1rem;
  }
}
.cid-uT6Omi91ZW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uT6Omi91ZW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uT6Omi91ZW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uT6Omi91ZW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uT6Omi91ZW .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uT6Omi91ZW .modal-lg,
  .cid-uT6Omi91ZW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uT6Omi91ZW .modal-xl {
    max-width: 1140px;
  }
}
.cid-uT6Omi91ZW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uT6Omi91ZW .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-uT6Omi91ZW .form-group {
  margin-bottom: 1rem;
}
.cid-uT6Omi91ZW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uT6Omi91ZW .form-control:hover {
  border-color: #22262b !important;
}
.cid-uT6Omi91ZW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uT6Omi91ZW .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-uT6Omi91ZW .mbr-section-btn {
  margin: 0;
}
.cid-uT6Omi91ZW .mbr-section-btn .btn {
  margin: 0;
}
.cid-uT6Omi91ZW LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uT6Omi91ZW .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-uT6Omi91ZW .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uT6Omj6sT8.popup-builder {
  background-color: #ffffff;
}
.cid-uT6Omj6sT8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uT6Omj6sT8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uT6Omj6sT8 .modal-content,
.cid-uT6Omj6sT8 .modal-dialog {
  height: auto;
}
.cid-uT6Omj6sT8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uT6Omj6sT8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uT6Omj6sT8 .form-wrapper .mbr-form .form-group,
  .cid-uT6Omj6sT8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uT6Omj6sT8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uT6Omj6sT8 .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-uT6Omj6sT8 .mbr-text {
  text-align: center;
}
.cid-uT6Omj6sT8 .pt-0 {
  padding-top: 0 !important;
}
.cid-uT6Omj6sT8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uT6Omj6sT8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uT6Omj6sT8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uT6Omj6sT8 .modal-open {
  overflow: hidden;
}
.cid-uT6Omj6sT8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uT6Omj6sT8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uT6Omj6sT8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uT6Omj6sT8 .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-uT6Omj6sT8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uT6Omj6sT8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uT6Omj6sT8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uT6Omj6sT8 .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-uT6Omj6sT8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uT6Omj6sT8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uT6Omj6sT8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uT6Omj6sT8 .modal-backdrop.show {
  opacity: .5;
}
.cid-uT6Omj6sT8 .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-uT6Omj6sT8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uT6Omj6sT8 .modal-header {
    padding: 1rem;
  }
}
.cid-uT6Omj6sT8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uT6Omj6sT8 .modal-header .close svg {
  fill: #353535;
}
.cid-uT6Omj6sT8 .modal-header .close:hover {
  opacity: 1;
}
.cid-uT6Omj6sT8 .modal-header .close:focus {
  outline: none;
}
.cid-uT6Omj6sT8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uT6Omj6sT8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uT6Omj6sT8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uT6Omj6sT8 .modal-body {
    padding: 1rem;
  }
}
.cid-uT6Omj6sT8 .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-uT6Omj6sT8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uT6Omj6sT8 .modal-footer {
    padding: 1rem;
  }
}
.cid-uT6Omj6sT8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uT6Omj6sT8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uT6Omj6sT8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uT6Omj6sT8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uT6Omj6sT8 .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uT6Omj6sT8 .modal-lg,
  .cid-uT6Omj6sT8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uT6Omj6sT8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uT6Omj6sT8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uT6Omj6sT8 .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-uT6Omj6sT8 .form-group {
  margin-bottom: 1rem;
}
.cid-uT6Omj6sT8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uT6Omj6sT8 .form-control:hover {
  border-color: #22262b !important;
}
.cid-uT6Omj6sT8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uT6Omj6sT8 .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-uT6Omj6sT8 .mbr-section-btn {
  margin: 0;
}
.cid-uT6Omj6sT8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uT6Omj6sT8 LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uT6Omj6sT8 .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-uT6Omj6sT8 .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uT6Omk6u1r.popup-builder {
  background-color: #ffffff;
}
.cid-uT6Omk6u1r.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uT6Omk6u1r.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uT6Omk6u1r .modal-content,
.cid-uT6Omk6u1r .modal-dialog {
  height: auto;
}
.cid-uT6Omk6u1r .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uT6Omk6u1r .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uT6Omk6u1r .form-wrapper .mbr-form .form-group,
  .cid-uT6Omk6u1r .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uT6Omk6u1r .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uT6Omk6u1r .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-uT6Omk6u1r .mbr-text {
  text-align: center;
}
.cid-uT6Omk6u1r .pt-0 {
  padding-top: 0 !important;
}
.cid-uT6Omk6u1r .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uT6Omk6u1r .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uT6Omk6u1r .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uT6Omk6u1r .modal-open {
  overflow: hidden;
}
.cid-uT6Omk6u1r .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uT6Omk6u1r .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uT6Omk6u1r .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uT6Omk6u1r .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-uT6Omk6u1r .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uT6Omk6u1r .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uT6Omk6u1r .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uT6Omk6u1r .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-uT6Omk6u1r .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uT6Omk6u1r .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uT6Omk6u1r .modal-backdrop.fade {
  opacity: 0;
}
.cid-uT6Omk6u1r .modal-backdrop.show {
  opacity: .5;
}
.cid-uT6Omk6u1r .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-uT6Omk6u1r .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uT6Omk6u1r .modal-header {
    padding: 1rem;
  }
}
.cid-uT6Omk6u1r .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uT6Omk6u1r .modal-header .close svg {
  fill: #353535;
}
.cid-uT6Omk6u1r .modal-header .close:hover {
  opacity: 1;
}
.cid-uT6Omk6u1r .modal-header .close:focus {
  outline: none;
}
.cid-uT6Omk6u1r .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uT6Omk6u1r .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uT6Omk6u1r .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uT6Omk6u1r .modal-body {
    padding: 1rem;
  }
}
.cid-uT6Omk6u1r .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-uT6Omk6u1r .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uT6Omk6u1r .modal-footer {
    padding: 1rem;
  }
}
.cid-uT6Omk6u1r .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uT6Omk6u1r .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uT6Omk6u1r .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uT6Omk6u1r .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uT6Omk6u1r .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uT6Omk6u1r .modal-lg,
  .cid-uT6Omk6u1r .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uT6Omk6u1r .modal-xl {
    max-width: 1140px;
  }
}
.cid-uT6Omk6u1r .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uT6Omk6u1r .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-uT6Omk6u1r .form-group {
  margin-bottom: 1rem;
}
.cid-uT6Omk6u1r .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uT6Omk6u1r .form-control:hover {
  border-color: #22262b !important;
}
.cid-uT6Omk6u1r .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uT6Omk6u1r .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-uT6Omk6u1r .mbr-section-btn {
  margin: 0;
}
.cid-uT6Omk6u1r .mbr-section-btn .btn {
  margin: 0;
}
.cid-uT6Omk6u1r LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uT6Omk6u1r .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-uT6Omk6u1r .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uT6Oml5rQT.popup-builder {
  background-color: #ffffff;
}
.cid-uT6Oml5rQT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uT6Oml5rQT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uT6Oml5rQT .modal-content,
.cid-uT6Oml5rQT .modal-dialog {
  height: auto;
}
.cid-uT6Oml5rQT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uT6Oml5rQT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uT6Oml5rQT .form-wrapper .mbr-form .form-group,
  .cid-uT6Oml5rQT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uT6Oml5rQT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uT6Oml5rQT .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-uT6Oml5rQT .mbr-text {
  text-align: center;
}
.cid-uT6Oml5rQT .pt-0 {
  padding-top: 0 !important;
}
.cid-uT6Oml5rQT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uT6Oml5rQT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uT6Oml5rQT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uT6Oml5rQT .modal-open {
  overflow: hidden;
}
.cid-uT6Oml5rQT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uT6Oml5rQT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uT6Oml5rQT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uT6Oml5rQT .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-uT6Oml5rQT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uT6Oml5rQT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uT6Oml5rQT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uT6Oml5rQT .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-uT6Oml5rQT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uT6Oml5rQT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uT6Oml5rQT .modal-backdrop.fade {
  opacity: 0;
}
.cid-uT6Oml5rQT .modal-backdrop.show {
  opacity: .5;
}
.cid-uT6Oml5rQT .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-uT6Oml5rQT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uT6Oml5rQT .modal-header {
    padding: 1rem;
  }
}
.cid-uT6Oml5rQT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uT6Oml5rQT .modal-header .close svg {
  fill: #353535;
}
.cid-uT6Oml5rQT .modal-header .close:hover {
  opacity: 1;
}
.cid-uT6Oml5rQT .modal-header .close:focus {
  outline: none;
}
.cid-uT6Oml5rQT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uT6Oml5rQT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uT6Oml5rQT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uT6Oml5rQT .modal-body {
    padding: 1rem;
  }
}
.cid-uT6Oml5rQT .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-uT6Oml5rQT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uT6Oml5rQT .modal-footer {
    padding: 1rem;
  }
}
.cid-uT6Oml5rQT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uT6Oml5rQT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uT6Oml5rQT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uT6Oml5rQT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uT6Oml5rQT .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uT6Oml5rQT .modal-lg,
  .cid-uT6Oml5rQT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uT6Oml5rQT .modal-xl {
    max-width: 1140px;
  }
}
.cid-uT6Oml5rQT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uT6Oml5rQT .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-uT6Oml5rQT .form-group {
  margin-bottom: 1rem;
}
.cid-uT6Oml5rQT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uT6Oml5rQT .form-control:hover {
  border-color: #22262b !important;
}
.cid-uT6Oml5rQT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uT6Oml5rQT .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-uT6Oml5rQT .mbr-section-btn {
  margin: 0;
}
.cid-uT6Oml5rQT .mbr-section-btn .btn {
  margin: 0;
}
.cid-uT6Oml5rQT LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uT6Oml5rQT .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-uT6Oml5rQT .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uThDh1qHpI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uThDh1qHpI .menu-text {
  padding: 0 0rem;
  color: #5b6c8f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uThDh1qHpI .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uThDh1qHpI .iconfont-wrapper {
  color: #001219 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uThDh1qHpI .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uThDh1qHpI .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uThDh1qHpI .container {
    padding: 0 1rem;
  }
}
.cid-uThDh1qHpI .menu-tite {
  background: #353535;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-uThDh1qHpI .nav-link {
  position: relative;
}
.cid-uThDh1qHpI .nav-link:hover {
  color: #6b67ce !important;
}
.cid-uThDh1qHpI nav.navbar {
  position: fixed;
}
.cid-uThDh1qHpI .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-uThDh1qHpI .navbar.opened {
  transition: all 0.3s;
}
.cid-uThDh1qHpI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uThDh1qHpI .navbar .navbar-logo img {
  width: auto;
}
.cid-uThDh1qHpI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uThDh1qHpI .navbar.collapsed {
  justify-content: center;
}
.cid-uThDh1qHpI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uThDh1qHpI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uThDh1qHpI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uThDh1qHpI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uThDh1qHpI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uThDh1qHpI .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-uThDh1qHpI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uThDh1qHpI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uThDh1qHpI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uThDh1qHpI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uThDh1qHpI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uThDh1qHpI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uThDh1qHpI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uThDh1qHpI .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-uThDh1qHpI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uThDh1qHpI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uThDh1qHpI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uThDh1qHpI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uThDh1qHpI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uThDh1qHpI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uThDh1qHpI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uThDh1qHpI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uThDh1qHpI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uThDh1qHpI .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-uThDh1qHpI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uThDh1qHpI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uThDh1qHpI .dropdown-item:hover,
.cid-uThDh1qHpI .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-uThDh1qHpI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uThDh1qHpI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uThDh1qHpI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uThDh1qHpI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uThDh1qHpI .dropdown-menu,
.cid-uThDh1qHpI .navbar.opened {
  background: #ffffff !important;
}
.cid-uThDh1qHpI .nav-item:focus,
.cid-uThDh1qHpI .nav-link:focus {
  outline: none;
}
.cid-uThDh1qHpI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uThDh1qHpI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uThDh1qHpI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uThDh1qHpI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uThDh1qHpI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uThDh1qHpI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uThDh1qHpI .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-uThDh1qHpI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uThDh1qHpI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uThDh1qHpI .dropdown-item.active,
.cid-uThDh1qHpI .dropdown-item:active {
  background-color: transparent;
}
.cid-uThDh1qHpI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uThDh1qHpI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uThDh1qHpI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uThDh1qHpI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uThDh1qHpI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uThDh1qHpI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uThDh1qHpI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uThDh1qHpI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uThDh1qHpI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uThDh1qHpI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uThDh1qHpI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uThDh1qHpI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uThDh1qHpI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uThDh1qHpI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uThDh1qHpI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uThDh1qHpI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uThDh1qHpI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uThDh1qHpI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uThDh1qHpI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uThDh1qHpI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uThDh1qHpI .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-uThDh1qHpI .navbar {
    height: 70px;
  }
  .cid-uThDh1qHpI .navbar.opened {
    height: auto;
  }
  .cid-uThDh1qHpI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uThDh2qHll {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uThDh2qHll .mbr-fallback-image.disabled {
  display: none;
}
.cid-uThDh2qHll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uThDh2qHll .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uThDh2qHll .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uThDh2qHll .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uThDh2qHll .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uThDh2qHll .col-text {
    order: 1;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uThDh2qHll .col-text {
    margin-top: 20px;
  }
}
.cid-uThDh2qHll .text-wrapper {
  width: 100%;
  z-index: 21;
}
.cid-uThDh2qHll .mbr-section-title {
  color: #212428;
  margin-bottom: 20px;
}
.cid-uThDh2qHll .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-uThDh2qHll .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uThDh2qHll .mbr-text {
  color: #212529;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uThDh2qHll .mbr-text {
    padding-right: 0;
  }
}
.cid-uThDh2qHll .mbr-section-btn {
  margin-top: 20px;
}
.cid-uThDh2qHll .social-container {
  width: 100%;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .cid-uThDh2qHll .social-container {
    text-align: center;
  }
}
.cid-uThDh2qHll .social-title {
  color: #212529;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uThDh2qHll .social-title {
    text-align: center;
  }
}
.cid-uThDh2qHll .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
@media (max-width: 991px) {
  .cid-uThDh2qHll .social-list {
    justify-content: center;
  }
}
.cid-uThDh2qHll .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-uThDh2qHll .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-uThDh2qHll .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212428;
}
.cid-uThDh2qHll .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uThDh2qHll .soc-item:hover:before {
  opacity: 1;
}
.cid-uThDh2qHll .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uThDh2qHll .col-img {
    order: 2;
  }
}
.cid-uThDh2qHll lottie-player {
  position: absolute;
  z-index: 20;
}
.cid-uThDh2qHll .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uThDh2qHll .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uThDh2qHll .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-uThDh2qHll .btn .mbr-iconfont {
  order: 0;
  margin: 0;
  vertical-align: middle;
  font-size: 1.2rem;
}
.cid-uThDh2qHll .btn {
  display: inline-flex;
  align-items: center !important;
  padding: 10px 20px;
  gap: 8px;
}
.cid-uThDh2qHll .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-uThDh2qHll .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-uThDh2qHll .phone-btn:hover {
  background: linear-gradient(145deg, #4a8ad9, #2e5ea4);
  box-shadow: 0px 5px 15px rgba(41, 158, 235, 0.4);
}
.cid-uThDh2qHll .phone-btn:hover .phone-icon {
  animation: ring 0.5s ease-in-out infinite;
}
.cid-uThDh2qHll .price-text {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uThDh2qHll {
    padding-top: 3rem;
  }
  .cid-uThDh2qHll .mbr-section-title {
    text-align: center;
  }
}
.cid-uThDh2qHll .carousel-wrapper {
  margin: 0 50px;
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .cid-uThDh2qHll .carousel-wrapper {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .cid-uThDh2qHll .carousel-wrapper {
    margin: 0 -10px;
  }
}
.cid-uThDh2qHll .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 36px;
}
@media (max-width: 1199px) {
  .cid-uThDh2qHll .carousel {
    max-width: 100%;
  }
}
.cid-uThDh2qHll .carousel-inner {
  display: flex;
  align-items: center;
  padding: 50px 0 25px;
}
@media (max-width: 991px) {
  .cid-uThDh2qHll .carousel-inner {
    padding: 40px 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-uThDh2qHll .carousel-inner {
    padding: 35px 0 25px;
  }
}
.cid-uThDh2qHll .item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-uThDh2qHll .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uThDh2qHll .item-wrapper {
    padding: 0 10px;
  }
}
.cid-uThDh2qHll .card-info {
  position: relative;
  z-index: 10;
  width: 100%;
  border-radius: 450px;
}
@media (max-width: 1199px) {
  .cid-uThDh2qHll .card-info {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uThDh2qHll .card-info {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uThDh2qHll .card-info {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.cid-uThDh2qHll .info-img-wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 400px;
}
@media (max-width: 991px) {
  .cid-uThDh2qHll .info-img-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uThDh2qHll .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.cid-uThDh2qHll .info-img-wrap img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uThDh2qHll .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-uThDh2qHll .info-text-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uThDh2qHll .info-text-wrap {
    flex-grow: 1;
  }
}
.cid-uThDh2qHll .info-card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uThDh2qHll .info-card-subtitle {
  color: #ffffff;
}
.cid-uThDh2qHll .info-card-text {
  color: #ffffff;
  margin-top: 4px;
}
.cid-uThDh2qHll .card-description {
  position: relative;
  margin-top: 115px;
  width: 1px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uThDh2qHll .card-description {
    width: 100%;
    margin-top: 0;
  }
}
.cid-uThDh2qHll .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-uThDh2qHll .card-description-wrapper {
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .cid-uThDh2qHll .card-description-wrapper {
    padding: 20px;
  }
}
.cid-uThDh2qHll .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-uThDh2qHll .card-description-container {
    flex-wrap: wrap;
  }
}
.cid-uThDh2qHll .card-description-text-wrap {
  margin-bottom: 15px;
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .cid-uThDh2qHll .card-description-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uThDh2qHll .card-description-title {
  color: #ffffff;
  margin-bottom: 7px;
}
.cid-uThDh2qHll .card-description-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uThDh2qHll .card-description-label-wrap {
  padding: 15px 17px;
  border-radius: 6px;
  margin-left: auto;
  background: linear-gradient(145deg, #22262b, #22262b);
}
@media (max-width: 767px) {
  .cid-uThDh2qHll .card-description-label-wrap {
    margin-left: 0;
  }
}
.cid-uThDh2qHll .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uThDh2qHll .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-uThDh2qHll .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffcb20;
}
.cid-uThDh2qHll .card-description-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uThDh2qHll .absolute-icon-wrapper {
  position: absolute;
  z-index: 9;
  left: 0;
  top: -107px;
}
@media (max-width: 991px) {
  .cid-uThDh2qHll .absolute-icon-wrapper {
    display: none;
  }
}
.cid-uThDh2qHll .absolute-icon-wrapper .mbr-iconfont {
  color: #22262b;
  font-size: 99px;
}
.cid-uThDh2qHll .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-uThDh2qHll .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-uThDh2qHll .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uThDh2qHll .carousel-control {
    display: none;
  }
}
.cid-uThDh2qHll .carousel-control:hover {
  background: linear-gradient(to right bottom, #22262b, #22262b) !important;
  color: #ffcb20 !important;
  opacity: 1;
}
.cid-uThDh2qHll .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uThDh2qHll .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uThDh2qHll .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uThDh2qHll .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-uThDh2qHll .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-uThDh2qHll .carousel-indicators li.active,
.cid-uThDh2qHll .carousel-indicators li:hover {
  opacity: 1;
  background: #4c48b9 !important;
}
.cid-uThDh2qHll .carousel-indicators li::after,
.cid-uThDh2qHll .carousel-indicators li::before {
  content: none;
}
.cid-uThDh2qHll .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uThDh2qHll .item-menu-overlay {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .cid-uThDh2qHll .carousel-indicators {
    width: 80%;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .cid-uThDh2qHll .carousel-indicators {
    width: 95%;
    gap: 10px;
  }
}
.cid-uThDh2qHll .info-card-subtitle DIV {
  text-align: left;
}
.cid-uThDh3t5yb {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uThDh3t5yb .item:focus,
.cid-uThDh3t5yb span:focus {
  outline: none;
}
.cid-uThDh3t5yb .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-uThDh3t5yb .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uThDh3t5yb .item {
    min-height: 45px;
  }
}
.cid-uThDh3t5yb .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #4c48b9;
}
.cid-uThDh3t5yb .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uThDh3t5yb .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-uThDh3t5yb .container_1 {
  background-color: #4c48b9;
}
.cid-uThDh3t5yb .container_1 .item_1 {
  color: #ffffff;
  background-color: #4c48b9;
}
.cid-uThDh3t5yb .container_2 {
  background-color: #ffffff;
}
.cid-uThDh3t5yb .container_2 .item_2 {
  color: #212428;
  background-color: #ffffff;
}
.cid-uThDh4bnXU {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uThDh4bnXU .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uThDh4bnXU .team-card:hover {
  transform: translateY(-10px);
}
@media (min-width: 1400px) {
  .cid-uThDh4bnXU .col-lg-3 {
    padding: 0 1.5rem;
  }
}
.cid-uThDh4bnXU .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-uThDh4bnXU .card-wrap:hover {
  box-shadow: 10px 10px 19px rgba(0, 0, 0, 0.1), -5px -5px 5px rgba(0, 0, 0, 0.05);
}
.cid-uThDh4bnXU .card-wrap:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .cid-uThDh4bnXU .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uThDh4bnXU .card-wrap .image-wrap img {
  width: 100%;
  transition: transform 0.4s ease;
  height: 200px;
  object-fit: cover;
}
.cid-uThDh4bnXU .card-wrap .content-wrap {
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uThDh4bnXU .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uThDh4bnXU .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uThDh4bnXU .content-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uThDh4bnXU .icons-menu {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uThDh4bnXU .icons-menu {
    justify-content: center;
  }
}
.cid-uThDh4bnXU .image-wrap {
  clip-path: polygon(100% 0, 100% 100%, 0% 90%, 0% 0%);
}
.cid-uThDh4bnXU .iconfont-wrapper {
  font-size: 1.2rem;
  padding: 0.4rem 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uThDh4bnXU .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #353535;
  z-index: 0;
}
.cid-uThDh4bnXU .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uThDh4bnXU .mbr-iconfont {
  position: relative;
  fomt-size: 1rem;
  color: #272727;
}
.cid-uThDh4bnXU .card-text,
.cid-uThDh4bnXU .mbr-section-btn,
.cid-uThDh4bnXU .social-row {
  color: #312ca8;
  text-align: center;
}
.cid-uThDh4bnXU .mbr-role,
.cid-uThDh4bnXU .social-row {
  color: #353535;
  text-align: left;
}
.cid-uThDh4bnXU .card-title,
.cid-uThDh4bnXU .social-row {
  color: #272727;
  text-align: center;
}
.cid-uThDh4bnXU .mbr-section-title {
  color: #272727;
}
.cid-uThDh4bnXU .carousel-wrapper {
  position: relative;
}
@media (max-width: 1199px) {
  .cid-uThDh4bnXU .carousel-wrapper {
    margin: 0;
  }
}
.cid-uThDh4bnXU .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-uThDh4bnXU .carousel {
    max-width: 100%;
  }
}
.cid-uThDh4bnXU .carousel-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uThDh4bnXU .carousel-inner {
    padding: 0 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-uThDh4bnXU .carousel-inner {
    padding: 0 0 25px;
  }
}
.cid-uThDh4bnXU .item-gallery-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-uThDh4bnXU .item-gallery-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uThDh4bnXU .item-gallery-wrapper {
    padding: 0 10px;
  }
}
.cid-uThDh4bnXU .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-uThDh4bnXU .info-img-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uThDh4bnXU .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.cid-uThDh4bnXU .info-img-wrap img {
  width: 100%;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uThDh4bnXU .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-uThDh4bnXU .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uThDh4bnXU .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-uThDh4bnXU .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffcb20;
}
.cid-uThDh4bnXU .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-uThDh4bnXU .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-uThDh4bnXU .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uThDh4bnXU .carousel-control {
    display: none;
  }
}
.cid-uThDh4bnXU .carousel-control:hover {
  background: linear-gradient(to right bottom, #22262b, #22262b) !important;
  color: #ffcb20 !important;
  opacity: 1;
}
.cid-uThDh4bnXU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uThDh4bnXU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uThDh4bnXU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uThDh4bnXU .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-uThDh4bnXU .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-uThDh4bnXU .carousel-indicators li.active,
.cid-uThDh4bnXU .carousel-indicators li:hover {
  opacity: 1;
  background: #4c48b9 !important;
}
.cid-uThDh4bnXU .carousel-indicators li::after,
.cid-uThDh4bnXU .carousel-indicators li::before {
  content: none;
}
.cid-uThDh4bnXU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uThDh4bnXU .item-menu-overlay {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .cid-uThDh4bnXU .carousel-indicators {
    width: 80%;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .cid-uThDh4bnXU .carousel-indicators {
    width: 95%;
    gap: 10px;
  }
}
.cid-uThDh4bnXU .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-uThDh4bnXU .col-lg-3 {
  padding-bottom: 15px;
}
.cid-uThDh4bnXU .original-price {
  margin-right: 0.5rem;
  color: #888;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 0.6em;
}
.cid-uThDh5ERIf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uThDh5ERIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uThDh5ERIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uThDh5ERIf .main-row {
  row-gap: 32px;
}
.cid-uThDh5ERIf .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 3rem 2rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uThDh5ERIf .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-uThDh5ERIf .mbr-section-head {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .cid-uThDh5ERIf .mbr-section-head {
    text-align: center;
  }
}
.cid-uThDh5ERIf .mbr-section-title {
  color: #494d9b;
}
.cid-uThDh5ERIf .mbr-section-subtitle {
  margin-top: 16px;
  color: #353535;
}
.cid-uThDh5ERIf .comment-text {
  margin-top: 16px;
  color: #212529;
}
.cid-uThDh5ERIf .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uThDh5ERIf form {
  width: 100%;
}
.cid-uThDh5ERIf form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uThDh5ERIf form .dragArea.row {
    justify-content: center;
  }
}
.cid-uThDh5ERIf form p {
  color: #24262b;
}
.cid-uThDh5ERIf form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-uThDh5ERIf form .form-control {
  height: 52px;
  background: #FFFFFF;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1;
  color: #24262b;
  font-weight: 400;
  transition: .3s;
}
.cid-uThDh5ERIf form .form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uThDh5ERIf form .form-control::-moz-placeholder {
  color: #c1c1c1;
}
.cid-uThDh5ERIf form .form-control:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uThDh5ERIf form .form-control:-ms-input-placeholder {
  color: #c1c1c1;
}
.cid-uThDh5ERIf form select {
  color: #24262b !important;
}
.cid-uThDh5ERIf form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 11px 16px;
  resize: none;
}
.cid-uThDh5ERIf form textarea::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uThDh5ERIf form textarea::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uThDh5ERIf form textarea:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uThDh5ERIf form textarea:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uThDh5ERIf form input,
.cid-uThDh5ERIf form textarea {
  transition: .3s all;
}
.cid-uThDh5ERIf form input:active,
.cid-uThDh5ERIf form textarea:active,
.cid-uThDh5ERIf form input:focus,
.cid-uThDh5ERIf form textarea:focus {
  background-color: #FFFFFF !important;
  border-color: #e0e0e0 !important;
  outline: none !important;
}
.cid-uThDh5ERIf form input:active::-webkit-input-placeholder,
.cid-uThDh5ERIf form textarea:active::-webkit-input-placeholder,
.cid-uThDh5ERIf form input:focus::-webkit-input-placeholder,
.cid-uThDh5ERIf form textarea:focus::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uThDh5ERIf form input:active::-moz-placeholder,
.cid-uThDh5ERIf form textarea:active::-moz-placeholder,
.cid-uThDh5ERIf form input:focus::-moz-placeholder,
.cid-uThDh5ERIf form textarea:focus::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uThDh5ERIf form input:active:-moz-placeholder,
.cid-uThDh5ERIf form textarea:active:-moz-placeholder,
.cid-uThDh5ERIf form input:focus:-moz-placeholder,
.cid-uThDh5ERIf form textarea:focus:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uThDh5ERIf form input:active:-ms-input-placeholder,
.cid-uThDh5ERIf form textarea:active:-ms-input-placeholder,
.cid-uThDh5ERIf form input:focus:-ms-input-placeholder,
.cid-uThDh5ERIf form textarea:focus:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uThDh5ERIf form .row {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.cid-uThDh5ERIf form .row [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uThDh5ERIf form .mbr-section-btn {
  margin-bottom: 16px;
  min-width: 152px;
}
@media (min-width: 768px) {
  .cid-uThDh5ERIf form .mbr-section-btn {
    padding: 0 !important;
    margin-left: -8px !important;
    margin-right: 8px !important;
  }
}
.cid-uThDh5ERIf form .mbr-section-btn .btn {
  min-height: 52px;
  border-radius: 0 !important;
}
.cid-uThDh5ERIf form label {
  width: 100%;
  color: #24262b;
  margin-bottom: 8px;
}
.cid-uThDh5ERIf form .form-check label {
  color: #24262b;
}
.cid-uThDh5ERIf form .form-check-input {
  border-color: #c1c1c1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uThDh5ERIf form .form-check-input:focus,
.cid-uThDh5ERIf form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #24262b !important;
}
.cid-uThDh5ERIf form .form-check-input:checked {
  border-color: #24262b !important;
  background-color: #24262b !important;
}
.cid-uThDh5ERIf .img-wrap {
  height: 100%;
  min-height: 400px;
}
.cid-uThDh5ERIf .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uThDh6yKjZ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uThDh6yKjZ .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-uThDh6yKjZ .mbr-section-title {
  letter-spacing: 0em;
}
.cid-uThDh6yKjZ .card-img {
  margin-bottom: 1rem;
}
.cid-uThDh6yKjZ .card-img span {
  font-size: 60px;
}
.cid-uThDh6yKjZ H1 {
  color: #353535;
}
.cid-uThDh6yKjZ .mbr-text,
.cid-uThDh6yKjZ .mbr-section-btn {
  color: #000000;
}
.cid-uThDh7npRZ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uThDh7npRZ .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #103178;
  margin-bottom: 2rem;
}
.cid-uThDh7npRZ .card-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-uThDh7npRZ .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-uThDh7npRZ .card {
    max-width: 14.2%;
  }
}
.cid-uThDh7npRZ .card-title,
.cid-uThDh7npRZ .iconfont-wrapper {
  color: #103178;
}
.cid-uThDh7npRZ .icon_box img {
  max-width: 150px;
  max-height: 150px;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-uThDh8stCZ {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
}
.cid-uThDh8stCZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uThDh8stCZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uThDh8stCZ .row {
  flex-direction: row-reverse;
}
.cid-uThDh8stCZ .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uThDh8stCZ .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uThDh8stCZ .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uThDh8stCZ .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-uThDh8stCZ .col-img {
    height: 705px;
    padding-left: 60px !important;
  }
}
.cid-uThDh8stCZ .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uThDh8stCZ .col-text {
    order: 2;
  }
}
.cid-uThDh8stCZ .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uThDh8stCZ .text-wrapper {
    margin-top: 20px;
  }
}
.cid-uThDh8stCZ .mbr-section-title {
  color: #4a8ad9;
  margin-bottom: 20px;
}
.cid-uThDh8stCZ .mbr-section-subtitle {
  color: #353535;
  margin-bottom: 22px;
}
.cid-uThDh8stCZ .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uThDh8stCZ .mbr-text {
  color: #212529;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uThDh8stCZ .mbr-text {
    padding-right: 0;
  }
}
.cid-uThDh8stCZ .mbr-section-btn {
  margin-top: 20px;
}
.cid-uThDh8stCZ .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uThDh8stCZ .social-container {
    padding-top: 40px;
  }
}
.cid-uThDh8stCZ .social-title {
  color: #212529;
  margin-bottom: 20px;
}
.cid-uThDh8stCZ .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uThDh8stCZ .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-uThDh8stCZ .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-uThDh8stCZ .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212529;
}
.cid-uThDh8stCZ .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uThDh8stCZ .soc-item:hover:before {
  opacity: 1;
}
.cid-uThDh8stCZ .img-box {
  width: 100%;
}
.cid-uThDh8stCZ .img-box img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uThDh8stCZ .img-wrapper {
    position: sticky;
    top: 100px;
    left: 0;
    z-index: 10;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uThDh8stCZ .img-wrapper {
    position: static;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uThDh8stCZ {
    padding-top: 3.5rem;
  }
  .cid-uThDh8stCZ .mbr-section-title {
    text-align: center;
  }
  .cid-uThDh8stCZ .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uThDh9sRAt {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uThDh9sRAt .row {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-uThDh9sRAt .col-text {
    padding: 0 0 0 0;
  }
}
.cid-uThDh9sRAt .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
  background-color: #eff0f0;
}
@media (max-width: 767px) {
  .cid-uThDh9sRAt .text-wrapper {
    text-align: center !important;
    padding-bottom: 54px;
  }
}
.cid-uThDh9sRAt .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #494d9b;
}
@media (max-width: 767px) {
  .cid-uThDh9sRAt .label-text {
    text-align: center !important;
  }
}
.cid-uThDh9sRAt .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uThDh9sRAt .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uThDh9sRAt .mbr-text {
  letter-spacing: inherit;
  color: #212529;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uThDh9sRAt .mbr-text {
    text-align: center !important;
  }
}
.cid-uThDh9sRAt .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uThDh9sRAt .btn-container {
  width: 100%;
  margin-top: auto;
}
.cid-uThDh9sRAt .mbr-section-btn .btn {
  padding: 0;
}
.cid-uThDh9sRAt .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uThDh9sRAt .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uThDh9sRAt .col-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-uThDh9sRAt .col-cards {
    padding: 0;
    padding-left: 1.8%;
  }
}
@media (min-width: 992px) {
  .cid-uThDh9sRAt .col-cards {
    padding-left: 5%;
  }
}
.cid-uThDh9sRAt .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}
.cid-uThDh9sRAt .cards-wrap:hover {
  background-color: #eff0f0;
}
.cid-uThDh9sRAt .card {
  padding: 30px;
  background-color: #ffffff;
  transition: 0.4s all;
  border-radius: 0;
}
.cid-uThDh9sRAt .card:hover {
  background-color: #eff0f0;
}
@media (min-width: 768px) {
  .cid-uThDh9sRAt .card:hover {
    transform: translate(0px, -10px);
  }
}
.cid-uThDh9sRAt .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uThDh9sRAt .img-container {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uThDh9sRAt .img-container {
    display: flex;
    justify-content: center;
  }
}
.cid-uThDh9sRAt .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  position: relative;
}
.cid-uThDh9sRAt .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uThDh9sRAt .img-bg {
  background-color: #eff0f0;
  min-width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
}
.cid-uThDh9sRAt .card-title {
  color: #ffcb20;
  margin-bottom: 8px;
}
.cid-uThDh9sRAt .card-text {
  color: #222222;
  margin-bottom: 0;
  text-align: left;
}
.cid-uThDh9sRAt .mbr-section-title,
.cid-uThDh9sRAt .mbr-section-btn {
  color: #212529;
}
.cid-uThDhay7l4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8f9fa;
}
.cid-uThDhay7l4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uThDhay7l4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uThDhay7l4 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uThDhay7l4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uThDhay7l4 .panel-group .card {
  position: relative;
  padding: 20px 30px 20px 50px;
  margin-top: 20px;
  border: none;
  background-color: #6164a1;
}
@media (max-width: 992px) {
  .cid-uThDhay7l4 .panel-group .card {
    margin-top: 16px;
    padding: 30px 20px;
  }
}
.cid-uThDhay7l4 .panel-group .card:first-child {
  margin-top: 0 !important;
}
.cid-uThDhay7l4 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uThDhay7l4 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uThDhay7l4 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uThDhay7l4 .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uThDhay7l4 .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uThDhay7l4 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  color: #212529;
  background-color: #f8f9fa;
  font-size: 36px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uThDhay7l4 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 22px;
  }
}
.cid-uThDhay7l4 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
  background-color: #f47451;
}
.cid-uThDhay7l4 .panel-group .card .panel-collapse .panel-body {
  margin-top: 20px;
}
.cid-uThDhay7l4 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uThDhay7l4 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uThDhay7l4 .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-uThDhay7l4 .panel-title-edit {
  color: #ffffff;
}
.cid-uThDhay7l4 .panel-text {
  color: #000c3f;
}
.cid-uThDhay7l4 .panel-text,
.cid-uThDhay7l4 .panel-body {
  color: #ffffff;
}
.cid-uThDhbD5OZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uThDhbD5OZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uThDhbD5OZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uThDhbD5OZ .card {
  justify-content: flex-end;
}
.cid-uThDhbD5OZ .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uThDhbD5OZ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uThDhbD5OZ .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uThDhbD5OZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uThDhbD5OZ .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uThDhbD5OZ .mbr-section-btn .btn::after,
.cid-uThDhbD5OZ .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uThDhbD5OZ .mbr-section-btn .btn:hover,
.cid-uThDhbD5OZ .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uThDhbD5OZ .mbr-section-btn .btn:hover::after,
.cid-uThDhbD5OZ .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uThDhbD5OZ .items-wrapper {
  border-radius: 25px !important;
  margin: 0 -20px;
}
.cid-uThDhbD5OZ .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uThDhbD5OZ .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uThDhbD5OZ .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-uThDhbD5OZ .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 20px 20px 90px 20px;
  }
}
.cid-uThDhbD5OZ .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-uThDhbD5OZ .items-wrapper .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uThDhbD5OZ .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-uThDhbD5OZ .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-uThDhbD5OZ .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-uThDhbD5OZ .items-wrapper .item .item-wrapper .icon-card:hover .mbr-iconfont,
.cid-uThDhbD5OZ .items-wrapper .item .item-wrapper .icon-card:focus .mbr-iconfont {
  background-color: #0295e2;
  transform: rotate(180deg);
}
.cid-uThDhbD5OZ .items-wrapper .item .item-wrapper .icon-card .svg1 {
  position: absolute;
  top: -29px;
  right: 0;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uThDhbD5OZ .items-wrapper .item .item-wrapper .icon-card .svg1 path {
  fill: #ffffff;
}
.cid-uThDhbD5OZ .items-wrapper .item .item-wrapper .icon-card .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uThDhbD5OZ .items-wrapper .item .item-wrapper .icon-card .svg2 path {
  fill: #ffffff;
}
.cid-uThDhbD5OZ .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uThDhbD5OZ .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uThDhbD5OZ .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uThDhbD5OZ .items-wrapper .card_1,
.cid-uThDhbD5OZ .items-wrapper .card_2 {
  padding: 0 !important;
}
.cid-uThDhbD5OZ .items-wrapper .card_1 .item-wrapper {
  min-height: 350px;
}
@media (max-width: 992px) {
  .cid-uThDhbD5OZ .items-wrapper .card_1 .item-wrapper {
    min-height: auto;
  }
}
.cid-uThDhbD5OZ .items-wrapper .card_2 .item-wrapper {
  min-height: 170px;
}
@media (max-width: 992px) {
  .cid-uThDhbD5OZ .items-wrapper .card_2 .item-wrapper {
    min-height: auto;
  }
}
.cid-uThDhbD5OZ .items-wrap {
  padding: 0 20px;
}
.cid-uThDhbD5OZ .mbr-section-title {
  color: #ffffff;
}
.cid-uThDhbD5OZ .mbr-tag {
  color: #adadad;
  text-align: center;
}
.cid-uThDhbD5OZ .item-title {
  color: #ffffff;
}
.cid-uThDhbD5OZ .item-text {
  color: #ffffff;
}
.cid-uThDhbD5OZ .main-btn {
  text-align: right;
}
.cid-uThDhbD5OZ .mbr-section-title,
.cid-uThDhbD5OZ .main-btn {
  color: #212428;
  text-align: center;
}
.cid-uThDhbD5OZ .item-title,
.cid-uThDhbD5OZ .item-btn {
  text-align: right;
}
.cid-uThDhcTwru {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uThDhcTwru .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uThDhcTwru .text-content .mbr-subtitle {
  color: #4c48b9;
}
.cid-uThDhcTwru .text-content .mbr-section-title {
  color: #353535;
}
.cid-uThDhcTwru .text-content .mbr-text {
  color: #6b67ce;
}
.cid-uThDhcTwru .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-uThDhcTwru .text-content .list-block .card-img {
  width: auto;
}
.cid-uThDhcTwru .text-content .list-block .card-img span {
  color: #4c48b9;
  font-size: 1.5rem;
}
.cid-uThDhcTwru .text-content .list-block .list-item-title {
  color: #353535;
  transition: all .3s linear 0s;
}
.cid-uThDhcTwru .text-content .list-block .list-item-title:hover {
  color: #103178;
}
.cid-uThDhcTwru .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #6b67ce;
  margin-bottom: 0;
}
.cid-uThDhcTwru .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-uThDhcTwru .text-content .social {
  font-size: 1.2rem;
}
.cid-uThDhcTwru .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-uThDhcTwru .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-uThDhcTwru .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-uThDhcTwru .list-block {
  position: relative;
}
.cid-uThDhcTwru .list-block h4,
.cid-uThDhcTwru .list-block p {
  padding-left: 2.625rem;
}
.cid-uThDhcTwru .card-img {
  display: block;
}
.cid-uThDhcTwru input,
.cid-uThDhcTwru textarea {
  border-radius: 0px !important;
  min-height: 1rem;
  padding: 5px 5px !important;
  font-size: 13px;
  color: #ffcb20;
  height: 10px;
}
.cid-uThDhcTwru .form-control,
.cid-uThDhcTwru .field-input {
  padding: 13px 20px !important;
  background-color: #f0f2f5;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uThDhcTwru .form-control:hover,
.cid-uThDhcTwru .field-input:hover,
.cid-uThDhcTwru .form-control:focus,
.cid-uThDhcTwru .field-input:focus {
  background-color: #f0f2f5;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uThDhcTwru .form-control:focus,
.cid-uThDhcTwru .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-uThDhcTwru input::-webkit-input-placeholder,
.cid-uThDhcTwru textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-uThDhcTwru input:-moz-placeholder,
.cid-uThDhcTwru textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-uThDhcTwru .jq-selectbox li,
.cid-uThDhcTwru .jq-selectbox li {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uThDhcTwru .jq-selectbox li:hover,
.cid-uThDhcTwru .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uThDhcTwru .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f0f2f5;
}
.cid-uThDhcTwru .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f0f2f5;
}
.cid-uThDhcTwru .mbr-form {
  max-width: 550px;
}
.cid-uThDhcTwru .mbr-form .content-title {
  margin-bottom: 20px;
}
.cid-uThDhcTwru .mbr-form .content-subtitle {
  color: #6b67ce;
}
.cid-uThDhcTwru .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-uThDhcTwru .mbr-form .btn {
  margin-right: auto !important;
  border-radius: 30px;
  border-color: #353535;
  color: #353535;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-uThDhcTwru .mbr-form .btn-success:hover {
  background-color: #4c48b9 !important;
  border-color: #4c48b9 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-uThDhcTwru .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-uThDhcTwru .mbr-section-title,
  .cid-uThDhcTwru .content-title,
  .cid-uThDhcTwru .mbr-section-btn {
    margin-right: auto !important;
  }
}
.cid-uThDhcTwru .text-content .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uThDhcTwru .text-content .mbr-subtitle {
  text-align: left;
  color: #212428;
}
.cid-uThDhcTwru .text-content .list-block .list-item-title {
  color: #191b1f;
}
.cid-uThDhcTwru H3 {
  color: #13171f;
  text-align: left;
}
.cid-uThDhcTwru LABEL {
  text-align: left;
}
.cid-uThDhcTwru .col-auto .mbr-section-btn {
  margin-right: auto !important;
}
.cid-uThDheaNgp {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uThDheaNgp .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-uThDheaNgp .mbr-section-title {
  margin: 0;
  color: #353535;
}
.cid-uThDheaNgp .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uThDheaNgp .card-img span {
  color: #279e64;
}
.cid-uThDheaNgp .row-item {
  margin-bottom: 2rem;
}
.cid-uThDheaNgp .row-item:hover .wrapper {
  background: linear-gradient(90deg, #deb737, #ffcb20);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-uThDheaNgp .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-uThDheaNgp .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-uThDheaNgp .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uThDhfmjar {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-uThDhfmjar .listico {
  padding-right: 1rem;
  color: #dcdfe2;
  font-size: 0.5rem;
}
.cid-uThDhfmjar .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uThDhfmjar .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-uThDhfmjar .mbr-text {
  color: #444;
}
.cid-uThDhfmjar h5 {
  margin-bottom: 0;
}
.cid-uThDhfmjar .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uThDhfmjar .socicon {
  color: #9e9e9e;
  font-size: 1.6rem;
}
.cid-uThDhfmjar .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uThDhfmjar .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-uThDhfmjar .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uThDhfmjar .social-list a:hover {
  opacity: .4;
}
.cid-uThDhfmjar .media-container-row > div {
  padding: 0px;
}
.cid-uThDhfmjar .text2 {
  color: #eeeff2;
  text-align: left;
}
.cid-uThDhfmjar .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uThDhfmjar .group-title SPAN {
  color: #656565;
}
.cid-uThDhfmjar .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uThDhfmjar .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uThDhfmjar h3 {
    margin-bottom: 10px;
  }
}
.cid-uThDhfmjar .links SPAN {
  color: #9e9e9e;
}
.cid-uThDhfmjar .links,
.cid-uThDhfmjar .navbar-brand {
  color: #eeeff2;
}
.cid-uThDhfmjar .links,
.cid-uThDhfmjar .social-list {
  text-align: left;
}
.cid-uThDhgL3BC.popup-builder {
  background-color: #ffffff;
}
.cid-uThDhgL3BC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uThDhgL3BC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uThDhgL3BC .modal-content,
.cid-uThDhgL3BC .modal-dialog {
  height: auto;
}
.cid-uThDhgL3BC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uThDhgL3BC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uThDhgL3BC .form-wrapper .mbr-form .form-group,
  .cid-uThDhgL3BC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uThDhgL3BC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uThDhgL3BC .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-uThDhgL3BC .mbr-text {
  text-align: center;
}
.cid-uThDhgL3BC .pt-0 {
  padding-top: 0 !important;
}
.cid-uThDhgL3BC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uThDhgL3BC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uThDhgL3BC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uThDhgL3BC .modal-open {
  overflow: hidden;
}
.cid-uThDhgL3BC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uThDhgL3BC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uThDhgL3BC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uThDhgL3BC .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-uThDhgL3BC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uThDhgL3BC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uThDhgL3BC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uThDhgL3BC .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-uThDhgL3BC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uThDhgL3BC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uThDhgL3BC .modal-backdrop.fade {
  opacity: 0;
}
.cid-uThDhgL3BC .modal-backdrop.show {
  opacity: .5;
}
.cid-uThDhgL3BC .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-uThDhgL3BC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uThDhgL3BC .modal-header {
    padding: 1rem;
  }
}
.cid-uThDhgL3BC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uThDhgL3BC .modal-header .close svg {
  fill: #353535;
}
.cid-uThDhgL3BC .modal-header .close:hover {
  opacity: 1;
}
.cid-uThDhgL3BC .modal-header .close:focus {
  outline: none;
}
.cid-uThDhgL3BC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uThDhgL3BC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uThDhgL3BC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uThDhgL3BC .modal-body {
    padding: 1rem;
  }
}
.cid-uThDhgL3BC .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-uThDhgL3BC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uThDhgL3BC .modal-footer {
    padding: 1rem;
  }
}
.cid-uThDhgL3BC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uThDhgL3BC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uThDhgL3BC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uThDhgL3BC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uThDhgL3BC .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uThDhgL3BC .modal-lg,
  .cid-uThDhgL3BC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uThDhgL3BC .modal-xl {
    max-width: 1140px;
  }
}
.cid-uThDhgL3BC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uThDhgL3BC .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-uThDhgL3BC .form-group {
  margin-bottom: 1rem;
}
.cid-uThDhgL3BC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uThDhgL3BC .form-control:hover {
  border-color: #22262b !important;
}
.cid-uThDhgL3BC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uThDhgL3BC .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-uThDhgL3BC .mbr-section-btn {
  margin: 0;
}
.cid-uThDhgL3BC .mbr-section-btn .btn {
  margin: 0;
}
.cid-uThDhgL3BC LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uThDhgL3BC .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-uThDhgL3BC .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uThDhi2TBB.popup-builder {
  background-color: #ffffff;
}
.cid-uThDhi2TBB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uThDhi2TBB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uThDhi2TBB .modal-content,
.cid-uThDhi2TBB .modal-dialog {
  height: auto;
}
.cid-uThDhi2TBB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uThDhi2TBB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uThDhi2TBB .form-wrapper .mbr-form .form-group,
  .cid-uThDhi2TBB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uThDhi2TBB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uThDhi2TBB .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-uThDhi2TBB .mbr-text {
  text-align: center;
}
.cid-uThDhi2TBB .pt-0 {
  padding-top: 0 !important;
}
.cid-uThDhi2TBB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uThDhi2TBB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uThDhi2TBB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uThDhi2TBB .modal-open {
  overflow: hidden;
}
.cid-uThDhi2TBB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uThDhi2TBB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uThDhi2TBB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uThDhi2TBB .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-uThDhi2TBB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uThDhi2TBB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uThDhi2TBB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uThDhi2TBB .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-uThDhi2TBB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uThDhi2TBB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uThDhi2TBB .modal-backdrop.fade {
  opacity: 0;
}
.cid-uThDhi2TBB .modal-backdrop.show {
  opacity: .5;
}
.cid-uThDhi2TBB .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-uThDhi2TBB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uThDhi2TBB .modal-header {
    padding: 1rem;
  }
}
.cid-uThDhi2TBB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uThDhi2TBB .modal-header .close svg {
  fill: #353535;
}
.cid-uThDhi2TBB .modal-header .close:hover {
  opacity: 1;
}
.cid-uThDhi2TBB .modal-header .close:focus {
  outline: none;
}
.cid-uThDhi2TBB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uThDhi2TBB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uThDhi2TBB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uThDhi2TBB .modal-body {
    padding: 1rem;
  }
}
.cid-uThDhi2TBB .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-uThDhi2TBB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uThDhi2TBB .modal-footer {
    padding: 1rem;
  }
}
.cid-uThDhi2TBB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uThDhi2TBB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uThDhi2TBB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uThDhi2TBB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uThDhi2TBB .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uThDhi2TBB .modal-lg,
  .cid-uThDhi2TBB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uThDhi2TBB .modal-xl {
    max-width: 1140px;
  }
}
.cid-uThDhi2TBB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uThDhi2TBB .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-uThDhi2TBB .form-group {
  margin-bottom: 1rem;
}
.cid-uThDhi2TBB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uThDhi2TBB .form-control:hover {
  border-color: #22262b !important;
}
.cid-uThDhi2TBB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uThDhi2TBB .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-uThDhi2TBB .mbr-section-btn {
  margin: 0;
}
.cid-uThDhi2TBB .mbr-section-btn .btn {
  margin: 0;
}
.cid-uThDhi2TBB LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uThDhi2TBB .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-uThDhi2TBB .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uThDhjp5OM.popup-builder {
  background-color: #ffffff;
}
.cid-uThDhjp5OM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uThDhjp5OM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uThDhjp5OM .modal-content,
.cid-uThDhjp5OM .modal-dialog {
  height: auto;
}
.cid-uThDhjp5OM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uThDhjp5OM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uThDhjp5OM .form-wrapper .mbr-form .form-group,
  .cid-uThDhjp5OM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uThDhjp5OM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uThDhjp5OM .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-uThDhjp5OM .mbr-text {
  text-align: center;
}
.cid-uThDhjp5OM .pt-0 {
  padding-top: 0 !important;
}
.cid-uThDhjp5OM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uThDhjp5OM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uThDhjp5OM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uThDhjp5OM .modal-open {
  overflow: hidden;
}
.cid-uThDhjp5OM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uThDhjp5OM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uThDhjp5OM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uThDhjp5OM .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-uThDhjp5OM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uThDhjp5OM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uThDhjp5OM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uThDhjp5OM .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-uThDhjp5OM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uThDhjp5OM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uThDhjp5OM .modal-backdrop.fade {
  opacity: 0;
}
.cid-uThDhjp5OM .modal-backdrop.show {
  opacity: .5;
}
.cid-uThDhjp5OM .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-uThDhjp5OM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uThDhjp5OM .modal-header {
    padding: 1rem;
  }
}
.cid-uThDhjp5OM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uThDhjp5OM .modal-header .close svg {
  fill: #353535;
}
.cid-uThDhjp5OM .modal-header .close:hover {
  opacity: 1;
}
.cid-uThDhjp5OM .modal-header .close:focus {
  outline: none;
}
.cid-uThDhjp5OM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uThDhjp5OM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uThDhjp5OM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uThDhjp5OM .modal-body {
    padding: 1rem;
  }
}
.cid-uThDhjp5OM .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-uThDhjp5OM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uThDhjp5OM .modal-footer {
    padding: 1rem;
  }
}
.cid-uThDhjp5OM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uThDhjp5OM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uThDhjp5OM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uThDhjp5OM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uThDhjp5OM .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uThDhjp5OM .modal-lg,
  .cid-uThDhjp5OM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uThDhjp5OM .modal-xl {
    max-width: 1140px;
  }
}
.cid-uThDhjp5OM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uThDhjp5OM .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-uThDhjp5OM .form-group {
  margin-bottom: 1rem;
}
.cid-uThDhjp5OM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uThDhjp5OM .form-control:hover {
  border-color: #22262b !important;
}
.cid-uThDhjp5OM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uThDhjp5OM .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-uThDhjp5OM .mbr-section-btn {
  margin: 0;
}
.cid-uThDhjp5OM .mbr-section-btn .btn {
  margin: 0;
}
.cid-uThDhjp5OM LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uThDhjp5OM .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-uThDhjp5OM .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uTvuGJjcel {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uTvuGJjcel .menu-text {
  padding: 0 0rem;
  color: #5b6c8f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTvuGJjcel .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uTvuGJjcel .iconfont-wrapper {
  color: #001219 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uTvuGJjcel .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uTvuGJjcel .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uTvuGJjcel .container {
    padding: 0 1rem;
  }
}
.cid-uTvuGJjcel .menu-tite {
  background: #353535;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-uTvuGJjcel .nav-link {
  position: relative;
}
.cid-uTvuGJjcel .nav-link:hover {
  color: #6b67ce !important;
}
.cid-uTvuGJjcel nav.navbar {
  position: fixed;
}
.cid-uTvuGJjcel .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-uTvuGJjcel .navbar.opened {
  transition: all 0.3s;
}
.cid-uTvuGJjcel .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTvuGJjcel .navbar .navbar-logo img {
  width: auto;
}
.cid-uTvuGJjcel .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTvuGJjcel .navbar.collapsed {
  justify-content: center;
}
.cid-uTvuGJjcel .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTvuGJjcel .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTvuGJjcel .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uTvuGJjcel .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTvuGJjcel .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTvuGJjcel .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-uTvuGJjcel .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTvuGJjcel .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTvuGJjcel .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTvuGJjcel .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTvuGJjcel .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTvuGJjcel .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTvuGJjcel .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTvuGJjcel .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-uTvuGJjcel .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTvuGJjcel .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTvuGJjcel .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTvuGJjcel .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTvuGJjcel .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTvuGJjcel .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTvuGJjcel .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTvuGJjcel .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTvuGJjcel .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTvuGJjcel .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-uTvuGJjcel .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTvuGJjcel .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTvuGJjcel .dropdown-item:hover,
.cid-uTvuGJjcel .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-uTvuGJjcel .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTvuGJjcel .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTvuGJjcel .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uTvuGJjcel .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTvuGJjcel .dropdown-menu,
.cid-uTvuGJjcel .navbar.opened {
  background: #ffffff !important;
}
.cid-uTvuGJjcel .nav-item:focus,
.cid-uTvuGJjcel .nav-link:focus {
  outline: none;
}
.cid-uTvuGJjcel .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTvuGJjcel .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTvuGJjcel .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTvuGJjcel .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTvuGJjcel .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTvuGJjcel .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTvuGJjcel .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-uTvuGJjcel .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTvuGJjcel .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTvuGJjcel .dropdown-item.active,
.cid-uTvuGJjcel .dropdown-item:active {
  background-color: transparent;
}
.cid-uTvuGJjcel .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTvuGJjcel .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTvuGJjcel .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTvuGJjcel .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTvuGJjcel .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTvuGJjcel .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTvuGJjcel ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTvuGJjcel .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTvuGJjcel button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTvuGJjcel button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTvuGJjcel button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTvuGJjcel button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTvuGJjcel button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTvuGJjcel button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTvuGJjcel nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTvuGJjcel nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTvuGJjcel nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTvuGJjcel nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTvuGJjcel .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTvuGJjcel a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTvuGJjcel .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-uTvuGJjcel .navbar {
    height: 70px;
  }
  .cid-uTvuGJjcel .navbar.opened {
    height: auto;
  }
  .cid-uTvuGJjcel .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTvuGJZRQL {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uTvuGJZRQL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTvuGJZRQL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTvuGJZRQL .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uTvuGJZRQL .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uTvuGJZRQL .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uTvuGJZRQL .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uTvuGJZRQL .col-text {
    order: 1;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uTvuGJZRQL .col-text {
    margin-top: 20px;
  }
}
.cid-uTvuGJZRQL .text-wrapper {
  width: 100%;
  z-index: 21;
}
.cid-uTvuGJZRQL .mbr-section-title {
  color: #212428;
  margin-bottom: 20px;
}
.cid-uTvuGJZRQL .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-uTvuGJZRQL .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uTvuGJZRQL .mbr-text {
  color: #212529;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uTvuGJZRQL .mbr-text {
    padding-right: 0;
  }
}
.cid-uTvuGJZRQL .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTvuGJZRQL .social-container {
  width: 100%;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .cid-uTvuGJZRQL .social-container {
    text-align: center;
  }
}
.cid-uTvuGJZRQL .social-title {
  color: #212529;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uTvuGJZRQL .social-title {
    text-align: center;
  }
}
.cid-uTvuGJZRQL .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
@media (max-width: 991px) {
  .cid-uTvuGJZRQL .social-list {
    justify-content: center;
  }
}
.cid-uTvuGJZRQL .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-uTvuGJZRQL .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-uTvuGJZRQL .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212428;
}
.cid-uTvuGJZRQL .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uTvuGJZRQL .soc-item:hover:before {
  opacity: 1;
}
.cid-uTvuGJZRQL .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uTvuGJZRQL .col-img {
    order: 2;
  }
}
.cid-uTvuGJZRQL lottie-player {
  position: absolute;
  z-index: 20;
}
.cid-uTvuGJZRQL .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uTvuGJZRQL .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uTvuGJZRQL .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-uTvuGJZRQL .btn .mbr-iconfont {
  order: 0;
  margin: 0;
  vertical-align: middle;
  font-size: 1.2rem;
}
.cid-uTvuGJZRQL .btn {
  display: inline-flex;
  align-items: center !important;
  padding: 10px 20px;
  gap: 8px;
}
.cid-uTvuGJZRQL .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-uTvuGJZRQL .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-uTvuGJZRQL .phone-btn:hover {
  background: linear-gradient(145deg, #4a8ad9, #2e5ea4);
  box-shadow: 0px 5px 15px rgba(41, 158, 235, 0.4);
}
.cid-uTvuGJZRQL .phone-btn:hover .phone-icon {
  animation: ring 0.5s ease-in-out infinite;
}
.cid-uTvuGJZRQL .price-text {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uTvuGJZRQL {
    padding-top: 3rem;
  }
  .cid-uTvuGJZRQL .mbr-section-title {
    text-align: center;
  }
}
.cid-uTvuGJZRQL .carousel-wrapper {
  margin: 0 50px;
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .cid-uTvuGJZRQL .carousel-wrapper {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .cid-uTvuGJZRQL .carousel-wrapper {
    margin: 0 -10px;
  }
}
.cid-uTvuGJZRQL .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 36px;
}
@media (max-width: 1199px) {
  .cid-uTvuGJZRQL .carousel {
    max-width: 100%;
  }
}
.cid-uTvuGJZRQL .carousel-inner {
  display: flex;
  align-items: center;
  padding: 50px 0 25px;
}
@media (max-width: 991px) {
  .cid-uTvuGJZRQL .carousel-inner {
    padding: 40px 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-uTvuGJZRQL .carousel-inner {
    padding: 35px 0 25px;
  }
}
.cid-uTvuGJZRQL .item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-uTvuGJZRQL .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uTvuGJZRQL .item-wrapper {
    padding: 0 10px;
  }
}
.cid-uTvuGJZRQL .card-info {
  position: relative;
  z-index: 10;
  width: 100%;
  border-radius: 450px;
}
@media (max-width: 1199px) {
  .cid-uTvuGJZRQL .card-info {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uTvuGJZRQL .card-info {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uTvuGJZRQL .card-info {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.cid-uTvuGJZRQL .info-img-wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 400px;
}
@media (max-width: 991px) {
  .cid-uTvuGJZRQL .info-img-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uTvuGJZRQL .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.cid-uTvuGJZRQL .info-img-wrap img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uTvuGJZRQL .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-uTvuGJZRQL .info-text-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uTvuGJZRQL .info-text-wrap {
    flex-grow: 1;
  }
}
.cid-uTvuGJZRQL .info-card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uTvuGJZRQL .info-card-subtitle {
  color: #ffffff;
}
.cid-uTvuGJZRQL .info-card-text {
  color: #ffffff;
  margin-top: 4px;
}
.cid-uTvuGJZRQL .card-description {
  position: relative;
  margin-top: 115px;
  width: 1px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uTvuGJZRQL .card-description {
    width: 100%;
    margin-top: 0;
  }
}
.cid-uTvuGJZRQL .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-uTvuGJZRQL .card-description-wrapper {
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .cid-uTvuGJZRQL .card-description-wrapper {
    padding: 20px;
  }
}
.cid-uTvuGJZRQL .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-uTvuGJZRQL .card-description-container {
    flex-wrap: wrap;
  }
}
.cid-uTvuGJZRQL .card-description-text-wrap {
  margin-bottom: 15px;
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .cid-uTvuGJZRQL .card-description-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uTvuGJZRQL .card-description-title {
  color: #ffffff;
  margin-bottom: 7px;
}
.cid-uTvuGJZRQL .card-description-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uTvuGJZRQL .card-description-label-wrap {
  padding: 15px 17px;
  border-radius: 6px;
  margin-left: auto;
  background: linear-gradient(145deg, #22262b, #22262b);
}
@media (max-width: 767px) {
  .cid-uTvuGJZRQL .card-description-label-wrap {
    margin-left: 0;
  }
}
.cid-uTvuGJZRQL .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTvuGJZRQL .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-uTvuGJZRQL .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffcb20;
}
.cid-uTvuGJZRQL .card-description-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uTvuGJZRQL .absolute-icon-wrapper {
  position: absolute;
  z-index: 9;
  left: 0;
  top: -107px;
}
@media (max-width: 991px) {
  .cid-uTvuGJZRQL .absolute-icon-wrapper {
    display: none;
  }
}
.cid-uTvuGJZRQL .absolute-icon-wrapper .mbr-iconfont {
  color: #22262b;
  font-size: 99px;
}
.cid-uTvuGJZRQL .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-uTvuGJZRQL .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-uTvuGJZRQL .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uTvuGJZRQL .carousel-control {
    display: none;
  }
}
.cid-uTvuGJZRQL .carousel-control:hover {
  background: linear-gradient(to right bottom, #22262b, #22262b) !important;
  color: #ffcb20 !important;
  opacity: 1;
}
.cid-uTvuGJZRQL .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uTvuGJZRQL .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uTvuGJZRQL .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uTvuGJZRQL .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-uTvuGJZRQL .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-uTvuGJZRQL .carousel-indicators li.active,
.cid-uTvuGJZRQL .carousel-indicators li:hover {
  opacity: 1;
  background: #4c48b9 !important;
}
.cid-uTvuGJZRQL .carousel-indicators li::after,
.cid-uTvuGJZRQL .carousel-indicators li::before {
  content: none;
}
.cid-uTvuGJZRQL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uTvuGJZRQL .item-menu-overlay {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .cid-uTvuGJZRQL .carousel-indicators {
    width: 80%;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .cid-uTvuGJZRQL .carousel-indicators {
    width: 95%;
    gap: 10px;
  }
}
.cid-uTvuGJZRQL .info-card-subtitle DIV {
  text-align: left;
}
.cid-uTvuGKK4ZG {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uTvuGKK4ZG .item:focus,
.cid-uTvuGKK4ZG span:focus {
  outline: none;
}
.cid-uTvuGKK4ZG .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-uTvuGKK4ZG .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uTvuGKK4ZG .item {
    min-height: 45px;
  }
}
.cid-uTvuGKK4ZG .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #4c48b9;
}
.cid-uTvuGKK4ZG .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTvuGKK4ZG .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-uTvuGKK4ZG .container_1 {
  background-color: #4c48b9;
}
.cid-uTvuGKK4ZG .container_1 .item_1 {
  color: #ffffff;
  background-color: #4c48b9;
}
.cid-uTvuGKK4ZG .container_2 {
  background-color: #ffffff;
}
.cid-uTvuGKK4ZG .container_2 .item_2 {
  color: #212428;
  background-color: #ffffff;
}
.cid-uTvuGLf9Cz {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uTvuGLf9Cz .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uTvuGLf9Cz .team-card:hover {
  transform: translateY(-10px);
}
@media (min-width: 1400px) {
  .cid-uTvuGLf9Cz .col-lg-3 {
    padding: 0 1.5rem;
  }
}
.cid-uTvuGLf9Cz .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-uTvuGLf9Cz .card-wrap:hover {
  box-shadow: 10px 10px 19px rgba(0, 0, 0, 0.1), -5px -5px 5px rgba(0, 0, 0, 0.05);
}
.cid-uTvuGLf9Cz .card-wrap:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .cid-uTvuGLf9Cz .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uTvuGLf9Cz .card-wrap .image-wrap img {
  width: 100%;
  transition: transform 0.4s ease;
  height: 200px;
  object-fit: cover;
}
.cid-uTvuGLf9Cz .card-wrap .content-wrap {
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uTvuGLf9Cz .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uTvuGLf9Cz .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uTvuGLf9Cz .content-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uTvuGLf9Cz .icons-menu {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uTvuGLf9Cz .icons-menu {
    justify-content: center;
  }
}
.cid-uTvuGLf9Cz .image-wrap {
  clip-path: polygon(100% 0, 100% 100%, 0% 90%, 0% 0%);
}
.cid-uTvuGLf9Cz .iconfont-wrapper {
  font-size: 1.2rem;
  padding: 0.4rem 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uTvuGLf9Cz .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #353535;
  z-index: 0;
}
.cid-uTvuGLf9Cz .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uTvuGLf9Cz .mbr-iconfont {
  position: relative;
  fomt-size: 1rem;
  color: #272727;
}
.cid-uTvuGLf9Cz .card-text,
.cid-uTvuGLf9Cz .mbr-section-btn,
.cid-uTvuGLf9Cz .social-row {
  color: #312ca8;
  text-align: center;
}
.cid-uTvuGLf9Cz .mbr-role,
.cid-uTvuGLf9Cz .social-row {
  color: #353535;
  text-align: left;
}
.cid-uTvuGLf9Cz .card-title,
.cid-uTvuGLf9Cz .social-row {
  color: #272727;
  text-align: center;
}
.cid-uTvuGLf9Cz .mbr-section-title {
  color: #272727;
}
.cid-uTvuGLf9Cz .carousel-wrapper {
  position: relative;
}
@media (max-width: 1199px) {
  .cid-uTvuGLf9Cz .carousel-wrapper {
    margin: 0;
  }
}
.cid-uTvuGLf9Cz .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-uTvuGLf9Cz .carousel {
    max-width: 100%;
  }
}
.cid-uTvuGLf9Cz .carousel-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTvuGLf9Cz .carousel-inner {
    padding: 0 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-uTvuGLf9Cz .carousel-inner {
    padding: 0 0 25px;
  }
}
.cid-uTvuGLf9Cz .item-gallery-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-uTvuGLf9Cz .item-gallery-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uTvuGLf9Cz .item-gallery-wrapper {
    padding: 0 10px;
  }
}
.cid-uTvuGLf9Cz .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-uTvuGLf9Cz .info-img-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uTvuGLf9Cz .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.cid-uTvuGLf9Cz .info-img-wrap img {
  width: 100%;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uTvuGLf9Cz .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-uTvuGLf9Cz .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTvuGLf9Cz .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-uTvuGLf9Cz .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffcb20;
}
.cid-uTvuGLf9Cz .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-uTvuGLf9Cz .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-uTvuGLf9Cz .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uTvuGLf9Cz .carousel-control {
    display: none;
  }
}
.cid-uTvuGLf9Cz .carousel-control:hover {
  background: linear-gradient(to right bottom, #22262b, #22262b) !important;
  color: #ffcb20 !important;
  opacity: 1;
}
.cid-uTvuGLf9Cz .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uTvuGLf9Cz .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uTvuGLf9Cz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uTvuGLf9Cz .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-uTvuGLf9Cz .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-uTvuGLf9Cz .carousel-indicators li.active,
.cid-uTvuGLf9Cz .carousel-indicators li:hover {
  opacity: 1;
  background: #4c48b9 !important;
}
.cid-uTvuGLf9Cz .carousel-indicators li::after,
.cid-uTvuGLf9Cz .carousel-indicators li::before {
  content: none;
}
.cid-uTvuGLf9Cz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uTvuGLf9Cz .item-menu-overlay {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .cid-uTvuGLf9Cz .carousel-indicators {
    width: 80%;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .cid-uTvuGLf9Cz .carousel-indicators {
    width: 95%;
    gap: 10px;
  }
}
.cid-uTvuGLf9Cz .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-uTvuGLf9Cz .col-lg-3 {
  padding-bottom: 15px;
}
.cid-uTvuGLf9Cz .original-price {
  margin-right: 0.5rem;
  color: #888;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 0.6em;
}
.cid-uTvuGMceNH {
  padding-top: 0rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uTvuGMceNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTvuGMceNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTvuGMceNH .main-row {
  row-gap: 32px;
}
.cid-uTvuGMceNH .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 3rem 2rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uTvuGMceNH .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-uTvuGMceNH .mbr-section-head {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .cid-uTvuGMceNH .mbr-section-head {
    text-align: center;
  }
}
.cid-uTvuGMceNH .mbr-section-title {
  color: #494d9b;
}
.cid-uTvuGMceNH .mbr-section-subtitle {
  margin-top: 16px;
  color: #353535;
}
.cid-uTvuGMceNH .comment-text {
  margin-top: 16px;
  color: #212529;
}
.cid-uTvuGMceNH .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uTvuGMceNH form {
  width: 100%;
}
.cid-uTvuGMceNH form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uTvuGMceNH form .dragArea.row {
    justify-content: center;
  }
}
.cid-uTvuGMceNH form p {
  color: #24262b;
}
.cid-uTvuGMceNH form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-uTvuGMceNH form .form-control {
  height: 52px;
  background: #FFFFFF;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1;
  color: #24262b;
  font-weight: 400;
  transition: .3s;
}
.cid-uTvuGMceNH form .form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uTvuGMceNH form .form-control::-moz-placeholder {
  color: #c1c1c1;
}
.cid-uTvuGMceNH form .form-control:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uTvuGMceNH form .form-control:-ms-input-placeholder {
  color: #c1c1c1;
}
.cid-uTvuGMceNH form select {
  color: #24262b !important;
}
.cid-uTvuGMceNH form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 11px 16px;
  resize: none;
}
.cid-uTvuGMceNH form textarea::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTvuGMceNH form textarea::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTvuGMceNH form textarea:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTvuGMceNH form textarea:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTvuGMceNH form input,
.cid-uTvuGMceNH form textarea {
  transition: .3s all;
}
.cid-uTvuGMceNH form input:active,
.cid-uTvuGMceNH form textarea:active,
.cid-uTvuGMceNH form input:focus,
.cid-uTvuGMceNH form textarea:focus {
  background-color: #FFFFFF !important;
  border-color: #e0e0e0 !important;
  outline: none !important;
}
.cid-uTvuGMceNH form input:active::-webkit-input-placeholder,
.cid-uTvuGMceNH form textarea:active::-webkit-input-placeholder,
.cid-uTvuGMceNH form input:focus::-webkit-input-placeholder,
.cid-uTvuGMceNH form textarea:focus::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTvuGMceNH form input:active::-moz-placeholder,
.cid-uTvuGMceNH form textarea:active::-moz-placeholder,
.cid-uTvuGMceNH form input:focus::-moz-placeholder,
.cid-uTvuGMceNH form textarea:focus::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTvuGMceNH form input:active:-moz-placeholder,
.cid-uTvuGMceNH form textarea:active:-moz-placeholder,
.cid-uTvuGMceNH form input:focus:-moz-placeholder,
.cid-uTvuGMceNH form textarea:focus:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTvuGMceNH form input:active:-ms-input-placeholder,
.cid-uTvuGMceNH form textarea:active:-ms-input-placeholder,
.cid-uTvuGMceNH form input:focus:-ms-input-placeholder,
.cid-uTvuGMceNH form textarea:focus:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTvuGMceNH form .row {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.cid-uTvuGMceNH form .row [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uTvuGMceNH form .mbr-section-btn {
  margin-bottom: 16px;
  min-width: 152px;
}
@media (min-width: 768px) {
  .cid-uTvuGMceNH form .mbr-section-btn {
    padding: 0 !important;
    margin-left: -8px !important;
    margin-right: 8px !important;
  }
}
.cid-uTvuGMceNH form .mbr-section-btn .btn {
  min-height: 52px;
  border-radius: 0 !important;
}
.cid-uTvuGMceNH form label {
  width: 100%;
  color: #24262b;
  margin-bottom: 8px;
}
.cid-uTvuGMceNH form .form-check label {
  color: #24262b;
}
.cid-uTvuGMceNH form .form-check-input {
  border-color: #c1c1c1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uTvuGMceNH form .form-check-input:focus,
.cid-uTvuGMceNH form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #24262b !important;
}
.cid-uTvuGMceNH form .form-check-input:checked {
  border-color: #24262b !important;
  background-color: #24262b !important;
}
.cid-uTvuGMceNH .img-wrap {
  height: 100%;
  min-height: 400px;
}
.cid-uTvuGMceNH .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTvuGMM53P {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTvuGMM53P .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-uTvuGMM53P .mbr-section-title {
  letter-spacing: 0em;
}
.cid-uTvuGMM53P .card-img {
  margin-bottom: 1rem;
}
.cid-uTvuGMM53P .card-img span {
  font-size: 60px;
}
.cid-uTvuGMM53P H1 {
  color: #353535;
}
.cid-uTvuGMM53P .mbr-text,
.cid-uTvuGMM53P .mbr-section-btn {
  color: #000000;
}
.cid-uTvuGNlJw7 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uTvuGNlJw7 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #103178;
  margin-bottom: 2rem;
}
.cid-uTvuGNlJw7 .card-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-uTvuGNlJw7 .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-uTvuGNlJw7 .card {
    max-width: 14.2%;
  }
}
.cid-uTvuGNlJw7 .card-title,
.cid-uTvuGNlJw7 .iconfont-wrapper {
  color: #103178;
}
.cid-uTvuGNlJw7 .icon_box img {
  max-width: 150px;
  max-height: 150px;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-uTvuGO9Xap {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
}
.cid-uTvuGO9Xap .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTvuGO9Xap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTvuGO9Xap .row {
  flex-direction: row-reverse;
}
.cid-uTvuGO9Xap .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uTvuGO9Xap .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uTvuGO9Xap .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uTvuGO9Xap .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-uTvuGO9Xap .col-img {
    height: 705px;
    padding-left: 60px !important;
  }
}
.cid-uTvuGO9Xap .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uTvuGO9Xap .col-text {
    order: 2;
  }
}
.cid-uTvuGO9Xap .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uTvuGO9Xap .text-wrapper {
    margin-top: 20px;
  }
}
.cid-uTvuGO9Xap .mbr-section-title {
  color: #4a8ad9;
  margin-bottom: 20px;
}
.cid-uTvuGO9Xap .mbr-section-subtitle {
  color: #353535;
  margin-bottom: 22px;
}
.cid-uTvuGO9Xap .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uTvuGO9Xap .mbr-text {
  color: #212529;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uTvuGO9Xap .mbr-text {
    padding-right: 0;
  }
}
.cid-uTvuGO9Xap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTvuGO9Xap .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uTvuGO9Xap .social-container {
    padding-top: 40px;
  }
}
.cid-uTvuGO9Xap .social-title {
  color: #212529;
  margin-bottom: 20px;
}
.cid-uTvuGO9Xap .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uTvuGO9Xap .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-uTvuGO9Xap .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-uTvuGO9Xap .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212529;
}
.cid-uTvuGO9Xap .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uTvuGO9Xap .soc-item:hover:before {
  opacity: 1;
}
.cid-uTvuGO9Xap .img-box {
  width: 100%;
}
.cid-uTvuGO9Xap .img-box img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uTvuGO9Xap .img-wrapper {
    position: sticky;
    top: 100px;
    left: 0;
    z-index: 10;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uTvuGO9Xap .img-wrapper {
    position: static;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uTvuGO9Xap {
    padding-top: 3.5rem;
  }
  .cid-uTvuGO9Xap .mbr-section-title {
    text-align: center;
  }
  .cid-uTvuGO9Xap .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uTvuGOSB6f {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTvuGOSB6f .row {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-uTvuGOSB6f .col-text {
    padding: 0 0 0 0;
  }
}
.cid-uTvuGOSB6f .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
  background-color: #eff0f0;
}
@media (max-width: 767px) {
  .cid-uTvuGOSB6f .text-wrapper {
    text-align: center !important;
    padding-bottom: 54px;
  }
}
.cid-uTvuGOSB6f .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #494d9b;
}
@media (max-width: 767px) {
  .cid-uTvuGOSB6f .label-text {
    text-align: center !important;
  }
}
.cid-uTvuGOSB6f .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uTvuGOSB6f .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uTvuGOSB6f .mbr-text {
  letter-spacing: inherit;
  color: #212529;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uTvuGOSB6f .mbr-text {
    text-align: center !important;
  }
}
.cid-uTvuGOSB6f .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uTvuGOSB6f .btn-container {
  width: 100%;
  margin-top: auto;
}
.cid-uTvuGOSB6f .mbr-section-btn .btn {
  padding: 0;
}
.cid-uTvuGOSB6f .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uTvuGOSB6f .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uTvuGOSB6f .col-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-uTvuGOSB6f .col-cards {
    padding: 0;
    padding-left: 1.8%;
  }
}
@media (min-width: 992px) {
  .cid-uTvuGOSB6f .col-cards {
    padding-left: 5%;
  }
}
.cid-uTvuGOSB6f .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}
.cid-uTvuGOSB6f .cards-wrap:hover {
  background-color: #eff0f0;
}
.cid-uTvuGOSB6f .card {
  padding: 30px;
  background-color: #ffffff;
  transition: 0.4s all;
  border-radius: 0;
}
.cid-uTvuGOSB6f .card:hover {
  background-color: #eff0f0;
}
@media (min-width: 768px) {
  .cid-uTvuGOSB6f .card:hover {
    transform: translate(0px, -10px);
  }
}
.cid-uTvuGOSB6f .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uTvuGOSB6f .img-container {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uTvuGOSB6f .img-container {
    display: flex;
    justify-content: center;
  }
}
.cid-uTvuGOSB6f .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  position: relative;
}
.cid-uTvuGOSB6f .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTvuGOSB6f .img-bg {
  background-color: #eff0f0;
  min-width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
}
.cid-uTvuGOSB6f .card-title {
  color: #ffcb20;
  margin-bottom: 8px;
}
.cid-uTvuGOSB6f .card-text {
  color: #222222;
  margin-bottom: 0;
  text-align: left;
}
.cid-uTvuGOSB6f .mbr-section-title,
.cid-uTvuGOSB6f .mbr-section-btn {
  color: #212529;
}
.cid-uTvuGPG2OT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8f9fa;
}
.cid-uTvuGPG2OT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTvuGPG2OT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTvuGPG2OT .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uTvuGPG2OT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTvuGPG2OT .panel-group .card {
  position: relative;
  padding: 20px 30px 20px 50px;
  margin-top: 20px;
  border: none;
  background-color: #6164a1;
}
@media (max-width: 992px) {
  .cid-uTvuGPG2OT .panel-group .card {
    margin-top: 16px;
    padding: 30px 20px;
  }
}
.cid-uTvuGPG2OT .panel-group .card:first-child {
  margin-top: 0 !important;
}
.cid-uTvuGPG2OT .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uTvuGPG2OT .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uTvuGPG2OT .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTvuGPG2OT .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uTvuGPG2OT .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uTvuGPG2OT .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  color: #212529;
  background-color: #f8f9fa;
  font-size: 36px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uTvuGPG2OT .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 22px;
  }
}
.cid-uTvuGPG2OT .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
  background-color: #f47451;
}
.cid-uTvuGPG2OT .panel-group .card .panel-collapse .panel-body {
  margin-top: 20px;
}
.cid-uTvuGPG2OT .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTvuGPG2OT .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uTvuGPG2OT .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-uTvuGPG2OT .panel-title-edit {
  color: #ffffff;
}
.cid-uTvuGPG2OT .panel-text {
  color: #000c3f;
}
.cid-uTvuGPG2OT .panel-text,
.cid-uTvuGPG2OT .panel-body {
  color: #ffffff;
}
.cid-uTvuGQuoT0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTvuGQuoT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTvuGQuoT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTvuGQuoT0 .card {
  justify-content: flex-end;
}
.cid-uTvuGQuoT0 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTvuGQuoT0 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTvuGQuoT0 .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uTvuGQuoT0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTvuGQuoT0 .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uTvuGQuoT0 .mbr-section-btn .btn::after,
.cid-uTvuGQuoT0 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uTvuGQuoT0 .mbr-section-btn .btn:hover,
.cid-uTvuGQuoT0 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uTvuGQuoT0 .mbr-section-btn .btn:hover::after,
.cid-uTvuGQuoT0 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uTvuGQuoT0 .items-wrapper {
  border-radius: 25px !important;
  margin: 0 -20px;
}
.cid-uTvuGQuoT0 .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uTvuGQuoT0 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uTvuGQuoT0 .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-uTvuGQuoT0 .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 20px 20px 90px 20px;
  }
}
.cid-uTvuGQuoT0 .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-uTvuGQuoT0 .items-wrapper .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uTvuGQuoT0 .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-uTvuGQuoT0 .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-uTvuGQuoT0 .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-uTvuGQuoT0 .items-wrapper .item .item-wrapper .icon-card:hover .mbr-iconfont,
.cid-uTvuGQuoT0 .items-wrapper .item .item-wrapper .icon-card:focus .mbr-iconfont {
  background-color: #0295e2;
  transform: rotate(180deg);
}
.cid-uTvuGQuoT0 .items-wrapper .item .item-wrapper .icon-card .svg1 {
  position: absolute;
  top: -29px;
  right: 0;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uTvuGQuoT0 .items-wrapper .item .item-wrapper .icon-card .svg1 path {
  fill: #ffffff;
}
.cid-uTvuGQuoT0 .items-wrapper .item .item-wrapper .icon-card .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uTvuGQuoT0 .items-wrapper .item .item-wrapper .icon-card .svg2 path {
  fill: #ffffff;
}
.cid-uTvuGQuoT0 .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uTvuGQuoT0 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uTvuGQuoT0 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uTvuGQuoT0 .items-wrapper .card_1,
.cid-uTvuGQuoT0 .items-wrapper .card_2 {
  padding: 0 !important;
}
.cid-uTvuGQuoT0 .items-wrapper .card_1 .item-wrapper {
  min-height: 350px;
}
@media (max-width: 992px) {
  .cid-uTvuGQuoT0 .items-wrapper .card_1 .item-wrapper {
    min-height: auto;
  }
}
.cid-uTvuGQuoT0 .items-wrapper .card_2 .item-wrapper {
  min-height: 170px;
}
@media (max-width: 992px) {
  .cid-uTvuGQuoT0 .items-wrapper .card_2 .item-wrapper {
    min-height: auto;
  }
}
.cid-uTvuGQuoT0 .items-wrap {
  padding: 0 20px;
}
.cid-uTvuGQuoT0 .mbr-section-title {
  color: #ffffff;
}
.cid-uTvuGQuoT0 .mbr-tag {
  color: #adadad;
  text-align: center;
}
.cid-uTvuGQuoT0 .item-title {
  color: #ffffff;
}
.cid-uTvuGQuoT0 .item-text {
  color: #ffffff;
}
.cid-uTvuGQuoT0 .main-btn {
  text-align: right;
}
.cid-uTvuGQuoT0 .mbr-section-title,
.cid-uTvuGQuoT0 .main-btn {
  color: #212428;
  text-align: center;
}
.cid-uTvuGQuoT0 .item-title,
.cid-uTvuGQuoT0 .item-btn {
  text-align: right;
}
.cid-uTvuGRto1w {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uTvuGRto1w .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uTvuGRto1w .text-content .mbr-subtitle {
  color: #4c48b9;
}
.cid-uTvuGRto1w .text-content .mbr-section-title {
  color: #353535;
}
.cid-uTvuGRto1w .text-content .mbr-text {
  color: #6b67ce;
}
.cid-uTvuGRto1w .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-uTvuGRto1w .text-content .list-block .card-img {
  width: auto;
}
.cid-uTvuGRto1w .text-content .list-block .card-img span {
  color: #4c48b9;
  font-size: 1.5rem;
}
.cid-uTvuGRto1w .text-content .list-block .list-item-title {
  color: #353535;
  transition: all .3s linear 0s;
}
.cid-uTvuGRto1w .text-content .list-block .list-item-title:hover {
  color: #103178;
}
.cid-uTvuGRto1w .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #6b67ce;
  margin-bottom: 0;
}
.cid-uTvuGRto1w .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-uTvuGRto1w .text-content .social {
  font-size: 1.2rem;
}
.cid-uTvuGRto1w .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-uTvuGRto1w .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-uTvuGRto1w .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-uTvuGRto1w .list-block {
  position: relative;
}
.cid-uTvuGRto1w .list-block h4,
.cid-uTvuGRto1w .list-block p {
  padding-left: 2.625rem;
}
.cid-uTvuGRto1w .card-img {
  display: block;
}
.cid-uTvuGRto1w input,
.cid-uTvuGRto1w textarea {
  border-radius: 0px !important;
  min-height: 1rem;
  padding: 5px 5px !important;
  font-size: 13px;
  color: #ffcb20;
  height: 10px;
}
.cid-uTvuGRto1w .form-control,
.cid-uTvuGRto1w .field-input {
  padding: 13px 20px !important;
  background-color: #f0f2f5;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uTvuGRto1w .form-control:hover,
.cid-uTvuGRto1w .field-input:hover,
.cid-uTvuGRto1w .form-control:focus,
.cid-uTvuGRto1w .field-input:focus {
  background-color: #f0f2f5;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uTvuGRto1w .form-control:focus,
.cid-uTvuGRto1w .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-uTvuGRto1w input::-webkit-input-placeholder,
.cid-uTvuGRto1w textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-uTvuGRto1w input:-moz-placeholder,
.cid-uTvuGRto1w textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-uTvuGRto1w .jq-selectbox li,
.cid-uTvuGRto1w .jq-selectbox li {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uTvuGRto1w .jq-selectbox li:hover,
.cid-uTvuGRto1w .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uTvuGRto1w .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f0f2f5;
}
.cid-uTvuGRto1w .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f0f2f5;
}
.cid-uTvuGRto1w .mbr-form {
  max-width: 550px;
}
.cid-uTvuGRto1w .mbr-form .content-title {
  margin-bottom: 20px;
}
.cid-uTvuGRto1w .mbr-form .content-subtitle {
  color: #6b67ce;
}
.cid-uTvuGRto1w .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-uTvuGRto1w .mbr-form .btn {
  margin-right: auto !important;
  border-radius: 30px;
  border-color: #353535;
  color: #353535;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-uTvuGRto1w .mbr-form .btn-success:hover {
  background-color: #4c48b9 !important;
  border-color: #4c48b9 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-uTvuGRto1w .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-uTvuGRto1w .mbr-section-title,
  .cid-uTvuGRto1w .content-title,
  .cid-uTvuGRto1w .mbr-section-btn {
    margin-right: auto !important;
  }
}
.cid-uTvuGRto1w .text-content .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uTvuGRto1w .text-content .mbr-subtitle {
  text-align: left;
  color: #212428;
}
.cid-uTvuGRto1w .text-content .list-block .list-item-title {
  color: #191b1f;
}
.cid-uTvuGRto1w H3 {
  color: #13171f;
  text-align: left;
}
.cid-uTvuGRto1w LABEL {
  text-align: left;
}
.cid-uTvuGRto1w .col-auto .mbr-section-btn {
  margin-right: auto !important;
}
.cid-uTvuGSuLxX {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uTvuGSuLxX .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-uTvuGSuLxX .mbr-section-title {
  margin: 0;
  color: #353535;
}
.cid-uTvuGSuLxX .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uTvuGSuLxX .card-img span {
  color: #279e64;
}
.cid-uTvuGSuLxX .row-item {
  margin-bottom: 2rem;
}
.cid-uTvuGSuLxX .row-item:hover .wrapper {
  background: linear-gradient(90deg, #deb737, #ffcb20);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-uTvuGSuLxX .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-uTvuGSuLxX .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-uTvuGSuLxX .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uTvuGTwPhu {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-uTvuGTwPhu .listico {
  padding-right: 1rem;
  color: #dcdfe2;
  font-size: 0.5rem;
}
.cid-uTvuGTwPhu .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uTvuGTwPhu .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-uTvuGTwPhu .mbr-text {
  color: #444;
}
.cid-uTvuGTwPhu h5 {
  margin-bottom: 0;
}
.cid-uTvuGTwPhu .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTvuGTwPhu .socicon {
  color: #9e9e9e;
  font-size: 1.6rem;
}
.cid-uTvuGTwPhu .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uTvuGTwPhu .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-uTvuGTwPhu .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uTvuGTwPhu .social-list a:hover {
  opacity: .4;
}
.cid-uTvuGTwPhu .media-container-row > div {
  padding: 0px;
}
.cid-uTvuGTwPhu .text2 {
  color: #eeeff2;
  text-align: left;
}
.cid-uTvuGTwPhu .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uTvuGTwPhu .group-title SPAN {
  color: #656565;
}
.cid-uTvuGTwPhu .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uTvuGTwPhu .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uTvuGTwPhu h3 {
    margin-bottom: 10px;
  }
}
.cid-uTvuGTwPhu .links SPAN {
  color: #9e9e9e;
}
.cid-uTvuGTwPhu .links,
.cid-uTvuGTwPhu .navbar-brand {
  color: #eeeff2;
}
.cid-uTvuGTwPhu .links,
.cid-uTvuGTwPhu .social-list {
  text-align: left;
}
.cid-uTvuGUziMn.popup-builder {
  background-color: #ffffff;
}
.cid-uTvuGUziMn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTvuGUziMn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTvuGUziMn .modal-content,
.cid-uTvuGUziMn .modal-dialog {
  height: auto;
}
.cid-uTvuGUziMn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTvuGUziMn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTvuGUziMn .form-wrapper .mbr-form .form-group,
  .cid-uTvuGUziMn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTvuGUziMn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTvuGUziMn .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-uTvuGUziMn .mbr-text {
  text-align: center;
}
.cid-uTvuGUziMn .pt-0 {
  padding-top: 0 !important;
}
.cid-uTvuGUziMn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTvuGUziMn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTvuGUziMn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTvuGUziMn .modal-open {
  overflow: hidden;
}
.cid-uTvuGUziMn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTvuGUziMn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTvuGUziMn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTvuGUziMn .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-uTvuGUziMn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTvuGUziMn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTvuGUziMn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTvuGUziMn .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-uTvuGUziMn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTvuGUziMn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTvuGUziMn .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTvuGUziMn .modal-backdrop.show {
  opacity: .5;
}
.cid-uTvuGUziMn .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-uTvuGUziMn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTvuGUziMn .modal-header {
    padding: 1rem;
  }
}
.cid-uTvuGUziMn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTvuGUziMn .modal-header .close svg {
  fill: #353535;
}
.cid-uTvuGUziMn .modal-header .close:hover {
  opacity: 1;
}
.cid-uTvuGUziMn .modal-header .close:focus {
  outline: none;
}
.cid-uTvuGUziMn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTvuGUziMn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uTvuGUziMn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTvuGUziMn .modal-body {
    padding: 1rem;
  }
}
.cid-uTvuGUziMn .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-uTvuGUziMn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTvuGUziMn .modal-footer {
    padding: 1rem;
  }
}
.cid-uTvuGUziMn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTvuGUziMn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTvuGUziMn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTvuGUziMn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTvuGUziMn .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uTvuGUziMn .modal-lg,
  .cid-uTvuGUziMn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTvuGUziMn .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTvuGUziMn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTvuGUziMn .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-uTvuGUziMn .form-group {
  margin-bottom: 1rem;
}
.cid-uTvuGUziMn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTvuGUziMn .form-control:hover {
  border-color: #22262b !important;
}
.cid-uTvuGUziMn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTvuGUziMn .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-uTvuGUziMn .mbr-section-btn {
  margin: 0;
}
.cid-uTvuGUziMn .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTvuGUziMn LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uTvuGUziMn .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-uTvuGUziMn .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uTvuGVxM4Y.popup-builder {
  background-color: #ffffff;
}
.cid-uTvuGVxM4Y.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTvuGVxM4Y.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTvuGVxM4Y .modal-content,
.cid-uTvuGVxM4Y .modal-dialog {
  height: auto;
}
.cid-uTvuGVxM4Y .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTvuGVxM4Y .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTvuGVxM4Y .form-wrapper .mbr-form .form-group,
  .cid-uTvuGVxM4Y .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTvuGVxM4Y .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTvuGVxM4Y .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-uTvuGVxM4Y .mbr-text {
  text-align: center;
}
.cid-uTvuGVxM4Y .pt-0 {
  padding-top: 0 !important;
}
.cid-uTvuGVxM4Y .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTvuGVxM4Y .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTvuGVxM4Y .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTvuGVxM4Y .modal-open {
  overflow: hidden;
}
.cid-uTvuGVxM4Y .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTvuGVxM4Y .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTvuGVxM4Y .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTvuGVxM4Y .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-uTvuGVxM4Y .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTvuGVxM4Y .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTvuGVxM4Y .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTvuGVxM4Y .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-uTvuGVxM4Y .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTvuGVxM4Y .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTvuGVxM4Y .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTvuGVxM4Y .modal-backdrop.show {
  opacity: .5;
}
.cid-uTvuGVxM4Y .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-uTvuGVxM4Y .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTvuGVxM4Y .modal-header {
    padding: 1rem;
  }
}
.cid-uTvuGVxM4Y .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTvuGVxM4Y .modal-header .close svg {
  fill: #353535;
}
.cid-uTvuGVxM4Y .modal-header .close:hover {
  opacity: 1;
}
.cid-uTvuGVxM4Y .modal-header .close:focus {
  outline: none;
}
.cid-uTvuGVxM4Y .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTvuGVxM4Y .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uTvuGVxM4Y .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTvuGVxM4Y .modal-body {
    padding: 1rem;
  }
}
.cid-uTvuGVxM4Y .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-uTvuGVxM4Y .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTvuGVxM4Y .modal-footer {
    padding: 1rem;
  }
}
.cid-uTvuGVxM4Y .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTvuGVxM4Y .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTvuGVxM4Y .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTvuGVxM4Y .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTvuGVxM4Y .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uTvuGVxM4Y .modal-lg,
  .cid-uTvuGVxM4Y .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTvuGVxM4Y .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTvuGVxM4Y .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTvuGVxM4Y .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-uTvuGVxM4Y .form-group {
  margin-bottom: 1rem;
}
.cid-uTvuGVxM4Y .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTvuGVxM4Y .form-control:hover {
  border-color: #22262b !important;
}
.cid-uTvuGVxM4Y .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTvuGVxM4Y .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-uTvuGVxM4Y .mbr-section-btn {
  margin: 0;
}
.cid-uTvuGVxM4Y .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTvuGVxM4Y LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uTvuGVxM4Y .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-uTvuGVxM4Y .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uTvuGWsPB5.popup-builder {
  background-color: #ffffff;
}
.cid-uTvuGWsPB5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTvuGWsPB5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTvuGWsPB5 .modal-content,
.cid-uTvuGWsPB5 .modal-dialog {
  height: auto;
}
.cid-uTvuGWsPB5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTvuGWsPB5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTvuGWsPB5 .form-wrapper .mbr-form .form-group,
  .cid-uTvuGWsPB5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTvuGWsPB5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTvuGWsPB5 .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-uTvuGWsPB5 .mbr-text {
  text-align: center;
}
.cid-uTvuGWsPB5 .pt-0 {
  padding-top: 0 !important;
}
.cid-uTvuGWsPB5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTvuGWsPB5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTvuGWsPB5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTvuGWsPB5 .modal-open {
  overflow: hidden;
}
.cid-uTvuGWsPB5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTvuGWsPB5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTvuGWsPB5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTvuGWsPB5 .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-uTvuGWsPB5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTvuGWsPB5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTvuGWsPB5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTvuGWsPB5 .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-uTvuGWsPB5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTvuGWsPB5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTvuGWsPB5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTvuGWsPB5 .modal-backdrop.show {
  opacity: .5;
}
.cid-uTvuGWsPB5 .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-uTvuGWsPB5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTvuGWsPB5 .modal-header {
    padding: 1rem;
  }
}
.cid-uTvuGWsPB5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTvuGWsPB5 .modal-header .close svg {
  fill: #353535;
}
.cid-uTvuGWsPB5 .modal-header .close:hover {
  opacity: 1;
}
.cid-uTvuGWsPB5 .modal-header .close:focus {
  outline: none;
}
.cid-uTvuGWsPB5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTvuGWsPB5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uTvuGWsPB5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTvuGWsPB5 .modal-body {
    padding: 1rem;
  }
}
.cid-uTvuGWsPB5 .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-uTvuGWsPB5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTvuGWsPB5 .modal-footer {
    padding: 1rem;
  }
}
.cid-uTvuGWsPB5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTvuGWsPB5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTvuGWsPB5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTvuGWsPB5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTvuGWsPB5 .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uTvuGWsPB5 .modal-lg,
  .cid-uTvuGWsPB5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTvuGWsPB5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTvuGWsPB5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTvuGWsPB5 .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-uTvuGWsPB5 .form-group {
  margin-bottom: 1rem;
}
.cid-uTvuGWsPB5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTvuGWsPB5 .form-control:hover {
  border-color: #22262b !important;
}
.cid-uTvuGWsPB5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTvuGWsPB5 .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-uTvuGWsPB5 .mbr-section-btn {
  margin: 0;
}
.cid-uTvuGWsPB5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTvuGWsPB5 LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uTvuGWsPB5 .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-uTvuGWsPB5 .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uTyz1rQlFk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uTyz1rQlFk .menu-text {
  padding: 0 0rem;
  color: #5b6c8f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTyz1rQlFk .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uTyz1rQlFk .iconfont-wrapper {
  color: #001219 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uTyz1rQlFk .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uTyz1rQlFk .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uTyz1rQlFk .container {
    padding: 0 1rem;
  }
}
.cid-uTyz1rQlFk .menu-tite {
  background: #353535;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-uTyz1rQlFk .nav-link {
  position: relative;
}
.cid-uTyz1rQlFk .nav-link:hover {
  color: #6b67ce !important;
}
.cid-uTyz1rQlFk nav.navbar {
  position: fixed;
}
.cid-uTyz1rQlFk .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-uTyz1rQlFk .navbar.opened {
  transition: all 0.3s;
}
.cid-uTyz1rQlFk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTyz1rQlFk .navbar .navbar-logo img {
  width: auto;
}
.cid-uTyz1rQlFk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTyz1rQlFk .navbar.collapsed {
  justify-content: center;
}
.cid-uTyz1rQlFk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTyz1rQlFk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTyz1rQlFk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uTyz1rQlFk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTyz1rQlFk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTyz1rQlFk .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-uTyz1rQlFk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTyz1rQlFk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTyz1rQlFk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTyz1rQlFk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTyz1rQlFk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTyz1rQlFk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTyz1rQlFk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTyz1rQlFk .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-uTyz1rQlFk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTyz1rQlFk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTyz1rQlFk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTyz1rQlFk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTyz1rQlFk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTyz1rQlFk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTyz1rQlFk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTyz1rQlFk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTyz1rQlFk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTyz1rQlFk .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-uTyz1rQlFk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTyz1rQlFk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTyz1rQlFk .dropdown-item:hover,
.cid-uTyz1rQlFk .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-uTyz1rQlFk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTyz1rQlFk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTyz1rQlFk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uTyz1rQlFk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTyz1rQlFk .dropdown-menu,
.cid-uTyz1rQlFk .navbar.opened {
  background: #ffffff !important;
}
.cid-uTyz1rQlFk .nav-item:focus,
.cid-uTyz1rQlFk .nav-link:focus {
  outline: none;
}
.cid-uTyz1rQlFk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTyz1rQlFk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTyz1rQlFk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTyz1rQlFk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTyz1rQlFk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTyz1rQlFk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTyz1rQlFk .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-uTyz1rQlFk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTyz1rQlFk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTyz1rQlFk .dropdown-item.active,
.cid-uTyz1rQlFk .dropdown-item:active {
  background-color: transparent;
}
.cid-uTyz1rQlFk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTyz1rQlFk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTyz1rQlFk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTyz1rQlFk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTyz1rQlFk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTyz1rQlFk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTyz1rQlFk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTyz1rQlFk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTyz1rQlFk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTyz1rQlFk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTyz1rQlFk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTyz1rQlFk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTyz1rQlFk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTyz1rQlFk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTyz1rQlFk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTyz1rQlFk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTyz1rQlFk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTyz1rQlFk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTyz1rQlFk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTyz1rQlFk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTyz1rQlFk .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-uTyz1rQlFk .navbar {
    height: 70px;
  }
  .cid-uTyz1rQlFk .navbar.opened {
    height: auto;
  }
  .cid-uTyz1rQlFk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTyz1svbAV {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uTyz1svbAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTyz1svbAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTyz1svbAV .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uTyz1svbAV .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uTyz1svbAV .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uTyz1svbAV .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uTyz1svbAV .col-text {
    order: 1;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uTyz1svbAV .col-text {
    margin-top: 20px;
  }
}
.cid-uTyz1svbAV .text-wrapper {
  width: 100%;
  z-index: 21;
}
.cid-uTyz1svbAV .mbr-section-title {
  color: #212428;
  margin-bottom: 20px;
}
.cid-uTyz1svbAV .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-uTyz1svbAV .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uTyz1svbAV .mbr-text {
  color: #212529;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uTyz1svbAV .mbr-text {
    padding-right: 0;
  }
}
.cid-uTyz1svbAV .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTyz1svbAV .social-container {
  width: 100%;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .cid-uTyz1svbAV .social-container {
    text-align: center;
  }
}
.cid-uTyz1svbAV .social-title {
  color: #212529;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uTyz1svbAV .social-title {
    text-align: center;
  }
}
.cid-uTyz1svbAV .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
@media (max-width: 991px) {
  .cid-uTyz1svbAV .social-list {
    justify-content: center;
  }
}
.cid-uTyz1svbAV .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-uTyz1svbAV .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-uTyz1svbAV .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212428;
}
.cid-uTyz1svbAV .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uTyz1svbAV .soc-item:hover:before {
  opacity: 1;
}
.cid-uTyz1svbAV .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uTyz1svbAV .col-img {
    order: 2;
  }
}
.cid-uTyz1svbAV lottie-player {
  position: absolute;
  z-index: 20;
}
.cid-uTyz1svbAV .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uTyz1svbAV .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uTyz1svbAV .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-uTyz1svbAV .btn .mbr-iconfont {
  order: 0;
  margin: 0;
  vertical-align: middle;
  font-size: 1.2rem;
}
.cid-uTyz1svbAV .btn {
  display: inline-flex;
  align-items: center !important;
  padding: 10px 20px;
  gap: 8px;
}
.cid-uTyz1svbAV .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-uTyz1svbAV .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-uTyz1svbAV .phone-btn:hover {
  background: linear-gradient(145deg, #4a8ad9, #2e5ea4);
  box-shadow: 0px 5px 15px rgba(41, 158, 235, 0.4);
}
.cid-uTyz1svbAV .phone-btn:hover .phone-icon {
  animation: ring 0.5s ease-in-out infinite;
}
.cid-uTyz1svbAV .price-text {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uTyz1svbAV {
    padding-top: 3rem;
  }
  .cid-uTyz1svbAV .mbr-section-title {
    text-align: center;
  }
}
.cid-uTyz1svbAV .carousel-wrapper {
  margin: 0 50px;
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .cid-uTyz1svbAV .carousel-wrapper {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .cid-uTyz1svbAV .carousel-wrapper {
    margin: 0 -10px;
  }
}
.cid-uTyz1svbAV .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 36px;
}
@media (max-width: 1199px) {
  .cid-uTyz1svbAV .carousel {
    max-width: 100%;
  }
}
.cid-uTyz1svbAV .carousel-inner {
  display: flex;
  align-items: center;
  padding: 50px 0 25px;
}
@media (max-width: 991px) {
  .cid-uTyz1svbAV .carousel-inner {
    padding: 40px 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-uTyz1svbAV .carousel-inner {
    padding: 35px 0 25px;
  }
}
.cid-uTyz1svbAV .item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-uTyz1svbAV .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uTyz1svbAV .item-wrapper {
    padding: 0 10px;
  }
}
.cid-uTyz1svbAV .card-info {
  position: relative;
  z-index: 10;
  width: 100%;
  border-radius: 450px;
}
@media (max-width: 1199px) {
  .cid-uTyz1svbAV .card-info {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uTyz1svbAV .card-info {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uTyz1svbAV .card-info {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.cid-uTyz1svbAV .info-img-wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 400px;
}
@media (max-width: 991px) {
  .cid-uTyz1svbAV .info-img-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uTyz1svbAV .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.cid-uTyz1svbAV .info-img-wrap img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uTyz1svbAV .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-uTyz1svbAV .info-text-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uTyz1svbAV .info-text-wrap {
    flex-grow: 1;
  }
}
.cid-uTyz1svbAV .info-card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uTyz1svbAV .info-card-subtitle {
  color: #ffffff;
}
.cid-uTyz1svbAV .info-card-text {
  color: #ffffff;
  margin-top: 4px;
}
.cid-uTyz1svbAV .card-description {
  position: relative;
  margin-top: 115px;
  width: 1px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uTyz1svbAV .card-description {
    width: 100%;
    margin-top: 0;
  }
}
.cid-uTyz1svbAV .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-uTyz1svbAV .card-description-wrapper {
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .cid-uTyz1svbAV .card-description-wrapper {
    padding: 20px;
  }
}
.cid-uTyz1svbAV .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-uTyz1svbAV .card-description-container {
    flex-wrap: wrap;
  }
}
.cid-uTyz1svbAV .card-description-text-wrap {
  margin-bottom: 15px;
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .cid-uTyz1svbAV .card-description-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uTyz1svbAV .card-description-title {
  color: #ffffff;
  margin-bottom: 7px;
}
.cid-uTyz1svbAV .card-description-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uTyz1svbAV .card-description-label-wrap {
  padding: 15px 17px;
  border-radius: 6px;
  margin-left: auto;
  background: linear-gradient(145deg, #22262b, #22262b);
}
@media (max-width: 767px) {
  .cid-uTyz1svbAV .card-description-label-wrap {
    margin-left: 0;
  }
}
.cid-uTyz1svbAV .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTyz1svbAV .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-uTyz1svbAV .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffcb20;
}
.cid-uTyz1svbAV .card-description-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uTyz1svbAV .absolute-icon-wrapper {
  position: absolute;
  z-index: 9;
  left: 0;
  top: -107px;
}
@media (max-width: 991px) {
  .cid-uTyz1svbAV .absolute-icon-wrapper {
    display: none;
  }
}
.cid-uTyz1svbAV .absolute-icon-wrapper .mbr-iconfont {
  color: #22262b;
  font-size: 99px;
}
.cid-uTyz1svbAV .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-uTyz1svbAV .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-uTyz1svbAV .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uTyz1svbAV .carousel-control {
    display: none;
  }
}
.cid-uTyz1svbAV .carousel-control:hover {
  background: linear-gradient(to right bottom, #22262b, #22262b) !important;
  color: #ffcb20 !important;
  opacity: 1;
}
.cid-uTyz1svbAV .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uTyz1svbAV .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uTyz1svbAV .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uTyz1svbAV .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-uTyz1svbAV .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-uTyz1svbAV .carousel-indicators li.active,
.cid-uTyz1svbAV .carousel-indicators li:hover {
  opacity: 1;
  background: #4c48b9 !important;
}
.cid-uTyz1svbAV .carousel-indicators li::after,
.cid-uTyz1svbAV .carousel-indicators li::before {
  content: none;
}
.cid-uTyz1svbAV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uTyz1svbAV .item-menu-overlay {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .cid-uTyz1svbAV .carousel-indicators {
    width: 80%;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .cid-uTyz1svbAV .carousel-indicators {
    width: 95%;
    gap: 10px;
  }
}
.cid-uTyz1svbAV .info-card-subtitle DIV {
  text-align: left;
}
.cid-uTyz1tgYah {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uTyz1tgYah .item:focus,
.cid-uTyz1tgYah span:focus {
  outline: none;
}
.cid-uTyz1tgYah .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-uTyz1tgYah .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uTyz1tgYah .item {
    min-height: 45px;
  }
}
.cid-uTyz1tgYah .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #4c48b9;
}
.cid-uTyz1tgYah .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTyz1tgYah .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-uTyz1tgYah .container_1 {
  background-color: #4c48b9;
}
.cid-uTyz1tgYah .container_1 .item_1 {
  color: #ffffff;
  background-color: #4c48b9;
}
.cid-uTyz1tgYah .container_2 {
  background-color: #ffffff;
}
.cid-uTyz1tgYah .container_2 .item_2 {
  color: #212428;
  background-color: #ffffff;
}
.cid-uTyz1tPqie {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uTyz1tPqie .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uTyz1tPqie .team-card:hover {
  transform: translateY(-10px);
}
@media (min-width: 1400px) {
  .cid-uTyz1tPqie .col-lg-3 {
    padding: 0 1.5rem;
  }
}
.cid-uTyz1tPqie .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-uTyz1tPqie .card-wrap:hover {
  box-shadow: 10px 10px 19px rgba(0, 0, 0, 0.1), -5px -5px 5px rgba(0, 0, 0, 0.05);
}
.cid-uTyz1tPqie .card-wrap:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .cid-uTyz1tPqie .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uTyz1tPqie .card-wrap .image-wrap img {
  width: 100%;
  transition: transform 0.4s ease;
  height: 200px;
  object-fit: cover;
}
.cid-uTyz1tPqie .card-wrap .content-wrap {
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uTyz1tPqie .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uTyz1tPqie .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uTyz1tPqie .content-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uTyz1tPqie .icons-menu {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uTyz1tPqie .icons-menu {
    justify-content: center;
  }
}
.cid-uTyz1tPqie .image-wrap {
  clip-path: polygon(100% 0, 100% 100%, 0% 90%, 0% 0%);
}
.cid-uTyz1tPqie .iconfont-wrapper {
  font-size: 1.2rem;
  padding: 0.4rem 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uTyz1tPqie .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #353535;
  z-index: 0;
}
.cid-uTyz1tPqie .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uTyz1tPqie .mbr-iconfont {
  position: relative;
  fomt-size: 1rem;
  color: #272727;
}
.cid-uTyz1tPqie .card-text,
.cid-uTyz1tPqie .mbr-section-btn,
.cid-uTyz1tPqie .social-row {
  color: #312ca8;
  text-align: center;
}
.cid-uTyz1tPqie .mbr-role,
.cid-uTyz1tPqie .social-row {
  color: #353535;
  text-align: left;
}
.cid-uTyz1tPqie .card-title,
.cid-uTyz1tPqie .social-row {
  color: #272727;
  text-align: center;
}
.cid-uTyz1tPqie .mbr-section-title {
  color: #272727;
}
.cid-uTyz1tPqie .carousel-wrapper {
  position: relative;
}
@media (max-width: 1199px) {
  .cid-uTyz1tPqie .carousel-wrapper {
    margin: 0;
  }
}
.cid-uTyz1tPqie .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-uTyz1tPqie .carousel {
    max-width: 100%;
  }
}
.cid-uTyz1tPqie .carousel-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTyz1tPqie .carousel-inner {
    padding: 0 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-uTyz1tPqie .carousel-inner {
    padding: 0 0 25px;
  }
}
.cid-uTyz1tPqie .item-gallery-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-uTyz1tPqie .item-gallery-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uTyz1tPqie .item-gallery-wrapper {
    padding: 0 10px;
  }
}
.cid-uTyz1tPqie .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-uTyz1tPqie .info-img-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uTyz1tPqie .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.cid-uTyz1tPqie .info-img-wrap img {
  width: 100%;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uTyz1tPqie .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-uTyz1tPqie .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTyz1tPqie .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-uTyz1tPqie .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffcb20;
}
.cid-uTyz1tPqie .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-uTyz1tPqie .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-uTyz1tPqie .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uTyz1tPqie .carousel-control {
    display: none;
  }
}
.cid-uTyz1tPqie .carousel-control:hover {
  background: linear-gradient(to right bottom, #22262b, #22262b) !important;
  color: #ffcb20 !important;
  opacity: 1;
}
.cid-uTyz1tPqie .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uTyz1tPqie .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uTyz1tPqie .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uTyz1tPqie .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-uTyz1tPqie .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-uTyz1tPqie .carousel-indicators li.active,
.cid-uTyz1tPqie .carousel-indicators li:hover {
  opacity: 1;
  background: #4c48b9 !important;
}
.cid-uTyz1tPqie .carousel-indicators li::after,
.cid-uTyz1tPqie .carousel-indicators li::before {
  content: none;
}
.cid-uTyz1tPqie .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uTyz1tPqie .item-menu-overlay {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .cid-uTyz1tPqie .carousel-indicators {
    width: 80%;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .cid-uTyz1tPqie .carousel-indicators {
    width: 95%;
    gap: 10px;
  }
}
.cid-uTyz1tPqie .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-uTyz1tPqie .col-lg-3 {
  padding-bottom: 15px;
}
.cid-uTyz1tPqie .original-price {
  margin-right: 0.5rem;
  color: #888;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 0.6em;
}
.cid-uTyz1v4Vg2 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uTyz1v4Vg2 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uTyz1v4Vg2 .team-card:hover {
  transform: translateY(-10px);
}
@media (min-width: 1400px) {
  .cid-uTyz1v4Vg2 .col-lg-3 {
    padding: 0 1.5rem;
  }
}
.cid-uTyz1v4Vg2 .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-uTyz1v4Vg2 .card-wrap:hover {
  box-shadow: 10px 10px 19px rgba(0, 0, 0, 0.1), -5px -5px 5px rgba(0, 0, 0, 0.05);
}
.cid-uTyz1v4Vg2 .card-wrap:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .cid-uTyz1v4Vg2 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uTyz1v4Vg2 .card-wrap .image-wrap img {
  width: 100%;
  transition: transform 0.4s ease;
  height: 200px;
  object-fit: cover;
}
.cid-uTyz1v4Vg2 .card-wrap .content-wrap {
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uTyz1v4Vg2 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uTyz1v4Vg2 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uTyz1v4Vg2 .content-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uTyz1v4Vg2 .icons-menu {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uTyz1v4Vg2 .icons-menu {
    justify-content: center;
  }
}
.cid-uTyz1v4Vg2 .image-wrap {
  clip-path: polygon(100% 0, 100% 100%, 0% 90%, 0% 0%);
}
.cid-uTyz1v4Vg2 .iconfont-wrapper {
  font-size: 1.2rem;
  padding: 0.4rem 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uTyz1v4Vg2 .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #353535;
  z-index: 0;
}
.cid-uTyz1v4Vg2 .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uTyz1v4Vg2 .mbr-iconfont {
  position: relative;
  fomt-size: 1rem;
  color: #272727;
}
.cid-uTyz1v4Vg2 .card-text,
.cid-uTyz1v4Vg2 .mbr-section-btn,
.cid-uTyz1v4Vg2 .social-row {
  color: #312ca8;
  text-align: center;
}
.cid-uTyz1v4Vg2 .mbr-role,
.cid-uTyz1v4Vg2 .social-row {
  color: #353535;
  text-align: left;
}
.cid-uTyz1v4Vg2 .card-title,
.cid-uTyz1v4Vg2 .social-row {
  color: #272727;
  text-align: center;
}
.cid-uTyz1v4Vg2 .mbr-section-title {
  color: #272727;
}
.cid-uTyz1v4Vg2 .carousel-wrapper {
  position: relative;
}
@media (max-width: 1199px) {
  .cid-uTyz1v4Vg2 .carousel-wrapper {
    margin: 0;
  }
}
.cid-uTyz1v4Vg2 .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-uTyz1v4Vg2 .carousel {
    max-width: 100%;
  }
}
.cid-uTyz1v4Vg2 .carousel-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTyz1v4Vg2 .carousel-inner {
    padding: 0 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-uTyz1v4Vg2 .carousel-inner {
    padding: 0 0 25px;
  }
}
.cid-uTyz1v4Vg2 .item-gallery-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-uTyz1v4Vg2 .item-gallery-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uTyz1v4Vg2 .item-gallery-wrapper {
    padding: 0 10px;
  }
}
.cid-uTyz1v4Vg2 .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-uTyz1v4Vg2 .info-img-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uTyz1v4Vg2 .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.cid-uTyz1v4Vg2 .info-img-wrap img {
  width: 100%;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uTyz1v4Vg2 .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-uTyz1v4Vg2 .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTyz1v4Vg2 .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-uTyz1v4Vg2 .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffcb20;
}
.cid-uTyz1v4Vg2 .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-uTyz1v4Vg2 .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-uTyz1v4Vg2 .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uTyz1v4Vg2 .carousel-control {
    display: none;
  }
}
.cid-uTyz1v4Vg2 .carousel-control:hover {
  background: linear-gradient(to right bottom, #22262b, #22262b) !important;
  color: #ffcb20 !important;
  opacity: 1;
}
.cid-uTyz1v4Vg2 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uTyz1v4Vg2 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uTyz1v4Vg2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uTyz1v4Vg2 .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-uTyz1v4Vg2 .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-uTyz1v4Vg2 .carousel-indicators li.active,
.cid-uTyz1v4Vg2 .carousel-indicators li:hover {
  opacity: 1;
  background: #4c48b9 !important;
}
.cid-uTyz1v4Vg2 .carousel-indicators li::after,
.cid-uTyz1v4Vg2 .carousel-indicators li::before {
  content: none;
}
.cid-uTyz1v4Vg2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uTyz1v4Vg2 .item-menu-overlay {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .cid-uTyz1v4Vg2 .carousel-indicators {
    width: 80%;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .cid-uTyz1v4Vg2 .carousel-indicators {
    width: 95%;
    gap: 10px;
  }
}
.cid-uTyz1v4Vg2 .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-uTyz1v4Vg2 .col-lg-3 {
  padding-bottom: 15px;
}
.cid-uTyz1v4Vg2 .original-price {
  margin-right: 0.5rem;
  color: #888;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 0.6em;
}
.cid-uTyz1w8BJK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uTyz1w8BJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTyz1w8BJK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTyz1w8BJK .main-row {
  row-gap: 32px;
}
.cid-uTyz1w8BJK .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 3rem 2rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uTyz1w8BJK .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-uTyz1w8BJK .mbr-section-head {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .cid-uTyz1w8BJK .mbr-section-head {
    text-align: center;
  }
}
.cid-uTyz1w8BJK .mbr-section-title {
  color: #494d9b;
}
.cid-uTyz1w8BJK .mbr-section-subtitle {
  margin-top: 16px;
  color: #353535;
}
.cid-uTyz1w8BJK .comment-text {
  margin-top: 16px;
  color: #212529;
}
.cid-uTyz1w8BJK .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uTyz1w8BJK form {
  width: 100%;
}
.cid-uTyz1w8BJK form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uTyz1w8BJK form .dragArea.row {
    justify-content: center;
  }
}
.cid-uTyz1w8BJK form p {
  color: #24262b;
}
.cid-uTyz1w8BJK form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-uTyz1w8BJK form .form-control {
  height: 52px;
  background: #FFFFFF;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1;
  color: #24262b;
  font-weight: 400;
  transition: .3s;
}
.cid-uTyz1w8BJK form .form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uTyz1w8BJK form .form-control::-moz-placeholder {
  color: #c1c1c1;
}
.cid-uTyz1w8BJK form .form-control:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uTyz1w8BJK form .form-control:-ms-input-placeholder {
  color: #c1c1c1;
}
.cid-uTyz1w8BJK form select {
  color: #24262b !important;
}
.cid-uTyz1w8BJK form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 11px 16px;
  resize: none;
}
.cid-uTyz1w8BJK form textarea::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTyz1w8BJK form textarea::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTyz1w8BJK form textarea:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTyz1w8BJK form textarea:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTyz1w8BJK form input,
.cid-uTyz1w8BJK form textarea {
  transition: .3s all;
}
.cid-uTyz1w8BJK form input:active,
.cid-uTyz1w8BJK form textarea:active,
.cid-uTyz1w8BJK form input:focus,
.cid-uTyz1w8BJK form textarea:focus {
  background-color: #FFFFFF !important;
  border-color: #e0e0e0 !important;
  outline: none !important;
}
.cid-uTyz1w8BJK form input:active::-webkit-input-placeholder,
.cid-uTyz1w8BJK form textarea:active::-webkit-input-placeholder,
.cid-uTyz1w8BJK form input:focus::-webkit-input-placeholder,
.cid-uTyz1w8BJK form textarea:focus::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTyz1w8BJK form input:active::-moz-placeholder,
.cid-uTyz1w8BJK form textarea:active::-moz-placeholder,
.cid-uTyz1w8BJK form input:focus::-moz-placeholder,
.cid-uTyz1w8BJK form textarea:focus::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTyz1w8BJK form input:active:-moz-placeholder,
.cid-uTyz1w8BJK form textarea:active:-moz-placeholder,
.cid-uTyz1w8BJK form input:focus:-moz-placeholder,
.cid-uTyz1w8BJK form textarea:focus:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTyz1w8BJK form input:active:-ms-input-placeholder,
.cid-uTyz1w8BJK form textarea:active:-ms-input-placeholder,
.cid-uTyz1w8BJK form input:focus:-ms-input-placeholder,
.cid-uTyz1w8BJK form textarea:focus:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTyz1w8BJK form .row {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.cid-uTyz1w8BJK form .row [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uTyz1w8BJK form .mbr-section-btn {
  margin-bottom: 16px;
  min-width: 152px;
}
@media (min-width: 768px) {
  .cid-uTyz1w8BJK form .mbr-section-btn {
    padding: 0 !important;
    margin-left: -8px !important;
    margin-right: 8px !important;
  }
}
.cid-uTyz1w8BJK form .mbr-section-btn .btn {
  min-height: 52px;
  border-radius: 0 !important;
}
.cid-uTyz1w8BJK form label {
  width: 100%;
  color: #24262b;
  margin-bottom: 8px;
}
.cid-uTyz1w8BJK form .form-check label {
  color: #24262b;
}
.cid-uTyz1w8BJK form .form-check-input {
  border-color: #c1c1c1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uTyz1w8BJK form .form-check-input:focus,
.cid-uTyz1w8BJK form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #24262b !important;
}
.cid-uTyz1w8BJK form .form-check-input:checked {
  border-color: #24262b !important;
  background-color: #24262b !important;
}
.cid-uTyz1w8BJK .img-wrap {
  height: 100%;
  min-height: 400px;
}
.cid-uTyz1w8BJK .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTyz1wREEa {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTyz1wREEa .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-uTyz1wREEa .mbr-section-title {
  letter-spacing: 0em;
}
.cid-uTyz1wREEa .card-img {
  margin-bottom: 1rem;
}
.cid-uTyz1wREEa .card-img span {
  font-size: 60px;
}
.cid-uTyz1wREEa H1 {
  color: #353535;
}
.cid-uTyz1wREEa .mbr-text,
.cid-uTyz1wREEa .mbr-section-btn {
  color: #000000;
}
.cid-uTyz1xwdaK {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uTyz1xwdaK .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #103178;
  margin-bottom: 2rem;
}
.cid-uTyz1xwdaK .card-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-uTyz1xwdaK .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-uTyz1xwdaK .card {
    max-width: 14.2%;
  }
}
.cid-uTyz1xwdaK .card-title,
.cid-uTyz1xwdaK .iconfont-wrapper {
  color: #103178;
}
.cid-uTyz1xwdaK .icon_box img {
  max-width: 150px;
  max-height: 150px;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-uTyz1yqcbM {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
}
.cid-uTyz1yqcbM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTyz1yqcbM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTyz1yqcbM .row {
  flex-direction: row-reverse;
}
.cid-uTyz1yqcbM .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uTyz1yqcbM .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uTyz1yqcbM .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uTyz1yqcbM .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-uTyz1yqcbM .col-img {
    height: 705px;
    padding-left: 60px !important;
  }
}
.cid-uTyz1yqcbM .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uTyz1yqcbM .col-text {
    order: 2;
  }
}
.cid-uTyz1yqcbM .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uTyz1yqcbM .text-wrapper {
    margin-top: 20px;
  }
}
.cid-uTyz1yqcbM .mbr-section-title {
  color: #4a8ad9;
  margin-bottom: 20px;
}
.cid-uTyz1yqcbM .mbr-section-subtitle {
  color: #353535;
  margin-bottom: 22px;
}
.cid-uTyz1yqcbM .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uTyz1yqcbM .mbr-text {
  color: #212529;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uTyz1yqcbM .mbr-text {
    padding-right: 0;
  }
}
.cid-uTyz1yqcbM .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTyz1yqcbM .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uTyz1yqcbM .social-container {
    padding-top: 40px;
  }
}
.cid-uTyz1yqcbM .social-title {
  color: #212529;
  margin-bottom: 20px;
}
.cid-uTyz1yqcbM .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uTyz1yqcbM .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-uTyz1yqcbM .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-uTyz1yqcbM .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212529;
}
.cid-uTyz1yqcbM .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uTyz1yqcbM .soc-item:hover:before {
  opacity: 1;
}
.cid-uTyz1yqcbM .img-box {
  width: 100%;
}
.cid-uTyz1yqcbM .img-box img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uTyz1yqcbM .img-wrapper {
    position: sticky;
    top: 100px;
    left: 0;
    z-index: 10;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uTyz1yqcbM .img-wrapper {
    position: static;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uTyz1yqcbM {
    padding-top: 3.5rem;
  }
  .cid-uTyz1yqcbM .mbr-section-title {
    text-align: center;
  }
  .cid-uTyz1yqcbM .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uTyz1zk3tJ {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTyz1zk3tJ .row {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-uTyz1zk3tJ .col-text {
    padding: 0 0 0 0;
  }
}
.cid-uTyz1zk3tJ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
  background-color: #eff0f0;
}
@media (max-width: 767px) {
  .cid-uTyz1zk3tJ .text-wrapper {
    text-align: center !important;
    padding-bottom: 54px;
  }
}
.cid-uTyz1zk3tJ .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #494d9b;
}
@media (max-width: 767px) {
  .cid-uTyz1zk3tJ .label-text {
    text-align: center !important;
  }
}
.cid-uTyz1zk3tJ .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uTyz1zk3tJ .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uTyz1zk3tJ .mbr-text {
  letter-spacing: inherit;
  color: #212529;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uTyz1zk3tJ .mbr-text {
    text-align: center !important;
  }
}
.cid-uTyz1zk3tJ .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uTyz1zk3tJ .btn-container {
  width: 100%;
  margin-top: auto;
}
.cid-uTyz1zk3tJ .mbr-section-btn .btn {
  padding: 0;
}
.cid-uTyz1zk3tJ .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uTyz1zk3tJ .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uTyz1zk3tJ .col-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-uTyz1zk3tJ .col-cards {
    padding: 0;
    padding-left: 1.8%;
  }
}
@media (min-width: 992px) {
  .cid-uTyz1zk3tJ .col-cards {
    padding-left: 5%;
  }
}
.cid-uTyz1zk3tJ .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}
.cid-uTyz1zk3tJ .cards-wrap:hover {
  background-color: #eff0f0;
}
.cid-uTyz1zk3tJ .card {
  padding: 30px;
  background-color: #ffffff;
  transition: 0.4s all;
  border-radius: 0;
}
.cid-uTyz1zk3tJ .card:hover {
  background-color: #eff0f0;
}
@media (min-width: 768px) {
  .cid-uTyz1zk3tJ .card:hover {
    transform: translate(0px, -10px);
  }
}
.cid-uTyz1zk3tJ .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uTyz1zk3tJ .img-container {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uTyz1zk3tJ .img-container {
    display: flex;
    justify-content: center;
  }
}
.cid-uTyz1zk3tJ .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  position: relative;
}
.cid-uTyz1zk3tJ .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTyz1zk3tJ .img-bg {
  background-color: #eff0f0;
  min-width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
}
.cid-uTyz1zk3tJ .card-title {
  color: #ffcb20;
  margin-bottom: 8px;
}
.cid-uTyz1zk3tJ .card-text {
  color: #222222;
  margin-bottom: 0;
  text-align: left;
}
.cid-uTyz1zk3tJ .mbr-section-title,
.cid-uTyz1zk3tJ .mbr-section-btn {
  color: #212529;
}
.cid-uTyz1AkIm4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8f9fa;
}
.cid-uTyz1AkIm4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTyz1AkIm4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTyz1AkIm4 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uTyz1AkIm4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTyz1AkIm4 .panel-group .card {
  position: relative;
  padding: 20px 30px 20px 50px;
  margin-top: 20px;
  border: none;
  background-color: #6164a1;
}
@media (max-width: 992px) {
  .cid-uTyz1AkIm4 .panel-group .card {
    margin-top: 16px;
    padding: 30px 20px;
  }
}
.cid-uTyz1AkIm4 .panel-group .card:first-child {
  margin-top: 0 !important;
}
.cid-uTyz1AkIm4 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uTyz1AkIm4 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uTyz1AkIm4 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTyz1AkIm4 .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uTyz1AkIm4 .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uTyz1AkIm4 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  color: #212529;
  background-color: #f8f9fa;
  font-size: 36px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uTyz1AkIm4 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 22px;
  }
}
.cid-uTyz1AkIm4 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
  background-color: #f47451;
}
.cid-uTyz1AkIm4 .panel-group .card .panel-collapse .panel-body {
  margin-top: 20px;
}
.cid-uTyz1AkIm4 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTyz1AkIm4 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uTyz1AkIm4 .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-uTyz1AkIm4 .panel-title-edit {
  color: #ffffff;
}
.cid-uTyz1AkIm4 .panel-text {
  color: #000c3f;
}
.cid-uTyz1AkIm4 .panel-text,
.cid-uTyz1AkIm4 .panel-body {
  color: #ffffff;
}
.cid-uTyz1BfpMd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTyz1BfpMd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTyz1BfpMd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTyz1BfpMd .card {
  justify-content: flex-end;
}
.cid-uTyz1BfpMd .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTyz1BfpMd .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTyz1BfpMd .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uTyz1BfpMd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTyz1BfpMd .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uTyz1BfpMd .mbr-section-btn .btn::after,
.cid-uTyz1BfpMd .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uTyz1BfpMd .mbr-section-btn .btn:hover,
.cid-uTyz1BfpMd .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uTyz1BfpMd .mbr-section-btn .btn:hover::after,
.cid-uTyz1BfpMd .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uTyz1BfpMd .items-wrapper {
  border-radius: 25px !important;
  margin: 0 -20px;
}
.cid-uTyz1BfpMd .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uTyz1BfpMd .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uTyz1BfpMd .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-uTyz1BfpMd .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 20px 20px 90px 20px;
  }
}
.cid-uTyz1BfpMd .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-uTyz1BfpMd .items-wrapper .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uTyz1BfpMd .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-uTyz1BfpMd .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-uTyz1BfpMd .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-uTyz1BfpMd .items-wrapper .item .item-wrapper .icon-card:hover .mbr-iconfont,
.cid-uTyz1BfpMd .items-wrapper .item .item-wrapper .icon-card:focus .mbr-iconfont {
  background-color: #0295e2;
  transform: rotate(180deg);
}
.cid-uTyz1BfpMd .items-wrapper .item .item-wrapper .icon-card .svg1 {
  position: absolute;
  top: -29px;
  right: 0;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uTyz1BfpMd .items-wrapper .item .item-wrapper .icon-card .svg1 path {
  fill: #ffffff;
}
.cid-uTyz1BfpMd .items-wrapper .item .item-wrapper .icon-card .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uTyz1BfpMd .items-wrapper .item .item-wrapper .icon-card .svg2 path {
  fill: #ffffff;
}
.cid-uTyz1BfpMd .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uTyz1BfpMd .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uTyz1BfpMd .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uTyz1BfpMd .items-wrapper .card_1,
.cid-uTyz1BfpMd .items-wrapper .card_2 {
  padding: 0 !important;
}
.cid-uTyz1BfpMd .items-wrapper .card_1 .item-wrapper {
  min-height: 350px;
}
@media (max-width: 992px) {
  .cid-uTyz1BfpMd .items-wrapper .card_1 .item-wrapper {
    min-height: auto;
  }
}
.cid-uTyz1BfpMd .items-wrapper .card_2 .item-wrapper {
  min-height: 170px;
}
@media (max-width: 992px) {
  .cid-uTyz1BfpMd .items-wrapper .card_2 .item-wrapper {
    min-height: auto;
  }
}
.cid-uTyz1BfpMd .items-wrap {
  padding: 0 20px;
}
.cid-uTyz1BfpMd .mbr-section-title {
  color: #ffffff;
}
.cid-uTyz1BfpMd .mbr-tag {
  color: #adadad;
  text-align: center;
}
.cid-uTyz1BfpMd .item-title {
  color: #ffffff;
}
.cid-uTyz1BfpMd .item-text {
  color: #ffffff;
}
.cid-uTyz1BfpMd .main-btn {
  text-align: right;
}
.cid-uTyz1BfpMd .mbr-section-title,
.cid-uTyz1BfpMd .main-btn {
  color: #353535;
  text-align: center;
}
.cid-uTyz1BfpMd .item-title,
.cid-uTyz1BfpMd .item-btn {
  text-align: right;
}
.cid-uTyz1Cmx1o {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uTyz1Cmx1o .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uTyz1Cmx1o .text-content .mbr-subtitle {
  color: #4c48b9;
}
.cid-uTyz1Cmx1o .text-content .mbr-section-title {
  color: #353535;
}
.cid-uTyz1Cmx1o .text-content .mbr-text {
  color: #6b67ce;
}
.cid-uTyz1Cmx1o .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-uTyz1Cmx1o .text-content .list-block .card-img {
  width: auto;
}
.cid-uTyz1Cmx1o .text-content .list-block .card-img span {
  color: #4c48b9;
  font-size: 1.5rem;
}
.cid-uTyz1Cmx1o .text-content .list-block .list-item-title {
  color: #353535;
  transition: all .3s linear 0s;
}
.cid-uTyz1Cmx1o .text-content .list-block .list-item-title:hover {
  color: #103178;
}
.cid-uTyz1Cmx1o .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #6b67ce;
  margin-bottom: 0;
}
.cid-uTyz1Cmx1o .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-uTyz1Cmx1o .text-content .social {
  font-size: 1.2rem;
}
.cid-uTyz1Cmx1o .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-uTyz1Cmx1o .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-uTyz1Cmx1o .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-uTyz1Cmx1o .list-block {
  position: relative;
}
.cid-uTyz1Cmx1o .list-block h4,
.cid-uTyz1Cmx1o .list-block p {
  padding-left: 2.625rem;
}
.cid-uTyz1Cmx1o .card-img {
  display: block;
}
.cid-uTyz1Cmx1o input,
.cid-uTyz1Cmx1o textarea {
  border-radius: 0px !important;
  min-height: 1rem;
  padding: 5px 5px !important;
  font-size: 13px;
  color: #ffcb20;
  height: 10px;
}
.cid-uTyz1Cmx1o .form-control,
.cid-uTyz1Cmx1o .field-input {
  padding: 13px 20px !important;
  background-color: #f0f2f5;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uTyz1Cmx1o .form-control:hover,
.cid-uTyz1Cmx1o .field-input:hover,
.cid-uTyz1Cmx1o .form-control:focus,
.cid-uTyz1Cmx1o .field-input:focus {
  background-color: #f0f2f5;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uTyz1Cmx1o .form-control:focus,
.cid-uTyz1Cmx1o .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-uTyz1Cmx1o input::-webkit-input-placeholder,
.cid-uTyz1Cmx1o textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-uTyz1Cmx1o input:-moz-placeholder,
.cid-uTyz1Cmx1o textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-uTyz1Cmx1o .jq-selectbox li,
.cid-uTyz1Cmx1o .jq-selectbox li {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uTyz1Cmx1o .jq-selectbox li:hover,
.cid-uTyz1Cmx1o .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uTyz1Cmx1o .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f0f2f5;
}
.cid-uTyz1Cmx1o .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f0f2f5;
}
.cid-uTyz1Cmx1o .mbr-form {
  max-width: 550px;
}
.cid-uTyz1Cmx1o .mbr-form .content-title {
  margin-bottom: 20px;
}
.cid-uTyz1Cmx1o .mbr-form .content-subtitle {
  color: #6b67ce;
}
.cid-uTyz1Cmx1o .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-uTyz1Cmx1o .mbr-form .btn {
  margin-right: auto !important;
  border-radius: 30px;
  border-color: #353535;
  color: #353535;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-uTyz1Cmx1o .mbr-form .btn-success:hover {
  background-color: #4c48b9 !important;
  border-color: #4c48b9 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-uTyz1Cmx1o .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-uTyz1Cmx1o .mbr-section-title,
  .cid-uTyz1Cmx1o .content-title,
  .cid-uTyz1Cmx1o .mbr-section-btn {
    margin-right: auto !important;
  }
}
.cid-uTyz1Cmx1o .text-content .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uTyz1Cmx1o .text-content .mbr-subtitle {
  text-align: left;
  color: #212428;
}
.cid-uTyz1Cmx1o .text-content .list-block .list-item-title {
  color: #191b1f;
}
.cid-uTyz1Cmx1o H3 {
  color: #13171f;
  text-align: left;
}
.cid-uTyz1Cmx1o LABEL {
  text-align: left;
}
.cid-uTyz1Cmx1o .col-auto .mbr-section-btn {
  margin-right: auto !important;
}
.cid-uTyz1DukLg {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uTyz1DukLg .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-uTyz1DukLg .mbr-section-title {
  margin: 0;
  color: #353535;
}
.cid-uTyz1DukLg .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uTyz1DukLg .card-img span {
  color: #279e64;
}
.cid-uTyz1DukLg .row-item {
  margin-bottom: 2rem;
}
.cid-uTyz1DukLg .row-item:hover .wrapper {
  background: linear-gradient(90deg, #deb737, #ffcb20);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-uTyz1DukLg .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-uTyz1DukLg .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-uTyz1DukLg .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uTyz1ECjdN {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-uTyz1ECjdN .listico {
  padding-right: 1rem;
  color: #dcdfe2;
  font-size: 0.5rem;
}
.cid-uTyz1ECjdN .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uTyz1ECjdN .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-uTyz1ECjdN .mbr-text {
  color: #444;
}
.cid-uTyz1ECjdN h5 {
  margin-bottom: 0;
}
.cid-uTyz1ECjdN .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTyz1ECjdN .socicon {
  color: #9e9e9e;
  font-size: 1.6rem;
}
.cid-uTyz1ECjdN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uTyz1ECjdN .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-uTyz1ECjdN .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uTyz1ECjdN .social-list a:hover {
  opacity: .4;
}
.cid-uTyz1ECjdN .media-container-row > div {
  padding: 0px;
}
.cid-uTyz1ECjdN .text2 {
  color: #eeeff2;
  text-align: left;
}
.cid-uTyz1ECjdN .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uTyz1ECjdN .group-title SPAN {
  color: #656565;
}
.cid-uTyz1ECjdN .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uTyz1ECjdN .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uTyz1ECjdN h3 {
    margin-bottom: 10px;
  }
}
.cid-uTyz1ECjdN .links SPAN {
  color: #9e9e9e;
}
.cid-uTyz1ECjdN .links,
.cid-uTyz1ECjdN .navbar-brand {
  color: #eeeff2;
}
.cid-uTyz1ECjdN .links,
.cid-uTyz1ECjdN .social-list {
  text-align: left;
}
.cid-uTyz1FQffW.popup-builder {
  background-color: #ffffff;
}
.cid-uTyz1FQffW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTyz1FQffW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTyz1FQffW .modal-content,
.cid-uTyz1FQffW .modal-dialog {
  height: auto;
}
.cid-uTyz1FQffW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTyz1FQffW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTyz1FQffW .form-wrapper .mbr-form .form-group,
  .cid-uTyz1FQffW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTyz1FQffW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTyz1FQffW .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-uTyz1FQffW .mbr-text {
  text-align: center;
}
.cid-uTyz1FQffW .pt-0 {
  padding-top: 0 !important;
}
.cid-uTyz1FQffW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTyz1FQffW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTyz1FQffW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTyz1FQffW .modal-open {
  overflow: hidden;
}
.cid-uTyz1FQffW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTyz1FQffW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTyz1FQffW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTyz1FQffW .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-uTyz1FQffW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTyz1FQffW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTyz1FQffW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTyz1FQffW .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-uTyz1FQffW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTyz1FQffW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTyz1FQffW .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTyz1FQffW .modal-backdrop.show {
  opacity: .5;
}
.cid-uTyz1FQffW .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-uTyz1FQffW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTyz1FQffW .modal-header {
    padding: 1rem;
  }
}
.cid-uTyz1FQffW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTyz1FQffW .modal-header .close svg {
  fill: #353535;
}
.cid-uTyz1FQffW .modal-header .close:hover {
  opacity: 1;
}
.cid-uTyz1FQffW .modal-header .close:focus {
  outline: none;
}
.cid-uTyz1FQffW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTyz1FQffW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uTyz1FQffW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTyz1FQffW .modal-body {
    padding: 1rem;
  }
}
.cid-uTyz1FQffW .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-uTyz1FQffW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTyz1FQffW .modal-footer {
    padding: 1rem;
  }
}
.cid-uTyz1FQffW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTyz1FQffW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTyz1FQffW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTyz1FQffW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTyz1FQffW .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uTyz1FQffW .modal-lg,
  .cid-uTyz1FQffW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTyz1FQffW .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTyz1FQffW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTyz1FQffW .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-uTyz1FQffW .form-group {
  margin-bottom: 1rem;
}
.cid-uTyz1FQffW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTyz1FQffW .form-control:hover {
  border-color: #22262b !important;
}
.cid-uTyz1FQffW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTyz1FQffW .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-uTyz1FQffW .mbr-section-btn {
  margin: 0;
}
.cid-uTyz1FQffW .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTyz1FQffW LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uTyz1FQffW .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-uTyz1FQffW .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uTyz1H0Jc4.popup-builder {
  background-color: #ffffff;
}
.cid-uTyz1H0Jc4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTyz1H0Jc4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTyz1H0Jc4 .modal-content,
.cid-uTyz1H0Jc4 .modal-dialog {
  height: auto;
}
.cid-uTyz1H0Jc4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTyz1H0Jc4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTyz1H0Jc4 .form-wrapper .mbr-form .form-group,
  .cid-uTyz1H0Jc4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTyz1H0Jc4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTyz1H0Jc4 .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-uTyz1H0Jc4 .mbr-text {
  text-align: center;
}
.cid-uTyz1H0Jc4 .pt-0 {
  padding-top: 0 !important;
}
.cid-uTyz1H0Jc4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTyz1H0Jc4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTyz1H0Jc4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTyz1H0Jc4 .modal-open {
  overflow: hidden;
}
.cid-uTyz1H0Jc4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTyz1H0Jc4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTyz1H0Jc4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTyz1H0Jc4 .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-uTyz1H0Jc4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTyz1H0Jc4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTyz1H0Jc4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTyz1H0Jc4 .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-uTyz1H0Jc4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTyz1H0Jc4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTyz1H0Jc4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTyz1H0Jc4 .modal-backdrop.show {
  opacity: .5;
}
.cid-uTyz1H0Jc4 .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-uTyz1H0Jc4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTyz1H0Jc4 .modal-header {
    padding: 1rem;
  }
}
.cid-uTyz1H0Jc4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTyz1H0Jc4 .modal-header .close svg {
  fill: #353535;
}
.cid-uTyz1H0Jc4 .modal-header .close:hover {
  opacity: 1;
}
.cid-uTyz1H0Jc4 .modal-header .close:focus {
  outline: none;
}
.cid-uTyz1H0Jc4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTyz1H0Jc4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uTyz1H0Jc4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTyz1H0Jc4 .modal-body {
    padding: 1rem;
  }
}
.cid-uTyz1H0Jc4 .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-uTyz1H0Jc4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTyz1H0Jc4 .modal-footer {
    padding: 1rem;
  }
}
.cid-uTyz1H0Jc4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTyz1H0Jc4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTyz1H0Jc4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTyz1H0Jc4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTyz1H0Jc4 .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uTyz1H0Jc4 .modal-lg,
  .cid-uTyz1H0Jc4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTyz1H0Jc4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTyz1H0Jc4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTyz1H0Jc4 .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-uTyz1H0Jc4 .form-group {
  margin-bottom: 1rem;
}
.cid-uTyz1H0Jc4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTyz1H0Jc4 .form-control:hover {
  border-color: #22262b !important;
}
.cid-uTyz1H0Jc4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTyz1H0Jc4 .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-uTyz1H0Jc4 .mbr-section-btn {
  margin: 0;
}
.cid-uTyz1H0Jc4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTyz1H0Jc4 LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uTyz1H0Jc4 .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-uTyz1H0Jc4 .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uTyz1I8RdH.popup-builder {
  background-color: #ffffff;
}
.cid-uTyz1I8RdH.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTyz1I8RdH.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTyz1I8RdH .modal-content,
.cid-uTyz1I8RdH .modal-dialog {
  height: auto;
}
.cid-uTyz1I8RdH .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTyz1I8RdH .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTyz1I8RdH .form-wrapper .mbr-form .form-group,
  .cid-uTyz1I8RdH .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTyz1I8RdH .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTyz1I8RdH .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-uTyz1I8RdH .mbr-text {
  text-align: center;
}
.cid-uTyz1I8RdH .pt-0 {
  padding-top: 0 !important;
}
.cid-uTyz1I8RdH .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTyz1I8RdH .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTyz1I8RdH .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTyz1I8RdH .modal-open {
  overflow: hidden;
}
.cid-uTyz1I8RdH .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTyz1I8RdH .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTyz1I8RdH .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTyz1I8RdH .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-uTyz1I8RdH .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTyz1I8RdH .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTyz1I8RdH .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTyz1I8RdH .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-uTyz1I8RdH .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTyz1I8RdH .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTyz1I8RdH .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTyz1I8RdH .modal-backdrop.show {
  opacity: .5;
}
.cid-uTyz1I8RdH .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-uTyz1I8RdH .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTyz1I8RdH .modal-header {
    padding: 1rem;
  }
}
.cid-uTyz1I8RdH .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTyz1I8RdH .modal-header .close svg {
  fill: #353535;
}
.cid-uTyz1I8RdH .modal-header .close:hover {
  opacity: 1;
}
.cid-uTyz1I8RdH .modal-header .close:focus {
  outline: none;
}
.cid-uTyz1I8RdH .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTyz1I8RdH .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uTyz1I8RdH .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTyz1I8RdH .modal-body {
    padding: 1rem;
  }
}
.cid-uTyz1I8RdH .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-uTyz1I8RdH .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTyz1I8RdH .modal-footer {
    padding: 1rem;
  }
}
.cid-uTyz1I8RdH .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTyz1I8RdH .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTyz1I8RdH .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTyz1I8RdH .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTyz1I8RdH .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uTyz1I8RdH .modal-lg,
  .cid-uTyz1I8RdH .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTyz1I8RdH .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTyz1I8RdH .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTyz1I8RdH .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-uTyz1I8RdH .form-group {
  margin-bottom: 1rem;
}
.cid-uTyz1I8RdH .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTyz1I8RdH .form-control:hover {
  border-color: #22262b !important;
}
.cid-uTyz1I8RdH .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTyz1I8RdH .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-uTyz1I8RdH .mbr-section-btn {
  margin: 0;
}
.cid-uTyz1I8RdH .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTyz1I8RdH LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uTyz1I8RdH .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-uTyz1I8RdH .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uTyz1Jv1k2.popup-builder {
  background-color: #ffffff;
}
.cid-uTyz1Jv1k2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTyz1Jv1k2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTyz1Jv1k2 .modal-content,
.cid-uTyz1Jv1k2 .modal-dialog {
  height: auto;
}
.cid-uTyz1Jv1k2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTyz1Jv1k2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTyz1Jv1k2 .form-wrapper .mbr-form .form-group,
  .cid-uTyz1Jv1k2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTyz1Jv1k2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTyz1Jv1k2 .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-uTyz1Jv1k2 .mbr-text {
  text-align: center;
}
.cid-uTyz1Jv1k2 .pt-0 {
  padding-top: 0 !important;
}
.cid-uTyz1Jv1k2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTyz1Jv1k2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTyz1Jv1k2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTyz1Jv1k2 .modal-open {
  overflow: hidden;
}
.cid-uTyz1Jv1k2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTyz1Jv1k2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTyz1Jv1k2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTyz1Jv1k2 .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-uTyz1Jv1k2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTyz1Jv1k2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTyz1Jv1k2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTyz1Jv1k2 .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-uTyz1Jv1k2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTyz1Jv1k2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTyz1Jv1k2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTyz1Jv1k2 .modal-backdrop.show {
  opacity: .5;
}
.cid-uTyz1Jv1k2 .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-uTyz1Jv1k2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTyz1Jv1k2 .modal-header {
    padding: 1rem;
  }
}
.cid-uTyz1Jv1k2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTyz1Jv1k2 .modal-header .close svg {
  fill: #353535;
}
.cid-uTyz1Jv1k2 .modal-header .close:hover {
  opacity: 1;
}
.cid-uTyz1Jv1k2 .modal-header .close:focus {
  outline: none;
}
.cid-uTyz1Jv1k2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTyz1Jv1k2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uTyz1Jv1k2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTyz1Jv1k2 .modal-body {
    padding: 1rem;
  }
}
.cid-uTyz1Jv1k2 .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-uTyz1Jv1k2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTyz1Jv1k2 .modal-footer {
    padding: 1rem;
  }
}
.cid-uTyz1Jv1k2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTyz1Jv1k2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTyz1Jv1k2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTyz1Jv1k2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTyz1Jv1k2 .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uTyz1Jv1k2 .modal-lg,
  .cid-uTyz1Jv1k2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTyz1Jv1k2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTyz1Jv1k2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTyz1Jv1k2 .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-uTyz1Jv1k2 .form-group {
  margin-bottom: 1rem;
}
.cid-uTyz1Jv1k2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTyz1Jv1k2 .form-control:hover {
  border-color: #22262b !important;
}
.cid-uTyz1Jv1k2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTyz1Jv1k2 .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-uTyz1Jv1k2 .mbr-section-btn {
  margin: 0;
}
.cid-uTyz1Jv1k2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTyz1Jv1k2 LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uTyz1Jv1k2 .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-uTyz1Jv1k2 .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uTyz1KDHcF.popup-builder {
  background-color: #ffffff;
}
.cid-uTyz1KDHcF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTyz1KDHcF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTyz1KDHcF .modal-content,
.cid-uTyz1KDHcF .modal-dialog {
  height: auto;
}
.cid-uTyz1KDHcF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTyz1KDHcF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTyz1KDHcF .form-wrapper .mbr-form .form-group,
  .cid-uTyz1KDHcF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTyz1KDHcF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTyz1KDHcF .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-uTyz1KDHcF .mbr-text {
  text-align: center;
}
.cid-uTyz1KDHcF .pt-0 {
  padding-top: 0 !important;
}
.cid-uTyz1KDHcF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTyz1KDHcF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTyz1KDHcF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTyz1KDHcF .modal-open {
  overflow: hidden;
}
.cid-uTyz1KDHcF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTyz1KDHcF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTyz1KDHcF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTyz1KDHcF .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-uTyz1KDHcF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTyz1KDHcF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTyz1KDHcF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTyz1KDHcF .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-uTyz1KDHcF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTyz1KDHcF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTyz1KDHcF .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTyz1KDHcF .modal-backdrop.show {
  opacity: .5;
}
.cid-uTyz1KDHcF .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-uTyz1KDHcF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTyz1KDHcF .modal-header {
    padding: 1rem;
  }
}
.cid-uTyz1KDHcF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTyz1KDHcF .modal-header .close svg {
  fill: #353535;
}
.cid-uTyz1KDHcF .modal-header .close:hover {
  opacity: 1;
}
.cid-uTyz1KDHcF .modal-header .close:focus {
  outline: none;
}
.cid-uTyz1KDHcF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTyz1KDHcF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uTyz1KDHcF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTyz1KDHcF .modal-body {
    padding: 1rem;
  }
}
.cid-uTyz1KDHcF .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-uTyz1KDHcF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTyz1KDHcF .modal-footer {
    padding: 1rem;
  }
}
.cid-uTyz1KDHcF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTyz1KDHcF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTyz1KDHcF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTyz1KDHcF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTyz1KDHcF .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uTyz1KDHcF .modal-lg,
  .cid-uTyz1KDHcF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTyz1KDHcF .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTyz1KDHcF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTyz1KDHcF .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-uTyz1KDHcF .form-group {
  margin-bottom: 1rem;
}
.cid-uTyz1KDHcF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTyz1KDHcF .form-control:hover {
  border-color: #22262b !important;
}
.cid-uTyz1KDHcF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTyz1KDHcF .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-uTyz1KDHcF .mbr-section-btn {
  margin: 0;
}
.cid-uTyz1KDHcF .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTyz1KDHcF LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uTyz1KDHcF .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-uTyz1KDHcF .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uTyz1LRCmM.popup-builder {
  background-color: #ffffff;
}
.cid-uTyz1LRCmM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTyz1LRCmM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTyz1LRCmM .modal-content,
.cid-uTyz1LRCmM .modal-dialog {
  height: auto;
}
.cid-uTyz1LRCmM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTyz1LRCmM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTyz1LRCmM .form-wrapper .mbr-form .form-group,
  .cid-uTyz1LRCmM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTyz1LRCmM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTyz1LRCmM .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-uTyz1LRCmM .mbr-text {
  text-align: center;
}
.cid-uTyz1LRCmM .pt-0 {
  padding-top: 0 !important;
}
.cid-uTyz1LRCmM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTyz1LRCmM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTyz1LRCmM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTyz1LRCmM .modal-open {
  overflow: hidden;
}
.cid-uTyz1LRCmM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTyz1LRCmM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTyz1LRCmM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTyz1LRCmM .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-uTyz1LRCmM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTyz1LRCmM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTyz1LRCmM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTyz1LRCmM .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-uTyz1LRCmM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTyz1LRCmM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTyz1LRCmM .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTyz1LRCmM .modal-backdrop.show {
  opacity: .5;
}
.cid-uTyz1LRCmM .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-uTyz1LRCmM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTyz1LRCmM .modal-header {
    padding: 1rem;
  }
}
.cid-uTyz1LRCmM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTyz1LRCmM .modal-header .close svg {
  fill: #353535;
}
.cid-uTyz1LRCmM .modal-header .close:hover {
  opacity: 1;
}
.cid-uTyz1LRCmM .modal-header .close:focus {
  outline: none;
}
.cid-uTyz1LRCmM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTyz1LRCmM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uTyz1LRCmM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTyz1LRCmM .modal-body {
    padding: 1rem;
  }
}
.cid-uTyz1LRCmM .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-uTyz1LRCmM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTyz1LRCmM .modal-footer {
    padding: 1rem;
  }
}
.cid-uTyz1LRCmM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTyz1LRCmM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTyz1LRCmM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTyz1LRCmM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTyz1LRCmM .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uTyz1LRCmM .modal-lg,
  .cid-uTyz1LRCmM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTyz1LRCmM .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTyz1LRCmM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTyz1LRCmM .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-uTyz1LRCmM .form-group {
  margin-bottom: 1rem;
}
.cid-uTyz1LRCmM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTyz1LRCmM .form-control:hover {
  border-color: #22262b !important;
}
.cid-uTyz1LRCmM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTyz1LRCmM .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-uTyz1LRCmM .mbr-section-btn {
  margin: 0;
}
.cid-uTyz1LRCmM .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTyz1LRCmM LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uTyz1LRCmM .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-uTyz1LRCmM .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uTyz1MYZ8R.popup-builder {
  background-color: #ffffff;
}
.cid-uTyz1MYZ8R.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTyz1MYZ8R.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTyz1MYZ8R .modal-content,
.cid-uTyz1MYZ8R .modal-dialog {
  height: auto;
}
.cid-uTyz1MYZ8R .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTyz1MYZ8R .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTyz1MYZ8R .form-wrapper .mbr-form .form-group,
  .cid-uTyz1MYZ8R .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTyz1MYZ8R .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTyz1MYZ8R .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-uTyz1MYZ8R .mbr-text {
  text-align: center;
}
.cid-uTyz1MYZ8R .pt-0 {
  padding-top: 0 !important;
}
.cid-uTyz1MYZ8R .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTyz1MYZ8R .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTyz1MYZ8R .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTyz1MYZ8R .modal-open {
  overflow: hidden;
}
.cid-uTyz1MYZ8R .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTyz1MYZ8R .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTyz1MYZ8R .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTyz1MYZ8R .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-uTyz1MYZ8R .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTyz1MYZ8R .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTyz1MYZ8R .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTyz1MYZ8R .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-uTyz1MYZ8R .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTyz1MYZ8R .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTyz1MYZ8R .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTyz1MYZ8R .modal-backdrop.show {
  opacity: .5;
}
.cid-uTyz1MYZ8R .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-uTyz1MYZ8R .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTyz1MYZ8R .modal-header {
    padding: 1rem;
  }
}
.cid-uTyz1MYZ8R .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTyz1MYZ8R .modal-header .close svg {
  fill: #353535;
}
.cid-uTyz1MYZ8R .modal-header .close:hover {
  opacity: 1;
}
.cid-uTyz1MYZ8R .modal-header .close:focus {
  outline: none;
}
.cid-uTyz1MYZ8R .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTyz1MYZ8R .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uTyz1MYZ8R .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTyz1MYZ8R .modal-body {
    padding: 1rem;
  }
}
.cid-uTyz1MYZ8R .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-uTyz1MYZ8R .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTyz1MYZ8R .modal-footer {
    padding: 1rem;
  }
}
.cid-uTyz1MYZ8R .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTyz1MYZ8R .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTyz1MYZ8R .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTyz1MYZ8R .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTyz1MYZ8R .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uTyz1MYZ8R .modal-lg,
  .cid-uTyz1MYZ8R .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTyz1MYZ8R .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTyz1MYZ8R .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTyz1MYZ8R .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-uTyz1MYZ8R .form-group {
  margin-bottom: 1rem;
}
.cid-uTyz1MYZ8R .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTyz1MYZ8R .form-control:hover {
  border-color: #22262b !important;
}
.cid-uTyz1MYZ8R .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTyz1MYZ8R .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-uTyz1MYZ8R .mbr-section-btn {
  margin: 0;
}
.cid-uTyz1MYZ8R .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTyz1MYZ8R LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uTyz1MYZ8R .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-uTyz1MYZ8R .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uTyWc9Id5I.popup-builder {
  background-color: #ffffff;
}
.cid-uTyWc9Id5I.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTyWc9Id5I.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTyWc9Id5I .modal-content,
.cid-uTyWc9Id5I .modal-dialog {
  height: auto;
}
.cid-uTyWc9Id5I .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTyWc9Id5I .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTyWc9Id5I .form-wrapper .mbr-form .form-group,
  .cid-uTyWc9Id5I .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTyWc9Id5I .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTyWc9Id5I .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-uTyWc9Id5I .mbr-text {
  text-align: center;
}
.cid-uTyWc9Id5I .pt-0 {
  padding-top: 0 !important;
}
.cid-uTyWc9Id5I .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTyWc9Id5I .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTyWc9Id5I .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTyWc9Id5I .modal-open {
  overflow: hidden;
}
.cid-uTyWc9Id5I .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTyWc9Id5I .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTyWc9Id5I .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTyWc9Id5I .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-uTyWc9Id5I .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTyWc9Id5I .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTyWc9Id5I .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTyWc9Id5I .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-uTyWc9Id5I .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTyWc9Id5I .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTyWc9Id5I .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTyWc9Id5I .modal-backdrop.show {
  opacity: .5;
}
.cid-uTyWc9Id5I .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-uTyWc9Id5I .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTyWc9Id5I .modal-header {
    padding: 1rem;
  }
}
.cid-uTyWc9Id5I .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTyWc9Id5I .modal-header .close svg {
  fill: #353535;
}
.cid-uTyWc9Id5I .modal-header .close:hover {
  opacity: 1;
}
.cid-uTyWc9Id5I .modal-header .close:focus {
  outline: none;
}
.cid-uTyWc9Id5I .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTyWc9Id5I .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uTyWc9Id5I .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTyWc9Id5I .modal-body {
    padding: 1rem;
  }
}
.cid-uTyWc9Id5I .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-uTyWc9Id5I .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTyWc9Id5I .modal-footer {
    padding: 1rem;
  }
}
.cid-uTyWc9Id5I .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTyWc9Id5I .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTyWc9Id5I .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTyWc9Id5I .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTyWc9Id5I .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uTyWc9Id5I .modal-lg,
  .cid-uTyWc9Id5I .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTyWc9Id5I .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTyWc9Id5I .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTyWc9Id5I .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-uTyWc9Id5I .form-group {
  margin-bottom: 1rem;
}
.cid-uTyWc9Id5I .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTyWc9Id5I .form-control:hover {
  border-color: #22262b !important;
}
.cid-uTyWc9Id5I .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTyWc9Id5I .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-uTyWc9Id5I .mbr-section-btn {
  margin: 0;
}
.cid-uTyWc9Id5I .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTyWc9Id5I LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uTyWc9Id5I .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-uTyWc9Id5I .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uTAGH7sTox {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uTAGH7sTox .menu-text {
  padding: 0 0rem;
  color: #5b6c8f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTAGH7sTox .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uTAGH7sTox .iconfont-wrapper {
  color: #001219 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uTAGH7sTox .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uTAGH7sTox .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uTAGH7sTox .container {
    padding: 0 1rem;
  }
}
.cid-uTAGH7sTox .menu-tite {
  background: #353535;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-uTAGH7sTox .nav-link {
  position: relative;
}
.cid-uTAGH7sTox .nav-link:hover {
  color: #6b67ce !important;
}
.cid-uTAGH7sTox nav.navbar {
  position: fixed;
}
.cid-uTAGH7sTox .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-uTAGH7sTox .navbar.opened {
  transition: all 0.3s;
}
.cid-uTAGH7sTox .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTAGH7sTox .navbar .navbar-logo img {
  width: auto;
}
.cid-uTAGH7sTox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTAGH7sTox .navbar.collapsed {
  justify-content: center;
}
.cid-uTAGH7sTox .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTAGH7sTox .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTAGH7sTox .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uTAGH7sTox .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTAGH7sTox .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTAGH7sTox .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-uTAGH7sTox .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTAGH7sTox .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTAGH7sTox .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTAGH7sTox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTAGH7sTox .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTAGH7sTox .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTAGH7sTox .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTAGH7sTox .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-uTAGH7sTox .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTAGH7sTox .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTAGH7sTox .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTAGH7sTox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTAGH7sTox .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTAGH7sTox .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTAGH7sTox .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTAGH7sTox .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTAGH7sTox .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTAGH7sTox .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-uTAGH7sTox .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTAGH7sTox .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTAGH7sTox .dropdown-item:hover,
.cid-uTAGH7sTox .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-uTAGH7sTox .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTAGH7sTox .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTAGH7sTox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uTAGH7sTox .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTAGH7sTox .dropdown-menu,
.cid-uTAGH7sTox .navbar.opened {
  background: #ffffff !important;
}
.cid-uTAGH7sTox .nav-item:focus,
.cid-uTAGH7sTox .nav-link:focus {
  outline: none;
}
.cid-uTAGH7sTox .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTAGH7sTox .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTAGH7sTox .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTAGH7sTox .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTAGH7sTox .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTAGH7sTox .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTAGH7sTox .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-uTAGH7sTox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTAGH7sTox .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTAGH7sTox .dropdown-item.active,
.cid-uTAGH7sTox .dropdown-item:active {
  background-color: transparent;
}
.cid-uTAGH7sTox .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTAGH7sTox .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTAGH7sTox .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTAGH7sTox .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTAGH7sTox .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTAGH7sTox .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTAGH7sTox ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTAGH7sTox .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTAGH7sTox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTAGH7sTox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTAGH7sTox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTAGH7sTox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTAGH7sTox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTAGH7sTox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTAGH7sTox nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTAGH7sTox nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTAGH7sTox nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTAGH7sTox nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTAGH7sTox .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTAGH7sTox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTAGH7sTox .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-uTAGH7sTox .navbar {
    height: 70px;
  }
  .cid-uTAGH7sTox .navbar.opened {
    height: auto;
  }
  .cid-uTAGH7sTox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTAGH8pvMk {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uTAGH8pvMk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAGH8pvMk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAGH8pvMk .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uTAGH8pvMk .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uTAGH8pvMk .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uTAGH8pvMk .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uTAGH8pvMk .col-text {
    order: 1;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uTAGH8pvMk .col-text {
    margin-top: 20px;
  }
}
.cid-uTAGH8pvMk .text-wrapper {
  width: 100%;
  z-index: 21;
}
.cid-uTAGH8pvMk .mbr-section-title {
  color: #212428;
  margin-bottom: 20px;
}
.cid-uTAGH8pvMk .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-uTAGH8pvMk .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uTAGH8pvMk .mbr-text {
  color: #212529;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uTAGH8pvMk .mbr-text {
    padding-right: 0;
  }
}
.cid-uTAGH8pvMk .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTAGH8pvMk .social-container {
  width: 100%;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .cid-uTAGH8pvMk .social-container {
    text-align: center;
  }
}
.cid-uTAGH8pvMk .social-title {
  color: #212529;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uTAGH8pvMk .social-title {
    text-align: center;
  }
}
.cid-uTAGH8pvMk .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
@media (max-width: 991px) {
  .cid-uTAGH8pvMk .social-list {
    justify-content: center;
  }
}
.cid-uTAGH8pvMk .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-uTAGH8pvMk .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-uTAGH8pvMk .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212428;
}
.cid-uTAGH8pvMk .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uTAGH8pvMk .soc-item:hover:before {
  opacity: 1;
}
.cid-uTAGH8pvMk .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uTAGH8pvMk .col-img {
    order: 2;
  }
}
.cid-uTAGH8pvMk lottie-player {
  position: absolute;
  z-index: 20;
}
.cid-uTAGH8pvMk .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uTAGH8pvMk .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uTAGH8pvMk .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-uTAGH8pvMk .btn .mbr-iconfont {
  order: 0;
  margin: 0;
  vertical-align: middle;
  font-size: 1.2rem;
}
.cid-uTAGH8pvMk .btn {
  display: inline-flex;
  align-items: center !important;
  padding: 10px 20px;
  gap: 8px;
}
.cid-uTAGH8pvMk .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-uTAGH8pvMk .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-uTAGH8pvMk .phone-btn:hover {
  background: linear-gradient(145deg, #4a8ad9, #2e5ea4);
  box-shadow: 0px 5px 15px rgba(41, 158, 235, 0.4);
}
.cid-uTAGH8pvMk .phone-btn:hover .phone-icon {
  animation: ring 0.5s ease-in-out infinite;
}
.cid-uTAGH8pvMk .price-text {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uTAGH8pvMk {
    padding-top: 3rem;
  }
  .cid-uTAGH8pvMk .mbr-section-title {
    text-align: center;
  }
}
.cid-uTAGH8pvMk .carousel-wrapper {
  margin: 0 50px;
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .cid-uTAGH8pvMk .carousel-wrapper {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .cid-uTAGH8pvMk .carousel-wrapper {
    margin: 0 -10px;
  }
}
.cid-uTAGH8pvMk .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 36px;
}
@media (max-width: 1199px) {
  .cid-uTAGH8pvMk .carousel {
    max-width: 100%;
  }
}
.cid-uTAGH8pvMk .carousel-inner {
  display: flex;
  align-items: center;
  padding: 50px 0 25px;
}
@media (max-width: 991px) {
  .cid-uTAGH8pvMk .carousel-inner {
    padding: 40px 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-uTAGH8pvMk .carousel-inner {
    padding: 35px 0 25px;
  }
}
.cid-uTAGH8pvMk .item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-uTAGH8pvMk .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uTAGH8pvMk .item-wrapper {
    padding: 0 10px;
  }
}
.cid-uTAGH8pvMk .card-info {
  position: relative;
  z-index: 10;
  width: 100%;
  border-radius: 450px;
}
@media (max-width: 1199px) {
  .cid-uTAGH8pvMk .card-info {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uTAGH8pvMk .card-info {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uTAGH8pvMk .card-info {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.cid-uTAGH8pvMk .info-img-wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 400px;
}
@media (max-width: 991px) {
  .cid-uTAGH8pvMk .info-img-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uTAGH8pvMk .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.cid-uTAGH8pvMk .info-img-wrap img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uTAGH8pvMk .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-uTAGH8pvMk .info-text-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uTAGH8pvMk .info-text-wrap {
    flex-grow: 1;
  }
}
.cid-uTAGH8pvMk .info-card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uTAGH8pvMk .info-card-subtitle {
  color: #ffffff;
}
.cid-uTAGH8pvMk .info-card-text {
  color: #ffffff;
  margin-top: 4px;
}
.cid-uTAGH8pvMk .card-description {
  position: relative;
  margin-top: 115px;
  width: 1px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uTAGH8pvMk .card-description {
    width: 100%;
    margin-top: 0;
  }
}
.cid-uTAGH8pvMk .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-uTAGH8pvMk .card-description-wrapper {
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .cid-uTAGH8pvMk .card-description-wrapper {
    padding: 20px;
  }
}
.cid-uTAGH8pvMk .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-uTAGH8pvMk .card-description-container {
    flex-wrap: wrap;
  }
}
.cid-uTAGH8pvMk .card-description-text-wrap {
  margin-bottom: 15px;
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .cid-uTAGH8pvMk .card-description-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uTAGH8pvMk .card-description-title {
  color: #ffffff;
  margin-bottom: 7px;
}
.cid-uTAGH8pvMk .card-description-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uTAGH8pvMk .card-description-label-wrap {
  padding: 15px 17px;
  border-radius: 6px;
  margin-left: auto;
  background: linear-gradient(145deg, #22262b, #22262b);
}
@media (max-width: 767px) {
  .cid-uTAGH8pvMk .card-description-label-wrap {
    margin-left: 0;
  }
}
.cid-uTAGH8pvMk .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTAGH8pvMk .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-uTAGH8pvMk .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffcb20;
}
.cid-uTAGH8pvMk .card-description-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uTAGH8pvMk .absolute-icon-wrapper {
  position: absolute;
  z-index: 9;
  left: 0;
  top: -107px;
}
@media (max-width: 991px) {
  .cid-uTAGH8pvMk .absolute-icon-wrapper {
    display: none;
  }
}
.cid-uTAGH8pvMk .absolute-icon-wrapper .mbr-iconfont {
  color: #22262b;
  font-size: 99px;
}
.cid-uTAGH8pvMk .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-uTAGH8pvMk .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-uTAGH8pvMk .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uTAGH8pvMk .carousel-control {
    display: none;
  }
}
.cid-uTAGH8pvMk .carousel-control:hover {
  background: linear-gradient(to right bottom, #22262b, #22262b) !important;
  color: #ffcb20 !important;
  opacity: 1;
}
.cid-uTAGH8pvMk .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uTAGH8pvMk .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uTAGH8pvMk .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uTAGH8pvMk .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-uTAGH8pvMk .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-uTAGH8pvMk .carousel-indicators li.active,
.cid-uTAGH8pvMk .carousel-indicators li:hover {
  opacity: 1;
  background: #4c48b9 !important;
}
.cid-uTAGH8pvMk .carousel-indicators li::after,
.cid-uTAGH8pvMk .carousel-indicators li::before {
  content: none;
}
.cid-uTAGH8pvMk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uTAGH8pvMk .item-menu-overlay {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .cid-uTAGH8pvMk .carousel-indicators {
    width: 80%;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .cid-uTAGH8pvMk .carousel-indicators {
    width: 95%;
    gap: 10px;
  }
}
.cid-uTAGH8pvMk .info-card-subtitle DIV {
  text-align: left;
}
.cid-uTAGH9k1QE {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uTAGH9k1QE .item:focus,
.cid-uTAGH9k1QE span:focus {
  outline: none;
}
.cid-uTAGH9k1QE .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-uTAGH9k1QE .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uTAGH9k1QE .item {
    min-height: 45px;
  }
}
.cid-uTAGH9k1QE .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #4c48b9;
}
.cid-uTAGH9k1QE .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTAGH9k1QE .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-uTAGH9k1QE .container_1 {
  background-color: #4c48b9;
}
.cid-uTAGH9k1QE .container_1 .item_1 {
  color: #ffffff;
  background-color: #4c48b9;
}
.cid-uTAGH9k1QE .container_2 {
  background-color: #ffffff;
}
.cid-uTAGH9k1QE .container_2 .item_2 {
  color: #212428;
  background-color: #ffffff;
}
.cid-uTAGHa12Kb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #ffffff;
}
.cid-uTAGHa12Kb .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uTAGHa12Kb .team-card:hover {
  transform: translateY(-10px);
}
@media (min-width: 1400px) {
  .cid-uTAGHa12Kb .col-lg-3 {
    padding: 0 1.5rem;
  }
}
.cid-uTAGHa12Kb .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-uTAGHa12Kb .card-wrap:hover {
  box-shadow: 10px 10px 19px rgba(0, 0, 0, 0.1), -5px -5px 5px rgba(0, 0, 0, 0.05);
}
.cid-uTAGHa12Kb .card-wrap:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .cid-uTAGHa12Kb .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uTAGHa12Kb .card-wrap .image-wrap img {
  width: 100%;
  transition: transform 0.4s ease;
  height: 200px;
  object-fit: cover;
}
.cid-uTAGHa12Kb .card-wrap .content-wrap {
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uTAGHa12Kb .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uTAGHa12Kb .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uTAGHa12Kb .content-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uTAGHa12Kb .icons-menu {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uTAGHa12Kb .icons-menu {
    justify-content: center;
  }
}
.cid-uTAGHa12Kb .image-wrap {
  clip-path: polygon(100% 0, 100% 100%, 0% 90%, 0% 0%);
}
.cid-uTAGHa12Kb .iconfont-wrapper {
  font-size: 1.2rem;
  padding: 0.4rem 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uTAGHa12Kb .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #353535;
  z-index: 0;
}
.cid-uTAGHa12Kb .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uTAGHa12Kb .mbr-iconfont {
  position: relative;
  fomt-size: 1rem;
  color: #272727;
}
.cid-uTAGHa12Kb .card-text,
.cid-uTAGHa12Kb .mbr-section-btn,
.cid-uTAGHa12Kb .social-row {
  color: #312ca8;
  text-align: center;
}
.cid-uTAGHa12Kb .mbr-role,
.cid-uTAGHa12Kb .social-row {
  color: #353535;
  text-align: left;
}
.cid-uTAGHa12Kb .card-title,
.cid-uTAGHa12Kb .social-row {
  color: #272727;
  text-align: center;
}
.cid-uTAGHa12Kb .mbr-section-title {
  color: #353535;
}
.cid-uTAGHa12Kb .carousel-wrapper {
  position: relative;
}
@media (max-width: 1199px) {
  .cid-uTAGHa12Kb .carousel-wrapper {
    margin: 0;
  }
}
.cid-uTAGHa12Kb .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-uTAGHa12Kb .carousel {
    max-width: 100%;
  }
}
.cid-uTAGHa12Kb .carousel-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTAGHa12Kb .carousel-inner {
    padding: 0 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-uTAGHa12Kb .carousel-inner {
    padding: 0 0 25px;
  }
}
.cid-uTAGHa12Kb .item-gallery-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-uTAGHa12Kb .item-gallery-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uTAGHa12Kb .item-gallery-wrapper {
    padding: 0 10px;
  }
}
.cid-uTAGHa12Kb .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-uTAGHa12Kb .info-img-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uTAGHa12Kb .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.cid-uTAGHa12Kb .info-img-wrap img {
  width: 100%;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uTAGHa12Kb .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-uTAGHa12Kb .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTAGHa12Kb .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-uTAGHa12Kb .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffcb20;
}
.cid-uTAGHa12Kb .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-uTAGHa12Kb .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-uTAGHa12Kb .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uTAGHa12Kb .carousel-control {
    display: none;
  }
}
.cid-uTAGHa12Kb .carousel-control:hover {
  background: linear-gradient(to right bottom, #22262b, #22262b) !important;
  color: #ffcb20 !important;
  opacity: 1;
}
.cid-uTAGHa12Kb .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uTAGHa12Kb .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uTAGHa12Kb .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uTAGHa12Kb .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-uTAGHa12Kb .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-uTAGHa12Kb .carousel-indicators li.active,
.cid-uTAGHa12Kb .carousel-indicators li:hover {
  opacity: 1;
  background: #4c48b9 !important;
}
.cid-uTAGHa12Kb .carousel-indicators li::after,
.cid-uTAGHa12Kb .carousel-indicators li::before {
  content: none;
}
.cid-uTAGHa12Kb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uTAGHa12Kb .item-menu-overlay {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .cid-uTAGHa12Kb .carousel-indicators {
    width: 80%;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .cid-uTAGHa12Kb .carousel-indicators {
    width: 95%;
    gap: 10px;
  }
}
.cid-uTAGHa12Kb .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-uTAGHa12Kb .col-lg-3 {
  padding-bottom: 15px;
}
.cid-uTAGHa12Kb .original-price {
  margin-right: 0.5rem;
  color: #888;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 0.6em;
}
.cid-uTAGHa12Kb .mbr-section-subtitle {
  color: #353535;
}
.cid-uTATvs41Vd {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uTATvs41Vd .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uTATvs41Vd .team-card:hover {
  transform: translateY(-10px);
}
@media (min-width: 1400px) {
  .cid-uTATvs41Vd .col-lg-3 {
    padding: 0 1.5rem;
  }
}
.cid-uTATvs41Vd .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-uTATvs41Vd .card-wrap:hover {
  box-shadow: 10px 10px 19px rgba(0, 0, 0, 0.1), -5px -5px 5px rgba(0, 0, 0, 0.05);
}
.cid-uTATvs41Vd .card-wrap:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .cid-uTATvs41Vd .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uTATvs41Vd .card-wrap .image-wrap img {
  width: 100%;
  transition: transform 0.4s ease;
  height: 200px;
  object-fit: cover;
}
.cid-uTATvs41Vd .card-wrap .content-wrap {
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uTATvs41Vd .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uTATvs41Vd .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uTATvs41Vd .content-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uTATvs41Vd .icons-menu {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uTATvs41Vd .icons-menu {
    justify-content: center;
  }
}
.cid-uTATvs41Vd .image-wrap {
  clip-path: polygon(100% 0, 100% 100%, 0% 90%, 0% 0%);
}
.cid-uTATvs41Vd .iconfont-wrapper {
  font-size: 1.2rem;
  padding: 0.4rem 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uTATvs41Vd .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #353535;
  z-index: 0;
}
.cid-uTATvs41Vd .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uTATvs41Vd .mbr-iconfont {
  position: relative;
  fomt-size: 1rem;
  color: #272727;
}
.cid-uTATvs41Vd .card-text,
.cid-uTATvs41Vd .mbr-section-btn,
.cid-uTATvs41Vd .social-row {
  color: #312ca8;
  text-align: center;
}
.cid-uTATvs41Vd .mbr-role,
.cid-uTATvs41Vd .social-row {
  color: #353535;
  text-align: left;
}
.cid-uTATvs41Vd .card-title,
.cid-uTATvs41Vd .social-row {
  color: #272727;
  text-align: center;
}
.cid-uTATvs41Vd .mbr-section-title {
  color: #272727;
}
.cid-uTATvs41Vd .carousel-wrapper {
  position: relative;
}
@media (max-width: 1199px) {
  .cid-uTATvs41Vd .carousel-wrapper {
    margin: 0;
  }
}
.cid-uTATvs41Vd .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-uTATvs41Vd .carousel {
    max-width: 100%;
  }
}
.cid-uTATvs41Vd .carousel-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTATvs41Vd .carousel-inner {
    padding: 0 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-uTATvs41Vd .carousel-inner {
    padding: 0 0 25px;
  }
}
.cid-uTATvs41Vd .item-gallery-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-uTATvs41Vd .item-gallery-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uTATvs41Vd .item-gallery-wrapper {
    padding: 0 10px;
  }
}
.cid-uTATvs41Vd .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-uTATvs41Vd .info-img-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uTATvs41Vd .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.cid-uTATvs41Vd .info-img-wrap img {
  width: 100%;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uTATvs41Vd .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-uTATvs41Vd .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTATvs41Vd .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-uTATvs41Vd .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffcb20;
}
.cid-uTATvs41Vd .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-uTATvs41Vd .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-uTATvs41Vd .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uTATvs41Vd .carousel-control {
    display: none;
  }
}
.cid-uTATvs41Vd .carousel-control:hover {
  background: linear-gradient(to right bottom, #22262b, #22262b) !important;
  color: #ffcb20 !important;
  opacity: 1;
}
.cid-uTATvs41Vd .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uTATvs41Vd .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uTATvs41Vd .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uTATvs41Vd .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-uTATvs41Vd .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-uTATvs41Vd .carousel-indicators li.active,
.cid-uTATvs41Vd .carousel-indicators li:hover {
  opacity: 1;
  background: #4c48b9 !important;
}
.cid-uTATvs41Vd .carousel-indicators li::after,
.cid-uTATvs41Vd .carousel-indicators li::before {
  content: none;
}
.cid-uTATvs41Vd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uTATvs41Vd .item-menu-overlay {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .cid-uTATvs41Vd .carousel-indicators {
    width: 80%;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .cid-uTATvs41Vd .carousel-indicators {
    width: 95%;
    gap: 10px;
  }
}
.cid-uTATvs41Vd .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-uTATvs41Vd .col-lg-3 {
  padding-bottom: 15px;
}
.cid-uTATvs41Vd .original-price {
  margin-right: 0.5rem;
  color: #888;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 0.6em;
}
.cid-uTAGHcUVXO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uTAGHcUVXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAGHcUVXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAGHcUVXO .main-row {
  row-gap: 32px;
}
.cid-uTAGHcUVXO .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 3rem 2rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uTAGHcUVXO .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-uTAGHcUVXO .mbr-section-head {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .cid-uTAGHcUVXO .mbr-section-head {
    text-align: center;
  }
}
.cid-uTAGHcUVXO .mbr-section-title {
  color: #494d9b;
}
.cid-uTAGHcUVXO .mbr-section-subtitle {
  margin-top: 16px;
  color: #353535;
}
.cid-uTAGHcUVXO .comment-text {
  margin-top: 16px;
  color: #212529;
}
.cid-uTAGHcUVXO .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uTAGHcUVXO form {
  width: 100%;
}
.cid-uTAGHcUVXO form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uTAGHcUVXO form .dragArea.row {
    justify-content: center;
  }
}
.cid-uTAGHcUVXO form p {
  color: #24262b;
}
.cid-uTAGHcUVXO form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-uTAGHcUVXO form .form-control {
  height: 52px;
  background: #FFFFFF;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1;
  color: #24262b;
  font-weight: 400;
  transition: .3s;
}
.cid-uTAGHcUVXO form .form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uTAGHcUVXO form .form-control::-moz-placeholder {
  color: #c1c1c1;
}
.cid-uTAGHcUVXO form .form-control:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uTAGHcUVXO form .form-control:-ms-input-placeholder {
  color: #c1c1c1;
}
.cid-uTAGHcUVXO form select {
  color: #24262b !important;
}
.cid-uTAGHcUVXO form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 11px 16px;
  resize: none;
}
.cid-uTAGHcUVXO form textarea::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTAGHcUVXO form textarea::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTAGHcUVXO form textarea:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTAGHcUVXO form textarea:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTAGHcUVXO form input,
.cid-uTAGHcUVXO form textarea {
  transition: .3s all;
}
.cid-uTAGHcUVXO form input:active,
.cid-uTAGHcUVXO form textarea:active,
.cid-uTAGHcUVXO form input:focus,
.cid-uTAGHcUVXO form textarea:focus {
  background-color: #FFFFFF !important;
  border-color: #e0e0e0 !important;
  outline: none !important;
}
.cid-uTAGHcUVXO form input:active::-webkit-input-placeholder,
.cid-uTAGHcUVXO form textarea:active::-webkit-input-placeholder,
.cid-uTAGHcUVXO form input:focus::-webkit-input-placeholder,
.cid-uTAGHcUVXO form textarea:focus::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTAGHcUVXO form input:active::-moz-placeholder,
.cid-uTAGHcUVXO form textarea:active::-moz-placeholder,
.cid-uTAGHcUVXO form input:focus::-moz-placeholder,
.cid-uTAGHcUVXO form textarea:focus::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTAGHcUVXO form input:active:-moz-placeholder,
.cid-uTAGHcUVXO form textarea:active:-moz-placeholder,
.cid-uTAGHcUVXO form input:focus:-moz-placeholder,
.cid-uTAGHcUVXO form textarea:focus:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTAGHcUVXO form input:active:-ms-input-placeholder,
.cid-uTAGHcUVXO form textarea:active:-ms-input-placeholder,
.cid-uTAGHcUVXO form input:focus:-ms-input-placeholder,
.cid-uTAGHcUVXO form textarea:focus:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTAGHcUVXO form .row {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.cid-uTAGHcUVXO form .row [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uTAGHcUVXO form .mbr-section-btn {
  margin-bottom: 16px;
  min-width: 152px;
}
@media (min-width: 768px) {
  .cid-uTAGHcUVXO form .mbr-section-btn {
    padding: 0 !important;
    margin-left: -8px !important;
    margin-right: 8px !important;
  }
}
.cid-uTAGHcUVXO form .mbr-section-btn .btn {
  min-height: 52px;
  border-radius: 0 !important;
}
.cid-uTAGHcUVXO form label {
  width: 100%;
  color: #24262b;
  margin-bottom: 8px;
}
.cid-uTAGHcUVXO form .form-check label {
  color: #24262b;
}
.cid-uTAGHcUVXO form .form-check-input {
  border-color: #c1c1c1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uTAGHcUVXO form .form-check-input:focus,
.cid-uTAGHcUVXO form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #24262b !important;
}
.cid-uTAGHcUVXO form .form-check-input:checked {
  border-color: #24262b !important;
  background-color: #24262b !important;
}
.cid-uTAGHcUVXO .img-wrap {
  height: 100%;
  min-height: 400px;
}
.cid-uTAGHcUVXO .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTAGHdJ4kd {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTAGHdJ4kd .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-uTAGHdJ4kd .mbr-section-title {
  letter-spacing: 0em;
}
.cid-uTAGHdJ4kd .card-img {
  margin-bottom: 1rem;
}
.cid-uTAGHdJ4kd .card-img span {
  font-size: 60px;
}
.cid-uTAGHdJ4kd H1 {
  color: #353535;
}
.cid-uTAGHdJ4kd .mbr-text,
.cid-uTAGHdJ4kd .mbr-section-btn {
  color: #000000;
}
.cid-uTAGHevcCL {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uTAGHevcCL .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #103178;
  margin-bottom: 2rem;
}
.cid-uTAGHevcCL .card-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-uTAGHevcCL .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-uTAGHevcCL .card {
    max-width: 14.2%;
  }
}
.cid-uTAGHevcCL .card-title,
.cid-uTAGHevcCL .iconfont-wrapper {
  color: #103178;
}
.cid-uTAGHevcCL .icon_box img {
  max-width: 150px;
  max-height: 150px;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-uTAGHfxAlY {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
}
.cid-uTAGHfxAlY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAGHfxAlY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAGHfxAlY .row {
  flex-direction: row-reverse;
}
.cid-uTAGHfxAlY .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uTAGHfxAlY .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uTAGHfxAlY .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uTAGHfxAlY .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-uTAGHfxAlY .col-img {
    height: 705px;
    padding-left: 60px !important;
  }
}
.cid-uTAGHfxAlY .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uTAGHfxAlY .col-text {
    order: 2;
  }
}
.cid-uTAGHfxAlY .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uTAGHfxAlY .text-wrapper {
    margin-top: 20px;
  }
}
.cid-uTAGHfxAlY .mbr-section-title {
  color: #4a8ad9;
  margin-bottom: 20px;
}
.cid-uTAGHfxAlY .mbr-section-subtitle {
  color: #353535;
  margin-bottom: 22px;
}
.cid-uTAGHfxAlY .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uTAGHfxAlY .mbr-text {
  color: #212529;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uTAGHfxAlY .mbr-text {
    padding-right: 0;
  }
}
.cid-uTAGHfxAlY .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTAGHfxAlY .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uTAGHfxAlY .social-container {
    padding-top: 40px;
  }
}
.cid-uTAGHfxAlY .social-title {
  color: #212529;
  margin-bottom: 20px;
}
.cid-uTAGHfxAlY .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uTAGHfxAlY .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-uTAGHfxAlY .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-uTAGHfxAlY .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212529;
}
.cid-uTAGHfxAlY .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uTAGHfxAlY .soc-item:hover:before {
  opacity: 1;
}
.cid-uTAGHfxAlY .img-box {
  width: 100%;
}
.cid-uTAGHfxAlY .img-box img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uTAGHfxAlY .img-wrapper {
    position: sticky;
    top: 100px;
    left: 0;
    z-index: 10;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uTAGHfxAlY .img-wrapper {
    position: static;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uTAGHfxAlY {
    padding-top: 3.5rem;
  }
  .cid-uTAGHfxAlY .mbr-section-title {
    text-align: center;
  }
  .cid-uTAGHfxAlY .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uTAGHgwvaE {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTAGHgwvaE .row {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-uTAGHgwvaE .col-text {
    padding: 0 0 0 0;
  }
}
.cid-uTAGHgwvaE .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
  background-color: #eff0f0;
}
@media (max-width: 767px) {
  .cid-uTAGHgwvaE .text-wrapper {
    text-align: center !important;
    padding-bottom: 54px;
  }
}
.cid-uTAGHgwvaE .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #494d9b;
}
@media (max-width: 767px) {
  .cid-uTAGHgwvaE .label-text {
    text-align: center !important;
  }
}
.cid-uTAGHgwvaE .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uTAGHgwvaE .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uTAGHgwvaE .mbr-text {
  letter-spacing: inherit;
  color: #212529;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uTAGHgwvaE .mbr-text {
    text-align: center !important;
  }
}
.cid-uTAGHgwvaE .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uTAGHgwvaE .btn-container {
  width: 100%;
  margin-top: auto;
}
.cid-uTAGHgwvaE .mbr-section-btn .btn {
  padding: 0;
}
.cid-uTAGHgwvaE .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uTAGHgwvaE .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uTAGHgwvaE .col-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-uTAGHgwvaE .col-cards {
    padding: 0;
    padding-left: 1.8%;
  }
}
@media (min-width: 992px) {
  .cid-uTAGHgwvaE .col-cards {
    padding-left: 5%;
  }
}
.cid-uTAGHgwvaE .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}
.cid-uTAGHgwvaE .cards-wrap:hover {
  background-color: #eff0f0;
}
.cid-uTAGHgwvaE .card {
  padding: 30px;
  background-color: #ffffff;
  transition: 0.4s all;
  border-radius: 0;
}
.cid-uTAGHgwvaE .card:hover {
  background-color: #eff0f0;
}
@media (min-width: 768px) {
  .cid-uTAGHgwvaE .card:hover {
    transform: translate(0px, -10px);
  }
}
.cid-uTAGHgwvaE .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uTAGHgwvaE .img-container {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uTAGHgwvaE .img-container {
    display: flex;
    justify-content: center;
  }
}
.cid-uTAGHgwvaE .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  position: relative;
}
.cid-uTAGHgwvaE .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTAGHgwvaE .img-bg {
  background-color: #eff0f0;
  min-width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
}
.cid-uTAGHgwvaE .card-title {
  color: #ffcb20;
  margin-bottom: 8px;
}
.cid-uTAGHgwvaE .card-text {
  color: #222222;
  margin-bottom: 0;
  text-align: left;
}
.cid-uTAGHgwvaE .mbr-section-title,
.cid-uTAGHgwvaE .mbr-section-btn {
  color: #212529;
}
.cid-uTAGHhCXha {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8f9fa;
}
.cid-uTAGHhCXha .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAGHhCXha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAGHhCXha .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uTAGHhCXha .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTAGHhCXha .panel-group .card {
  position: relative;
  padding: 20px 30px 20px 50px;
  margin-top: 20px;
  border: none;
  background-color: #6164a1;
}
@media (max-width: 992px) {
  .cid-uTAGHhCXha .panel-group .card {
    margin-top: 16px;
    padding: 30px 20px;
  }
}
.cid-uTAGHhCXha .panel-group .card:first-child {
  margin-top: 0 !important;
}
.cid-uTAGHhCXha .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uTAGHhCXha .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uTAGHhCXha .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTAGHhCXha .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uTAGHhCXha .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uTAGHhCXha .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  color: #212529;
  background-color: #f8f9fa;
  font-size: 36px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uTAGHhCXha .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 22px;
  }
}
.cid-uTAGHhCXha .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
  background-color: #f47451;
}
.cid-uTAGHhCXha .panel-group .card .panel-collapse .panel-body {
  margin-top: 20px;
}
.cid-uTAGHhCXha .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTAGHhCXha .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uTAGHhCXha .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-uTAGHhCXha .panel-title-edit {
  color: #ffffff;
}
.cid-uTAGHhCXha .panel-text {
  color: #000c3f;
}
.cid-uTAGHhCXha .panel-text,
.cid-uTAGHhCXha .panel-body {
  color: #ffffff;
}
.cid-uTAGHiDYYZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTAGHiDYYZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTAGHiDYYZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTAGHiDYYZ .card {
  justify-content: flex-end;
}
.cid-uTAGHiDYYZ .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTAGHiDYYZ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTAGHiDYYZ .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uTAGHiDYYZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTAGHiDYYZ .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uTAGHiDYYZ .mbr-section-btn .btn::after,
.cid-uTAGHiDYYZ .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uTAGHiDYYZ .mbr-section-btn .btn:hover,
.cid-uTAGHiDYYZ .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uTAGHiDYYZ .mbr-section-btn .btn:hover::after,
.cid-uTAGHiDYYZ .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uTAGHiDYYZ .items-wrapper {
  border-radius: 25px !important;
  margin: 0 -20px;
}
.cid-uTAGHiDYYZ .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uTAGHiDYYZ .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uTAGHiDYYZ .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-uTAGHiDYYZ .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 20px 20px 90px 20px;
  }
}
.cid-uTAGHiDYYZ .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-uTAGHiDYYZ .items-wrapper .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uTAGHiDYYZ .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-uTAGHiDYYZ .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-uTAGHiDYYZ .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-uTAGHiDYYZ .items-wrapper .item .item-wrapper .icon-card:hover .mbr-iconfont,
.cid-uTAGHiDYYZ .items-wrapper .item .item-wrapper .icon-card:focus .mbr-iconfont {
  background-color: #0295e2;
  transform: rotate(180deg);
}
.cid-uTAGHiDYYZ .items-wrapper .item .item-wrapper .icon-card .svg1 {
  position: absolute;
  top: -29px;
  right: 0;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uTAGHiDYYZ .items-wrapper .item .item-wrapper .icon-card .svg1 path {
  fill: #ffffff;
}
.cid-uTAGHiDYYZ .items-wrapper .item .item-wrapper .icon-card .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uTAGHiDYYZ .items-wrapper .item .item-wrapper .icon-card .svg2 path {
  fill: #ffffff;
}
.cid-uTAGHiDYYZ .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uTAGHiDYYZ .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uTAGHiDYYZ .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uTAGHiDYYZ .items-wrapper .card_1,
.cid-uTAGHiDYYZ .items-wrapper .card_2 {
  padding: 0 !important;
}
.cid-uTAGHiDYYZ .items-wrapper .card_1 .item-wrapper {
  min-height: 350px;
}
@media (max-width: 992px) {
  .cid-uTAGHiDYYZ .items-wrapper .card_1 .item-wrapper {
    min-height: auto;
  }
}
.cid-uTAGHiDYYZ .items-wrapper .card_2 .item-wrapper {
  min-height: 170px;
}
@media (max-width: 992px) {
  .cid-uTAGHiDYYZ .items-wrapper .card_2 .item-wrapper {
    min-height: auto;
  }
}
.cid-uTAGHiDYYZ .items-wrap {
  padding: 0 20px;
}
.cid-uTAGHiDYYZ .mbr-section-title {
  color: #ffffff;
}
.cid-uTAGHiDYYZ .mbr-tag {
  color: #adadad;
  text-align: center;
}
.cid-uTAGHiDYYZ .item-title {
  color: #ffffff;
}
.cid-uTAGHiDYYZ .item-text {
  color: #ffffff;
}
.cid-uTAGHiDYYZ .main-btn {
  text-align: right;
}
.cid-uTAGHiDYYZ .mbr-section-title,
.cid-uTAGHiDYYZ .main-btn {
  color: #212428;
  text-align: center;
}
.cid-uTAGHiDYYZ .item-title,
.cid-uTAGHiDYYZ .item-btn {
  text-align: right;
}
.cid-uTAGHjRu3K {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uTAGHjRu3K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uTAGHjRu3K .text-content .mbr-subtitle {
  color: #4c48b9;
}
.cid-uTAGHjRu3K .text-content .mbr-section-title {
  color: #353535;
}
.cid-uTAGHjRu3K .text-content .mbr-text {
  color: #6b67ce;
}
.cid-uTAGHjRu3K .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-uTAGHjRu3K .text-content .list-block .card-img {
  width: auto;
}
.cid-uTAGHjRu3K .text-content .list-block .card-img span {
  color: #4c48b9;
  font-size: 1.5rem;
}
.cid-uTAGHjRu3K .text-content .list-block .list-item-title {
  color: #353535;
  transition: all .3s linear 0s;
}
.cid-uTAGHjRu3K .text-content .list-block .list-item-title:hover {
  color: #103178;
}
.cid-uTAGHjRu3K .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #6b67ce;
  margin-bottom: 0;
}
.cid-uTAGHjRu3K .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-uTAGHjRu3K .text-content .social {
  font-size: 1.2rem;
}
.cid-uTAGHjRu3K .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-uTAGHjRu3K .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-uTAGHjRu3K .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-uTAGHjRu3K .list-block {
  position: relative;
}
.cid-uTAGHjRu3K .list-block h4,
.cid-uTAGHjRu3K .list-block p {
  padding-left: 2.625rem;
}
.cid-uTAGHjRu3K .card-img {
  display: block;
}
.cid-uTAGHjRu3K input,
.cid-uTAGHjRu3K textarea {
  border-radius: 0px !important;
  min-height: 1rem;
  padding: 5px 5px !important;
  font-size: 13px;
  color: #ffcb20;
  height: 10px;
}
.cid-uTAGHjRu3K .form-control,
.cid-uTAGHjRu3K .field-input {
  padding: 13px 20px !important;
  background-color: #f0f2f5;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uTAGHjRu3K .form-control:hover,
.cid-uTAGHjRu3K .field-input:hover,
.cid-uTAGHjRu3K .form-control:focus,
.cid-uTAGHjRu3K .field-input:focus {
  background-color: #f0f2f5;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uTAGHjRu3K .form-control:focus,
.cid-uTAGHjRu3K .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-uTAGHjRu3K input::-webkit-input-placeholder,
.cid-uTAGHjRu3K textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-uTAGHjRu3K input:-moz-placeholder,
.cid-uTAGHjRu3K textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-uTAGHjRu3K .jq-selectbox li,
.cid-uTAGHjRu3K .jq-selectbox li {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uTAGHjRu3K .jq-selectbox li:hover,
.cid-uTAGHjRu3K .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uTAGHjRu3K .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f0f2f5;
}
.cid-uTAGHjRu3K .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f0f2f5;
}
.cid-uTAGHjRu3K .mbr-form {
  max-width: 550px;
}
.cid-uTAGHjRu3K .mbr-form .content-title {
  margin-bottom: 20px;
}
.cid-uTAGHjRu3K .mbr-form .content-subtitle {
  color: #6b67ce;
}
.cid-uTAGHjRu3K .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-uTAGHjRu3K .mbr-form .btn {
  margin-right: auto !important;
  border-radius: 30px;
  border-color: #353535;
  color: #353535;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-uTAGHjRu3K .mbr-form .btn-success:hover {
  background-color: #4c48b9 !important;
  border-color: #4c48b9 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-uTAGHjRu3K .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-uTAGHjRu3K .mbr-section-title,
  .cid-uTAGHjRu3K .content-title,
  .cid-uTAGHjRu3K .mbr-section-btn {
    margin-right: auto !important;
  }
}
.cid-uTAGHjRu3K .text-content .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uTAGHjRu3K .text-content .mbr-subtitle {
  text-align: left;
  color: #212428;
}
.cid-uTAGHjRu3K .text-content .list-block .list-item-title {
  color: #191b1f;
}
.cid-uTAGHjRu3K H3 {
  color: #13171f;
  text-align: left;
}
.cid-uTAGHjRu3K LABEL {
  text-align: left;
}
.cid-uTAGHjRu3K .col-auto .mbr-section-btn {
  margin-right: auto !important;
}
.cid-uTAGHl3FBZ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uTAGHl3FBZ .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-uTAGHl3FBZ .mbr-section-title {
  margin: 0;
  color: #353535;
}
.cid-uTAGHl3FBZ .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uTAGHl3FBZ .card-img span {
  color: #279e64;
}
.cid-uTAGHl3FBZ .row-item {
  margin-bottom: 2rem;
}
.cid-uTAGHl3FBZ .row-item:hover .wrapper {
  background: linear-gradient(90deg, #deb737, #ffcb20);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-uTAGHl3FBZ .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-uTAGHl3FBZ .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-uTAGHl3FBZ .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uTAGHmfLb8 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-uTAGHmfLb8 .listico {
  padding-right: 1rem;
  color: #dcdfe2;
  font-size: 0.5rem;
}
.cid-uTAGHmfLb8 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uTAGHmfLb8 .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-uTAGHmfLb8 .mbr-text {
  color: #444;
}
.cid-uTAGHmfLb8 h5 {
  margin-bottom: 0;
}
.cid-uTAGHmfLb8 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTAGHmfLb8 .socicon {
  color: #9e9e9e;
  font-size: 1.6rem;
}
.cid-uTAGHmfLb8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uTAGHmfLb8 .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-uTAGHmfLb8 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uTAGHmfLb8 .social-list a:hover {
  opacity: .4;
}
.cid-uTAGHmfLb8 .media-container-row > div {
  padding: 0px;
}
.cid-uTAGHmfLb8 .text2 {
  color: #eeeff2;
  text-align: left;
}
.cid-uTAGHmfLb8 .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uTAGHmfLb8 .group-title SPAN {
  color: #656565;
}
.cid-uTAGHmfLb8 .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uTAGHmfLb8 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uTAGHmfLb8 h3 {
    margin-bottom: 10px;
  }
}
.cid-uTAGHmfLb8 .links SPAN {
  color: #9e9e9e;
}
.cid-uTAGHmfLb8 .links,
.cid-uTAGHmfLb8 .navbar-brand {
  color: #eeeff2;
}
.cid-uTAGHmfLb8 .links,
.cid-uTAGHmfLb8 .social-list {
  text-align: left;
}
.cid-uTAGHnv7M5.popup-builder {
  background-color: #ffffff;
}
.cid-uTAGHnv7M5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTAGHnv7M5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTAGHnv7M5 .modal-content,
.cid-uTAGHnv7M5 .modal-dialog {
  height: auto;
}
.cid-uTAGHnv7M5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTAGHnv7M5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTAGHnv7M5 .form-wrapper .mbr-form .form-group,
  .cid-uTAGHnv7M5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTAGHnv7M5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTAGHnv7M5 .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-uTAGHnv7M5 .mbr-text {
  text-align: center;
}
.cid-uTAGHnv7M5 .pt-0 {
  padding-top: 0 !important;
}
.cid-uTAGHnv7M5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTAGHnv7M5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTAGHnv7M5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTAGHnv7M5 .modal-open {
  overflow: hidden;
}
.cid-uTAGHnv7M5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTAGHnv7M5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTAGHnv7M5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTAGHnv7M5 .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-uTAGHnv7M5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTAGHnv7M5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTAGHnv7M5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTAGHnv7M5 .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-uTAGHnv7M5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTAGHnv7M5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTAGHnv7M5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTAGHnv7M5 .modal-backdrop.show {
  opacity: .5;
}
.cid-uTAGHnv7M5 .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-uTAGHnv7M5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTAGHnv7M5 .modal-header {
    padding: 1rem;
  }
}
.cid-uTAGHnv7M5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTAGHnv7M5 .modal-header .close svg {
  fill: #353535;
}
.cid-uTAGHnv7M5 .modal-header .close:hover {
  opacity: 1;
}
.cid-uTAGHnv7M5 .modal-header .close:focus {
  outline: none;
}
.cid-uTAGHnv7M5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTAGHnv7M5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uTAGHnv7M5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTAGHnv7M5 .modal-body {
    padding: 1rem;
  }
}
.cid-uTAGHnv7M5 .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-uTAGHnv7M5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTAGHnv7M5 .modal-footer {
    padding: 1rem;
  }
}
.cid-uTAGHnv7M5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTAGHnv7M5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTAGHnv7M5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTAGHnv7M5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTAGHnv7M5 .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uTAGHnv7M5 .modal-lg,
  .cid-uTAGHnv7M5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTAGHnv7M5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTAGHnv7M5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTAGHnv7M5 .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-uTAGHnv7M5 .form-group {
  margin-bottom: 1rem;
}
.cid-uTAGHnv7M5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTAGHnv7M5 .form-control:hover {
  border-color: #22262b !important;
}
.cid-uTAGHnv7M5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTAGHnv7M5 .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-uTAGHnv7M5 .mbr-section-btn {
  margin: 0;
}
.cid-uTAGHnv7M5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTAGHnv7M5 LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uTAGHnv7M5 .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-uTAGHnv7M5 .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uTAGHoHtti.popup-builder {
  background-color: #ffffff;
}
.cid-uTAGHoHtti.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTAGHoHtti.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTAGHoHtti .modal-content,
.cid-uTAGHoHtti .modal-dialog {
  height: auto;
}
.cid-uTAGHoHtti .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTAGHoHtti .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTAGHoHtti .form-wrapper .mbr-form .form-group,
  .cid-uTAGHoHtti .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTAGHoHtti .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTAGHoHtti .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-uTAGHoHtti .mbr-text {
  text-align: center;
}
.cid-uTAGHoHtti .pt-0 {
  padding-top: 0 !important;
}
.cid-uTAGHoHtti .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTAGHoHtti .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTAGHoHtti .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTAGHoHtti .modal-open {
  overflow: hidden;
}
.cid-uTAGHoHtti .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTAGHoHtti .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTAGHoHtti .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTAGHoHtti .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-uTAGHoHtti .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTAGHoHtti .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTAGHoHtti .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTAGHoHtti .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-uTAGHoHtti .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTAGHoHtti .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTAGHoHtti .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTAGHoHtti .modal-backdrop.show {
  opacity: .5;
}
.cid-uTAGHoHtti .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-uTAGHoHtti .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTAGHoHtti .modal-header {
    padding: 1rem;
  }
}
.cid-uTAGHoHtti .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTAGHoHtti .modal-header .close svg {
  fill: #353535;
}
.cid-uTAGHoHtti .modal-header .close:hover {
  opacity: 1;
}
.cid-uTAGHoHtti .modal-header .close:focus {
  outline: none;
}
.cid-uTAGHoHtti .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTAGHoHtti .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uTAGHoHtti .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTAGHoHtti .modal-body {
    padding: 1rem;
  }
}
.cid-uTAGHoHtti .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-uTAGHoHtti .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTAGHoHtti .modal-footer {
    padding: 1rem;
  }
}
.cid-uTAGHoHtti .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTAGHoHtti .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTAGHoHtti .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTAGHoHtti .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTAGHoHtti .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uTAGHoHtti .modal-lg,
  .cid-uTAGHoHtti .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTAGHoHtti .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTAGHoHtti .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTAGHoHtti .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-uTAGHoHtti .form-group {
  margin-bottom: 1rem;
}
.cid-uTAGHoHtti .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTAGHoHtti .form-control:hover {
  border-color: #22262b !important;
}
.cid-uTAGHoHtti .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTAGHoHtti .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-uTAGHoHtti .mbr-section-btn {
  margin: 0;
}
.cid-uTAGHoHtti .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTAGHoHtti LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uTAGHoHtti .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-uTAGHoHtti .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uTAGHpXKjd.popup-builder {
  background-color: #ffffff;
}
.cid-uTAGHpXKjd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTAGHpXKjd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTAGHpXKjd .modal-content,
.cid-uTAGHpXKjd .modal-dialog {
  height: auto;
}
.cid-uTAGHpXKjd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTAGHpXKjd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTAGHpXKjd .form-wrapper .mbr-form .form-group,
  .cid-uTAGHpXKjd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTAGHpXKjd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTAGHpXKjd .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-uTAGHpXKjd .mbr-text {
  text-align: center;
}
.cid-uTAGHpXKjd .pt-0 {
  padding-top: 0 !important;
}
.cid-uTAGHpXKjd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTAGHpXKjd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTAGHpXKjd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTAGHpXKjd .modal-open {
  overflow: hidden;
}
.cid-uTAGHpXKjd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTAGHpXKjd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTAGHpXKjd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTAGHpXKjd .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-uTAGHpXKjd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTAGHpXKjd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTAGHpXKjd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTAGHpXKjd .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-uTAGHpXKjd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTAGHpXKjd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTAGHpXKjd .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTAGHpXKjd .modal-backdrop.show {
  opacity: .5;
}
.cid-uTAGHpXKjd .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-uTAGHpXKjd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTAGHpXKjd .modal-header {
    padding: 1rem;
  }
}
.cid-uTAGHpXKjd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTAGHpXKjd .modal-header .close svg {
  fill: #353535;
}
.cid-uTAGHpXKjd .modal-header .close:hover {
  opacity: 1;
}
.cid-uTAGHpXKjd .modal-header .close:focus {
  outline: none;
}
.cid-uTAGHpXKjd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTAGHpXKjd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uTAGHpXKjd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTAGHpXKjd .modal-body {
    padding: 1rem;
  }
}
.cid-uTAGHpXKjd .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-uTAGHpXKjd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTAGHpXKjd .modal-footer {
    padding: 1rem;
  }
}
.cid-uTAGHpXKjd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTAGHpXKjd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTAGHpXKjd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTAGHpXKjd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTAGHpXKjd .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uTAGHpXKjd .modal-lg,
  .cid-uTAGHpXKjd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTAGHpXKjd .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTAGHpXKjd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTAGHpXKjd .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-uTAGHpXKjd .form-group {
  margin-bottom: 1rem;
}
.cid-uTAGHpXKjd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTAGHpXKjd .form-control:hover {
  border-color: #22262b !important;
}
.cid-uTAGHpXKjd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTAGHpXKjd .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-uTAGHpXKjd .mbr-section-btn {
  margin: 0;
}
.cid-uTAGHpXKjd .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTAGHpXKjd LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uTAGHpXKjd .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-uTAGHpXKjd .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uTAGHrffRz.popup-builder {
  background-color: #ffffff;
}
.cid-uTAGHrffRz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTAGHrffRz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTAGHrffRz .modal-content,
.cid-uTAGHrffRz .modal-dialog {
  height: auto;
}
.cid-uTAGHrffRz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTAGHrffRz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTAGHrffRz .form-wrapper .mbr-form .form-group,
  .cid-uTAGHrffRz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTAGHrffRz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTAGHrffRz .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-uTAGHrffRz .mbr-text {
  text-align: center;
}
.cid-uTAGHrffRz .pt-0 {
  padding-top: 0 !important;
}
.cid-uTAGHrffRz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTAGHrffRz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTAGHrffRz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTAGHrffRz .modal-open {
  overflow: hidden;
}
.cid-uTAGHrffRz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTAGHrffRz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTAGHrffRz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTAGHrffRz .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-uTAGHrffRz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTAGHrffRz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTAGHrffRz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTAGHrffRz .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-uTAGHrffRz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTAGHrffRz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTAGHrffRz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTAGHrffRz .modal-backdrop.show {
  opacity: .5;
}
.cid-uTAGHrffRz .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-uTAGHrffRz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTAGHrffRz .modal-header {
    padding: 1rem;
  }
}
.cid-uTAGHrffRz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTAGHrffRz .modal-header .close svg {
  fill: #353535;
}
.cid-uTAGHrffRz .modal-header .close:hover {
  opacity: 1;
}
.cid-uTAGHrffRz .modal-header .close:focus {
  outline: none;
}
.cid-uTAGHrffRz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTAGHrffRz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uTAGHrffRz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTAGHrffRz .modal-body {
    padding: 1rem;
  }
}
.cid-uTAGHrffRz .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-uTAGHrffRz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTAGHrffRz .modal-footer {
    padding: 1rem;
  }
}
.cid-uTAGHrffRz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTAGHrffRz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTAGHrffRz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTAGHrffRz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTAGHrffRz .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uTAGHrffRz .modal-lg,
  .cid-uTAGHrffRz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTAGHrffRz .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTAGHrffRz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTAGHrffRz .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-uTAGHrffRz .form-group {
  margin-bottom: 1rem;
}
.cid-uTAGHrffRz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTAGHrffRz .form-control:hover {
  border-color: #22262b !important;
}
.cid-uTAGHrffRz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTAGHrffRz .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-uTAGHrffRz .mbr-section-btn {
  margin: 0;
}
.cid-uTAGHrffRz .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTAGHrffRz LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uTAGHrffRz .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-uTAGHrffRz .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uTAGHsDZDr.popup-builder {
  background-color: #ffffff;
}
.cid-uTAGHsDZDr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTAGHsDZDr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTAGHsDZDr .modal-content,
.cid-uTAGHsDZDr .modal-dialog {
  height: auto;
}
.cid-uTAGHsDZDr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTAGHsDZDr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTAGHsDZDr .form-wrapper .mbr-form .form-group,
  .cid-uTAGHsDZDr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTAGHsDZDr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTAGHsDZDr .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-uTAGHsDZDr .mbr-text {
  text-align: center;
}
.cid-uTAGHsDZDr .pt-0 {
  padding-top: 0 !important;
}
.cid-uTAGHsDZDr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTAGHsDZDr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTAGHsDZDr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTAGHsDZDr .modal-open {
  overflow: hidden;
}
.cid-uTAGHsDZDr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTAGHsDZDr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTAGHsDZDr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTAGHsDZDr .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-uTAGHsDZDr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTAGHsDZDr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTAGHsDZDr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTAGHsDZDr .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-uTAGHsDZDr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTAGHsDZDr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTAGHsDZDr .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTAGHsDZDr .modal-backdrop.show {
  opacity: .5;
}
.cid-uTAGHsDZDr .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-uTAGHsDZDr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTAGHsDZDr .modal-header {
    padding: 1rem;
  }
}
.cid-uTAGHsDZDr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTAGHsDZDr .modal-header .close svg {
  fill: #353535;
}
.cid-uTAGHsDZDr .modal-header .close:hover {
  opacity: 1;
}
.cid-uTAGHsDZDr .modal-header .close:focus {
  outline: none;
}
.cid-uTAGHsDZDr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTAGHsDZDr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uTAGHsDZDr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTAGHsDZDr .modal-body {
    padding: 1rem;
  }
}
.cid-uTAGHsDZDr .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-uTAGHsDZDr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTAGHsDZDr .modal-footer {
    padding: 1rem;
  }
}
.cid-uTAGHsDZDr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTAGHsDZDr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTAGHsDZDr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTAGHsDZDr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTAGHsDZDr .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uTAGHsDZDr .modal-lg,
  .cid-uTAGHsDZDr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTAGHsDZDr .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTAGHsDZDr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTAGHsDZDr .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-uTAGHsDZDr .form-group {
  margin-bottom: 1rem;
}
.cid-uTAGHsDZDr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTAGHsDZDr .form-control:hover {
  border-color: #22262b !important;
}
.cid-uTAGHsDZDr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTAGHsDZDr .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-uTAGHsDZDr .mbr-section-btn {
  margin: 0;
}
.cid-uTAGHsDZDr .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTAGHsDZDr LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uTAGHsDZDr .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-uTAGHsDZDr .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uTAGHu0QKW.popup-builder {
  background-color: #ffffff;
}
.cid-uTAGHu0QKW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTAGHu0QKW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTAGHu0QKW .modal-content,
.cid-uTAGHu0QKW .modal-dialog {
  height: auto;
}
.cid-uTAGHu0QKW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTAGHu0QKW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTAGHu0QKW .form-wrapper .mbr-form .form-group,
  .cid-uTAGHu0QKW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTAGHu0QKW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTAGHu0QKW .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-uTAGHu0QKW .mbr-text {
  text-align: center;
}
.cid-uTAGHu0QKW .pt-0 {
  padding-top: 0 !important;
}
.cid-uTAGHu0QKW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTAGHu0QKW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTAGHu0QKW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTAGHu0QKW .modal-open {
  overflow: hidden;
}
.cid-uTAGHu0QKW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTAGHu0QKW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTAGHu0QKW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTAGHu0QKW .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-uTAGHu0QKW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTAGHu0QKW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTAGHu0QKW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTAGHu0QKW .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-uTAGHu0QKW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTAGHu0QKW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTAGHu0QKW .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTAGHu0QKW .modal-backdrop.show {
  opacity: .5;
}
.cid-uTAGHu0QKW .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-uTAGHu0QKW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTAGHu0QKW .modal-header {
    padding: 1rem;
  }
}
.cid-uTAGHu0QKW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTAGHu0QKW .modal-header .close svg {
  fill: #353535;
}
.cid-uTAGHu0QKW .modal-header .close:hover {
  opacity: 1;
}
.cid-uTAGHu0QKW .modal-header .close:focus {
  outline: none;
}
.cid-uTAGHu0QKW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTAGHu0QKW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uTAGHu0QKW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTAGHu0QKW .modal-body {
    padding: 1rem;
  }
}
.cid-uTAGHu0QKW .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-uTAGHu0QKW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTAGHu0QKW .modal-footer {
    padding: 1rem;
  }
}
.cid-uTAGHu0QKW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTAGHu0QKW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTAGHu0QKW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTAGHu0QKW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTAGHu0QKW .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uTAGHu0QKW .modal-lg,
  .cid-uTAGHu0QKW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTAGHu0QKW .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTAGHu0QKW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTAGHu0QKW .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-uTAGHu0QKW .form-group {
  margin-bottom: 1rem;
}
.cid-uTAGHu0QKW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTAGHu0QKW .form-control:hover {
  border-color: #22262b !important;
}
.cid-uTAGHu0QKW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTAGHu0QKW .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-uTAGHu0QKW .mbr-section-btn {
  margin: 0;
}
.cid-uTAGHu0QKW .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTAGHu0QKW LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uTAGHu0QKW .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-uTAGHu0QKW .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uTAGHvy6jM.popup-builder {
  background-color: #ffffff;
}
.cid-uTAGHvy6jM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTAGHvy6jM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTAGHvy6jM .modal-content,
.cid-uTAGHvy6jM .modal-dialog {
  height: auto;
}
.cid-uTAGHvy6jM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTAGHvy6jM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTAGHvy6jM .form-wrapper .mbr-form .form-group,
  .cid-uTAGHvy6jM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTAGHvy6jM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTAGHvy6jM .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-uTAGHvy6jM .mbr-text {
  text-align: center;
}
.cid-uTAGHvy6jM .pt-0 {
  padding-top: 0 !important;
}
.cid-uTAGHvy6jM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTAGHvy6jM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTAGHvy6jM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTAGHvy6jM .modal-open {
  overflow: hidden;
}
.cid-uTAGHvy6jM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTAGHvy6jM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTAGHvy6jM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTAGHvy6jM .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-uTAGHvy6jM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTAGHvy6jM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTAGHvy6jM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTAGHvy6jM .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-uTAGHvy6jM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTAGHvy6jM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTAGHvy6jM .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTAGHvy6jM .modal-backdrop.show {
  opacity: .5;
}
.cid-uTAGHvy6jM .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-uTAGHvy6jM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTAGHvy6jM .modal-header {
    padding: 1rem;
  }
}
.cid-uTAGHvy6jM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTAGHvy6jM .modal-header .close svg {
  fill: #353535;
}
.cid-uTAGHvy6jM .modal-header .close:hover {
  opacity: 1;
}
.cid-uTAGHvy6jM .modal-header .close:focus {
  outline: none;
}
.cid-uTAGHvy6jM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTAGHvy6jM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uTAGHvy6jM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTAGHvy6jM .modal-body {
    padding: 1rem;
  }
}
.cid-uTAGHvy6jM .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-uTAGHvy6jM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTAGHvy6jM .modal-footer {
    padding: 1rem;
  }
}
.cid-uTAGHvy6jM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTAGHvy6jM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTAGHvy6jM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTAGHvy6jM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTAGHvy6jM .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uTAGHvy6jM .modal-lg,
  .cid-uTAGHvy6jM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTAGHvy6jM .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTAGHvy6jM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTAGHvy6jM .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-uTAGHvy6jM .form-group {
  margin-bottom: 1rem;
}
.cid-uTAGHvy6jM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTAGHvy6jM .form-control:hover {
  border-color: #22262b !important;
}
.cid-uTAGHvy6jM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTAGHvy6jM .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-uTAGHvy6jM .mbr-section-btn {
  margin: 0;
}
.cid-uTAGHvy6jM .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTAGHvy6jM LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uTAGHvy6jM .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-uTAGHvy6jM .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uTB0pEN2gV.popup-builder {
  background-color: #ffffff;
}
.cid-uTB0pEN2gV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTB0pEN2gV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTB0pEN2gV .modal-content,
.cid-uTB0pEN2gV .modal-dialog {
  height: auto;
}
.cid-uTB0pEN2gV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTB0pEN2gV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTB0pEN2gV .form-wrapper .mbr-form .form-group,
  .cid-uTB0pEN2gV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTB0pEN2gV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTB0pEN2gV .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-uTB0pEN2gV .mbr-text {
  text-align: center;
}
.cid-uTB0pEN2gV .pt-0 {
  padding-top: 0 !important;
}
.cid-uTB0pEN2gV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTB0pEN2gV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTB0pEN2gV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTB0pEN2gV .modal-open {
  overflow: hidden;
}
.cid-uTB0pEN2gV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTB0pEN2gV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTB0pEN2gV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTB0pEN2gV .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-uTB0pEN2gV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTB0pEN2gV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTB0pEN2gV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTB0pEN2gV .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-uTB0pEN2gV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTB0pEN2gV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTB0pEN2gV .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTB0pEN2gV .modal-backdrop.show {
  opacity: .5;
}
.cid-uTB0pEN2gV .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-uTB0pEN2gV .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTB0pEN2gV .modal-header {
    padding: 1rem;
  }
}
.cid-uTB0pEN2gV .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTB0pEN2gV .modal-header .close svg {
  fill: #353535;
}
.cid-uTB0pEN2gV .modal-header .close:hover {
  opacity: 1;
}
.cid-uTB0pEN2gV .modal-header .close:focus {
  outline: none;
}
.cid-uTB0pEN2gV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTB0pEN2gV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uTB0pEN2gV .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTB0pEN2gV .modal-body {
    padding: 1rem;
  }
}
.cid-uTB0pEN2gV .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-uTB0pEN2gV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTB0pEN2gV .modal-footer {
    padding: 1rem;
  }
}
.cid-uTB0pEN2gV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTB0pEN2gV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTB0pEN2gV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTB0pEN2gV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTB0pEN2gV .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uTB0pEN2gV .modal-lg,
  .cid-uTB0pEN2gV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTB0pEN2gV .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTB0pEN2gV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTB0pEN2gV .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-uTB0pEN2gV .form-group {
  margin-bottom: 1rem;
}
.cid-uTB0pEN2gV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTB0pEN2gV .form-control:hover {
  border-color: #22262b !important;
}
.cid-uTB0pEN2gV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTB0pEN2gV .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-uTB0pEN2gV .mbr-section-btn {
  margin: 0;
}
.cid-uTB0pEN2gV .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTB0pEN2gV LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uTB0pEN2gV .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-uTB0pEN2gV .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uTBfbmBeNv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uTBfbmBeNv .menu-text {
  padding: 0 0rem;
  color: #5b6c8f;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uTBfbmBeNv .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-uTBfbmBeNv .iconfont-wrapper {
  color: #001219 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uTBfbmBeNv .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-uTBfbmBeNv .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uTBfbmBeNv .container {
    padding: 0 1rem;
  }
}
.cid-uTBfbmBeNv .menu-tite {
  background: #353535;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-uTBfbmBeNv .nav-link {
  position: relative;
}
.cid-uTBfbmBeNv .nav-link:hover {
  color: #6b67ce !important;
}
.cid-uTBfbmBeNv nav.navbar {
  position: fixed;
}
.cid-uTBfbmBeNv .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-uTBfbmBeNv .navbar.opened {
  transition: all 0.3s;
}
.cid-uTBfbmBeNv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTBfbmBeNv .navbar .navbar-logo img {
  width: auto;
}
.cid-uTBfbmBeNv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTBfbmBeNv .navbar.collapsed {
  justify-content: center;
}
.cid-uTBfbmBeNv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTBfbmBeNv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTBfbmBeNv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-uTBfbmBeNv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTBfbmBeNv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTBfbmBeNv .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-uTBfbmBeNv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTBfbmBeNv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTBfbmBeNv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTBfbmBeNv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTBfbmBeNv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTBfbmBeNv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTBfbmBeNv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTBfbmBeNv .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-uTBfbmBeNv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTBfbmBeNv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTBfbmBeNv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTBfbmBeNv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTBfbmBeNv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTBfbmBeNv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTBfbmBeNv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTBfbmBeNv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTBfbmBeNv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTBfbmBeNv .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-uTBfbmBeNv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTBfbmBeNv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTBfbmBeNv .dropdown-item:hover,
.cid-uTBfbmBeNv .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-uTBfbmBeNv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTBfbmBeNv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTBfbmBeNv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-uTBfbmBeNv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTBfbmBeNv .dropdown-menu,
.cid-uTBfbmBeNv .navbar.opened {
  background: #ffffff !important;
}
.cid-uTBfbmBeNv .nav-item:focus,
.cid-uTBfbmBeNv .nav-link:focus {
  outline: none;
}
.cid-uTBfbmBeNv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTBfbmBeNv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTBfbmBeNv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTBfbmBeNv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTBfbmBeNv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTBfbmBeNv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTBfbmBeNv .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-uTBfbmBeNv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTBfbmBeNv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTBfbmBeNv .dropdown-item.active,
.cid-uTBfbmBeNv .dropdown-item:active {
  background-color: transparent;
}
.cid-uTBfbmBeNv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTBfbmBeNv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTBfbmBeNv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTBfbmBeNv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uTBfbmBeNv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTBfbmBeNv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTBfbmBeNv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTBfbmBeNv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTBfbmBeNv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTBfbmBeNv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTBfbmBeNv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTBfbmBeNv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTBfbmBeNv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTBfbmBeNv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTBfbmBeNv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTBfbmBeNv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTBfbmBeNv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTBfbmBeNv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTBfbmBeNv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTBfbmBeNv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTBfbmBeNv .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-uTBfbmBeNv .navbar {
    height: 70px;
  }
  .cid-uTBfbmBeNv .navbar.opened {
    height: auto;
  }
  .cid-uTBfbmBeNv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTBfbnc2R2 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uTBfbnc2R2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTBfbnc2R2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTBfbnc2R2 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uTBfbnc2R2 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uTBfbnc2R2 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uTBfbnc2R2 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uTBfbnc2R2 .col-text {
    order: 1;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uTBfbnc2R2 .col-text {
    margin-top: 20px;
  }
}
.cid-uTBfbnc2R2 .text-wrapper {
  width: 100%;
  z-index: 21;
}
.cid-uTBfbnc2R2 .mbr-section-title {
  color: #212428;
  margin-bottom: 20px;
}
.cid-uTBfbnc2R2 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-uTBfbnc2R2 .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uTBfbnc2R2 .mbr-text {
  color: #212529;
  padding-right: 16%;
  opacity: 0.9;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-uTBfbnc2R2 .mbr-text {
    padding-right: 0;
  }
}
.cid-uTBfbnc2R2 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTBfbnc2R2 .social-container {
  width: 100%;
  padding-top: 25px;
}
@media (max-width: 991px) {
  .cid-uTBfbnc2R2 .social-container {
    text-align: center;
  }
}
.cid-uTBfbnc2R2 .social-title {
  color: #212529;
  margin-bottom: 20px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uTBfbnc2R2 .social-title {
    text-align: center;
  }
}
.cid-uTBfbnc2R2 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
@media (max-width: 991px) {
  .cid-uTBfbnc2R2 .social-list {
    justify-content: center;
  }
}
.cid-uTBfbnc2R2 .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-uTBfbnc2R2 .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-uTBfbnc2R2 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212428;
}
.cid-uTBfbnc2R2 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uTBfbnc2R2 .soc-item:hover:before {
  opacity: 1;
}
.cid-uTBfbnc2R2 .col-img {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uTBfbnc2R2 .col-img {
    order: 2;
  }
}
.cid-uTBfbnc2R2 lottie-player {
  position: absolute;
  z-index: 20;
}
.cid-uTBfbnc2R2 .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-uTBfbnc2R2 .image-wrapper img {
  position: relative;
  z-index: 5;
  object-fit: cover;
  width: 100%;
}
.cid-uTBfbnc2R2 .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-uTBfbnc2R2 .btn .mbr-iconfont {
  order: 0;
  margin: 0;
  vertical-align: middle;
  font-size: 1.2rem;
}
.cid-uTBfbnc2R2 .btn {
  display: inline-flex;
  align-items: center !important;
  padding: 10px 20px;
  gap: 8px;
}
.cid-uTBfbnc2R2 .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-uTBfbnc2R2 .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-uTBfbnc2R2 .phone-btn:hover {
  background: linear-gradient(145deg, #4a8ad9, #2e5ea4);
  box-shadow: 0px 5px 15px rgba(41, 158, 235, 0.4);
}
.cid-uTBfbnc2R2 .phone-btn:hover .phone-icon {
  animation: ring 0.5s ease-in-out infinite;
}
.cid-uTBfbnc2R2 .price-text {
  font-weight: bold;
}
@media (max-width: 767px) {
  .cid-uTBfbnc2R2 {
    padding-top: 3rem;
  }
  .cid-uTBfbnc2R2 .mbr-section-title {
    text-align: center;
  }
}
.cid-uTBfbnc2R2 .carousel-wrapper {
  margin: 0 50px;
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .cid-uTBfbnc2R2 .carousel-wrapper {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .cid-uTBfbnc2R2 .carousel-wrapper {
    margin: 0 -10px;
  }
}
.cid-uTBfbnc2R2 .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 36px;
}
@media (max-width: 1199px) {
  .cid-uTBfbnc2R2 .carousel {
    max-width: 100%;
  }
}
.cid-uTBfbnc2R2 .carousel-inner {
  display: flex;
  align-items: center;
  padding: 50px 0 25px;
}
@media (max-width: 991px) {
  .cid-uTBfbnc2R2 .carousel-inner {
    padding: 40px 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-uTBfbnc2R2 .carousel-inner {
    padding: 35px 0 25px;
  }
}
.cid-uTBfbnc2R2 .item-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-uTBfbnc2R2 .item-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uTBfbnc2R2 .item-wrapper {
    padding: 0 10px;
  }
}
.cid-uTBfbnc2R2 .card-info {
  position: relative;
  z-index: 10;
  width: 100%;
  border-radius: 450px;
}
@media (max-width: 1199px) {
  .cid-uTBfbnc2R2 .card-info {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uTBfbnc2R2 .card-info {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .cid-uTBfbnc2R2 .card-info {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.cid-uTBfbnc2R2 .info-img-wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 400px;
}
@media (max-width: 991px) {
  .cid-uTBfbnc2R2 .info-img-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uTBfbnc2R2 .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.cid-uTBfbnc2R2 .info-img-wrap img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uTBfbnc2R2 .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-uTBfbnc2R2 .info-text-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uTBfbnc2R2 .info-text-wrap {
    flex-grow: 1;
  }
}
.cid-uTBfbnc2R2 .info-card-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uTBfbnc2R2 .info-card-subtitle {
  color: #ffffff;
}
.cid-uTBfbnc2R2 .info-card-text {
  color: #ffffff;
  margin-top: 4px;
}
.cid-uTBfbnc2R2 .card-description {
  position: relative;
  margin-top: 115px;
  width: 1px;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uTBfbnc2R2 .card-description {
    width: 100%;
    margin-top: 0;
  }
}
.cid-uTBfbnc2R2 .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-uTBfbnc2R2 .card-description-wrapper {
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .cid-uTBfbnc2R2 .card-description-wrapper {
    padding: 20px;
  }
}
.cid-uTBfbnc2R2 .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-uTBfbnc2R2 .card-description-container {
    flex-wrap: wrap;
  }
}
.cid-uTBfbnc2R2 .card-description-text-wrap {
  margin-bottom: 15px;
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .cid-uTBfbnc2R2 .card-description-text-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uTBfbnc2R2 .card-description-title {
  color: #ffffff;
  margin-bottom: 7px;
}
.cid-uTBfbnc2R2 .card-description-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uTBfbnc2R2 .card-description-label-wrap {
  padding: 15px 17px;
  border-radius: 6px;
  margin-left: auto;
  background: linear-gradient(145deg, #22262b, #22262b);
}
@media (max-width: 767px) {
  .cid-uTBfbnc2R2 .card-description-label-wrap {
    margin-left: 0;
  }
}
.cid-uTBfbnc2R2 .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTBfbnc2R2 .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-uTBfbnc2R2 .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffcb20;
}
.cid-uTBfbnc2R2 .card-description-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-uTBfbnc2R2 .absolute-icon-wrapper {
  position: absolute;
  z-index: 9;
  left: 0;
  top: -107px;
}
@media (max-width: 991px) {
  .cid-uTBfbnc2R2 .absolute-icon-wrapper {
    display: none;
  }
}
.cid-uTBfbnc2R2 .absolute-icon-wrapper .mbr-iconfont {
  color: #22262b;
  font-size: 99px;
}
.cid-uTBfbnc2R2 .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-uTBfbnc2R2 .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-uTBfbnc2R2 .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uTBfbnc2R2 .carousel-control {
    display: none;
  }
}
.cid-uTBfbnc2R2 .carousel-control:hover {
  background: linear-gradient(to right bottom, #22262b, #22262b) !important;
  color: #ffcb20 !important;
  opacity: 1;
}
.cid-uTBfbnc2R2 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uTBfbnc2R2 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uTBfbnc2R2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uTBfbnc2R2 .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-uTBfbnc2R2 .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-uTBfbnc2R2 .carousel-indicators li.active,
.cid-uTBfbnc2R2 .carousel-indicators li:hover {
  opacity: 1;
  background: #4c48b9 !important;
}
.cid-uTBfbnc2R2 .carousel-indicators li::after,
.cid-uTBfbnc2R2 .carousel-indicators li::before {
  content: none;
}
.cid-uTBfbnc2R2 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uTBfbnc2R2 .item-menu-overlay {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .cid-uTBfbnc2R2 .carousel-indicators {
    width: 80%;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .cid-uTBfbnc2R2 .carousel-indicators {
    width: 95%;
    gap: 10px;
  }
}
.cid-uTBfbnc2R2 .info-card-subtitle DIV {
  text-align: left;
}
.cid-uTBfbnTRfB {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uTBfbnTRfB .item:focus,
.cid-uTBfbnTRfB span:focus {
  outline: none;
}
.cid-uTBfbnTRfB .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.cid-uTBfbnTRfB .item {
  padding: 20px 0;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uTBfbnTRfB .item {
    min-height: 45px;
  }
}
.cid-uTBfbnTRfB .content-wrap_1 {
  transform: rotate(2deg);
  background-color: #4c48b9;
}
.cid-uTBfbnTRfB .content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uTBfbnTRfB .content-wrap_2 {
    margin-top: -1rem;
  }
}
.cid-uTBfbnTRfB .container_1 {
  background-color: #4c48b9;
}
.cid-uTBfbnTRfB .container_1 .item_1 {
  color: #ffffff;
  background-color: #4c48b9;
}
.cid-uTBfbnTRfB .container_2 {
  background-color: #ffffff;
}
.cid-uTBfbnTRfB .container_2 .item_2 {
  color: #212428;
  background-color: #ffffff;
}
.cid-uTBfbosGpA {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uTBfbosGpA .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uTBfbosGpA .team-card:hover {
  transform: translateY(-10px);
}
@media (min-width: 1400px) {
  .cid-uTBfbosGpA .col-lg-3 {
    padding: 0 1.5rem;
  }
}
.cid-uTBfbosGpA .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-uTBfbosGpA .card-wrap:hover {
  box-shadow: 10px 10px 19px rgba(0, 0, 0, 0.1), -5px -5px 5px rgba(0, 0, 0, 0.05);
}
.cid-uTBfbosGpA .card-wrap:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .cid-uTBfbosGpA .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uTBfbosGpA .card-wrap .image-wrap img {
  width: 100%;
  transition: transform 0.4s ease;
  height: 200px;
  object-fit: cover;
}
.cid-uTBfbosGpA .card-wrap .content-wrap {
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uTBfbosGpA .card-wrap .content-wrap {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uTBfbosGpA .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uTBfbosGpA .content-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.cid-uTBfbosGpA .icons-menu {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uTBfbosGpA .icons-menu {
    justify-content: center;
  }
}
.cid-uTBfbosGpA .image-wrap {
  clip-path: polygon(100% 0, 100% 100%, 0% 90%, 0% 0%);
}
.cid-uTBfbosGpA .iconfont-wrapper {
  font-size: 1.2rem;
  padding: 0.4rem 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uTBfbosGpA .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #353535;
  z-index: 0;
}
.cid-uTBfbosGpA .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uTBfbosGpA .mbr-iconfont {
  position: relative;
  fomt-size: 1rem;
  color: #272727;
}
.cid-uTBfbosGpA .card-text,
.cid-uTBfbosGpA .mbr-section-btn,
.cid-uTBfbosGpA .social-row {
  color: #312ca8;
  text-align: center;
}
.cid-uTBfbosGpA .mbr-role,
.cid-uTBfbosGpA .social-row {
  color: #353535;
  text-align: left;
}
.cid-uTBfbosGpA .card-title,
.cid-uTBfbosGpA .social-row {
  color: #272727;
  text-align: center;
}
.cid-uTBfbosGpA .mbr-section-title {
  color: #272727;
}
.cid-uTBfbosGpA .carousel-wrapper {
  position: relative;
}
@media (max-width: 1199px) {
  .cid-uTBfbosGpA .carousel-wrapper {
    margin: 0;
  }
}
.cid-uTBfbosGpA .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1140px;
  width: 100%;
}
@media (max-width: 1199px) {
  .cid-uTBfbosGpA .carousel {
    max-width: 100%;
  }
}
.cid-uTBfbosGpA .carousel-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTBfbosGpA .carousel-inner {
    padding: 0 0 25px;
  }
}
@media (max-width: 575px) {
  .cid-uTBfbosGpA .carousel-inner {
    padding: 0 0 25px;
  }
}
.cid-uTBfbosGpA .item-gallery-wrapper {
  display: flex;
  width: 100%;
  overflow: visible;
  padding: 0 25px;
}
@media (max-width: 991px) {
  .cid-uTBfbosGpA .item-gallery-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uTBfbosGpA .item-gallery-wrapper {
    padding: 0 10px;
  }
}
.cid-uTBfbosGpA .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-uTBfbosGpA .info-img-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .cid-uTBfbosGpA .info-img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.cid-uTBfbosGpA .info-img-wrap img {
  width: 100%;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uTBfbosGpA .info-img-wrap img:hover {
  transform: scale(1.1);
}
.cid-uTBfbosGpA .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uTBfbosGpA .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.cid-uTBfbosGpA .score-container .score-wrapper .mbr-iconfont {
  font-size: 11px;
  color: #ffcb20;
}
.cid-uTBfbosGpA .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-uTBfbosGpA .carousel-control.carousel-control-prev {
  right: 105px;
  left: auto;
  margin-left: 0;
}
.cid-uTBfbosGpA .carousel-control.carousel-control-next {
  right: 25px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-uTBfbosGpA .carousel-control {
    display: none;
  }
}
.cid-uTBfbosGpA .carousel-control:hover {
  background: linear-gradient(to right bottom, #22262b, #22262b) !important;
  color: #ffcb20 !important;
  opacity: 1;
}
.cid-uTBfbosGpA .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uTBfbosGpA .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uTBfbosGpA .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uTBfbosGpA .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-uTBfbosGpA .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-uTBfbosGpA .carousel-indicators li.active,
.cid-uTBfbosGpA .carousel-indicators li:hover {
  opacity: 1;
  background: #4c48b9 !important;
}
.cid-uTBfbosGpA .carousel-indicators li::after,
.cid-uTBfbosGpA .carousel-indicators li::before {
  content: none;
}
.cid-uTBfbosGpA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
.cid-uTBfbosGpA .item-menu-overlay {
  opacity: 0 !important;
}
@media (min-width: 992px) {
  .cid-uTBfbosGpA .carousel-indicators {
    width: 80%;
    bottom: -30px;
  }
}
@media (max-width: 768px) {
  .cid-uTBfbosGpA .carousel-indicators {
    width: 95%;
    gap: 10px;
  }
}
.cid-uTBfbosGpA .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-uTBfbosGpA .col-lg-3 {
  padding-bottom: 15px;
}
.cid-uTBfbosGpA .original-price {
  margin-right: 0.5rem;
  color: #888;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 0.6em;
}
.cid-uTBfbpybX8 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uTBfbpybX8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTBfbpybX8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTBfbpybX8 .main-row {
  row-gap: 32px;
}
.cid-uTBfbpybX8 .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 3rem 2rem;
  background: #efefef;
}
@media (max-width: 767px) {
  .cid-uTBfbpybX8 .content-wrap {
    padding: 3rem 1rem;
  }
}
.cid-uTBfbpybX8 .mbr-section-head {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .cid-uTBfbpybX8 .mbr-section-head {
    text-align: center;
  }
}
.cid-uTBfbpybX8 .mbr-section-title {
  color: #494d9b;
}
.cid-uTBfbpybX8 .mbr-section-subtitle {
  margin-top: 16px;
  color: #353535;
}
.cid-uTBfbpybX8 .comment-text {
  margin-top: 16px;
  color: #212529;
}
.cid-uTBfbpybX8 .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uTBfbpybX8 form {
  width: 100%;
}
.cid-uTBfbpybX8 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uTBfbpybX8 form .dragArea.row {
    justify-content: center;
  }
}
.cid-uTBfbpybX8 form p {
  color: #24262b;
}
.cid-uTBfbpybX8 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-uTBfbpybX8 form .form-control {
  height: 52px;
  background: #FFFFFF;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1;
  color: #24262b;
  font-weight: 400;
  transition: .3s;
}
.cid-uTBfbpybX8 form .form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uTBfbpybX8 form .form-control::-moz-placeholder {
  color: #c1c1c1;
}
.cid-uTBfbpybX8 form .form-control:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uTBfbpybX8 form .form-control:-ms-input-placeholder {
  color: #c1c1c1;
}
.cid-uTBfbpybX8 form select {
  color: #24262b !important;
}
.cid-uTBfbpybX8 form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 11px 16px;
  resize: none;
}
.cid-uTBfbpybX8 form textarea::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTBfbpybX8 form textarea::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTBfbpybX8 form textarea:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTBfbpybX8 form textarea:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTBfbpybX8 form input,
.cid-uTBfbpybX8 form textarea {
  transition: .3s all;
}
.cid-uTBfbpybX8 form input:active,
.cid-uTBfbpybX8 form textarea:active,
.cid-uTBfbpybX8 form input:focus,
.cid-uTBfbpybX8 form textarea:focus {
  background-color: #FFFFFF !important;
  border-color: #e0e0e0 !important;
  outline: none !important;
}
.cid-uTBfbpybX8 form input:active::-webkit-input-placeholder,
.cid-uTBfbpybX8 form textarea:active::-webkit-input-placeholder,
.cid-uTBfbpybX8 form input:focus::-webkit-input-placeholder,
.cid-uTBfbpybX8 form textarea:focus::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTBfbpybX8 form input:active::-moz-placeholder,
.cid-uTBfbpybX8 form textarea:active::-moz-placeholder,
.cid-uTBfbpybX8 form input:focus::-moz-placeholder,
.cid-uTBfbpybX8 form textarea:focus::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTBfbpybX8 form input:active:-moz-placeholder,
.cid-uTBfbpybX8 form textarea:active:-moz-placeholder,
.cid-uTBfbpybX8 form input:focus:-moz-placeholder,
.cid-uTBfbpybX8 form textarea:focus:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTBfbpybX8 form input:active:-ms-input-placeholder,
.cid-uTBfbpybX8 form textarea:active:-ms-input-placeholder,
.cid-uTBfbpybX8 form input:focus:-ms-input-placeholder,
.cid-uTBfbpybX8 form textarea:focus:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uTBfbpybX8 form .row {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.cid-uTBfbpybX8 form .row [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uTBfbpybX8 form .mbr-section-btn {
  margin-bottom: 16px;
  min-width: 152px;
}
@media (min-width: 768px) {
  .cid-uTBfbpybX8 form .mbr-section-btn {
    padding: 0 !important;
    margin-left: -8px !important;
    margin-right: 8px !important;
  }
}
.cid-uTBfbpybX8 form .mbr-section-btn .btn {
  min-height: 52px;
  border-radius: 0 !important;
}
.cid-uTBfbpybX8 form label {
  width: 100%;
  color: #24262b;
  margin-bottom: 8px;
}
.cid-uTBfbpybX8 form .form-check label {
  color: #24262b;
}
.cid-uTBfbpybX8 form .form-check-input {
  border-color: #c1c1c1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uTBfbpybX8 form .form-check-input:focus,
.cid-uTBfbpybX8 form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #24262b !important;
}
.cid-uTBfbpybX8 form .form-check-input:checked {
  border-color: #24262b !important;
  background-color: #24262b !important;
}
.cid-uTBfbpybX8 .img-wrap {
  height: 100%;
  min-height: 400px;
}
.cid-uTBfbpybX8 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTBfbqcZyE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTBfbqcZyE .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-uTBfbqcZyE .mbr-section-title {
  letter-spacing: 0em;
}
.cid-uTBfbqcZyE .card-img {
  margin-bottom: 1rem;
}
.cid-uTBfbqcZyE .card-img span {
  font-size: 60px;
}
.cid-uTBfbqcZyE H1 {
  color: #353535;
}
.cid-uTBfbqcZyE .mbr-text,
.cid-uTBfbqcZyE .mbr-section-btn {
  color: #000000;
}
.cid-uTBfbqKlnM {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uTBfbqKlnM .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #103178;
  margin-bottom: 2rem;
}
.cid-uTBfbqKlnM .card-wrapper {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-uTBfbqKlnM .row {
  justify-content: center;
}
@media (min-width: 1400px) {
  .cid-uTBfbqKlnM .card {
    max-width: 14.2%;
  }
}
.cid-uTBfbqKlnM .card-title,
.cid-uTBfbqKlnM .iconfont-wrapper {
  color: #103178;
}
.cid-uTBfbqKlnM .icon_box img {
  max-width: 150px;
  max-height: 150px;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cid-uTBfbrzhd8 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f8f9fa;
}
.cid-uTBfbrzhd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTBfbrzhd8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTBfbrzhd8 .row {
  flex-direction: row-reverse;
}
.cid-uTBfbrzhd8 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uTBfbrzhd8 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uTBfbrzhd8 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uTBfbrzhd8 .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-uTBfbrzhd8 .col-img {
    height: 705px;
    padding-left: 60px !important;
  }
}
.cid-uTBfbrzhd8 .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uTBfbrzhd8 .col-text {
    order: 2;
  }
}
.cid-uTBfbrzhd8 .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uTBfbrzhd8 .text-wrapper {
    margin-top: 20px;
  }
}
.cid-uTBfbrzhd8 .mbr-section-title {
  color: #4a8ad9;
  margin-bottom: 20px;
}
.cid-uTBfbrzhd8 .mbr-section-subtitle {
  color: #353535;
  margin-bottom: 22px;
}
.cid-uTBfbrzhd8 .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uTBfbrzhd8 .mbr-text {
  color: #212529;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-uTBfbrzhd8 .mbr-text {
    padding-right: 0;
  }
}
.cid-uTBfbrzhd8 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uTBfbrzhd8 .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-uTBfbrzhd8 .social-container {
    padding-top: 40px;
  }
}
.cid-uTBfbrzhd8 .social-title {
  color: #212529;
  margin-bottom: 20px;
}
.cid-uTBfbrzhd8 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-uTBfbrzhd8 .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-uTBfbrzhd8 .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-uTBfbrzhd8 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212529;
}
.cid-uTBfbrzhd8 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uTBfbrzhd8 .soc-item:hover:before {
  opacity: 1;
}
.cid-uTBfbrzhd8 .img-box {
  width: 100%;
}
.cid-uTBfbrzhd8 .img-box img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uTBfbrzhd8 .img-wrapper {
    position: sticky;
    top: 100px;
    left: 0;
    z-index: 10;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uTBfbrzhd8 .img-wrapper {
    position: static;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uTBfbrzhd8 {
    padding-top: 3.5rem;
  }
  .cid-uTBfbrzhd8 .mbr-section-title {
    text-align: center;
  }
  .cid-uTBfbrzhd8 .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uTBfbskvuN {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uTBfbskvuN .row {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .cid-uTBfbskvuN .col-text {
    padding: 0 0 0 0;
  }
}
.cid-uTBfbskvuN .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  height: 100%;
  background-color: #eff0f0;
}
@media (max-width: 767px) {
  .cid-uTBfbskvuN .text-wrapper {
    text-align: center !important;
    padding-bottom: 54px;
  }
}
.cid-uTBfbskvuN .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #494d9b;
}
@media (max-width: 767px) {
  .cid-uTBfbskvuN .label-text {
    text-align: center !important;
  }
}
.cid-uTBfbskvuN .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uTBfbskvuN .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uTBfbskvuN .mbr-text {
  letter-spacing: inherit;
  color: #212529;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uTBfbskvuN .mbr-text {
    text-align: center !important;
  }
}
.cid-uTBfbskvuN .item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.cid-uTBfbskvuN .btn-container {
  width: 100%;
  margin-top: auto;
}
.cid-uTBfbskvuN .mbr-section-btn .btn {
  padding: 0;
}
.cid-uTBfbskvuN .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uTBfbskvuN .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uTBfbskvuN .col-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .cid-uTBfbskvuN .col-cards {
    padding: 0;
    padding-left: 1.8%;
  }
}
@media (min-width: 992px) {
  .cid-uTBfbskvuN .col-cards {
    padding-left: 5%;
  }
}
.cid-uTBfbskvuN .cards-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}
.cid-uTBfbskvuN .cards-wrap:hover {
  background-color: #eff0f0;
}
.cid-uTBfbskvuN .card {
  padding: 30px;
  background-color: #ffffff;
  transition: 0.4s all;
  border-radius: 0;
}
.cid-uTBfbskvuN .card:hover {
  background-color: #eff0f0;
}
@media (min-width: 768px) {
  .cid-uTBfbskvuN .card:hover {
    transform: translate(0px, -10px);
  }
}
.cid-uTBfbskvuN .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uTBfbskvuN .img-container {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uTBfbskvuN .img-container {
    display: flex;
    justify-content: center;
  }
}
.cid-uTBfbskvuN .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 93px;
  position: relative;
}
.cid-uTBfbskvuN .img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTBfbskvuN .img-bg {
  background-color: #eff0f0;
  min-width: 75%;
  height: 75%;
  border-radius: 50%;
  position: absolute;
}
.cid-uTBfbskvuN .card-title {
  color: #ffcb20;
  margin-bottom: 8px;
}
.cid-uTBfbskvuN .card-text {
  color: #222222;
  margin-bottom: 0;
  text-align: left;
}
.cid-uTBfbskvuN .mbr-section-title,
.cid-uTBfbskvuN .mbr-section-btn {
  color: #212529;
}
.cid-uTBfbt7BwH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8f9fa;
}
.cid-uTBfbt7BwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTBfbt7BwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTBfbt7BwH .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uTBfbt7BwH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTBfbt7BwH .panel-group .card {
  position: relative;
  padding: 20px 30px 20px 50px;
  margin-top: 20px;
  border: none;
  background-color: #6164a1;
}
@media (max-width: 992px) {
  .cid-uTBfbt7BwH .panel-group .card {
    margin-top: 16px;
    padding: 30px 20px;
  }
}
.cid-uTBfbt7BwH .panel-group .card:first-child {
  margin-top: 0 !important;
}
.cid-uTBfbt7BwH .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uTBfbt7BwH .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uTBfbt7BwH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTBfbt7BwH .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uTBfbt7BwH .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uTBfbt7BwH .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  min-width: 64px;
  color: #212529;
  background-color: #f8f9fa;
  font-size: 36px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uTBfbt7BwH .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    width: 44px;
    height: 44px;
    min-width: 44px;
    font-size: 22px;
  }
}
.cid-uTBfbt7BwH .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
  background-color: #f47451;
}
.cid-uTBfbt7BwH .panel-group .card .panel-collapse .panel-body {
  margin-top: 20px;
}
.cid-uTBfbt7BwH .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTBfbt7BwH .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uTBfbt7BwH .mbr-section-title {
  color: #353535;
  text-align: center;
}
.cid-uTBfbt7BwH .panel-title-edit {
  color: #ffffff;
}
.cid-uTBfbt7BwH .panel-text {
  color: #000c3f;
}
.cid-uTBfbt7BwH .panel-text,
.cid-uTBfbt7BwH .panel-body {
  color: #ffffff;
}
.cid-uTBfbtY68j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uTBfbtY68j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTBfbtY68j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTBfbtY68j .card {
  justify-content: flex-end;
}
.cid-uTBfbtY68j .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uTBfbtY68j .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTBfbtY68j .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uTBfbtY68j .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uTBfbtY68j .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uTBfbtY68j .mbr-section-btn .btn::after,
.cid-uTBfbtY68j .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uTBfbtY68j .mbr-section-btn .btn:hover,
.cid-uTBfbtY68j .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uTBfbtY68j .mbr-section-btn .btn:hover::after,
.cid-uTBfbtY68j .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uTBfbtY68j .items-wrapper {
  border-radius: 25px !important;
  margin: 0 -20px;
}
.cid-uTBfbtY68j .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uTBfbtY68j .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uTBfbtY68j .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-uTBfbtY68j .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 20px 20px 90px 20px;
  }
}
.cid-uTBfbtY68j .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-uTBfbtY68j .items-wrapper .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uTBfbtY68j .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-uTBfbtY68j .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-uTBfbtY68j .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-uTBfbtY68j .items-wrapper .item .item-wrapper .icon-card:hover .mbr-iconfont,
.cid-uTBfbtY68j .items-wrapper .item .item-wrapper .icon-card:focus .mbr-iconfont {
  background-color: #0295e2;
  transform: rotate(180deg);
}
.cid-uTBfbtY68j .items-wrapper .item .item-wrapper .icon-card .svg1 {
  position: absolute;
  top: -29px;
  right: 0;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uTBfbtY68j .items-wrapper .item .item-wrapper .icon-card .svg1 path {
  fill: #ffffff;
}
.cid-uTBfbtY68j .items-wrapper .item .item-wrapper .icon-card .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uTBfbtY68j .items-wrapper .item .item-wrapper .icon-card .svg2 path {
  fill: #ffffff;
}
.cid-uTBfbtY68j .items-wrapper .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uTBfbtY68j .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uTBfbtY68j .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uTBfbtY68j .items-wrapper .card_1,
.cid-uTBfbtY68j .items-wrapper .card_2 {
  padding: 0 !important;
}
.cid-uTBfbtY68j .items-wrapper .card_1 .item-wrapper {
  min-height: 350px;
}
@media (max-width: 992px) {
  .cid-uTBfbtY68j .items-wrapper .card_1 .item-wrapper {
    min-height: auto;
  }
}
.cid-uTBfbtY68j .items-wrapper .card_2 .item-wrapper {
  min-height: 170px;
}
@media (max-width: 992px) {
  .cid-uTBfbtY68j .items-wrapper .card_2 .item-wrapper {
    min-height: auto;
  }
}
.cid-uTBfbtY68j .items-wrap {
  padding: 0 20px;
}
.cid-uTBfbtY68j .mbr-section-title {
  color: #ffffff;
}
.cid-uTBfbtY68j .mbr-tag {
  color: #adadad;
  text-align: center;
}
.cid-uTBfbtY68j .item-title {
  color: #ffffff;
}
.cid-uTBfbtY68j .item-text {
  color: #ffffff;
}
.cid-uTBfbtY68j .main-btn {
  text-align: right;
}
.cid-uTBfbtY68j .mbr-section-title,
.cid-uTBfbtY68j .main-btn {
  color: #212428;
  text-align: center;
}
.cid-uTBfbtY68j .item-title,
.cid-uTBfbtY68j .item-btn {
  text-align: right;
}
.cid-uTBfbuVsLy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uTBfbuVsLy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uTBfbuVsLy .text-content .mbr-subtitle {
  color: #4c48b9;
}
.cid-uTBfbuVsLy .text-content .mbr-section-title {
  color: #353535;
}
.cid-uTBfbuVsLy .text-content .mbr-text {
  color: #6b67ce;
}
.cid-uTBfbuVsLy .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-uTBfbuVsLy .text-content .list-block .card-img {
  width: auto;
}
.cid-uTBfbuVsLy .text-content .list-block .card-img span {
  color: #4c48b9;
  font-size: 1.5rem;
}
.cid-uTBfbuVsLy .text-content .list-block .list-item-title {
  color: #353535;
  transition: all .3s linear 0s;
}
.cid-uTBfbuVsLy .text-content .list-block .list-item-title:hover {
  color: #103178;
}
.cid-uTBfbuVsLy .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #6b67ce;
  margin-bottom: 0;
}
.cid-uTBfbuVsLy .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-uTBfbuVsLy .text-content .social {
  font-size: 1.2rem;
}
.cid-uTBfbuVsLy .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-uTBfbuVsLy .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-uTBfbuVsLy .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-uTBfbuVsLy .list-block {
  position: relative;
}
.cid-uTBfbuVsLy .list-block h4,
.cid-uTBfbuVsLy .list-block p {
  padding-left: 2.625rem;
}
.cid-uTBfbuVsLy .card-img {
  display: block;
}
.cid-uTBfbuVsLy input,
.cid-uTBfbuVsLy textarea {
  border-radius: 0px !important;
  min-height: 1rem;
  padding: 5px 5px !important;
  font-size: 13px;
  color: #ffcb20;
  height: 10px;
}
.cid-uTBfbuVsLy .form-control,
.cid-uTBfbuVsLy .field-input {
  padding: 13px 20px !important;
  background-color: #f0f2f5;
  border-color: #000000;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uTBfbuVsLy .form-control:hover,
.cid-uTBfbuVsLy .field-input:hover,
.cid-uTBfbuVsLy .form-control:focus,
.cid-uTBfbuVsLy .field-input:focus {
  background-color: #f0f2f5;
  border-color: #279e64;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uTBfbuVsLy .form-control:focus,
.cid-uTBfbuVsLy .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-uTBfbuVsLy input::-webkit-input-placeholder,
.cid-uTBfbuVsLy textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-uTBfbuVsLy input:-moz-placeholder,
.cid-uTBfbuVsLy textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-uTBfbuVsLy .jq-selectbox li,
.cid-uTBfbuVsLy .jq-selectbox li {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uTBfbuVsLy .jq-selectbox li:hover,
.cid-uTBfbuVsLy .jq-selectbox li.selected {
  background-color: #f0f2f5;
  color: #000000;
}
.cid-uTBfbuVsLy .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f0f2f5;
}
.cid-uTBfbuVsLy .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f0f2f5;
}
.cid-uTBfbuVsLy .mbr-form {
  max-width: 550px;
}
.cid-uTBfbuVsLy .mbr-form .content-title {
  margin-bottom: 20px;
}
.cid-uTBfbuVsLy .mbr-form .content-subtitle {
  color: #6b67ce;
}
.cid-uTBfbuVsLy .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-uTBfbuVsLy .mbr-form .btn {
  margin-right: auto !important;
  border-radius: 30px;
  border-color: #353535;
  color: #353535;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-uTBfbuVsLy .mbr-form .btn-success:hover {
  background-color: #4c48b9 !important;
  border-color: #4c48b9 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-uTBfbuVsLy .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-uTBfbuVsLy .mbr-section-title,
  .cid-uTBfbuVsLy .content-title,
  .cid-uTBfbuVsLy .mbr-section-btn {
    margin-right: auto !important;
  }
}
.cid-uTBfbuVsLy .text-content .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uTBfbuVsLy .text-content .mbr-subtitle {
  text-align: left;
  color: #212428;
}
.cid-uTBfbuVsLy .text-content .list-block .list-item-title {
  color: #191b1f;
}
.cid-uTBfbuVsLy H3 {
  color: #13171f;
  text-align: left;
}
.cid-uTBfbuVsLy LABEL {
  text-align: left;
}
.cid-uTBfbuVsLy .col-auto .mbr-section-btn {
  margin-right: auto !important;
}
.cid-uTBfbvUxn4 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uTBfbvUxn4 .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-uTBfbvUxn4 .mbr-section-title {
  margin: 0;
  color: #353535;
}
.cid-uTBfbvUxn4 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uTBfbvUxn4 .card-img span {
  color: #279e64;
}
.cid-uTBfbvUxn4 .row-item {
  margin-bottom: 2rem;
}
.cid-uTBfbvUxn4 .row-item:hover .wrapper {
  background: linear-gradient(90deg, #deb737, #ffcb20);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-uTBfbvUxn4 .row-item:hover .card-img span {
  color: #000000 !important;
}
.cid-uTBfbvUxn4 .row-item:hover .mbr-card-title {
  color: #000000 !important;
}
.cid-uTBfbvUxn4 .wrapper {
  padding: 2.5rem 1rem;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-uTBfbwR9Vp {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #353535;
}
.cid-uTBfbwR9Vp .listico {
  padding-right: 1rem;
  color: #dcdfe2;
  font-size: 0.5rem;
}
.cid-uTBfbwR9Vp .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uTBfbwR9Vp .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-uTBfbwR9Vp .mbr-text {
  color: #444;
}
.cid-uTBfbwR9Vp h5 {
  margin-bottom: 0;
}
.cid-uTBfbwR9Vp .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uTBfbwR9Vp .socicon {
  color: #9e9e9e;
  font-size: 1.6rem;
}
.cid-uTBfbwR9Vp .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uTBfbwR9Vp .social-list .soc-item {
  margin: 0 .5rem;
  display: inline-block;
}
.cid-uTBfbwR9Vp .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uTBfbwR9Vp .social-list a:hover {
  opacity: .4;
}
.cid-uTBfbwR9Vp .media-container-row > div {
  padding: 0px;
}
.cid-uTBfbwR9Vp .text2 {
  color: #eeeff2;
  text-align: left;
}
.cid-uTBfbwR9Vp .group-title {
  text-align: left;
  color: #ffffff;
}
.cid-uTBfbwR9Vp .group-title SPAN {
  color: #656565;
}
.cid-uTBfbwR9Vp .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uTBfbwR9Vp .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uTBfbwR9Vp h3 {
    margin-bottom: 10px;
  }
}
.cid-uTBfbwR9Vp .links SPAN {
  color: #9e9e9e;
}
.cid-uTBfbwR9Vp .links,
.cid-uTBfbwR9Vp .navbar-brand {
  color: #eeeff2;
}
.cid-uTBfbwR9Vp .links,
.cid-uTBfbwR9Vp .social-list {
  text-align: left;
}
.cid-uTBfbxZApb.popup-builder {
  background-color: #ffffff;
}
.cid-uTBfbxZApb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTBfbxZApb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTBfbxZApb .modal-content,
.cid-uTBfbxZApb .modal-dialog {
  height: auto;
}
.cid-uTBfbxZApb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTBfbxZApb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTBfbxZApb .form-wrapper .mbr-form .form-group,
  .cid-uTBfbxZApb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTBfbxZApb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTBfbxZApb .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-uTBfbxZApb .mbr-text {
  text-align: center;
}
.cid-uTBfbxZApb .pt-0 {
  padding-top: 0 !important;
}
.cid-uTBfbxZApb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTBfbxZApb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTBfbxZApb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTBfbxZApb .modal-open {
  overflow: hidden;
}
.cid-uTBfbxZApb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTBfbxZApb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTBfbxZApb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTBfbxZApb .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-uTBfbxZApb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTBfbxZApb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTBfbxZApb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTBfbxZApb .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-uTBfbxZApb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTBfbxZApb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTBfbxZApb .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTBfbxZApb .modal-backdrop.show {
  opacity: .5;
}
.cid-uTBfbxZApb .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-uTBfbxZApb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTBfbxZApb .modal-header {
    padding: 1rem;
  }
}
.cid-uTBfbxZApb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTBfbxZApb .modal-header .close svg {
  fill: #353535;
}
.cid-uTBfbxZApb .modal-header .close:hover {
  opacity: 1;
}
.cid-uTBfbxZApb .modal-header .close:focus {
  outline: none;
}
.cid-uTBfbxZApb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTBfbxZApb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uTBfbxZApb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTBfbxZApb .modal-body {
    padding: 1rem;
  }
}
.cid-uTBfbxZApb .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-uTBfbxZApb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTBfbxZApb .modal-footer {
    padding: 1rem;
  }
}
.cid-uTBfbxZApb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTBfbxZApb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTBfbxZApb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTBfbxZApb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTBfbxZApb .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uTBfbxZApb .modal-lg,
  .cid-uTBfbxZApb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTBfbxZApb .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTBfbxZApb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTBfbxZApb .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-uTBfbxZApb .form-group {
  margin-bottom: 1rem;
}
.cid-uTBfbxZApb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTBfbxZApb .form-control:hover {
  border-color: #22262b !important;
}
.cid-uTBfbxZApb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTBfbxZApb .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-uTBfbxZApb .mbr-section-btn {
  margin: 0;
}
.cid-uTBfbxZApb .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTBfbxZApb LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uTBfbxZApb .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-uTBfbxZApb .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uTBfbyY1wQ.popup-builder {
  background-color: #ffffff;
}
.cid-uTBfbyY1wQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTBfbyY1wQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTBfbyY1wQ .modal-content,
.cid-uTBfbyY1wQ .modal-dialog {
  height: auto;
}
.cid-uTBfbyY1wQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTBfbyY1wQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTBfbyY1wQ .form-wrapper .mbr-form .form-group,
  .cid-uTBfbyY1wQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTBfbyY1wQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTBfbyY1wQ .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-uTBfbyY1wQ .mbr-text {
  text-align: center;
}
.cid-uTBfbyY1wQ .pt-0 {
  padding-top: 0 !important;
}
.cid-uTBfbyY1wQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTBfbyY1wQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTBfbyY1wQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTBfbyY1wQ .modal-open {
  overflow: hidden;
}
.cid-uTBfbyY1wQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTBfbyY1wQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTBfbyY1wQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTBfbyY1wQ .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-uTBfbyY1wQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTBfbyY1wQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTBfbyY1wQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTBfbyY1wQ .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-uTBfbyY1wQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTBfbyY1wQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTBfbyY1wQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTBfbyY1wQ .modal-backdrop.show {
  opacity: .5;
}
.cid-uTBfbyY1wQ .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-uTBfbyY1wQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTBfbyY1wQ .modal-header {
    padding: 1rem;
  }
}
.cid-uTBfbyY1wQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTBfbyY1wQ .modal-header .close svg {
  fill: #353535;
}
.cid-uTBfbyY1wQ .modal-header .close:hover {
  opacity: 1;
}
.cid-uTBfbyY1wQ .modal-header .close:focus {
  outline: none;
}
.cid-uTBfbyY1wQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTBfbyY1wQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uTBfbyY1wQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTBfbyY1wQ .modal-body {
    padding: 1rem;
  }
}
.cid-uTBfbyY1wQ .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-uTBfbyY1wQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTBfbyY1wQ .modal-footer {
    padding: 1rem;
  }
}
.cid-uTBfbyY1wQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTBfbyY1wQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTBfbyY1wQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTBfbyY1wQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTBfbyY1wQ .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uTBfbyY1wQ .modal-lg,
  .cid-uTBfbyY1wQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTBfbyY1wQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTBfbyY1wQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTBfbyY1wQ .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-uTBfbyY1wQ .form-group {
  margin-bottom: 1rem;
}
.cid-uTBfbyY1wQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTBfbyY1wQ .form-control:hover {
  border-color: #22262b !important;
}
.cid-uTBfbyY1wQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTBfbyY1wQ .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-uTBfbyY1wQ .mbr-section-btn {
  margin: 0;
}
.cid-uTBfbyY1wQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTBfbyY1wQ LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uTBfbyY1wQ .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-uTBfbyY1wQ .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uTBfbA1DJ2.popup-builder {
  background-color: #ffffff;
}
.cid-uTBfbA1DJ2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTBfbA1DJ2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTBfbA1DJ2 .modal-content,
.cid-uTBfbA1DJ2 .modal-dialog {
  height: auto;
}
.cid-uTBfbA1DJ2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTBfbA1DJ2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTBfbA1DJ2 .form-wrapper .mbr-form .form-group,
  .cid-uTBfbA1DJ2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTBfbA1DJ2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTBfbA1DJ2 .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-uTBfbA1DJ2 .mbr-text {
  text-align: center;
}
.cid-uTBfbA1DJ2 .pt-0 {
  padding-top: 0 !important;
}
.cid-uTBfbA1DJ2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTBfbA1DJ2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTBfbA1DJ2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTBfbA1DJ2 .modal-open {
  overflow: hidden;
}
.cid-uTBfbA1DJ2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTBfbA1DJ2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTBfbA1DJ2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTBfbA1DJ2 .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-uTBfbA1DJ2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTBfbA1DJ2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTBfbA1DJ2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTBfbA1DJ2 .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-uTBfbA1DJ2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTBfbA1DJ2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTBfbA1DJ2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTBfbA1DJ2 .modal-backdrop.show {
  opacity: .5;
}
.cid-uTBfbA1DJ2 .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-uTBfbA1DJ2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTBfbA1DJ2 .modal-header {
    padding: 1rem;
  }
}
.cid-uTBfbA1DJ2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTBfbA1DJ2 .modal-header .close svg {
  fill: #353535;
}
.cid-uTBfbA1DJ2 .modal-header .close:hover {
  opacity: 1;
}
.cid-uTBfbA1DJ2 .modal-header .close:focus {
  outline: none;
}
.cid-uTBfbA1DJ2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTBfbA1DJ2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uTBfbA1DJ2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTBfbA1DJ2 .modal-body {
    padding: 1rem;
  }
}
.cid-uTBfbA1DJ2 .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-uTBfbA1DJ2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTBfbA1DJ2 .modal-footer {
    padding: 1rem;
  }
}
.cid-uTBfbA1DJ2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTBfbA1DJ2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTBfbA1DJ2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTBfbA1DJ2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTBfbA1DJ2 .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uTBfbA1DJ2 .modal-lg,
  .cid-uTBfbA1DJ2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTBfbA1DJ2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTBfbA1DJ2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTBfbA1DJ2 .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-uTBfbA1DJ2 .form-group {
  margin-bottom: 1rem;
}
.cid-uTBfbA1DJ2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTBfbA1DJ2 .form-control:hover {
  border-color: #22262b !important;
}
.cid-uTBfbA1DJ2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTBfbA1DJ2 .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-uTBfbA1DJ2 .mbr-section-btn {
  margin: 0;
}
.cid-uTBfbA1DJ2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTBfbA1DJ2 LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uTBfbA1DJ2 .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-uTBfbA1DJ2 .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.cid-uTBfbB67IX.popup-builder {
  background-color: #ffffff;
}
.cid-uTBfbB67IX.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTBfbB67IX.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTBfbB67IX .modal-content,
.cid-uTBfbB67IX .modal-dialog {
  height: auto;
}
.cid-uTBfbB67IX .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTBfbB67IX .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTBfbB67IX .form-wrapper .mbr-form .form-group,
  .cid-uTBfbB67IX .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTBfbB67IX .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTBfbB67IX .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-uTBfbB67IX .mbr-text {
  text-align: center;
}
.cid-uTBfbB67IX .pt-0 {
  padding-top: 0 !important;
}
.cid-uTBfbB67IX .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTBfbB67IX .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTBfbB67IX .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTBfbB67IX .modal-open {
  overflow: hidden;
}
.cid-uTBfbB67IX .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTBfbB67IX .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTBfbB67IX .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTBfbB67IX .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-uTBfbB67IX .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTBfbB67IX .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTBfbB67IX .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTBfbB67IX .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-uTBfbB67IX .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTBfbB67IX .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTBfbB67IX .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTBfbB67IX .modal-backdrop.show {
  opacity: .5;
}
.cid-uTBfbB67IX .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-uTBfbB67IX .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uTBfbB67IX .modal-header {
    padding: 1rem;
  }
}
.cid-uTBfbB67IX .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTBfbB67IX .modal-header .close svg {
  fill: #353535;
}
.cid-uTBfbB67IX .modal-header .close:hover {
  opacity: 1;
}
.cid-uTBfbB67IX .modal-header .close:focus {
  outline: none;
}
.cid-uTBfbB67IX .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTBfbB67IX .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uTBfbB67IX .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTBfbB67IX .modal-body {
    padding: 1rem;
  }
}
.cid-uTBfbB67IX .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-uTBfbB67IX .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTBfbB67IX .modal-footer {
    padding: 1rem;
  }
}
.cid-uTBfbB67IX .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTBfbB67IX .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTBfbB67IX .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTBfbB67IX .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTBfbB67IX .modal-sm {
    max-width: 340px;
  }
}
@media (min-width: 992px) {
  .cid-uTBfbB67IX .modal-lg,
  .cid-uTBfbB67IX .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTBfbB67IX .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTBfbB67IX .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTBfbB67IX .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-uTBfbB67IX .form-group {
  margin-bottom: 1rem;
}
.cid-uTBfbB67IX .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTBfbB67IX .form-control:hover {
  border-color: #22262b !important;
}
.cid-uTBfbB67IX .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTBfbB67IX .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-uTBfbB67IX .mbr-section-btn {
  margin: 0;
}
.cid-uTBfbB67IX .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTBfbB67IX LABEL {
  color: #878e99;
  font-size: 0.7rem;
}
.cid-uTBfbB67IX .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-uTBfbB67IX .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
