body {
  font-family: Finlandica;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.25rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.5rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.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.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.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: 3.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((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.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d32f2f !important;
}
.bg-success {
  background-color: #ffcb20 !important;
}
.bg-info {
  background-color: #312ca8 !important;
}
.bg-warning {
  background-color: #ec1722 !important;
}
.bg-danger {
  background-color: #22262b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d32f2f !important;
  border-color: #d32f2f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8d1e1e !important;
  border-color: #8d1e1e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8d1e1e !important;
  border-color: #8d1e1e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4a8ad9 !important;
  border-color: #4a8ad9 !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: #235fa9 !important;
  border-color: #235fa9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #235fa9 !important;
  border-color: #235fa9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #312ca8 !important;
  border-color: #312ca8 !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: #1d1a63 !important;
  border-color: #1d1a63 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1d1a63 !important;
  border-color: #1d1a63 !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: #ec1722 !important;
  border-color: #ec1722 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9f0d15 !important;
  border-color: #9f0d15 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9f0d15 !important;
  border-color: #9f0d15 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #22262b !important;
  border-color: #22262b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #080808 !important;
  border-color: #080808 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #080808 !important;
  border-color: #080808 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d32f2f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8d1e1e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d32f2f !important;
  border-color: #d32f2f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4a8ad9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #235fa9 !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: #4a8ad9 !important;
  border-color: #4a8ad9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #312ca8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1d1a63 !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: #312ca8 !important;
  border-color: #312ca8 !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: #ec1722;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9f0d15 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ec1722 !important;
  border-color: #ec1722 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #22262b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #22262b !important;
  border-color: #22262b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f8f9fa;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #c5ced6 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #65798e !important;
  background-color: #f8f9fa !important;
  border-color: #f8f9fa !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #333333;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #080808 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.text-primary {
  color: #d32f2f !important;
}
.text-secondary {
  color: #4a8ad9 !important;
}
.text-success {
  color: #ffcb20 !important;
}
.text-info {
  color: #312ca8 !important;
}
.text-warning {
  color: #ec1722 !important;
}
.text-danger {
  color: #22262b !important;
}
.text-white {
  color: #333333 !important;
}
.text-black {
  color: #22262b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #811b1b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #21589c !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: #191757 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #910c13 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #000000 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #bcc6cf !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d32f2f;
}
.nav-tabs .nav-link:not(.active) {
  color: #22262b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #312ca8;
}
.alert-warning {
  background-color: #ec1722;
}
.alert-danger {
  background-color: #22262b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d32f2f;
  border-color: #d32f2f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d32f2f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f7d7d7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffbec;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7c78dc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbd4d6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d5d9dd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #22262b!important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #d32f2f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d32f2f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d32f2f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d32f2f;
  border-bottom-color: #d32f2f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #d32f2f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4a8ad9 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23d32f2f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
.container-fluid {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.mbr-section-btn .btn {
  min-width: 70px;
  min-height: 57px;
  padding: 18px 40px;
  border-radius: 6px !important;
  font-weight: 500;
  line-height: 1.3 !important;
  box-shadow: 10px 10px 19px #e0e1e2, -10px -10px 19px #e0e1e2 !important;
  transform-style: preserve-3d;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-section-btn .btn {
  position: relative;
  transition: 0.4s all !important;
  border: none !important;
  align-items: baseline;
}
.custom-section-btn .btn-black {
  background-color: #ffcd24;
  color: #22262b;
  box-shadow: -5px -5px 10px #fdfdfd, 5px 5px 10px #c4cfde;
  border: none;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.custom-section-btn .btn-black:hover {
  background-color: #FFDB60;
  color: #22262b;
  box-shadow: -5px -5px 15px #fdfdfd, 5px 5px 15px #c4cfde;
}
.custom-section-btn .btn-white {
  color: #d32f2f !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
}
.custom-section-btn .btn-white:hover {
  color: #d32f2f !important;
  background: #FFFFFF !important;
  transform: translateY(-5px);
}
.cid-thXKMbTk5w .navbar-dropdown {
  position: relative !important;
}
.cid-thXKMbTk5w .navbar-dropdown {
  position: absolute !important;
}
.cid-thXKMbTk5w .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-thXKMbTk5w .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-thXKMbTk5w .dropdown-item {
  border-bottom: 1px solid #e8eaec;
}
.cid-thXKMbTk5w .dropdown-item:hover,
.cid-thXKMbTk5w .dropdown-item:focus {
  background: #d32f2f !important;
  color: #22262b !important;
}
.cid-thXKMbTk5w .dropdown-item:hover span {
  color: #22262b;
}
.cid-thXKMbTk5w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-thXKMbTk5w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-thXKMbTk5w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-thXKMbTk5w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-thXKMbTk5w .nav-link {
  position: relative;
  color: #22262b !important;
  background-color: transparent !important;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.cid-thXKMbTk5w .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-thXKMbTk5w .container {
    flex-wrap: nowrap;
  }
}
.cid-thXKMbTk5w .iconfont-wrapper {
  color: #d32f2f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-thXKMbTk5w .navbar-nav .nav-item {
  margin: 10px -10px !important;
}
.cid-thXKMbTk5w .navbar-nav .nav-item .nav-link {
  color: #22262b !important;
  background-color: transparent !important;
  border-radius: 50px;
  padding: 10px 20px !important;
  transition: background-color 0.3s ease, color 0.3s ease;
  opacity: 1;
  border: none;
}
.cid-thXKMbTk5w .navbar-nav .nav-item .nav-link:hover,
.cid-thXKMbTk5w .navbar-nav .nav-item .nav-link:focus,
.cid-thXKMbTk5w .navbar-nav .nav-item .nav-link:active {
  background-color: #FFFFFF !important;
  color: #22262b !important;
  box-shadow: none !important;
}
.cid-thXKMbTk5w .dropdown-menu,
.cid-thXKMbTk5w .navbar.opened {
  background: #ffffff !important;
}
.cid-thXKMbTk5w .nav-item:focus,
.cid-thXKMbTk5w .nav-link:focus {
  outline: none;
}
.cid-thXKMbTk5w .dropdown-menu .dropdown-item:hover,
.cid-thXKMbTk5w .dropdown-menu .dropdown-item:focus {
  background: #e8eaec !important;
  color: #22262b !important;
}
.cid-thXKMbTk5w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-thXKMbTk5w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-thXKMbTk5w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-thXKMbTk5w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-thXKMbTk5w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-thXKMbTk5w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-thXKMbTk5w .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(232, 234, 236, 0.9);
  padding: 0 !important;
  box-shadow: none !important;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
}
.cid-thXKMbTk5w .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-thXKMbTk5w .navbar.opened {
  transition: all 0.3s;
}
.cid-thXKMbTk5w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-thXKMbTk5w .navbar .navbar-logo img {
  width: auto;
}
.cid-thXKMbTk5w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-thXKMbTk5w .navbar.collapsed {
  justify-content: center;
}
.cid-thXKMbTk5w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-thXKMbTk5w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-thXKMbTk5w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-thXKMbTk5w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-thXKMbTk5w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-thXKMbTk5w .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-thXKMbTk5w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-thXKMbTk5w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-thXKMbTk5w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-thXKMbTk5w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-thXKMbTk5w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-thXKMbTk5w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-thXKMbTk5w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-thXKMbTk5w .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-thXKMbTk5w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-thXKMbTk5w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-thXKMbTk5w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-thXKMbTk5w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-thXKMbTk5w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-thXKMbTk5w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-thXKMbTk5w .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-thXKMbTk5w .navbar.navbar-short {
  min-height: 90px;
}
.cid-thXKMbTk5w .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-thXKMbTk5w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-thXKMbTk5w .navbar {
    min-height: 80px;
  }
}
.cid-thXKMbTk5w .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-thXKMbTk5w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-thXKMbTk5w .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-thXKMbTk5w .navbar-brand {
    min-height: 69px;
  }
}
.cid-thXKMbTk5w .dropdown-item.active,
.cid-thXKMbTk5w .dropdown-item:active {
  background-color: transparent;
}
.cid-thXKMbTk5w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-thXKMbTk5w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-thXKMbTk5w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-thXKMbTk5w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-thXKMbTk5w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-thXKMbTk5w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thXKMbTk5w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-thXKMbTk5w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-thXKMbTk5w button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #191b1f, #16181c);
  box-shadow: 10px 10px 19px #c4cfde, -10px -10px 19px #f4f6f7;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-thXKMbTk5w button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-thXKMbTk5w button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-thXKMbTk5w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffcb20;
}
.cid-thXKMbTk5w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-thXKMbTk5w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-thXKMbTk5w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-thXKMbTk5w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-thXKMbTk5w .nav-link:hover,
.cid-thXKMbTk5w .nav-link:focus,
.cid-thXKMbTk5w .nav-link:active {
  background-color: #FFFFFF !important;
  color: #22262b !important;
  box-shadow: none !important;
}
.cid-thXKMbTk5w nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thXKMbTk5w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-thXKMbTk5w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-thXKMbTk5w nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-thXKMbTk5w .navbar-dropdown {
  padding: 0 1rem;
}
.cid-thXKMbTk5w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thXKMbTk5w .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-thXKMbTk5w .navbar {
    height: 70px;
  }
  .cid-thXKMbTk5w .navbar.opened {
    height: auto;
  }
  .cid-thXKMbTk5w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thXKMbTk5w .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 575px) {
  .cid-thXKMbTk5w .navbar-short {
    min-height: 70px;
  }
}
.cid-thXKMbTk5w .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-thXKMbTk5w .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-thXKMbTk5w .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-thXKMbTk5w .container-fluid {
    padding: 0 3px;
  }
}
.cid-thXKMbTk5w .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-thXKMbTk5w .mbr-section-btn .btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 20px !important;
}
@media (min-width: 992px) {
  .cid-thXKMbTk5w .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-thXKMbTk5w .container-fluid {
    flex-wrap: wrap;
  }
  .cid-thXKMbTk5w button.navbar-toggler {
    display: flex;
  }
  .cid-thXKMbTk5w .navbar-brand {
    width: auto !important;
  }
  .cid-thXKMbTk5w .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-thXKMbTk5w .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-thXKMbTk5w .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-thXKMbTk5w .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #22262b !important;
  }
  .cid-thXKMbTk5w .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-thXKMbTk5w .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-thXKN5Vkvt {
  padding-top: 10rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #f4f4f4;
}
.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: #22262b;
  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, #9ca5b1, #acb8c3);
  box-shadow: 10px 10px 19px #c4cfde, -10px -10px 19px #ffffff;
  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: 6rem;
  }
  .cid-thXKN5Vkvt .mbr-section-title {
    text-align: center;
  }
}
.cid-thXKN5Vkvt .glitch {
  display: inline-block;
  position: relative;
  color: #4A8AD9;
  font-weight: bold;
  line-height: 1.2;
  white-space: normal;
}
.cid-thXKN5Vkvt .glitch::before,
.cid-thXKN5Vkvt .glitch::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  white-space: normal;
  opacity: 0;
  pointer-events: none;
}
.cid-thXKN5Vkvt .glitch:hover::before,
.cid-thXKN5Vkvt .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-thXKN5Vkvt .glitch:hover::after,
.cid-thXKN5Vkvt .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: #4A8AD9;
    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-uA9JBopnIz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8eaec;
}
.cid-uA9JBopnIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9JBopnIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9JBopnIz .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uA9JBopnIz .row {
  background-color: transparent;
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uA9JBopnIz .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uA9JBopnIz .head-container {
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uA9JBopnIz {
    overflow: hidden;
  }
}
.cid-uA9JBopnIz .section-head {
  position: sticky;
  top: 160px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uA9JBopnIz .section-head {
    position: static;
    margin-bottom: 60px;
  }
}
.cid-uA9JBopnIz .mbr-section-title {
  color: #4a8ad9;
  text-align: left;
}
.cid-uA9JBopnIz .mbr-section-subtitle {
  color: #212529;
  margin-top: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uA9JBopnIz .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uA9JBopnIz .tabs-main-container {
  background-color: #ffffff;
  width: calc(100% - 10px);
  border-radius: 15px;
  margin-left: 10px;
  box-shadow: 10px 10px 19px #c4cfde, -10px -10px 19px #fcfcfc;
}
@media (max-width: 991px) {
  .cid-uA9JBopnIz .tabs-main-container {
    margin-left: 0;
    width: 100%;
  }
}
.cid-uA9JBopnIz .tabs-main-wrap {
  width: 100%;
}
.cid-uA9JBopnIz .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  border: none !important;
  background: transparent;
  background: linear-gradient(145deg, #22262b, #22262b);
}
.cid-uA9JBopnIz .nav-tabs .nav-item.open .nav-link:focus,
.cid-uA9JBopnIz .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uA9JBopnIz .nav-tabs .nav-item:not(:last-child) {
  border-right: 2px solid #ffffff;
}
@media (max-width: 575px) {
  .cid-uA9JBopnIz .nav-tabs .nav-item:not(:last-child) {
    border-right: none;
    border-bottom: 2px solid #ffffff;
  }
  .cid-uA9JBopnIz .nav-tabs .nav-link.active::before {
    content: "▶";
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
  }
}
.cid-uA9JBopnIz .nav-item {
  display: flex;
  align-items: center;
  flex-basis: 25%;
  margin: 0;
  flex-grow: 1;
  transition: all .4s;
}
@media (max-width: 575px) {
  .cid-uA9JBopnIz .nav-item {
    flex-basis: 100%;
  }
}
.cid-uA9JBopnIz .nav-tabs .nav-link {
  width: 100%;
  text-align: center;
  display: block;
  padding: 26px 10px;
  border-radius: 6px;
  transition: all .4s;
  background: transparent;
  border: none;
  position: relative;
}
.cid-uA9JBopnIz .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uA9JBopnIz .nav-tabs .nav-link:hover,
.cid-uA9JBopnIz .nav-tabs .nav-link:focus {
  background: transparent;
  color: #ffcb20;
}
.cid-uA9JBopnIz .nav-tabs .nav-link.active {
  background: transparent;
  color: #ffcb20;
}
.cid-uA9JBopnIz .tab-content {
  background-color: white;
  padding: 55px 50px 60px;
}
@media (max-width: 991px) {
  .cid-uA9JBopnIz .tab-content {
    padding: 55px 30px 30px;
  }
}
@media (max-width: 575px) {
  .cid-uA9JBopnIz .tab-content {
    padding: 55px 25px 25px;
  }
}
.cid-uA9JBopnIz .pricing-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uA9JBopnIz .pricing-header {
    padding-bottom: 40px;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-uA9JBopnIz .pricing-header {
    padding-bottom: 25px;
  }
}
.cid-uA9JBopnIz .card-text-wrap {
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-uA9JBopnIz .card-text-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uA9JBopnIz .card-title {
  color: #22262b;
  margin-bottom: 9px;
  text-align: left;
}
.cid-uA9JBopnIz .card-subtitle {
  color: #22262b;
  margin-bottom: 0;
  text-align: left;
}
.cid-uA9JBopnIz .card-text-label {
  padding: 9px 25px;
  border-radius: 6px;
  margin-left: auto;
  box-shadow: 10px 10px 19px #c4cfde, -10px -10px 19px #fcfcfc;
}
@media (max-width: 991px) {
  .cid-uA9JBopnIz .card-text-label {
    margin-left: 0;
  }
}
.cid-uA9JBopnIz .card-label {
  color: #4a8ad9;
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .cid-uA9JBopnIz .card-label {
    text-align: center;
    width: 100%;
  }
  .cid-uA9JBopnIz .pricing-header {
    justify-content: center;
    align-items: center;
    padding: 0 10px;
  }
}
.cid-uA9JBopnIz .pricing-body {
  width: 100%;
  margin-top: 15px;
}
.cid-uA9JBopnIz .mbr-text {
  color: #22262b;
  max-width: 84%;
}
.cid-uA9JBopnIz .list-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-uA9JBopnIz .list-container {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cid-uA9JBopnIz .list-container-left,
.cid-uA9JBopnIz .list-container-right {
  max-width: 48%;
  min-width: 35%;
  width: fit-content;
}
@media (max-width: 575px) {
  .cid-uA9JBopnIz .list-container-left,
  .cid-uA9JBopnIz .list-container-right {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uA9JBopnIz .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-uA9JBopnIz .list-item:last-child {
    margin-bottom: 0;
  }
}
.cid-uA9JBopnIz .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 5px;
}
.cid-uA9JBopnIz .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #22262b;
}
.cid-uA9JBopnIz .list-item-text {
  color: #22262b;
  width: fit-content;
}
.cid-uA9JBopnIz .pricing-footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-uA9JBopnIz .pricing-footer {
    padding-top: 10px;
  }
}
.cid-uA9JBopnIz .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
.cid-uA9JBopnIz .mbr-section-btn .btn {
  flex-grow: 1;
}
@media (max-width: 575px) {
  .cid-uA9JBopnIz .mbr-section-btn {
    width: auto;
  }
  .cid-uA9JBopnIz .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-uA9JBopnIz .comment-text {
  color: #878e99;
  margin-top: 15px;
}
.cid-uA9JBopnIz .iconfont-wrapper svg {
  transform: translateX(-10px);
}
@media (max-width: 767px) {
  .cid-uA9JBopnIz .mbr-section-title {
    text-align: center;
  }
  .cid-uA9JBopnIz .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 576px) {
  .cid-uA9JBopnIz .nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #22262b;
  }
}
.cid-uAOC7wIZp3 {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f4f4f4;
}
.cid-uAOC7wIZp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOC7wIZp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOC7wIZp3 .end {
  justify-content: flex-end;
}
.cid-uAOC7wIZp3 .title .num {
  width: 100%;
  display: block;
}
.cid-uAOC7wIZp3 .title .card-title {
  z-index: 1;
}
.cid-uAOC7wIZp3 .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uAOC7wIZp3 .num {
  color: #22262b;
  text-align: left;
}
.cid-uAOC7wIZp3 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uAOC7wIZp3 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uAOC7wIZp3 * {
    text-align: center !important;
  }
  .cid-uAOC7wIZp3 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uAOC7wIZp3 .mbr-section-title,
.cid-uAOC7wIZp3 .card-box {
  text-align: center;
  color: #4a8ad9;
}
.cid-uAOC7wIZp3 .mbr-text,
.cid-uAOC7wIZp3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uAOC7wIZp3 .card-title,
.cid-uAOC7wIZp3 .card-img {
  color: #22262b;
  text-align: left;
}
.cid-uAOC7wIZp3 .mbr-maintext,
.cid-uAOC7wIZp3 .mbr-section-btn {
  margin-top: -17px;
  color: #22262b;
  text-align: center;
}
.cid-uAOC7wIZp3 .card-text {
  color: #22262b;
  text-align: left;
}
.cid-uAOC7wIZp3 .animation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
}
@media (max-width: 1000px) {
  .cid-uAOC7wIZp3 .animation-container {
    display: none;
  }
}
.cid-uAOC7wIZp3 .features-without-image {
  background-color: transparent;
  border-radius: 0;
  transition: all 0.3s ease;
  padding: 20px 20px 0px 30px;
}
.cid-uAOC7wIZp3 .features-without-image:hover {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.05);
}
.cid-thXP0uH5Zh {
  padding-top: 7rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8eaec;
}
.cid-thXP0uH5Zh .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXP0uH5Zh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXP0uH5Zh .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-thXP0uH5Zh .mbr-section-title {
  color: #4a8ad9;
}
.cid-thXP0uH5Zh .mbr-section-subtitle {
  color: #212529;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thXP0uH5Zh .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-thXP0uH5Zh .card-row {
  align-items: stretch;
  overflow: visible;
}
.cid-thXP0uH5Zh .card {
  margin-top: 30px;
}
.cid-thXP0uH5Zh .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: visible;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #c4cfde, -10px -10px 19px #f4f4f4;
}
@media (max-width: 1199px) {
  .cid-thXP0uH5Zh .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-thXP0uH5Zh .card-wrapper {
    padding: 20px;
  }
}
.cid-thXP0uH5Zh .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-thXP0uH5Zh .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-thXP0uH5Zh .card-wrapper:hover .card-title {
  color: #22262b !important;
}
.cid-thXP0uH5Zh .card-wrapper:hover .card-text {
  color: #22262b !important;
}
.cid-thXP0uH5Zh .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #ffffff, #e8eaec);
  opacity: 0;
  transition: .5s all;
}
.cid-thXP0uH5Zh .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-thXP0uH5Zh .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-thXP0uH5Zh .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #4a8ad9;
}
.cid-thXP0uH5Zh .card-title {
  color: #4a8ad9;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-thXP0uH5Zh .card-text {
  color: #22262b;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-thXP0uH5Zh .hidden-card {
  display: none;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}
