.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #e8f3f9;
}
body {
  font-family: Brygada 1918;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffa600 !important;
}
.bg-success {
  background-color: #2ed889 !important;
}
.bg-info {
  background-color: #14cdf2 !important;
}
.bg-warning {
  background-color: #1f6463 !important;
}
.bg-danger {
  background-color: #da2c3c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #981e33 !important;
  border-color: #981e33 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #c32641 !important;
  border-color: #c32641 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c32641 !important;
  border-color: #c32641 !important;
}
.btn-info,
.btn-info:active {
  background-color: #14cdf2 !important;
  border-color: #14cdf2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #44d7f5 !important;
  border-color: #44d7f5 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #44d7f5 !important;
  border-color: #44d7f5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2ed889 !important;
  border-color: #2ed889 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #59e0a1 !important;
  border-color: #59e0a1 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #59e0a1 !important;
  border-color: #59e0a1 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #1f6463 !important;
  border-color: #1f6463 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #2b8b8a !important;
  border-color: #2b8b8a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2b8b8a !important;
  border-color: #2b8b8a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #da2c3c !important;
  border-color: #da2c3c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e25764 !important;
  border-color: #e25764 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e25764 !important;
  border-color: #e25764 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #981e33;
  color: #981e33;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #50101b !important;
  background-color: transparent !important;
  border-color: #50101b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #981e33 !important;
  border-color: #981e33 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #14cdf2;
  color: #14cdf2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #098ca6 !important;
  background-color: transparent !important;
  border-color: #098ca6 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #14cdf2 !important;
  border-color: #14cdf2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2ed889;
  color: #2ed889;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1c945c !important;
  background-color: transparent !important;
  border-color: #1c945c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2ed889 !important;
  border-color: #2ed889 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #1f6463;
  color: #1f6463;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0a2221 !important;
  background-color: transparent !important;
  border-color: #0a2221 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #1f6463 !important;
  border-color: #1f6463 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #da2c3c;
  color: #da2c3c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #951a25 !important;
  background-color: transparent !important;
  border-color: #951a25 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #da2c3c !important;
  border-color: #da2c3c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffa600 !important;
}
.text-secondary {
  color: #981e33 !important;
}
.text-success {
  color: #2ed889 !important;
}
.text-info {
  color: #14cdf2 !important;
}
.text-warning {
  color: #1f6463 !important;
}
.text-danger {
  color: #da2c3c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #996400 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #430d16 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #198754 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #088098 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #071616 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #881822 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  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: #ffa600;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #14cdf2;
}
.alert-warning {
  background-color: #1f6463;
}
.alert-danger {
  background-color: #da2c3c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffa600;
  border-color: #ffa600;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffa600;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffedcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #daf8ea;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d5f6fd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #3fc3c2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f8dadc;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #ffa600 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Brygada 1918', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ffa600;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffa600;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffa600;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffa600;
  border-bottom-color: #ffa600;
}
.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: #000000 !important;
  background-color: #ffa600 !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: #981e33 !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='%23ffa600' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uaBftX3Flm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaBftX3Flm nav.navbar {
  position: fixed;
}
.cid-uaBftX3Flm .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-uaBftX3Flm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaBftX3Flm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaBftX3Flm .dropdown-item:hover,
.cid-uaBftX3Flm .dropdown-item:focus {
  background: #ffa600 !important;
  color: white !important;
}
.cid-uaBftX3Flm .dropdown-item:hover span {
  color: white;
}
.cid-uaBftX3Flm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaBftX3Flm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaBftX3Flm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaBftX3Flm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaBftX3Flm .nav-link {
  position: relative;
}
.cid-uaBftX3Flm .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uaBftX3Flm .container {
    flex-wrap: wrap;
  }
}
.cid-uaBftX3Flm .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uaBftX3Flm .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uaBftX3Flm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaBftX3Flm .dropdown-menu,
.cid-uaBftX3Flm .navbar.opened {
  background: #a6a99c !important;
}
.cid-uaBftX3Flm .nav-item:focus,
.cid-uaBftX3Flm .nav-link:focus {
  outline: none;
}
.cid-uaBftX3Flm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaBftX3Flm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaBftX3Flm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaBftX3Flm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaBftX3Flm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaBftX3Flm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaBftX3Flm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #a6a99c;
}
.cid-uaBftX3Flm .navbar.opened {
  transition: all 0.3s;
}
.cid-uaBftX3Flm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaBftX3Flm .navbar .navbar-logo img {
  width: auto;
}
.cid-uaBftX3Flm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaBftX3Flm .navbar.collapsed {
  justify-content: center;
}
.cid-uaBftX3Flm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaBftX3Flm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uaBftX3Flm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaBftX3Flm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaBftX3Flm .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-uaBftX3Flm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaBftX3Flm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaBftX3Flm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaBftX3Flm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaBftX3Flm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaBftX3Flm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaBftX3Flm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaBftX3Flm .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-uaBftX3Flm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaBftX3Flm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaBftX3Flm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaBftX3Flm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaBftX3Flm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaBftX3Flm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uaBftX3Flm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uaBftX3Flm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaBftX3Flm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaBftX3Flm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaBftX3Flm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaBftX3Flm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaBftX3Flm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaBftX3Flm .dropdown-item.active,
.cid-uaBftX3Flm .dropdown-item:active {
  background-color: transparent;
}
.cid-uaBftX3Flm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaBftX3Flm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaBftX3Flm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaBftX3Flm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a6a99c;
}
.cid-uaBftX3Flm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaBftX3Flm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaBftX3Flm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaBftX3Flm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaBftX3Flm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaBftX3Flm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uaBftX3Flm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaBftX3Flm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaBftX3Flm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaBftX3Flm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaBftX3Flm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaBftX3Flm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaBftX3Flm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaBftX3Flm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaBftX3Flm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaBftX3Flm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaBftX3Flm .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-uaBftX3Flm .navbar {
    height: 70px;
  }
  .cid-uaBftX3Flm .navbar.opened {
    height: auto;
  }
  .cid-uaBftX3Flm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ua8u5TyVpN {
  display: flex;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-ua8u5TyVpN {
    align-items: center;
  }
  .cid-ua8u5TyVpN .row {
    justify-content: center;
  }
  .cid-ua8u5TyVpN .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ua8u5TyVpN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ua8u5TyVpN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ua8u5TyVpN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ua8u5TyVpN .content-wrap {
    width: 100%;
  }
}
.cid-ua8u5TyVpN .mbr-section-title,
.cid-ua8u5TyVpN .mbr-section-subtitle {
  text-align: center;
}
.cid-ua8u5TyVpN .mbr-text,
.cid-ua8u5TyVpN .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ua8u5TyVpN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ua8u5TyfnF {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ua8u5TyfnF .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-ua8u5TyfnF .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-ua8u5TC1nB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ua8u5TC1nB .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-ua8u5TC1nB img,
.cid-ua8u5TC1nB .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-ua8u5TC1nB .item:focus,
.cid-ua8u5TC1nB span:focus {
  outline: none;
}
.cid-ua8u5TC1nB .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ua8u5TC1nB .item {
    margin-bottom: 1rem;
  }
}
.cid-ua8u5TC1nB .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ua8u5TC1nB .mbr-section-title {
  color: #000000;
}
.cid-ua8u5TC1nB .mbr-text,
.cid-ua8u5TC1nB .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-ua8u5TC1nB .item-title {
  color: #000000;
  text-align: center;
}
.cid-ua8u5TC1nB .content-head {
  max-width: 800px;
}
.cid-ua8u5TC1nB P {
  text-align: left;
}
.cid-uGZQjmMinR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGZQjmMinR .mbr-text {
  color: #000000;
}
.cid-uGZQjmMinR .mbr-section-subtitle {
  color: #000000;
}
.cid-uGZQjmMinR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uxGAZpKac1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxGAZpKac1 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uxGAZpKac1 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uxGAZpKac1 .item-head {
  background: #ffa600;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uxGAZpKac1 .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxGAZpKac1 .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uxGAZpKac1 .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #a6a99c;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uxGAZpKac1 .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uxGAZpKac1 .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-uxGAZpKac1 .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #a6a99c;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uxGAZpKac1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uxGAZpKac1 .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-uxGAZpKac1 .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-uxGAZpKac1 .btn {
  width: -webkit-fill-available;
}
.cid-uxGAZpKac1 .item:focus,
.cid-uxGAZpKac1 span:focus {
  outline: none;
}
.cid-uxGAZpKac1 .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-uxGAZpKac1 .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxGAZpKac1 .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uxGAZpKac1 .mbr-section-title {
  color: #000000;
}
.cid-uxGAZpKac1 .mbr-section-subtitle {
  color: #23272b;
  text-align: center;
}
.cid-uxGAZpKac1 .mbr-text,
.cid-uxGAZpKac1 .mbr-section-btn {
  text-align: left;
}
.cid-uxGAZpKac1 .item-title {
  text-align: center;
  color: #000000;
}
.cid-uxGAZpKac1 .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uxGAZpKac1 .content-head {
  max-width: 800px;
}
.cid-uxGAZpKac1 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uxGAZpKac1 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uxGAZpKac1 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uxGAZpKac1 .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uxGAZpKac1 .mbr-text UL {
  text-align: left;
}
.cid-uxGAZpKac1 .mbr-text {
  color: #000000;
}
.cid-uxGAZpKac1 .mbr-section-btn .btn {
  display: flex;
}
.cid-uKfaCaBgBL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKfaCaBgBL .mbr-text {
  color: #000000;
}
.cid-uKfaCaBgBL .mbr-section-subtitle {
  color: #000000;
}
.cid-uKfaCaBgBL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uM6EH1gVW3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uM6EH1gVW3 .mbr-text {
  color: #000000;
}
.cid-uM6EH1gVW3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uM6EH1gVW3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-us6k346ZQK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-us6k346ZQK .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-us6k346ZQK img,
.cid-us6k346ZQK .item-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-us6k346ZQK .item:focus,
.cid-us6k346ZQK span:focus {
  outline: none;
}
.cid-us6k346ZQK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-us6k346ZQK .item {
    margin-bottom: 1rem;
  }
}
.cid-us6k346ZQK .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-us6k346ZQK .mbr-section-title {
  color: #000000;
}
.cid-us6k346ZQK .mbr-text,
.cid-us6k346ZQK .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-us6k346ZQK .item-title {
  color: #000000;
  text-align: center;
}
.cid-us6k346ZQK .content-head {
  max-width: 800px;
}
.cid-us6k346ZQK P {
  text-align: left;
}
.cid-uhoAyvv48X {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uhoAyvv48X .card-wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 15px 50px 10px rgba(179, 179, 179, 0.6);
}
.cid-uhoAyvv48X .card-wrapper:hover {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.cid-uhoAyvv48X .card-wrapper:hover .ico2 {
  color: #ffa600 !important;
}
.cid-uhoAyvv48X .ico2 {
  color: #14cdf2 !important;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.cid-uhoAyvv48X .text-info:hover {
  color: inherit !important;
}
.cid-uhoAyvv48X .card-box {
  padding: 0rem 1rem;
}
.cid-uhoAyvv48X .ico1 {
  font-size: 3rem !important;
}
.cid-uhoAyvv48X h3,
.cid-uhoAyvv48X h4 {
  padding: 0;
  margin: 0;
}
.cid-uhoAyvv48X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhoAyvv48X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqBVZevQP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMqBVZevQP .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMqBVZevQP .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uMqBVZevQP .item-head {
  background: #981e33;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uMqBVZevQP .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMqBVZevQP .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uMqBVZevQP .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #a6a99c;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uMqBVZevQP .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uMqBVZevQP .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-uMqBVZevQP .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #a6a99c;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uMqBVZevQP .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uMqBVZevQP .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-uMqBVZevQP .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-uMqBVZevQP .btn {
  width: -webkit-fill-available;
}
.cid-uMqBVZevQP .item:focus,
.cid-uMqBVZevQP span:focus {
  outline: none;
}
.cid-uMqBVZevQP .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-uMqBVZevQP .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMqBVZevQP .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uMqBVZevQP .mbr-section-title {
  color: #000000;
}
.cid-uMqBVZevQP .mbr-section-subtitle {
  color: #23272b;
  text-align: center;
}
.cid-uMqBVZevQP .mbr-text,
.cid-uMqBVZevQP .mbr-section-btn {
  text-align: left;
}
.cid-uMqBVZevQP .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uMqBVZevQP .item-subtitle {
  text-align: center;
  color: #ffeb69;
}
.cid-uMqBVZevQP .content-head {
  max-width: 800px;
}
.cid-uMqBVZevQP .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uMqBVZevQP .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uMqBVZevQP .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uMqBVZevQP .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uMqBVZevQP .mbr-text UL {
  text-align: left;
}
.cid-uMqBVZevQP .mbr-text {
  color: #000000;
}
.cid-uMqBVZevQP .mbr-section-btn .btn {
  display: flex;
}
.cid-uahl29jO7S {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uahl29jO7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uahl29jO7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uahl29jO7S .mbr-section-title {
  text-align: center;
}
.cid-uat0Ha3Ox5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uat0Ha3Ox5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uat0Ha3Ox5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uat0Ha3Ox5 .card-row {
  align-items: stretch;
}
.cid-uat0Ha3Ox5 .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(145deg, #edefeb, #edefeb);
}
.cid-uat0Ha3Ox5 .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #16181c;
}
@media (max-width: 1199px) {
  .cid-uat0Ha3Ox5 .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-uat0Ha3Ox5 .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #16181c;
  }
}
.cid-uat0Ha3Ox5 .image-wrapper {
  margin-right: 30px;
}
.cid-uat0Ha3Ox5 .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-uat0Ha3Ox5 .image-wrapper {
    margin-right: 0;
  }
}
.cid-uat0Ha3Ox5 .image-wrapper2 {
  margin-right: 30px;
}
.cid-uat0Ha3Ox5 .image-wrapper2 img {
  border-radius: 15px;
  max-width: 180px;
  aspect-ratio: 1;
  width: 180px;
  position: relative;
  right: -40px;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 100%) {
  .cid-uat0Ha3Ox5 .image-wrapper2 {
    margin-right: 0;
  }
}
.cid-uat0Ha3Ox5 .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-uat0Ha3Ox5 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uat0Ha3Ox5 .mbr-section-subtitle {
  color: #ffa600;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-uat0Ha3Ox5 .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uat0Ha3Ox5 .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-uat0Ha3Ox5 .social-container {
    padding-top: 25px;
  }
}
.cid-uat0Ha3Ox5 .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-uat0Ha3Ox5 .social-title {
    text-align: center !important;
  }
}
.cid-uat0Ha3Ox5 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-uat0Ha3Ox5 .social-list {
    justify-content: center !important;
  }
}
.cid-uat0Ha3Ox5 .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, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uat0Ha3Ox5 .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, #212428, #16181c);
  opacity: 0;
}
.cid-uat0Ha3Ox5 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uat0Ha3Ox5 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uat0Ha3Ox5 .soc-item:hover:before {
  opacity: 1;
}
.cid-uat0Ha3Ox5 .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uat0Ha3Ox5 .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-uat0Ha3Ox5 .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-uat0Ha3Ox5 .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-uat0Ha3Ox5 .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-uat0Ha3Ox5 .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-uat0Ha3Ox5 .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-uat0Ha3Ox5 .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-uat0Ha3Ox5 .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-uat0Ha3Ox5 .contact-item {
  padding: 10px 0 20px;
}
.cid-uat0Ha3Ox5 .card-title {
  color: #000000;
  margin-bottom: 4px;
  text-align: left;
}
.cid-uat0Ha3Ox5 .card-text {
  color: #000000;
  margin-bottom: 0;
}
.cid-uauGxAAQ3j {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #a6a99c;
}
.cid-uauGxAAQ3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uauGxAAQ3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uauGxAAQ3j .copyright {
  color: #000000;
  text-align: left;
}
.cid-uauGxAAQ3j .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uauGxAAQ3j .row {
    flex-direction: column-reverse !important;
  }
  .cid-uauGxAAQ3j .row .copyright {
    margin: 1rem 0 0 0;
  }
}
.cid-uauGxAAQ3j .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uauGxAAQ3j .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uauGxAAQ3j .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uauGxAAQ3j .row-links .row-links-soc li {
  padding: 0 1rem 0rem 1rem;
}
@media (max-width: 767px) {
  .cid-uauGxAAQ3j .row-links .row-links-soc li {
    padding: 0 1rem 1rem 1rem;
  }
}
.cid-uauGxAAQ3j .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uauGxAAQ3j .copyright {
    text-align: center;
  }
}
.cid-uauGxAAQ3j row-links-soc-item P {
  color: #ffffff;
}
.cid-uMSwDeFrsv.popup-builder {
  background-color: #ffffff;
}
.cid-uMSwDeFrsv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMSwDeFrsv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMSwDeFrsv .modal-content,
.cid-uMSwDeFrsv .modal-dialog {
  height: auto;
}
.cid-uMSwDeFrsv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMSwDeFrsv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMSwDeFrsv .form-wrapper .mbr-form .form-group,
  .cid-uMSwDeFrsv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMSwDeFrsv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMSwDeFrsv .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-uMSwDeFrsv .mbr-text {
  text-align: center;
}
.cid-uMSwDeFrsv .pt-0 {
  padding-top: 0 !important;
}
.cid-uMSwDeFrsv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMSwDeFrsv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMSwDeFrsv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMSwDeFrsv .modal-open {
  overflow: hidden;
}
.cid-uMSwDeFrsv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMSwDeFrsv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMSwDeFrsv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMSwDeFrsv .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-uMSwDeFrsv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMSwDeFrsv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMSwDeFrsv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMSwDeFrsv .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-uMSwDeFrsv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uMSwDeFrsv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMSwDeFrsv .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMSwDeFrsv .modal-backdrop.show {
  opacity: .5;
}
.cid-uMSwDeFrsv .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-uMSwDeFrsv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMSwDeFrsv .modal-header {
    padding: 1rem;
  }
}
.cid-uMSwDeFrsv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMSwDeFrsv .modal-header .close svg {
  fill: #353535;
}
.cid-uMSwDeFrsv .modal-header .close:hover {
  opacity: 1;
}
.cid-uMSwDeFrsv .modal-header .close:focus {
  outline: none;
}
.cid-uMSwDeFrsv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMSwDeFrsv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uMSwDeFrsv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMSwDeFrsv .modal-body {
    padding: 1rem;
  }
}
.cid-uMSwDeFrsv .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-uMSwDeFrsv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMSwDeFrsv .modal-footer {
    padding: 1rem;
  }
}
.cid-uMSwDeFrsv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMSwDeFrsv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMSwDeFrsv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMSwDeFrsv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMSwDeFrsv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uMSwDeFrsv .modal-lg,
  .cid-uMSwDeFrsv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uMSwDeFrsv .modal-xl {
    max-width: 1140px;
  }
}
.cid-uMSwDeFrsv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMSwDeFrsv .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-uMSwDeFrsv .form-group {
  margin-bottom: 1rem;
}
.cid-uMSwDeFrsv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMSwDeFrsv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMSwDeFrsv .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-uMSwDeFrsv .mbr-section-btn {
  margin: 0;
}
.cid-uMSwDeFrsv .mbr-section-btn .btn {
  margin: 0;
}
.cid-uxGFOy03Jg.popup-builder {
  background-color: #ffffff;
}
.cid-uxGFOy03Jg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uxGFOy03Jg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uxGFOy03Jg .modal-content,
.cid-uxGFOy03Jg .modal-dialog {
  height: auto;
}
.cid-uxGFOy03Jg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uxGFOy03Jg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uxGFOy03Jg .form-wrapper .mbr-form .form-group,
  .cid-uxGFOy03Jg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uxGFOy03Jg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uxGFOy03Jg .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-uxGFOy03Jg .mbr-text {
  text-align: center;
}
.cid-uxGFOy03Jg .pt-0 {
  padding-top: 0 !important;
}
.cid-uxGFOy03Jg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uxGFOy03Jg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uxGFOy03Jg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uxGFOy03Jg .modal-open {
  overflow: hidden;
}
.cid-uxGFOy03Jg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uxGFOy03Jg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uxGFOy03Jg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uxGFOy03Jg .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-uxGFOy03Jg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uxGFOy03Jg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uxGFOy03Jg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uxGFOy03Jg .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-uxGFOy03Jg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uxGFOy03Jg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uxGFOy03Jg .modal-backdrop.fade {
  opacity: 0;
}
.cid-uxGFOy03Jg .modal-backdrop.show {
  opacity: .5;
}
.cid-uxGFOy03Jg .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-uxGFOy03Jg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uxGFOy03Jg .modal-header {
    padding: 1rem;
  }
}
.cid-uxGFOy03Jg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uxGFOy03Jg .modal-header .close svg {
  fill: #353535;
}
.cid-uxGFOy03Jg .modal-header .close:hover {
  opacity: 1;
}
.cid-uxGFOy03Jg .modal-header .close:focus {
  outline: none;
}
.cid-uxGFOy03Jg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uxGFOy03Jg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uxGFOy03Jg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxGFOy03Jg .modal-body {
    padding: 1rem;
  }
}
.cid-uxGFOy03Jg .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-uxGFOy03Jg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uxGFOy03Jg .modal-footer {
    padding: 1rem;
  }
}
.cid-uxGFOy03Jg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uxGFOy03Jg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uxGFOy03Jg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uxGFOy03Jg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uxGFOy03Jg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uxGFOy03Jg .modal-lg,
  .cid-uxGFOy03Jg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uxGFOy03Jg .modal-xl {
    max-width: 1140px;
  }
}
.cid-uxGFOy03Jg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uxGFOy03Jg .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-uxGFOy03Jg .form-group {
  margin-bottom: 1rem;
}
.cid-uxGFOy03Jg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uxGFOy03Jg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uxGFOy03Jg .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-uxGFOy03Jg .mbr-section-btn {
  margin: 0;
}
.cid-uxGFOy03Jg .mbr-section-btn .btn {
  margin: 0;
}
.cid-uH2fxqNq1F.popup-builder {
  background-color: #ffffff;
}
.cid-uH2fxqNq1F.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uH2fxqNq1F.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uH2fxqNq1F .modal-content,
.cid-uH2fxqNq1F .modal-dialog {
  height: auto;
}
.cid-uH2fxqNq1F .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uH2fxqNq1F .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uH2fxqNq1F .form-wrapper .mbr-form .form-group,
  .cid-uH2fxqNq1F .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uH2fxqNq1F .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uH2fxqNq1F .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-uH2fxqNq1F .mbr-text {
  text-align: center;
}
.cid-uH2fxqNq1F .pt-0 {
  padding-top: 0 !important;
}
.cid-uH2fxqNq1F .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uH2fxqNq1F .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uH2fxqNq1F .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uH2fxqNq1F .modal-open {
  overflow: hidden;
}
.cid-uH2fxqNq1F .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uH2fxqNq1F .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uH2fxqNq1F .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uH2fxqNq1F .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-uH2fxqNq1F .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uH2fxqNq1F .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uH2fxqNq1F .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uH2fxqNq1F .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-uH2fxqNq1F .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uH2fxqNq1F .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uH2fxqNq1F .modal-backdrop.fade {
  opacity: 0;
}
.cid-uH2fxqNq1F .modal-backdrop.show {
  opacity: .5;
}
.cid-uH2fxqNq1F .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-uH2fxqNq1F .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uH2fxqNq1F .modal-header {
    padding: 1rem;
  }
}
.cid-uH2fxqNq1F .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uH2fxqNq1F .modal-header .close svg {
  fill: #353535;
}
.cid-uH2fxqNq1F .modal-header .close:hover {
  opacity: 1;
}
.cid-uH2fxqNq1F .modal-header .close:focus {
  outline: none;
}
.cid-uH2fxqNq1F .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uH2fxqNq1F .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uH2fxqNq1F .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uH2fxqNq1F .modal-body {
    padding: 1rem;
  }
}
.cid-uH2fxqNq1F .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-uH2fxqNq1F .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uH2fxqNq1F .modal-footer {
    padding: 1rem;
  }
}
.cid-uH2fxqNq1F .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uH2fxqNq1F .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uH2fxqNq1F .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uH2fxqNq1F .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uH2fxqNq1F .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uH2fxqNq1F .modal-lg,
  .cid-uH2fxqNq1F .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uH2fxqNq1F .modal-xl {
    max-width: 1140px;
  }
}
.cid-uH2fxqNq1F .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uH2fxqNq1F .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-uH2fxqNq1F .form-group {
  margin-bottom: 1rem;
}
.cid-uH2fxqNq1F .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uH2fxqNq1F .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uH2fxqNq1F .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-uH2fxqNq1F .mbr-section-btn {
  margin: 0;
}
.cid-uH2fxqNq1F .mbr-section-btn .btn {
  margin: 0;
}
.cid-uH2fyy3r4Y.popup-builder {
  background-color: #ffffff;
}
.cid-uH2fyy3r4Y.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uH2fyy3r4Y.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uH2fyy3r4Y .modal-content,
.cid-uH2fyy3r4Y .modal-dialog {
  height: auto;
}
.cid-uH2fyy3r4Y .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uH2fyy3r4Y .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uH2fyy3r4Y .form-wrapper .mbr-form .form-group,
  .cid-uH2fyy3r4Y .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uH2fyy3r4Y .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uH2fyy3r4Y .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-uH2fyy3r4Y .mbr-text {
  text-align: center;
}
.cid-uH2fyy3r4Y .pt-0 {
  padding-top: 0 !important;
}
.cid-uH2fyy3r4Y .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uH2fyy3r4Y .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uH2fyy3r4Y .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uH2fyy3r4Y .modal-open {
  overflow: hidden;
}
.cid-uH2fyy3r4Y .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uH2fyy3r4Y .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uH2fyy3r4Y .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uH2fyy3r4Y .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-uH2fyy3r4Y .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uH2fyy3r4Y .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uH2fyy3r4Y .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uH2fyy3r4Y .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-uH2fyy3r4Y .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uH2fyy3r4Y .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uH2fyy3r4Y .modal-backdrop.fade {
  opacity: 0;
}
.cid-uH2fyy3r4Y .modal-backdrop.show {
  opacity: .5;
}
.cid-uH2fyy3r4Y .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-uH2fyy3r4Y .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uH2fyy3r4Y .modal-header {
    padding: 1rem;
  }
}
.cid-uH2fyy3r4Y .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uH2fyy3r4Y .modal-header .close svg {
  fill: #353535;
}
.cid-uH2fyy3r4Y .modal-header .close:hover {
  opacity: 1;
}
.cid-uH2fyy3r4Y .modal-header .close:focus {
  outline: none;
}
.cid-uH2fyy3r4Y .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uH2fyy3r4Y .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uH2fyy3r4Y .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uH2fyy3r4Y .modal-body {
    padding: 1rem;
  }
}
.cid-uH2fyy3r4Y .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-uH2fyy3r4Y .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uH2fyy3r4Y .modal-footer {
    padding: 1rem;
  }
}
.cid-uH2fyy3r4Y .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uH2fyy3r4Y .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uH2fyy3r4Y .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uH2fyy3r4Y .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uH2fyy3r4Y .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uH2fyy3r4Y .modal-lg,
  .cid-uH2fyy3r4Y .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uH2fyy3r4Y .modal-xl {
    max-width: 1140px;
  }
}
.cid-uH2fyy3r4Y .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uH2fyy3r4Y .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-uH2fyy3r4Y .form-group {
  margin-bottom: 1rem;
}
.cid-uH2fyy3r4Y .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uH2fyy3r4Y .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uH2fyy3r4Y .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-uH2fyy3r4Y .mbr-section-btn {
  margin: 0;
}
.cid-uH2fyy3r4Y .mbr-section-btn .btn {
  margin: 0;
}
.cid-uH2qBzmfbc.popup-builder {
  background-color: #ffffff;
}
.cid-uH2qBzmfbc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uH2qBzmfbc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uH2qBzmfbc .modal-content,
.cid-uH2qBzmfbc .modal-dialog {
  height: auto;
}
.cid-uH2qBzmfbc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uH2qBzmfbc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uH2qBzmfbc .form-wrapper .mbr-form .form-group,
  .cid-uH2qBzmfbc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uH2qBzmfbc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uH2qBzmfbc .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-uH2qBzmfbc .mbr-text {
  text-align: center;
}
.cid-uH2qBzmfbc .pt-0 {
  padding-top: 0 !important;
}
.cid-uH2qBzmfbc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uH2qBzmfbc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uH2qBzmfbc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uH2qBzmfbc .modal-open {
  overflow: hidden;
}
.cid-uH2qBzmfbc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uH2qBzmfbc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uH2qBzmfbc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uH2qBzmfbc .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-uH2qBzmfbc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uH2qBzmfbc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uH2qBzmfbc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uH2qBzmfbc .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-uH2qBzmfbc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uH2qBzmfbc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uH2qBzmfbc .modal-backdrop.fade {
  opacity: 0;
}
.cid-uH2qBzmfbc .modal-backdrop.show {
  opacity: .5;
}
.cid-uH2qBzmfbc .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-uH2qBzmfbc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uH2qBzmfbc .modal-header {
    padding: 1rem;
  }
}
.cid-uH2qBzmfbc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uH2qBzmfbc .modal-header .close svg {
  fill: #353535;
}
.cid-uH2qBzmfbc .modal-header .close:hover {
  opacity: 1;
}
.cid-uH2qBzmfbc .modal-header .close:focus {
  outline: none;
}
.cid-uH2qBzmfbc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uH2qBzmfbc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uH2qBzmfbc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uH2qBzmfbc .modal-body {
    padding: 1rem;
  }
}
.cid-uH2qBzmfbc .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-uH2qBzmfbc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uH2qBzmfbc .modal-footer {
    padding: 1rem;
  }
}
.cid-uH2qBzmfbc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uH2qBzmfbc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uH2qBzmfbc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uH2qBzmfbc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uH2qBzmfbc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uH2qBzmfbc .modal-lg,
  .cid-uH2qBzmfbc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uH2qBzmfbc .modal-xl {
    max-width: 1140px;
  }
}
.cid-uH2qBzmfbc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uH2qBzmfbc .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-uH2qBzmfbc .form-group {
  margin-bottom: 1rem;
}
.cid-uH2qBzmfbc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uH2qBzmfbc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uH2qBzmfbc .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-uH2qBzmfbc .mbr-section-btn {
  margin: 0;
}
.cid-uH2qBzmfbc .mbr-section-btn .btn {
  margin: 0;
}
.cid-uauPvlsFhD.popup-builder {
  background-color: #ffffff;
}
.cid-uauPvlsFhD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uauPvlsFhD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uauPvlsFhD .modal-content,
.cid-uauPvlsFhD .modal-dialog {
  height: auto;
}
.cid-uauPvlsFhD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uauPvlsFhD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uauPvlsFhD .form-wrapper .mbr-form .form-group,
  .cid-uauPvlsFhD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uauPvlsFhD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uauPvlsFhD .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-uauPvlsFhD .mbr-text {
  text-align: center;
}
.cid-uauPvlsFhD .pt-0 {
  padding-top: 0 !important;
}
.cid-uauPvlsFhD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uauPvlsFhD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uauPvlsFhD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uauPvlsFhD .modal-open {
  overflow: hidden;
}
.cid-uauPvlsFhD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uauPvlsFhD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uauPvlsFhD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uauPvlsFhD .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-uauPvlsFhD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uauPvlsFhD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uauPvlsFhD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uauPvlsFhD .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-uauPvlsFhD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uauPvlsFhD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uauPvlsFhD .modal-backdrop.fade {
  opacity: 0;
}
.cid-uauPvlsFhD .modal-backdrop.show {
  opacity: .5;
}
.cid-uauPvlsFhD .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-uauPvlsFhD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uauPvlsFhD .modal-header {
    padding: 1rem;
  }
}
.cid-uauPvlsFhD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uauPvlsFhD .modal-header .close svg {
  fill: #353535;
}
.cid-uauPvlsFhD .modal-header .close:hover {
  opacity: 1;
}
.cid-uauPvlsFhD .modal-header .close:focus {
  outline: none;
}
.cid-uauPvlsFhD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uauPvlsFhD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uauPvlsFhD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uauPvlsFhD .modal-body {
    padding: 1rem;
  }
}
.cid-uauPvlsFhD .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-uauPvlsFhD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uauPvlsFhD .modal-footer {
    padding: 1rem;
  }
}
.cid-uauPvlsFhD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uauPvlsFhD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uauPvlsFhD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uauPvlsFhD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uauPvlsFhD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uauPvlsFhD .modal-lg,
  .cid-uauPvlsFhD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uauPvlsFhD .modal-xl {
    max-width: 1140px;
  }
}
.cid-uauPvlsFhD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uauPvlsFhD .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-uauPvlsFhD .form-group {
  margin-bottom: 1rem;
}
.cid-uauPvlsFhD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uauPvlsFhD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uauPvlsFhD .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-uauPvlsFhD .mbr-section-btn {
  margin: 0;
}
.cid-uauPvlsFhD .mbr-section-btn .btn {
  margin: 0;
}
.cid-uM7RCsK24d.popup-builder {
  background-color: #ffffff;
}
.cid-uM7RCsK24d.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uM7RCsK24d.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uM7RCsK24d .modal-content,
.cid-uM7RCsK24d .modal-dialog {
  height: auto;
}
.cid-uM7RCsK24d .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uM7RCsK24d .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uM7RCsK24d .form-wrapper .mbr-form .form-group,
  .cid-uM7RCsK24d .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uM7RCsK24d .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uM7RCsK24d .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-uM7RCsK24d .mbr-text {
  text-align: center;
}
.cid-uM7RCsK24d .pt-0 {
  padding-top: 0 !important;
}
.cid-uM7RCsK24d .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uM7RCsK24d .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uM7RCsK24d .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uM7RCsK24d .modal-open {
  overflow: hidden;
}
.cid-uM7RCsK24d .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uM7RCsK24d .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uM7RCsK24d .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uM7RCsK24d .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-uM7RCsK24d .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uM7RCsK24d .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uM7RCsK24d .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uM7RCsK24d .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-uM7RCsK24d .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uM7RCsK24d .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uM7RCsK24d .modal-backdrop.fade {
  opacity: 0;
}
.cid-uM7RCsK24d .modal-backdrop.show {
  opacity: .5;
}
.cid-uM7RCsK24d .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-uM7RCsK24d .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uM7RCsK24d .modal-header {
    padding: 1rem;
  }
}
.cid-uM7RCsK24d .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uM7RCsK24d .modal-header .close svg {
  fill: #353535;
}
.cid-uM7RCsK24d .modal-header .close:hover {
  opacity: 1;
}
.cid-uM7RCsK24d .modal-header .close:focus {
  outline: none;
}
.cid-uM7RCsK24d .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uM7RCsK24d .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uM7RCsK24d .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uM7RCsK24d .modal-body {
    padding: 1rem;
  }
}
.cid-uM7RCsK24d .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-uM7RCsK24d .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uM7RCsK24d .modal-footer {
    padding: 1rem;
  }
}
.cid-uM7RCsK24d .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uM7RCsK24d .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uM7RCsK24d .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uM7RCsK24d .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uM7RCsK24d .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uM7RCsK24d .modal-lg,
  .cid-uM7RCsK24d .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uM7RCsK24d .modal-xl {
    max-width: 1140px;
  }
}
.cid-uM7RCsK24d .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uM7RCsK24d .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-uM7RCsK24d .form-group {
  margin-bottom: 1rem;
}
.cid-uM7RCsK24d .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uM7RCsK24d .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uM7RCsK24d .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-uM7RCsK24d .mbr-section-btn {
  margin: 0;
}
.cid-uM7RCsK24d .mbr-section-btn .btn {
  margin: 0;
}
.cid-uavca8enSo.popup-builder {
  background-color: #ffffff;
}
.cid-uavca8enSo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uavca8enSo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uavca8enSo .modal-content,
.cid-uavca8enSo .modal-dialog {
  height: auto;
}
.cid-uavca8enSo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uavca8enSo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uavca8enSo .form-wrapper .mbr-form .form-group,
  .cid-uavca8enSo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uavca8enSo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uavca8enSo .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-uavca8enSo .mbr-text {
  text-align: center;
}
.cid-uavca8enSo .pt-0 {
  padding-top: 0 !important;
}
.cid-uavca8enSo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uavca8enSo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uavca8enSo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uavca8enSo .modal-open {
  overflow: hidden;
}
.cid-uavca8enSo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uavca8enSo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uavca8enSo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uavca8enSo .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-uavca8enSo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uavca8enSo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uavca8enSo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uavca8enSo .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-uavca8enSo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uavca8enSo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uavca8enSo .modal-backdrop.fade {
  opacity: 0;
}
.cid-uavca8enSo .modal-backdrop.show {
  opacity: .5;
}
.cid-uavca8enSo .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-uavca8enSo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uavca8enSo .modal-header {
    padding: 1rem;
  }
}
.cid-uavca8enSo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uavca8enSo .modal-header .close svg {
  fill: #353535;
}
.cid-uavca8enSo .modal-header .close:hover {
  opacity: 1;
}
.cid-uavca8enSo .modal-header .close:focus {
  outline: none;
}
.cid-uavca8enSo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uavca8enSo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uavca8enSo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uavca8enSo .modal-body {
    padding: 1rem;
  }
}
.cid-uavca8enSo .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-uavca8enSo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uavca8enSo .modal-footer {
    padding: 1rem;
  }
}
.cid-uavca8enSo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uavca8enSo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uavca8enSo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uavca8enSo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uavca8enSo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uavca8enSo .modal-lg,
  .cid-uavca8enSo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uavca8enSo .modal-xl {
    max-width: 1140px;
  }
}
.cid-uavca8enSo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uavca8enSo .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-uavca8enSo .form-group {
  margin-bottom: 1rem;
}
.cid-uavca8enSo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uavca8enSo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uavca8enSo .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-uavca8enSo .mbr-section-btn {
  margin: 0;
}
.cid-uavca8enSo .mbr-section-btn .btn {
  margin: 0;
}
.cid-uhotiFTCgv.popup-builder {
  background-color: #ffffff;
}
.cid-uhotiFTCgv.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uhotiFTCgv.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uhotiFTCgv .modal-content,
.cid-uhotiFTCgv .modal-dialog {
  height: auto;
}
.cid-uhotiFTCgv .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uhotiFTCgv .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uhotiFTCgv .form-wrapper .mbr-form .form-group,
  .cid-uhotiFTCgv .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uhotiFTCgv .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uhotiFTCgv .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-uhotiFTCgv .mbr-text {
  text-align: center;
}
.cid-uhotiFTCgv .pt-0 {
  padding-top: 0 !important;
}
.cid-uhotiFTCgv .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uhotiFTCgv .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uhotiFTCgv .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uhotiFTCgv .modal-open {
  overflow: hidden;
}
.cid-uhotiFTCgv .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uhotiFTCgv .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uhotiFTCgv .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uhotiFTCgv .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-uhotiFTCgv .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uhotiFTCgv .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uhotiFTCgv .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uhotiFTCgv .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-uhotiFTCgv .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uhotiFTCgv .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uhotiFTCgv .modal-backdrop.fade {
  opacity: 0;
}
.cid-uhotiFTCgv .modal-backdrop.show {
  opacity: .5;
}
.cid-uhotiFTCgv .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-uhotiFTCgv .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uhotiFTCgv .modal-header {
    padding: 1rem;
  }
}
.cid-uhotiFTCgv .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uhotiFTCgv .modal-header .close svg {
  fill: #353535;
}
.cid-uhotiFTCgv .modal-header .close:hover {
  opacity: 1;
}
.cid-uhotiFTCgv .modal-header .close:focus {
  outline: none;
}
.cid-uhotiFTCgv .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uhotiFTCgv .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uhotiFTCgv .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhotiFTCgv .modal-body {
    padding: 1rem;
  }
}
.cid-uhotiFTCgv .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-uhotiFTCgv .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhotiFTCgv .modal-footer {
    padding: 1rem;
  }
}
.cid-uhotiFTCgv .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uhotiFTCgv .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uhotiFTCgv .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uhotiFTCgv .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uhotiFTCgv .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uhotiFTCgv .modal-lg,
  .cid-uhotiFTCgv .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uhotiFTCgv .modal-xl {
    max-width: 1140px;
  }
}
.cid-uhotiFTCgv .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uhotiFTCgv .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-uhotiFTCgv .form-group {
  margin-bottom: 1rem;
}
.cid-uhotiFTCgv .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uhotiFTCgv .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uhotiFTCgv .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-uhotiFTCgv .mbr-section-btn {
  margin: 0;
}
.cid-uhotiFTCgv .mbr-section-btn .btn {
  margin: 0;
}