.cid-thXP0uH5Zh .hidden-card.show {
  display: block;
  max-height: 670px;
  opacity: 1;
}
.cid-thXP0uH5Zh .toggle-text {
  cursor: pointer;
  color: #4a8ad9;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.cid-thXP0uH5Zh .toggle-text:hover {
  color: #22262b;
}
.cid-uAOArcspyp {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #e8eaec;
}
.cid-uAOArcspyp .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-left: 1rem;
}
.cid-uAOArcspyp .panel-group {
  border: none;
}
.cid-uAOArcspyp .card-header {
  border: none;
}
.cid-uAOArcspyp .card {
  background: #f4f4f4;
  border: 1px solid #eeeeee;
  padding: 2rem 4rem;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .cid-uAOArcspyp .card {
    padding: 0 1rem;
  }
}
.cid-uAOArcspyp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAOArcspyp .panel-body,
.cid-uAOArcspyp .card-header {
  padding: 1rem 0;
}
.cid-uAOArcspyp .panel-title-edit {
  color: #000000;
}
.cid-uAOArcspyp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uAOArcspyp .panel-title-edit,
.cid-uAOArcspyp .mbr-iconfont {
  color: #22262b;
}
.cid-uAOArcspyp .panel-text {
  color: #22262b;
}
.cid-uAOArcspyp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOArcspyp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOArcspyp H3 {
  color: #4a8ad9;
}
.cid-thXNOs2iZq {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #f8f9fa;
}
.cid-thXNOs2iZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXNOs2iZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXNOs2iZq .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thXNOs2iZq .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-thXNOs2iZq .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thXNOs2iZq .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .cid-thXNOs2iZq .col-img {
    height: 705px;
    padding-right: 60px !important;
  }
}
.cid-thXNOs2iZq .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-thXNOs2iZq .col-text {
    order: 2;
  }
}
.cid-thXNOs2iZq .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thXNOs2iZq .text-wrapper {
    margin-top: 20px;
  }
}
.cid-thXNOs2iZq .mbr-section-title {
  color: #4a8ad9;
  margin-bottom: 20px;
}
.cid-thXNOs2iZq .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 22px;
}
.cid-thXNOs2iZq .mbr-section-subtitle a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-thXNOs2iZq .mbr-text {
  color: #212529;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .cid-thXNOs2iZq .mbr-text {
    padding-right: 0;
  }
}
.cid-thXNOs2iZq .mbr-section-btn {
  margin-top: 20px;
}
.cid-thXNOs2iZq .social-container {
  width: 100%;
  padding-top: 90px;
}
@media (max-width: 991px) {
  .cid-thXNOs2iZq .social-container {
    padding-top: 40px;
  }
}
.cid-thXNOs2iZq .social-title {
  color: #212529;
  margin-bottom: 20px;
}
.cid-thXNOs2iZq .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -12px;
}
.cid-thXNOs2iZq .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 10px 12px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #000000);
  box-shadow: 10px 10px 19px #e5e5e5, -10px -10px 19px #000000;
  transition: 0.4s all;
}
.cid-thXNOs2iZq .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #f8f9fa, #16181c);
  opacity: 0;
}
.cid-thXNOs2iZq .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212529;
}
.cid-thXNOs2iZq .soc-item:hover {
  transform: translateY(-3px);
}
.cid-thXNOs2iZq .soc-item:hover:before {
  opacity: 1;
}
.cid-thXNOs2iZq .img-box {
  width: 100%;
}
.cid-thXNOs2iZq .img-box img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-thXNOs2iZq .img-wrapper {
    position: sticky;
    top: 100px;
    left: 0;
    z-index: 10;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-thXNOs2iZq .img-wrapper {
    position: static;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .cid-thXNOs2iZq {
    padding-top: 3.5rem;
  }
  .cid-thXNOs2iZq .mbr-section-title {
    text-align: center;
  }
  .cid-thXNOs2iZq .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-uAOAg1ffed {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f8f9fa;
}
.cid-uAOAg1ffed .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAOAg1ffed .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAOAg1ffed .title-container {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uAOAg1ffed .title-container {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uAOAg1ffed .title-container {
    margin-bottom: 60px;
  }
}
.cid-uAOAg1ffed .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAOAg1ffed .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uAOAg1ffed .mbr-section-subtitle {
  color: #4a8ad9;
  margin-top: 1rem;
  text-align: center;
}
.cid-uAOAg1ffed .nav-tabs .nav-item.open .nav-link:focus,
.cid-uAOAg1ffed .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uAOAg1ffed .nav-tabs {
  display: flex;
  flex-direction: column;
  border: none !important;
}
@media (max-width: 991px) {
  .cid-uAOAg1ffed .nav-tabs {
    flex-direction: row;
  }
}
.cid-uAOAg1ffed .nav-item {
  width: 100%;
  margin: 0;
  padding-left: 30px;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-uAOAg1ffed .nav-item {
    width: 50%;
  }
}
.cid-uAOAg1ffed .nav-tabs .nav-link {
  position: relative;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
}
.cid-uAOAg1ffed .nav-tabs .nav-link:not(.active) {
  color: rgba(34, 38, 43, 0.3);
}
.cid-uAOAg1ffed .nav-tabs .nav-link:hover {
  color: #22262b;
}
.cid-uAOAg1ffed .nav-link,
.cid-uAOAg1ffed .nav-link.active {
  padding: 0;
  background-color: transparent;
}
.cid-uAOAg1ffed .nav-tabs .nav-link.active {
  color: #22262b;
}
.cid-uAOAg1ffed .nav-tabs .nav-link.active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  transition: all .5s;
  width: 16px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #22262b;
}
.cid-uAOAg1ffed .tab-title {
  color: #f8f9fa;
  text-shadow: 2px 0 0 #22262b, 0 2px 0 #22262b, -2px 0 0 #22262b, 0 -2px 0 #22262b;
  margin-bottom: 0;
}
.cid-uAOAg1ffed .tab-title.display-1 {
  font-size: clamp(100px, calc(21vw), 380px);
  line-height: 1 !important;
}
.cid-uAOAg1ffed .border-item {
  width: 7.5%;
  height: 1px;
  background-color: #4a8ad9;
  margin: 42px auto 24px;
}
.cid-thXN2QU3aY {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8eaec;
}
.cid-thXN2QU3aY .mbr-overlay {
  background-color: #f8f9fa;
  opacity: 0.2;
}
.cid-thXN2QU3aY .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-thXN2QU3aY .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-thXN2QU3aY .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-thXN2QU3aY .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-thXN2QU3aY .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-thXN2QU3aY .mbr-section-title {
  color: #4a8ad9;
}
@media (max-width: 767px) {
  .cid-thXN2QU3aY .mbr-section-title {
    text-align: center;
  }
}
.cid-thXN2QU3aY .mbr-section-subtitle {
  color: #212529;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thXN2QU3aY .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-thXN2QU3aY .item-card {
  height: 100%;
}
.cid-thXN2QU3aY .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 10px 10px 19px #e5e5e5, -10px -10px 19px #000000;
}
@media (max-width: 767px) {
  .cid-thXN2QU3aY .item-wrap {
    padding: 50px 20px;
  }
}
.cid-thXN2QU3aY .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-thXN2QU3aY .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-thXN2QU3aY .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-thXN2QU3aY .card-box {
  padding-top: 28px;
}
.cid-thXN2QU3aY .card-title {
  color: #212529;
  margin-bottom: 9px;
}
.cid-thXN2QU3aY .card-subtitle {
  color: #32393d;
  margin-bottom: 15px;
}
.cid-thXN2QU3aY .card-text {
  color: #32393d;
  margin-bottom: 20px;
}
.cid-thXN2QU3aY .card-contacts {
  color: #32393d;
}
.cid-thXN2QU3aY .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-thXN2QU3aY .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #d32f2f;
  transition: 0.4s all;
}
.cid-thXN2QU3aY .card-contacts a:hover {
  color: #d32f2f !important;
}
.cid-thXN2QU3aY .card-contacts a:hover:before {
  width: 100%;
}
.cid-thXN2QU3aY .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-thXN2QU3aY .social-title {
  color: #212529;
  margin-bottom: 8px;
}
.cid-thXN2QU3aY .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-thXN2QU3aY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  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-thXN2QU3aY .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-thXN2QU3aY .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #212529;
}
.cid-thXN2QU3aY .soc-item:hover {
  transform: translateY(-3px);
}
.cid-thXN2QU3aY .soc-item:hover .mbr-iconfont {
  color: #d32f2f;
}
.cid-thXN2QU3aY .soc-item:hover:before {
  opacity: 1;
}
.cid-thXN2QU3aY .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-thXN2QU3aY .form-main-container {
    padding-left: 20px;
  }
}
.cid-thXN2QU3aY .form-wrap {
  background: #eeeeee;
  width: 100%;
  height: 100%;
  padding: 30px 30px 0px 30px;
  border-radius: 10px;
  box-shadow: 10px 10px 19px #c4cfde, -10px -10px 19px #e8eaec;
}
@media (max-width: 575px) {
  .cid-thXN2QU3aY .form-wrap {
    padding: 20px;
  }
}
.cid-thXN2QU3aY form {
  width: 100%;
}
.cid-thXN2QU3aY form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-thXN2QU3aY form p {
  color: #32393d;
}
.cid-thXN2QU3aY form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-thXN2QU3aY form .mbr-section-btn .btn {
  width: 100%;
}
.cid-thXN2QU3aY form .form-group {
  margin-bottom: 20px !important;
}
.cid-thXN2QU3aY form .form-control {
  background-color: #f4f4f4;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.3) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #e2e2e2 !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #212529;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-thXN2QU3aY form .form-control::-webkit-input-placeholder {
  color: #22262b;
}
.cid-thXN2QU3aY form .form-control::-moz-placeholder {
  color: #22262b;
}
.cid-thXN2QU3aY form .form-control:-moz-placeholder {
  color: #22262b;
}
.cid-thXN2QU3aY form .form-control:-ms-input-placeholder {
  color: #22262b;
}
.cid-thXN2QU3aY form select {
  color: #22262b !important;
}
.cid-thXN2QU3aY form textarea {
  height: 100px !important;
  resize: none;
}
.cid-thXN2QU3aY form input:active,
.cid-thXN2QU3aY form textarea:active,
.cid-thXN2QU3aY form input:focus,
.cid-thXN2QU3aY form textarea:focus {
  border-color: #e2e2e2 !important;
  box-shadow: none !important;
  color: #32393d !important;
  outline: none !important;
}
.cid-thXN2QU3aY form input:active::-webkit-input-placeholder,
.cid-thXN2QU3aY form textarea:active::-webkit-input-placeholder,
.cid-thXN2QU3aY form input:focus::-webkit-input-placeholder,
.cid-thXN2QU3aY form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-thXN2QU3aY form input:active::-moz-placeholder,
.cid-thXN2QU3aY form textarea:active::-moz-placeholder,
.cid-thXN2QU3aY form input:focus::-moz-placeholder,
.cid-thXN2QU3aY form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-thXN2QU3aY form input:active:-moz-placeholder,
.cid-thXN2QU3aY form textarea:active:-moz-placeholder,
.cid-thXN2QU3aY form input:focus:-moz-placeholder,
.cid-thXN2QU3aY form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-thXN2QU3aY form input:active:-ms-input-placeholder,
.cid-thXN2QU3aY form textarea:active:-ms-input-placeholder,
.cid-thXN2QU3aY form input:focus:-ms-input-placeholder,
.cid-thXN2QU3aY form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-thXN2QU3aY form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-thXN2QU3aY form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-thXN2QU3aY form label {
  width: 100%;
  color: #22262b;
  margin-bottom: 14px;
}
.cid-thXN2QU3aY form .form-control-label {
  width: 100%;
}
.cid-thXN2QU3aY form .form-check-label {
  margin-top: 12px;
  color: #6c757d;
}
.cid-thXN2QU3aY form .form-check-input {
  border-color: #e2e2e2 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-thXN2QU3aY form .form-check-input:focus,
.cid-thXN2QU3aY form .form-check-input:hover {
  border-color: #e2e2e2 !important;
}
.cid-thXN2QU3aY form .form-check-input:checked {
  border-color: #e2e2e2 !important;
  background-color: #f4f4f4 !important;
}
.cid-thXN2QU3aY LABEL {
  color: #2b2e33;
}
.cid-thXN2QU3aY .form-check-input {
  margin-top: 16px;
  width: auto;
  height: auto;
  border: none;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  appearance: auto;
}
.cid-thXN2QU3aY .btn-black {
  box-shadow: none !important;
}
.cid-thXRClqJeG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e8eaec;
  overflow: hidden;
}
.cid-thXRClqJeG .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXRClqJeG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXRClqJeG .card-row {
  align-items: stretch;
}
.cid-thXRClqJeG .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(145deg, #22262b, #22262b);
  box-shadow: 10px 10px 19px #c4cfde, -10px -10px 19px #ffffff;
}
.cid-thXRClqJeG .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #434a51;
}
@media (max-width: 1199px) {
  .cid-thXRClqJeG .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-thXRClqJeG .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #434a51;
  }
}
.cid-thXRClqJeG .image-wrapper {
  margin-right: 30px;
}
.cid-thXRClqJeG .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-thXRClqJeG .image-wrapper {
    margin-right: 0;
  }
}
.cid-thXRClqJeG .mbr-section-title {
  color: #ffffff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-thXRClqJeG .mbr-section-title {
    text-align: center !important;
  }
}
.cid-thXRClqJeG .mbr-section-subtitle {
  color: #f4f4f4;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-thXRClqJeG .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-thXRClqJeG .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-thXRClqJeG .social-container {
    padding-top: 25px;
  }
}
.cid-thXRClqJeG .social-title {
  color: #212529;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-thXRClqJeG .social-title {
    text-align: center !important;
  }
}
.cid-thXRClqJeG .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-thXRClqJeG .social-list {
    justify-content: center !important;
  }
}
.cid-thXRClqJeG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #000000);
  box-shadow: 10px 10px 19px #2b2e33, -10px -10px 19px #1e2024;
  transition: 0.4s all;
}
.cid-thXRClqJeG .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(145deg, #1e2024, #000000);
  opacity: 0;
}
.cid-thXRClqJeG .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #434a51;
}
.cid-thXRClqJeG .soc-item:hover {
  transform: translateY(-3px);
}
.cid-thXRClqJeG .soc-item:hover:before {
  opacity: 1;
}
.cid-thXRClqJeG .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thXRClqJeG .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-thXRClqJeG .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-thXRClqJeG .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-thXRClqJeG .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-thXRClqJeG .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-thXRClqJeG .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-thXRClqJeG .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-thXRClqJeG .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-thXRClqJeG .contact-item {
  padding: 10px 0 20px;
}
.cid-thXRClqJeG .card-title {
  color: #ffffff;
  margin-bottom: 4px;
}
.cid-thXRClqJeG .card-text {
  color: #e8eaec;
  margin-bottom: 0;
}
.cid-thXRClqJeG .logo-link {
  margin-right: 0rem;
}
.cid-thXRClqJeG .logo-image {
  height: 2rem;
  width: auto;
}
.cid-thXRClqJeG .logo-text {
  font-weight: bold;
}
.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-uDgwrmdAVb .navbar-dropdown {
  position: relative !important;
}
.cid-uDgwrmdAVb .navbar-dropdown {
  position: absolute !important;
}
.cid-uDgwrmdAVb .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-uDgwrmdAVb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDgwrmdAVb .dropdown-item {
  border-bottom: 1px solid #e8eaec;
}
.cid-uDgwrmdAVb .dropdown-item:hover,
.cid-uDgwrmdAVb .dropdown-item:focus {
  background: #d32f2f !important;
  color: #22262b !important;
}
.cid-uDgwrmdAVb .dropdown-item:hover span {
  color: #22262b;
}
.cid-uDgwrmdAVb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDgwrmdAVb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDgwrmdAVb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDgwrmdAVb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDgwrmdAVb .nav-link {
  position: relative;
  color: #22262b !important;
  background-color: transparent !important;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.cid-uDgwrmdAVb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDgwrmdAVb .container {
    flex-wrap: nowrap;
  }
}
.cid-uDgwrmdAVb .iconfont-wrapper {
  color: #d32f2f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDgwrmdAVb .navbar-nav .nav-item {
  margin: 10px -10px !important;
}
.cid-uDgwrmdAVb .navbar-nav .nav-item .nav-link {
  color: #22262b !important;
  background-color: transparent !important;
  border-radius: 50px;
  padding: 10px 20px !important;
  transition: background-color 0.3s ease, color 0.3s ease;
  opacity: 1;
  border: none;
}
.cid-uDgwrmdAVb .navbar-nav .nav-item .nav-link:hover,
.cid-uDgwrmdAVb .navbar-nav .nav-item .nav-link:focus,
.cid-uDgwrmdAVb .navbar-nav .nav-item .nav-link:active {
  background-color: #FFFFFF !important;
  color: #22262b !important;
  box-shadow: none !important;
}
.cid-uDgwrmdAVb .dropdown-menu,
.cid-uDgwrmdAVb .navbar.opened {
  background: #ffffff !important;
}
.cid-uDgwrmdAVb .nav-item:focus,
.cid-uDgwrmdAVb .nav-link:focus {
  outline: none;
}
.cid-uDgwrmdAVb .dropdown-menu .dropdown-item:hover,
.cid-uDgwrmdAVb .dropdown-menu .dropdown-item:focus {
  background: #e8eaec !important;
  color: #22262b !important;
}
.cid-uDgwrmdAVb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDgwrmdAVb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDgwrmdAVb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDgwrmdAVb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDgwrmdAVb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDgwrmdAVb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDgwrmdAVb .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(232, 234, 236, 0.9);
  padding: 0 !important;
  box-shadow: none !important;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
}
.cid-uDgwrmdAVb .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uDgwrmdAVb .navbar.opened {
  transition: all 0.3s;
}
.cid-uDgwrmdAVb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDgwrmdAVb .navbar .navbar-logo img {
  width: auto;
}
.cid-uDgwrmdAVb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDgwrmdAVb .navbar.collapsed {
  justify-content: center;
}
.cid-uDgwrmdAVb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDgwrmdAVb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDgwrmdAVb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDgwrmdAVb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDgwrmdAVb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDgwrmdAVb .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-uDgwrmdAVb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDgwrmdAVb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDgwrmdAVb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDgwrmdAVb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDgwrmdAVb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDgwrmdAVb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDgwrmdAVb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDgwrmdAVb .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-uDgwrmdAVb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDgwrmdAVb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDgwrmdAVb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDgwrmdAVb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDgwrmdAVb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDgwrmdAVb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDgwrmdAVb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDgwrmdAVb .navbar.navbar-short {
  min-height: 90px;
}
.cid-uDgwrmdAVb .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-uDgwrmdAVb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uDgwrmdAVb .navbar {
    min-height: 80px;
  }
}
.cid-uDgwrmdAVb .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uDgwrmdAVb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDgwrmdAVb .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uDgwrmdAVb .navbar-brand {
    min-height: 69px;
  }
}
.cid-uDgwrmdAVb .dropdown-item.active,
.cid-uDgwrmdAVb .dropdown-item:active {
  background-color: transparent;
}
.cid-uDgwrmdAVb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDgwrmdAVb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDgwrmdAVb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDgwrmdAVb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDgwrmdAVb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDgwrmdAVb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDgwrmdAVb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDgwrmdAVb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDgwrmdAVb button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #191b1f, #16181c);
  box-shadow: 10px 10px 19px #c4cfde, -10px -10px 19px #f4f6f7;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uDgwrmdAVb button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uDgwrmdAVb button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uDgwrmdAVb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffcb20;
}
.cid-uDgwrmdAVb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uDgwrmdAVb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uDgwrmdAVb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uDgwrmdAVb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDgwrmdAVb .nav-link:hover,
.cid-uDgwrmdAVb .nav-link:focus,
.cid-uDgwrmdAVb .nav-link:active {
  background-color: #FFFFFF !important;
  color: #22262b !important;
  box-shadow: none !important;
}
.cid-uDgwrmdAVb nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDgwrmdAVb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDgwrmdAVb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDgwrmdAVb nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDgwrmdAVb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDgwrmdAVb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDgwrmdAVb .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-uDgwrmdAVb .navbar {
    height: 70px;
  }
  .cid-uDgwrmdAVb .navbar.opened {
    height: auto;
  }
  .cid-uDgwrmdAVb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDgwrmdAVb .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 575px) {
  .cid-uDgwrmdAVb .navbar-short {
    min-height: 70px;
  }
}
.cid-uDgwrmdAVb .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uDgwrmdAVb .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uDgwrmdAVb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uDgwrmdAVb .container-fluid {
    padding: 0 3px;
  }
}
.cid-uDgwrmdAVb .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uDgwrmdAVb .mbr-section-btn .btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 20px !important;
}
@media (min-width: 992px) {
  .cid-uDgwrmdAVb .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uDgwrmdAVb .container-fluid {
    flex-wrap: wrap;
  }
  .cid-uDgwrmdAVb button.navbar-toggler {
    display: flex;
  }
  .cid-uDgwrmdAVb .navbar-brand {
    width: auto !important;
  }
  .cid-uDgwrmdAVb .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-uDgwrmdAVb .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-uDgwrmdAVb .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-uDgwrmdAVb .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #22262b !important;
  }
  .cid-uDgwrmdAVb .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-uDgwrmdAVb .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-uDgwrmITId {
  padding-top: 10rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #f4f4f4;
}
.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: #4A8AD9;
  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: #4A8AD9;
    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: #4A8AD9;
  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-uDgwrvBpAE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e8eaec;
  overflow: hidden;
}
.cid-uDgwrvBpAE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDgwrvBpAE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDgwrvBpAE .card-row {
  align-items: stretch;
}
.cid-uDgwrvBpAE .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(145deg, #22262b, #22262b);
  box-shadow: 10px 10px 19px #c4cfde, -10px -10px 19px #ffffff;
}
.cid-uDgwrvBpAE .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #434a51;
}
@media (max-width: 1199px) {
  .cid-uDgwrvBpAE .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-uDgwrvBpAE .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #434a51;
  }
}
.cid-uDgwrvBpAE .image-wrapper {
  margin-right: 30px;
}
.cid-uDgwrvBpAE .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uDgwrvBpAE .image-wrapper {
    margin-right: 0;
  }
}
.cid-uDgwrvBpAE .mbr-section-title {
  color: #ffffff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uDgwrvBpAE .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uDgwrvBpAE .mbr-section-subtitle {
  color: #f4f4f4;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-uDgwrvBpAE .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uDgwrvBpAE .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-uDgwrvBpAE .social-container {
    padding-top: 25px;
  }
}
.cid-uDgwrvBpAE .social-title {
  color: #212529;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-uDgwrvBpAE .social-title {
    text-align: center !important;
  }
}
.cid-uDgwrvBpAE .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-uDgwrvBpAE .social-list {
    justify-content: center !important;
  }
}
.cid-uDgwrvBpAE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #000000);
  box-shadow: 10px 10px 19px #2b2e33, -10px -10px 19px #1e2024;
  transition: 0.4s all;
}
.cid-uDgwrvBpAE .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(145deg, #1e2024, #000000);
  opacity: 0;
}
.cid-uDgwrvBpAE .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #434a51;
}
.cid-uDgwrvBpAE .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uDgwrvBpAE .soc-item:hover:before {
  opacity: 1;
}
.cid-uDgwrvBpAE .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uDgwrvBpAE .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-uDgwrvBpAE .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-uDgwrvBpAE .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-uDgwrvBpAE .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uDgwrvBpAE .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-uDgwrvBpAE .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-uDgwrvBpAE .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-uDgwrvBpAE .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-uDgwrvBpAE .contact-item {
  padding: 10px 0 20px;
}
.cid-uDgwrvBpAE .card-title {
  color: #ffffff;
  margin-bottom: 4px;
}
.cid-uDgwrvBpAE .card-text {
  color: #e8eaec;
  margin-bottom: 0;
}
.cid-uDgwrvBpAE .logo-link {
  margin-right: 0rem;
}
.cid-uDgwrvBpAE .logo-image {
  height: 2rem;
  width: auto;
}
.cid-uDgwrvBpAE .logo-text {
  font-weight: bold;
}
.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-uDlc4jS7nZ .navbar-dropdown {
  position: relative !important;
}
.cid-uDlc4jS7nZ .navbar-dropdown {
  position: absolute !important;
}
.cid-uDlc4jS7nZ .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-uDlc4jS7nZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDlc4jS7nZ .dropdown-item {
  border-bottom: 1px solid #e8eaec;
}
.cid-uDlc4jS7nZ .dropdown-item:hover,
.cid-uDlc4jS7nZ .dropdown-item:focus {
  background: #d32f2f !important;
  color: #22262b !important;
}
.cid-uDlc4jS7nZ .dropdown-item:hover span {
  color: #22262b;
}
.cid-uDlc4jS7nZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDlc4jS7nZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDlc4jS7nZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDlc4jS7nZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDlc4jS7nZ .nav-link {
  position: relative;
  color: #22262b !important;
  background-color: transparent !important;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.cid-uDlc4jS7nZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDlc4jS7nZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uDlc4jS7nZ .iconfont-wrapper {
  color: #d32f2f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDlc4jS7nZ .navbar-nav .nav-item {
  margin: 10px -10px !important;
}
.cid-uDlc4jS7nZ .navbar-nav .nav-item .nav-link {
  color: #22262b !important;
  background-color: transparent !important;
  border-radius: 50px;
  padding: 10px 20px !important;
  transition: background-color 0.3s ease, color 0.3s ease;
  opacity: 1;
  border: none;
}
.cid-uDlc4jS7nZ .navbar-nav .nav-item .nav-link:hover,
.cid-uDlc4jS7nZ .navbar-nav .nav-item .nav-link:focus,
.cid-uDlc4jS7nZ .navbar-nav .nav-item .nav-link:active {
  background-color: #FFFFFF !important;
  color: #22262b !important;
  box-shadow: none !important;
}
.cid-uDlc4jS7nZ .dropdown-menu,
.cid-uDlc4jS7nZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uDlc4jS7nZ .nav-item:focus,
.cid-uDlc4jS7nZ .nav-link:focus {
  outline: none;
}
.cid-uDlc4jS7nZ .dropdown-menu .dropdown-item:hover,
.cid-uDlc4jS7nZ .dropdown-menu .dropdown-item:focus {
  background: #e8eaec !important;
  color: #22262b !important;
}
.cid-uDlc4jS7nZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDlc4jS7nZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDlc4jS7nZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDlc4jS7nZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDlc4jS7nZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDlc4jS7nZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDlc4jS7nZ .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(232, 234, 236, 0.9);
  padding: 0 !important;
  box-shadow: none !important;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
}
.cid-uDlc4jS7nZ .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uDlc4jS7nZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uDlc4jS7nZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDlc4jS7nZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uDlc4jS7nZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDlc4jS7nZ .navbar.collapsed {
  justify-content: center;
}
.cid-uDlc4jS7nZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDlc4jS7nZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDlc4jS7nZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDlc4jS7nZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDlc4jS7nZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDlc4jS7nZ .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-uDlc4jS7nZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDlc4jS7nZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDlc4jS7nZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDlc4jS7nZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDlc4jS7nZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDlc4jS7nZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDlc4jS7nZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDlc4jS7nZ .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-uDlc4jS7nZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDlc4jS7nZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDlc4jS7nZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDlc4jS7nZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDlc4jS7nZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDlc4jS7nZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDlc4jS7nZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDlc4jS7nZ .navbar.navbar-short {
  min-height: 90px;
}
.cid-uDlc4jS7nZ .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-uDlc4jS7nZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uDlc4jS7nZ .navbar {
    min-height: 80px;
  }
}
.cid-uDlc4jS7nZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uDlc4jS7nZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDlc4jS7nZ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uDlc4jS7nZ .navbar-brand {
    min-height: 69px;
  }
}
.cid-uDlc4jS7nZ .dropdown-item.active,
.cid-uDlc4jS7nZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uDlc4jS7nZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDlc4jS7nZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDlc4jS7nZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDlc4jS7nZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDlc4jS7nZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDlc4jS7nZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDlc4jS7nZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDlc4jS7nZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDlc4jS7nZ button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #191b1f, #16181c);
  box-shadow: 10px 10px 19px #c4cfde, -10px -10px 19px #f4f6f7;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uDlc4jS7nZ button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uDlc4jS7nZ button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uDlc4jS7nZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffcb20;
}
.cid-uDlc4jS7nZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uDlc4jS7nZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uDlc4jS7nZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uDlc4jS7nZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDlc4jS7nZ .nav-link:hover,
.cid-uDlc4jS7nZ .nav-link:focus,
.cid-uDlc4jS7nZ .nav-link:active {
  background-color: #FFFFFF !important;
  color: #22262b !important;
  box-shadow: none !important;
}
.cid-uDlc4jS7nZ nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDlc4jS7nZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDlc4jS7nZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDlc4jS7nZ nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDlc4jS7nZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDlc4jS7nZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDlc4jS7nZ .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-uDlc4jS7nZ .navbar {
    height: 70px;
  }
  .cid-uDlc4jS7nZ .navbar.opened {
    height: auto;
  }
  .cid-uDlc4jS7nZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDlc4jS7nZ .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 575px) {
  .cid-uDlc4jS7nZ .navbar-short {
    min-height: 70px;
  }
}
.cid-uDlc4jS7nZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uDlc4jS7nZ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uDlc4jS7nZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uDlc4jS7nZ .container-fluid {
    padding: 0 3px;
  }
}
.cid-uDlc4jS7nZ .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uDlc4jS7nZ .mbr-section-btn .btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 20px !important;
}
@media (min-width: 992px) {
  .cid-uDlc4jS7nZ .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uDlc4jS7nZ .container-fluid {
    flex-wrap: wrap;
  }
  .cid-uDlc4jS7nZ button.navbar-toggler {
    display: flex;
  }
  .cid-uDlc4jS7nZ .navbar-brand {
    width: auto !important;
  }
  .cid-uDlc4jS7nZ .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-uDlc4jS7nZ .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-uDlc4jS7nZ .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-uDlc4jS7nZ .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #22262b !important;
  }
  .cid-uDlc4jS7nZ .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-uDlc4jS7nZ .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-uDlc4khCZ9 {
  padding-top: 10rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #f4f4f4;
}
.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: #4A8AD9;
  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: #4A8AD9;
    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: #4A8AD9;
  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-uDlc4kEHRI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e8eaec;
  overflow: hidden;
}
.cid-uDlc4kEHRI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDlc4kEHRI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDlc4kEHRI .card-row {
  align-items: stretch;
}
.cid-uDlc4kEHRI .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(145deg, #22262b, #22262b);
  box-shadow: 10px 10px 19px #c4cfde, -10px -10px 19px #ffffff;
}
.cid-uDlc4kEHRI .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #434a51;
}
@media (max-width: 1199px) {
  .cid-uDlc4kEHRI .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-uDlc4kEHRI .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #434a51;
  }
}
.cid-uDlc4kEHRI .image-wrapper {
  margin-right: 30px;
}
.cid-uDlc4kEHRI .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uDlc4kEHRI .image-wrapper {
    margin-right: 0;
  }
}
.cid-uDlc4kEHRI .mbr-section-title {
  color: #ffffff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uDlc4kEHRI .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uDlc4kEHRI .mbr-section-subtitle {
  color: #f4f4f4;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-uDlc4kEHRI .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uDlc4kEHRI .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-uDlc4kEHRI .social-container {
    padding-top: 25px;
  }
}
.cid-uDlc4kEHRI .social-title {
  color: #212529;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-uDlc4kEHRI .social-title {
    text-align: center !important;
  }
}
.cid-uDlc4kEHRI .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-uDlc4kEHRI .social-list {
    justify-content: center !important;
  }
}
.cid-uDlc4kEHRI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #000000);
  box-shadow: 10px 10px 19px #2b2e33, -10px -10px 19px #1e2024;
  transition: 0.4s all;
}
.cid-uDlc4kEHRI .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(145deg, #1e2024, #000000);
  opacity: 0;
}
.cid-uDlc4kEHRI .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #434a51;
}
.cid-uDlc4kEHRI .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uDlc4kEHRI .soc-item:hover:before {
  opacity: 1;
}
.cid-uDlc4kEHRI .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uDlc4kEHRI .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-uDlc4kEHRI .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-uDlc4kEHRI .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-uDlc4kEHRI .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uDlc4kEHRI .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-uDlc4kEHRI .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-uDlc4kEHRI .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-uDlc4kEHRI .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-uDlc4kEHRI .contact-item {
  padding: 10px 0 20px;
}
.cid-uDlc4kEHRI .card-title {
  color: #ffffff;
  margin-bottom: 4px;
}
.cid-uDlc4kEHRI .card-text {
  color: #e8eaec;
  margin-bottom: 0;
}
.cid-uDlc4kEHRI .logo-link {
  margin-right: 0rem;
}
.cid-uDlc4kEHRI .logo-image {
  height: 2rem;
  width: auto;
}
.cid-uDlc4kEHRI .logo-text {
  font-weight: bold;
}
.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-uDKUGHO9bZ .navbar-dropdown {
  position: relative !important;
}
.cid-uDKUGHO9bZ .navbar-dropdown {
  position: absolute !important;
}
.cid-uDKUGHO9bZ .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-uDKUGHO9bZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDKUGHO9bZ .dropdown-item {
  border-bottom: 1px solid #e8eaec;
}
.cid-uDKUGHO9bZ .dropdown-item:hover,
.cid-uDKUGHO9bZ .dropdown-item:focus {
  background: #d32f2f !important;
  color: #22262b !important;
}
.cid-uDKUGHO9bZ .dropdown-item:hover span {
  color: #22262b;
}
.cid-uDKUGHO9bZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDKUGHO9bZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDKUGHO9bZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDKUGHO9bZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDKUGHO9bZ .nav-link {
  position: relative;
  color: #22262b !important;
  background-color: transparent !important;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.cid-uDKUGHO9bZ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDKUGHO9bZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uDKUGHO9bZ .iconfont-wrapper {
  color: #d32f2f !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDKUGHO9bZ .navbar-nav .nav-item {
  margin: 10px -10px !important;
}
.cid-uDKUGHO9bZ .navbar-nav .nav-item .nav-link {
  color: #22262b !important;
  background-color: transparent !important;
  border-radius: 50px;
  padding: 10px 20px !important;
  transition: background-color 0.3s ease, color 0.3s ease;
  opacity: 1;
  border: none;
}
.cid-uDKUGHO9bZ .navbar-nav .nav-item .nav-link:hover,
.cid-uDKUGHO9bZ .navbar-nav .nav-item .nav-link:focus,
.cid-uDKUGHO9bZ .navbar-nav .nav-item .nav-link:active {
  background-color: #FFFFFF !important;
  color: #22262b !important;
  box-shadow: none !important;
}
.cid-uDKUGHO9bZ .dropdown-menu,
.cid-uDKUGHO9bZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uDKUGHO9bZ .nav-item:focus,
.cid-uDKUGHO9bZ .nav-link:focus {
  outline: none;
}
.cid-uDKUGHO9bZ .dropdown-menu .dropdown-item:hover,
.cid-uDKUGHO9bZ .dropdown-menu .dropdown-item:focus {
  background: #e8eaec !important;
  color: #22262b !important;
}
.cid-uDKUGHO9bZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDKUGHO9bZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDKUGHO9bZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDKUGHO9bZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDKUGHO9bZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDKUGHO9bZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDKUGHO9bZ .navbar {
  min-height: 122px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(232, 234, 236, 0.9);
  padding: 0 !important;
  box-shadow: none !important;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
}
.cid-uDKUGHO9bZ .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uDKUGHO9bZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uDKUGHO9bZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDKUGHO9bZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uDKUGHO9bZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDKUGHO9bZ .navbar.collapsed {
  justify-content: center;
}
.cid-uDKUGHO9bZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDKUGHO9bZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDKUGHO9bZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDKUGHO9bZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDKUGHO9bZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDKUGHO9bZ .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-uDKUGHO9bZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDKUGHO9bZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDKUGHO9bZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDKUGHO9bZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDKUGHO9bZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDKUGHO9bZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDKUGHO9bZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDKUGHO9bZ .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-uDKUGHO9bZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDKUGHO9bZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDKUGHO9bZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDKUGHO9bZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDKUGHO9bZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDKUGHO9bZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDKUGHO9bZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDKUGHO9bZ .navbar.navbar-short {
  min-height: 90px;
}
.cid-uDKUGHO9bZ .navbar.navbar-short .navbar-logo img {
  height: 4.2rem !important;
}
.cid-uDKUGHO9bZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
@media (max-width: 575px) {
  .cid-uDKUGHO9bZ .navbar {
    min-height: 80px;
  }
}
.cid-uDKUGHO9bZ .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uDKUGHO9bZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDKUGHO9bZ .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uDKUGHO9bZ .navbar-brand {
    min-height: 69px;
  }
}
.cid-uDKUGHO9bZ .dropdown-item.active,
.cid-uDKUGHO9bZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uDKUGHO9bZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDKUGHO9bZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDKUGHO9bZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDKUGHO9bZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDKUGHO9bZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDKUGHO9bZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDKUGHO9bZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDKUGHO9bZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDKUGHO9bZ button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #191b1f, #16181c);
  box-shadow: 10px 10px 19px #c4cfde, -10px -10px 19px #f4f6f7;
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uDKUGHO9bZ button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uDKUGHO9bZ button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uDKUGHO9bZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #ffcb20;
}
.cid-uDKUGHO9bZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uDKUGHO9bZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uDKUGHO9bZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uDKUGHO9bZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDKUGHO9bZ .nav-link:hover,
.cid-uDKUGHO9bZ .nav-link:focus,
.cid-uDKUGHO9bZ .nav-link:active {
  background-color: #FFFFFF !important;
  color: #22262b !important;
  box-shadow: none !important;
}
.cid-uDKUGHO9bZ nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDKUGHO9bZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDKUGHO9bZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDKUGHO9bZ nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDKUGHO9bZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uDKUGHO9bZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDKUGHO9bZ .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-uDKUGHO9bZ .navbar {
    height: 70px;
  }
  .cid-uDKUGHO9bZ .navbar.opened {
    height: auto;
  }
  .cid-uDKUGHO9bZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDKUGHO9bZ .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 575px) {
  .cid-uDKUGHO9bZ .navbar-short {
    min-height: 70px;
  }
}
.cid-uDKUGHO9bZ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uDKUGHO9bZ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uDKUGHO9bZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uDKUGHO9bZ .container-fluid {
    padding: 0 3px;
  }
}
.cid-uDKUGHO9bZ .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uDKUGHO9bZ .mbr-section-btn .btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 20px !important;
}
@media (min-width: 992px) {
  .cid-uDKUGHO9bZ .container-fluid {
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .cid-uDKUGHO9bZ .container-fluid {
    flex-wrap: wrap;
  }
  .cid-uDKUGHO9bZ button.navbar-toggler {
    display: flex;
  }
  .cid-uDKUGHO9bZ .navbar-brand {
    width: auto !important;
  }
  .cid-uDKUGHO9bZ .navbar-collapse {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .cid-uDKUGHO9bZ .navbar-collapse .nav-item {
    margin: 8px 0 !important;
  }
  .cid-uDKUGHO9bZ .navbar-collapse .nav-item .nav-link {
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s all;
    opacity: 1;
    justify-content: left;
  }
  .cid-uDKUGHO9bZ .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
    color: #22262b !important;
  }
  .cid-uDKUGHO9bZ .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-uDKUGHO9bZ .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
}
.cid-uDKUGIfBOA {
  padding-top: 10rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #f4f4f4;
}
.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: #4a8ad9;
  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: #4A8AD9;
  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: #4A8AD9;
    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: #4A8AD9;
  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-uDKUGIBr4X {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f4f4f4;
  overflow: hidden;
}
.cid-uDKUGIBr4X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDKUGIBr4X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDKUGIBr4X .card-row {
  align-items: stretch;
}
.cid-uDKUGIBr4X .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(145deg, #22262b, #22262b);
  box-shadow: 10px 10px 19px #c4cfde, -10px -10px 19px #f4f4f4;
}
.cid-uDKUGIBr4X .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #434a51;
}
@media (max-width: 1199px) {
  .cid-uDKUGIBr4X .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-uDKUGIBr4X .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #434a51;
  }
}
.cid-uDKUGIBr4X .image-wrapper {
  margin-right: 30px;
}
.cid-uDKUGIBr4X .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uDKUGIBr4X .image-wrapper {
    margin-right: 0;
  }
}
.cid-uDKUGIBr4X .mbr-section-title {
  color: #ffffff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uDKUGIBr4X .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uDKUGIBr4X .mbr-section-subtitle {
  color: #f4f4f4;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-uDKUGIBr4X .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uDKUGIBr4X .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-uDKUGIBr4X .social-container {
    padding-top: 25px;
  }
}
.cid-uDKUGIBr4X .social-title {
  color: #212529;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-uDKUGIBr4X .social-title {
    text-align: center !important;
  }
}
.cid-uDKUGIBr4X .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-uDKUGIBr4X .social-list {
    justify-content: center !important;
  }
}
.cid-uDKUGIBr4X .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #000000);
  box-shadow: 10px 10px 19px #2b2e33, -10px -10px 19px #1e2024;
  transition: 0.4s all;
}
.cid-uDKUGIBr4X .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(145deg, #1e2024, #000000);
  opacity: 0;
}
.cid-uDKUGIBr4X .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #434a51;
}
.cid-uDKUGIBr4X .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uDKUGIBr4X .soc-item:hover:before {
  opacity: 1;
}
.cid-uDKUGIBr4X .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uDKUGIBr4X .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-uDKUGIBr4X .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-uDKUGIBr4X .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-uDKUGIBr4X .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uDKUGIBr4X .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-uDKUGIBr4X .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-uDKUGIBr4X .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-uDKUGIBr4X .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-uDKUGIBr4X .contact-item {
  padding: 10px 0 20px;
}
.cid-uDKUGIBr4X .card-title {
  color: #ffffff;
  margin-bottom: 4px;
}
.cid-uDKUGIBr4X .card-text {
  color: #e8eaec;
  margin-bottom: 0;
}
.cid-uDKUGIBr4X .logo-link {
  margin-right: 0rem;
}
.cid-uDKUGIBr4X .logo-image {
  height: 2rem;
  width: auto;
}
.cid-uDKUGIBr4X .logo-text {
  font-weight: bold;
}
.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;
}
