body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f1d4ea !important;
  border-color: #f1d4ea !important;
  color: #95317d !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #dc93ca !important;
  border-color: #dc93ca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #95317d !important;
  background-color: #dc93ca !important;
  border-color: #dc93ca !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f1d4ea;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #dc93ca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #95317d !important;
  background-color: #f1d4ea !important;
  border-color: #f1d4ea !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #ffffff !important;
}
.text-secondary {
  color: #f1d4ea !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d887c4 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f1d4ea !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='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tsEFlvXerJ {
  background-image: url("../../../assets/images/nota-2000x1330.jpg");
}
.cid-tsEFlvXerJ .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-tsEFlvXerJ .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tsEFlvXerJ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tsEFlvXerJ .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
.cid-tsEFlvXerJ .col-12 {
  position: relative;
}
.cid-tsEFlvXerJ .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tsEFlvXerJ .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-tsEFlvXerJ .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-tsEFlvXerJ .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-tsEFlvXerJ .mbr-section-title {
  color: #671e75;
}
.cid-tsEFlvXerJ .mbr-text,
.cid-tsEFlvXerJ .mbr-section-btn {
  color: #263d5a;
}
.cid-taUVEXmQoa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-taUVEXmQoa .mbr-fallback-image.disabled {
  display: none;
}
.cid-taUVEXmQoa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-taUVEXmQoa .row {
    flex-direction: column-reverse;
  }
  .cid-taUVEXmQoa .mbr-figure {
    margin-bottom: 1.5rem;
  }
}
.cid-taUVEXmQoa .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-taUVEXmQoa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-taUVEXmQoa .media-content,
.cid-taUVEXmQoa .mbr-figure {
  align-self: center;
}
.cid-taUVEXmQoa .mbr-figure iframe {
  width: 100%;
}
.cid-taUVEXmQoa .mbr-text,
.cid-taUVEXmQoa .mbr-section-btn {
  text-align: justify;
  color: #671e75;
}
.cid-taUVEXmQoa .mbr-section-title {
  color: #671e75;
}
.cid-s48udlf8KU {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-s48udlf8KU .mbr-section-title {
  text-align: center;
  color: #671e75;
}
.cid-s48udlf8KU .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-ty2m4EUYGK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ty2m4EUYGK .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ty2m4EUYGK .mbr-text {
  text-align: justify;
  color: #671e75;
}
.cid-ty7oGTerVF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ty7oGTerVF .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-ty7oGTerVF .card-box:focus-within {
  opacity: 1;
}
.cid-ty7oGTerVF .row-center {
  height: 100%;
}
.cid-ty7oGTerVF .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
}
.cid-ty7oGTerVF .card-img img {
  margin: auto;
}
.cid-ty7oGTerVF .card-wrapper {
  display: flex;
  position: relative;
  border: 1px solid #efefef;
  margin: auto;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 4px;
  cursor: pointer;
  height: 100%;
  padding: 6rem 1rem;
  min-height: 240px;
  transition: all 1s;
}
.cid-ty7oGTerVF .card-wrapper:before {
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: #671e75;
  opacity: 0.8;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s;
  transition-delay: 0.15s;
}
.cid-ty7oGTerVF .card-wrapper:hover .card-box,
.cid-ty7oGTerVF .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.15s;
}
.cid-ty7oGTerVF .card-wrapper:hover .card-img,
.cid-ty7oGTerVF .card-wrapper:focus-within .card-img {
  transform: translateY(-15px);
}
.cid-ty7oGTerVF .card-wrapper:hover:before,
.cid-ty7oGTerVF .card-wrapper:focus-within:before {
  height: 100%;
  transition-delay: 0s;
}
.cid-ty7oGTerVF .row {
  justify-content: center;
}
.cid-ty7oGTerVF .card-title {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ty7oGTerVF .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-ty7oGTerVF .card-img {
    transform: translateY(-15px);
  }
  .cid-ty7oGTerVF .card-wrapper:before {
    height: 100%;
  }
}
.cid-ty7xz1mc5H {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ty7xz1mc5H .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-ty7xz1mc5H .card-box:focus-within {
  opacity: 1;
}
.cid-ty7xz1mc5H .row-center {
  height: 100%;
}
.cid-ty7xz1mc5H .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
}
.cid-ty7xz1mc5H .card-img img {
  margin: auto;
}
.cid-ty7xz1mc5H .card-wrapper {
  display: flex;
  position: relative;
  border: 1px solid #efefef;
  margin: auto;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 4px;
  cursor: pointer;
  height: 100%;
  padding: 6rem 1rem;
  min-height: 240px;
  transition: all 1s;
}
.cid-ty7xz1mc5H .card-wrapper:before {
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: #671e75;
  opacity: 0.8;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s;
  transition-delay: 0.15s;
}
.cid-ty7xz1mc5H .card-wrapper:hover .card-box,
.cid-ty7xz1mc5H .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.15s;
}
.cid-ty7xz1mc5H .card-wrapper:hover .card-img,
.cid-ty7xz1mc5H .card-wrapper:focus-within .card-img {
  transform: translateY(-15px);
}
.cid-ty7xz1mc5H .card-wrapper:hover:before,
.cid-ty7xz1mc5H .card-wrapper:focus-within:before {
  height: 100%;
  transition-delay: 0s;
}
.cid-ty7xz1mc5H .row {
  justify-content: center;
}
.cid-ty7xz1mc5H .card-title {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ty7xz1mc5H .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-ty7xz1mc5H .card-img {
    transform: translateY(-15px);
  }
  .cid-ty7xz1mc5H .card-wrapper:before {
    height: 100%;
  }
}
.cid-s48vnjULo4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #671e75;
}
.cid-s48vnjULo4 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-s48vnjULo4 .mbr-section-subtitle {
  text-align: justify;
  color: #ffffff;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .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-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #ffffff !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .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: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .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: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .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-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty6X4xLEjx {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ty6X4xLEjx .mbr-section-subtitle {
  text-align: right;
  color: #671e75;
}
.cid-ty6X4xLEjx .mbr-text {
  color: #671e75;
}
.cid-taVzu9ebh9 {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/whatsapp-image-2021-09-10-at-11.12.39-2-1600x1200.jpg");
}
.cid-taVzu9ebh9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-taVzu9ebh9 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-taVzu9ebh9 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-taVzu9ebh9 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-taVzu9ebh9 .mbr-section-title {
  color: #671e75;
}
.cid-taVzxT32I5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #671e75;
}
@media (max-width: 767px) {
  .cid-taVzxT32I5 .content {
    text-align: center;
  }
  .cid-taVzxT32I5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-taVzxT32I5 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-taVzxT32I5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-taVzxT32I5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-taVzxT32I5 .google-map {
  height: 25rem;
  position: relative;
}
.cid-taVzxT32I5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-taVzxT32I5 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-taVzxT32I5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-taVzxT32I5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-taVzxT32I5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-taVzxT32I5 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-taVzxT32I5 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-taVzxT32I5 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-taVzxT32I5 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-taVzxT32I5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-taVzxT32I5 .list {
  list-style-type: none;
  padding: 0;
}
.cid-taVzxT32I5 H5 {
  color: #ffffff;
}
.cid-taVzxT32I5 .mbr-text {
  color: #ffffff;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  position: relative !important;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  position: absolute !important;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #671e75;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty2HyUvERv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-ty2HyUvERv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty2HyUvERv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ty2HyUvERv .container {
    padding: 0 30px;
  }
}
.cid-ty2HyUvERv .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-ty2HyUvERv .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-ty2HyUvERv .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ty2HyUvERv .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-ty2HyUvERv .mbr-section-title {
  color: #ffffff;
}
.cid-ty2HyUvERv .mbr-text {
  color: #ffffff;
}
.cid-ty7yNwwgkO {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ty7yNwwgkO .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-ty7yNwwgkO .card-box:focus-within {
  opacity: 1;
}
.cid-ty7yNwwgkO .row-center {
  height: 100%;
}
.cid-ty7yNwwgkO .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
}
.cid-ty7yNwwgkO .card-img img {
  margin: auto;
}
.cid-ty7yNwwgkO .card-wrapper {
  display: flex;
  position: relative;
  border: 1px solid #efefef;
  margin: auto;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 4px;
  cursor: pointer;
  height: 100%;
  padding: 6rem 1rem;
  min-height: 240px;
  transition: all 1s;
}
.cid-ty7yNwwgkO .card-wrapper:before {
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: #671e75;
  opacity: 0.8;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s;
  transition-delay: 0.15s;
}
.cid-ty7yNwwgkO .card-wrapper:hover .card-box,
.cid-ty7yNwwgkO .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.15s;
}
.cid-ty7yNwwgkO .card-wrapper:hover .card-img,
.cid-ty7yNwwgkO .card-wrapper:focus-within .card-img {
  transform: translateY(-15px);
}
.cid-ty7yNwwgkO .card-wrapper:hover:before,
.cid-ty7yNwwgkO .card-wrapper:focus-within:before {
  height: 100%;
  transition-delay: 0s;
}
.cid-ty7yNwwgkO .row {
  justify-content: center;
}
.cid-ty7yNwwgkO .card-title {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ty7yNwwgkO .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-ty7yNwwgkO .card-img {
    transform: translateY(-15px);
  }
  .cid-ty7yNwwgkO .card-wrapper:before {
    height: 100%;
  }
}
.cid-ty7BVVwwoP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ty7BVVwwoP .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-ty7BVVwwoP .card-box:focus-within {
  opacity: 1;
}
.cid-ty7BVVwwoP .row-center {
  height: 100%;
}
.cid-ty7BVVwwoP .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
}
.cid-ty7BVVwwoP .card-img img {
  margin: auto;
}
.cid-ty7BVVwwoP .card-wrapper {
  display: flex;
  position: relative;
  border: 1px solid #efefef;
  margin: auto;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 4px;
  cursor: pointer;
  height: 100%;
  padding: 6rem 1rem;
  min-height: 240px;
  transition: all 1s;
}
.cid-ty7BVVwwoP .card-wrapper:before {
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: #671e75;
  opacity: 0.8;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s;
  transition-delay: 0.15s;
}
.cid-ty7BVVwwoP .card-wrapper:hover .card-box,
.cid-ty7BVVwwoP .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.15s;
}
.cid-ty7BVVwwoP .card-wrapper:hover .card-img,
.cid-ty7BVVwwoP .card-wrapper:focus-within .card-img {
  transform: translateY(-15px);
}
.cid-ty7BVVwwoP .card-wrapper:hover:before,
.cid-ty7BVVwwoP .card-wrapper:focus-within:before {
  height: 100%;
  transition-delay: 0s;
}
.cid-ty7BVVwwoP .row {
  justify-content: center;
}
.cid-ty7BVVwwoP .card-title {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-ty7BVVwwoP .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-ty7BVVwwoP .card-img {
    transform: translateY(-15px);
  }
  .cid-ty7BVVwwoP .card-wrapper:before {
    height: 100%;
  }
}
.cid-tqu0BbocU3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/whatsapp-image-2021-09-10-at-11.12.39-2-1600x1200.jpg");
}
.cid-tqu0BbocU3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tqu0BbocU3 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tqu0BbocU3 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tqu0BbocU3 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqu0BbocU3 .mbr-section-title {
  color: #393d42;
}
.cid-taVzxT32I5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #671e75;
}
@media (max-width: 767px) {
  .cid-taVzxT32I5 .content {
    text-align: center;
  }
  .cid-taVzxT32I5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-taVzxT32I5 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-taVzxT32I5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-taVzxT32I5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-taVzxT32I5 .google-map {
  height: 25rem;
  position: relative;
}
.cid-taVzxT32I5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-taVzxT32I5 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-taVzxT32I5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-taVzxT32I5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-taVzxT32I5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-taVzxT32I5 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-taVzxT32I5 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-taVzxT32I5 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-taVzxT32I5 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-taVzxT32I5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-taVzxT32I5 .list {
  list-style-type: none;
  padding: 0;
}
.cid-taVzxT32I5 H5 {
  color: #ffffff;
}
.cid-taVzxT32I5 .mbr-text {
  color: #ffffff;
}
.cid-tqtJdTRqZY.popup-builder {
  background-color: #ffffff;
}
.cid-tqtJdTRqZY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqtJdTRqZY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqtJdTRqZY .modal-content,
.cid-tqtJdTRqZY .modal-dialog {
  height: auto;
}
.cid-tqtJdTRqZY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqtJdTRqZY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqtJdTRqZY .form-wrapper .mbr-form .form-group,
  .cid-tqtJdTRqZY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqtJdTRqZY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqtJdTRqZY .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-tqtJdTRqZY .mbr-text {
  text-align: justify;
}
.cid-tqtJdTRqZY .pt-0 {
  padding-top: 0 !important;
}
.cid-tqtJdTRqZY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqtJdTRqZY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqtJdTRqZY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqtJdTRqZY .modal-open {
  overflow: hidden;
}
.cid-tqtJdTRqZY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqtJdTRqZY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqtJdTRqZY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqtJdTRqZY .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-tqtJdTRqZY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqtJdTRqZY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqtJdTRqZY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqtJdTRqZY .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-tqtJdTRqZY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqtJdTRqZY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqtJdTRqZY .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqtJdTRqZY .modal-backdrop.show {
  opacity: .5;
}
.cid-tqtJdTRqZY .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-tqtJdTRqZY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtJdTRqZY .modal-header {
    padding: 1rem;
  }
}
.cid-tqtJdTRqZY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqtJdTRqZY .modal-header .close svg {
  fill: #353535;
}
.cid-tqtJdTRqZY .modal-header .close:hover {
  opacity: 1;
}
.cid-tqtJdTRqZY .modal-header .close:focus {
  outline: none;
}
.cid-tqtJdTRqZY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqtJdTRqZY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqtJdTRqZY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtJdTRqZY .modal-body {
    padding: 1rem;
  }
}
.cid-tqtJdTRqZY .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-tqtJdTRqZY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtJdTRqZY .modal-footer {
    padding: 1rem;
  }
}
.cid-tqtJdTRqZY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqtJdTRqZY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqtJdTRqZY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqtJdTRqZY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqtJdTRqZY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqtJdTRqZY .modal-lg,
  .cid-tqtJdTRqZY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqtJdTRqZY .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqtJdTRqZY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqtJdTRqZY .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-tqtJdTRqZY .form-group {
  margin-bottom: 1rem;
}
.cid-tqtJdTRqZY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqtJdTRqZY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqtJdTRqZY .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-tqtJdTRqZY .mbr-section-btn {
  margin: 0;
}
.cid-tqtJdTRqZY .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqtJexSQWl.popup-builder {
  background-color: #ffffff;
}
.cid-tqtJexSQWl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqtJexSQWl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqtJexSQWl .modal-content,
.cid-tqtJexSQWl .modal-dialog {
  height: auto;
}
.cid-tqtJexSQWl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqtJexSQWl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqtJexSQWl .form-wrapper .mbr-form .form-group,
  .cid-tqtJexSQWl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqtJexSQWl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqtJexSQWl .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-tqtJexSQWl .mbr-text {
  text-align: justify;
}
.cid-tqtJexSQWl .pt-0 {
  padding-top: 0 !important;
}
.cid-tqtJexSQWl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqtJexSQWl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqtJexSQWl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqtJexSQWl .modal-open {
  overflow: hidden;
}
.cid-tqtJexSQWl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqtJexSQWl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqtJexSQWl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqtJexSQWl .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-tqtJexSQWl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqtJexSQWl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqtJexSQWl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqtJexSQWl .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-tqtJexSQWl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqtJexSQWl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqtJexSQWl .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqtJexSQWl .modal-backdrop.show {
  opacity: .5;
}
.cid-tqtJexSQWl .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-tqtJexSQWl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtJexSQWl .modal-header {
    padding: 1rem;
  }
}
.cid-tqtJexSQWl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqtJexSQWl .modal-header .close svg {
  fill: #353535;
}
.cid-tqtJexSQWl .modal-header .close:hover {
  opacity: 1;
}
.cid-tqtJexSQWl .modal-header .close:focus {
  outline: none;
}
.cid-tqtJexSQWl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqtJexSQWl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqtJexSQWl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtJexSQWl .modal-body {
    padding: 1rem;
  }
}
.cid-tqtJexSQWl .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-tqtJexSQWl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtJexSQWl .modal-footer {
    padding: 1rem;
  }
}
.cid-tqtJexSQWl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqtJexSQWl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqtJexSQWl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqtJexSQWl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqtJexSQWl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqtJexSQWl .modal-lg,
  .cid-tqtJexSQWl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqtJexSQWl .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqtJexSQWl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqtJexSQWl .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-tqtJexSQWl .form-group {
  margin-bottom: 1rem;
}
.cid-tqtJexSQWl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqtJexSQWl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqtJexSQWl .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-tqtJexSQWl .mbr-section-btn {
  margin: 0;
}
.cid-tqtJexSQWl .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqtJeMIIjS.popup-builder {
  background-color: #ffffff;
}
.cid-tqtJeMIIjS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqtJeMIIjS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqtJeMIIjS .modal-content,
.cid-tqtJeMIIjS .modal-dialog {
  height: auto;
}
.cid-tqtJeMIIjS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqtJeMIIjS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqtJeMIIjS .form-wrapper .mbr-form .form-group,
  .cid-tqtJeMIIjS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqtJeMIIjS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqtJeMIIjS .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-tqtJeMIIjS .mbr-text {
  text-align: justify;
}
.cid-tqtJeMIIjS .pt-0 {
  padding-top: 0 !important;
}
.cid-tqtJeMIIjS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqtJeMIIjS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqtJeMIIjS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqtJeMIIjS .modal-open {
  overflow: hidden;
}
.cid-tqtJeMIIjS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqtJeMIIjS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqtJeMIIjS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqtJeMIIjS .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-tqtJeMIIjS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqtJeMIIjS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqtJeMIIjS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqtJeMIIjS .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-tqtJeMIIjS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqtJeMIIjS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqtJeMIIjS .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqtJeMIIjS .modal-backdrop.show {
  opacity: .5;
}
.cid-tqtJeMIIjS .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-tqtJeMIIjS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtJeMIIjS .modal-header {
    padding: 1rem;
  }
}
.cid-tqtJeMIIjS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqtJeMIIjS .modal-header .close svg {
  fill: #353535;
}
.cid-tqtJeMIIjS .modal-header .close:hover {
  opacity: 1;
}
.cid-tqtJeMIIjS .modal-header .close:focus {
  outline: none;
}
.cid-tqtJeMIIjS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqtJeMIIjS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqtJeMIIjS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtJeMIIjS .modal-body {
    padding: 1rem;
  }
}
.cid-tqtJeMIIjS .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-tqtJeMIIjS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtJeMIIjS .modal-footer {
    padding: 1rem;
  }
}
.cid-tqtJeMIIjS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqtJeMIIjS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqtJeMIIjS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqtJeMIIjS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqtJeMIIjS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqtJeMIIjS .modal-lg,
  .cid-tqtJeMIIjS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqtJeMIIjS .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqtJeMIIjS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqtJeMIIjS .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-tqtJeMIIjS .form-group {
  margin-bottom: 1rem;
}
.cid-tqtJeMIIjS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqtJeMIIjS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqtJeMIIjS .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-tqtJeMIIjS .mbr-section-btn {
  margin: 0;
}
.cid-tqtJeMIIjS .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqtJeZXQEQ.popup-builder {
  background-color: #ffffff;
}
.cid-tqtJeZXQEQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqtJeZXQEQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqtJeZXQEQ .modal-content,
.cid-tqtJeZXQEQ .modal-dialog {
  height: auto;
}
.cid-tqtJeZXQEQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqtJeZXQEQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqtJeZXQEQ .form-wrapper .mbr-form .form-group,
  .cid-tqtJeZXQEQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqtJeZXQEQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqtJeZXQEQ .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-tqtJeZXQEQ .mbr-text {
  text-align: justify;
}
.cid-tqtJeZXQEQ .pt-0 {
  padding-top: 0 !important;
}
.cid-tqtJeZXQEQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqtJeZXQEQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqtJeZXQEQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqtJeZXQEQ .modal-open {
  overflow: hidden;
}
.cid-tqtJeZXQEQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqtJeZXQEQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqtJeZXQEQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqtJeZXQEQ .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-tqtJeZXQEQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqtJeZXQEQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqtJeZXQEQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqtJeZXQEQ .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-tqtJeZXQEQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqtJeZXQEQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqtJeZXQEQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqtJeZXQEQ .modal-backdrop.show {
  opacity: .5;
}
.cid-tqtJeZXQEQ .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-tqtJeZXQEQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtJeZXQEQ .modal-header {
    padding: 1rem;
  }
}
.cid-tqtJeZXQEQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqtJeZXQEQ .modal-header .close svg {
  fill: #353535;
}
.cid-tqtJeZXQEQ .modal-header .close:hover {
  opacity: 1;
}
.cid-tqtJeZXQEQ .modal-header .close:focus {
  outline: none;
}
.cid-tqtJeZXQEQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqtJeZXQEQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqtJeZXQEQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtJeZXQEQ .modal-body {
    padding: 1rem;
  }
}
.cid-tqtJeZXQEQ .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-tqtJeZXQEQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtJeZXQEQ .modal-footer {
    padding: 1rem;
  }
}
.cid-tqtJeZXQEQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqtJeZXQEQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqtJeZXQEQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqtJeZXQEQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqtJeZXQEQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqtJeZXQEQ .modal-lg,
  .cid-tqtJeZXQEQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqtJeZXQEQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqtJeZXQEQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqtJeZXQEQ .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-tqtJeZXQEQ .form-group {
  margin-bottom: 1rem;
}
.cid-tqtJeZXQEQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqtJeZXQEQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqtJeZXQEQ .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-tqtJeZXQEQ .mbr-section-btn {
  margin: 0;
}
.cid-tqtJeZXQEQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqtJf80FIG.popup-builder {
  background-color: #ffffff;
}
.cid-tqtJf80FIG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqtJf80FIG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqtJf80FIG .modal-content,
.cid-tqtJf80FIG .modal-dialog {
  height: auto;
}
.cid-tqtJf80FIG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqtJf80FIG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqtJf80FIG .form-wrapper .mbr-form .form-group,
  .cid-tqtJf80FIG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqtJf80FIG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqtJf80FIG .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-tqtJf80FIG .mbr-text {
  text-align: justify;
}
.cid-tqtJf80FIG .pt-0 {
  padding-top: 0 !important;
}
.cid-tqtJf80FIG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqtJf80FIG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqtJf80FIG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqtJf80FIG .modal-open {
  overflow: hidden;
}
.cid-tqtJf80FIG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqtJf80FIG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqtJf80FIG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqtJf80FIG .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-tqtJf80FIG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqtJf80FIG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqtJf80FIG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqtJf80FIG .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-tqtJf80FIG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqtJf80FIG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqtJf80FIG .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqtJf80FIG .modal-backdrop.show {
  opacity: .5;
}
.cid-tqtJf80FIG .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-tqtJf80FIG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtJf80FIG .modal-header {
    padding: 1rem;
  }
}
.cid-tqtJf80FIG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqtJf80FIG .modal-header .close svg {
  fill: #353535;
}
.cid-tqtJf80FIG .modal-header .close:hover {
  opacity: 1;
}
.cid-tqtJf80FIG .modal-header .close:focus {
  outline: none;
}
.cid-tqtJf80FIG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqtJf80FIG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqtJf80FIG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtJf80FIG .modal-body {
    padding: 1rem;
  }
}
.cid-tqtJf80FIG .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-tqtJf80FIG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtJf80FIG .modal-footer {
    padding: 1rem;
  }
}
.cid-tqtJf80FIG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqtJf80FIG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqtJf80FIG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqtJf80FIG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqtJf80FIG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqtJf80FIG .modal-lg,
  .cid-tqtJf80FIG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqtJf80FIG .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqtJf80FIG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqtJf80FIG .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-tqtJf80FIG .form-group {
  margin-bottom: 1rem;
}
.cid-tqtJf80FIG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqtJf80FIG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqtJf80FIG .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-tqtJf80FIG .mbr-section-btn {
  margin: 0;
}
.cid-tqtJf80FIG .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqtJffdfHI.popup-builder {
  background-color: #ffffff;
}
.cid-tqtJffdfHI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqtJffdfHI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqtJffdfHI .modal-content,
.cid-tqtJffdfHI .modal-dialog {
  height: auto;
}
.cid-tqtJffdfHI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqtJffdfHI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqtJffdfHI .form-wrapper .mbr-form .form-group,
  .cid-tqtJffdfHI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqtJffdfHI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqtJffdfHI .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-tqtJffdfHI .mbr-text {
  text-align: justify;
}
.cid-tqtJffdfHI .pt-0 {
  padding-top: 0 !important;
}
.cid-tqtJffdfHI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqtJffdfHI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqtJffdfHI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqtJffdfHI .modal-open {
  overflow: hidden;
}
.cid-tqtJffdfHI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqtJffdfHI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqtJffdfHI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqtJffdfHI .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-tqtJffdfHI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqtJffdfHI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqtJffdfHI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqtJffdfHI .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-tqtJffdfHI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqtJffdfHI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqtJffdfHI .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqtJffdfHI .modal-backdrop.show {
  opacity: .5;
}
.cid-tqtJffdfHI .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-tqtJffdfHI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtJffdfHI .modal-header {
    padding: 1rem;
  }
}
.cid-tqtJffdfHI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqtJffdfHI .modal-header .close svg {
  fill: #353535;
}
.cid-tqtJffdfHI .modal-header .close:hover {
  opacity: 1;
}
.cid-tqtJffdfHI .modal-header .close:focus {
  outline: none;
}
.cid-tqtJffdfHI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqtJffdfHI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqtJffdfHI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtJffdfHI .modal-body {
    padding: 1rem;
  }
}
.cid-tqtJffdfHI .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-tqtJffdfHI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtJffdfHI .modal-footer {
    padding: 1rem;
  }
}
.cid-tqtJffdfHI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqtJffdfHI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqtJffdfHI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqtJffdfHI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqtJffdfHI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqtJffdfHI .modal-lg,
  .cid-tqtJffdfHI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqtJffdfHI .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqtJffdfHI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqtJffdfHI .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-tqtJffdfHI .form-group {
  margin-bottom: 1rem;
}
.cid-tqtJffdfHI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqtJffdfHI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqtJffdfHI .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-tqtJffdfHI .mbr-section-btn {
  margin: 0;
}
.cid-tqtJffdfHI .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqtJfmcpXe.popup-builder {
  background-color: #ffffff;
}
.cid-tqtJfmcpXe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqtJfmcpXe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqtJfmcpXe .modal-content,
.cid-tqtJfmcpXe .modal-dialog {
  height: auto;
}
.cid-tqtJfmcpXe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqtJfmcpXe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqtJfmcpXe .form-wrapper .mbr-form .form-group,
  .cid-tqtJfmcpXe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqtJfmcpXe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqtJfmcpXe .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-tqtJfmcpXe .mbr-text {
  text-align: justify;
}
.cid-tqtJfmcpXe .pt-0 {
  padding-top: 0 !important;
}
.cid-tqtJfmcpXe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqtJfmcpXe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqtJfmcpXe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqtJfmcpXe .modal-open {
  overflow: hidden;
}
.cid-tqtJfmcpXe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqtJfmcpXe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqtJfmcpXe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqtJfmcpXe .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-tqtJfmcpXe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqtJfmcpXe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqtJfmcpXe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqtJfmcpXe .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-tqtJfmcpXe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqtJfmcpXe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqtJfmcpXe .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqtJfmcpXe .modal-backdrop.show {
  opacity: .5;
}
.cid-tqtJfmcpXe .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-tqtJfmcpXe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtJfmcpXe .modal-header {
    padding: 1rem;
  }
}
.cid-tqtJfmcpXe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqtJfmcpXe .modal-header .close svg {
  fill: #353535;
}
.cid-tqtJfmcpXe .modal-header .close:hover {
  opacity: 1;
}
.cid-tqtJfmcpXe .modal-header .close:focus {
  outline: none;
}
.cid-tqtJfmcpXe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqtJfmcpXe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqtJfmcpXe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtJfmcpXe .modal-body {
    padding: 1rem;
  }
}
.cid-tqtJfmcpXe .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-tqtJfmcpXe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtJfmcpXe .modal-footer {
    padding: 1rem;
  }
}
.cid-tqtJfmcpXe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqtJfmcpXe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqtJfmcpXe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqtJfmcpXe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqtJfmcpXe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqtJfmcpXe .modal-lg,
  .cid-tqtJfmcpXe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqtJfmcpXe .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqtJfmcpXe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqtJfmcpXe .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-tqtJfmcpXe .form-group {
  margin-bottom: 1rem;
}
.cid-tqtJfmcpXe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqtJfmcpXe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqtJfmcpXe .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-tqtJfmcpXe .mbr-section-btn {
  margin: 0;
}
.cid-tqtJfmcpXe .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqtR5ulIeb.popup-builder {
  background-color: #ffffff;
}
.cid-tqtR5ulIeb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqtR5ulIeb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqtR5ulIeb .modal-content,
.cid-tqtR5ulIeb .modal-dialog {
  height: auto;
}
.cid-tqtR5ulIeb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqtR5ulIeb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqtR5ulIeb .form-wrapper .mbr-form .form-group,
  .cid-tqtR5ulIeb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqtR5ulIeb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqtR5ulIeb .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-tqtR5ulIeb .mbr-text {
  text-align: justify;
}
.cid-tqtR5ulIeb .pt-0 {
  padding-top: 0 !important;
}
.cid-tqtR5ulIeb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqtR5ulIeb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqtR5ulIeb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqtR5ulIeb .modal-open {
  overflow: hidden;
}
.cid-tqtR5ulIeb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqtR5ulIeb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqtR5ulIeb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqtR5ulIeb .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-tqtR5ulIeb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqtR5ulIeb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqtR5ulIeb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqtR5ulIeb .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-tqtR5ulIeb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqtR5ulIeb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqtR5ulIeb .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqtR5ulIeb .modal-backdrop.show {
  opacity: .5;
}
.cid-tqtR5ulIeb .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-tqtR5ulIeb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtR5ulIeb .modal-header {
    padding: 1rem;
  }
}
.cid-tqtR5ulIeb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqtR5ulIeb .modal-header .close svg {
  fill: #353535;
}
.cid-tqtR5ulIeb .modal-header .close:hover {
  opacity: 1;
}
.cid-tqtR5ulIeb .modal-header .close:focus {
  outline: none;
}
.cid-tqtR5ulIeb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqtR5ulIeb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqtR5ulIeb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtR5ulIeb .modal-body {
    padding: 1rem;
  }
}
.cid-tqtR5ulIeb .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-tqtR5ulIeb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtR5ulIeb .modal-footer {
    padding: 1rem;
  }
}
.cid-tqtR5ulIeb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqtR5ulIeb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqtR5ulIeb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqtR5ulIeb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqtR5ulIeb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqtR5ulIeb .modal-lg,
  .cid-tqtR5ulIeb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqtR5ulIeb .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqtR5ulIeb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqtR5ulIeb .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-tqtR5ulIeb .form-group {
  margin-bottom: 1rem;
}
.cid-tqtR5ulIeb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqtR5ulIeb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqtR5ulIeb .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-tqtR5ulIeb .mbr-section-btn {
  margin: 0;
}
.cid-tqtR5ulIeb .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqtR6dELOc.popup-builder {
  background-color: #ffffff;
}
.cid-tqtR6dELOc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqtR6dELOc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqtR6dELOc .modal-content,
.cid-tqtR6dELOc .modal-dialog {
  height: auto;
}
.cid-tqtR6dELOc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqtR6dELOc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqtR6dELOc .form-wrapper .mbr-form .form-group,
  .cid-tqtR6dELOc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqtR6dELOc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqtR6dELOc .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-tqtR6dELOc .mbr-text {
  text-align: justify;
}
.cid-tqtR6dELOc .pt-0 {
  padding-top: 0 !important;
}
.cid-tqtR6dELOc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqtR6dELOc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqtR6dELOc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqtR6dELOc .modal-open {
  overflow: hidden;
}
.cid-tqtR6dELOc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqtR6dELOc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqtR6dELOc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqtR6dELOc .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-tqtR6dELOc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqtR6dELOc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqtR6dELOc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqtR6dELOc .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-tqtR6dELOc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqtR6dELOc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqtR6dELOc .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqtR6dELOc .modal-backdrop.show {
  opacity: .5;
}
.cid-tqtR6dELOc .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-tqtR6dELOc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtR6dELOc .modal-header {
    padding: 1rem;
  }
}
.cid-tqtR6dELOc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqtR6dELOc .modal-header .close svg {
  fill: #353535;
}
.cid-tqtR6dELOc .modal-header .close:hover {
  opacity: 1;
}
.cid-tqtR6dELOc .modal-header .close:focus {
  outline: none;
}
.cid-tqtR6dELOc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqtR6dELOc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqtR6dELOc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtR6dELOc .modal-body {
    padding: 1rem;
  }
}
.cid-tqtR6dELOc .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-tqtR6dELOc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtR6dELOc .modal-footer {
    padding: 1rem;
  }
}
.cid-tqtR6dELOc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqtR6dELOc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqtR6dELOc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqtR6dELOc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqtR6dELOc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqtR6dELOc .modal-lg,
  .cid-tqtR6dELOc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqtR6dELOc .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqtR6dELOc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqtR6dELOc .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-tqtR6dELOc .form-group {
  margin-bottom: 1rem;
}
.cid-tqtR6dELOc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqtR6dELOc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqtR6dELOc .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-tqtR6dELOc .mbr-section-btn {
  margin: 0;
}
.cid-tqtR6dELOc .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqtR6usfcJ.popup-builder {
  background-color: #ffffff;
}
.cid-tqtR6usfcJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqtR6usfcJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqtR6usfcJ .modal-content,
.cid-tqtR6usfcJ .modal-dialog {
  height: auto;
}
.cid-tqtR6usfcJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqtR6usfcJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqtR6usfcJ .form-wrapper .mbr-form .form-group,
  .cid-tqtR6usfcJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqtR6usfcJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqtR6usfcJ .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-tqtR6usfcJ .mbr-text {
  text-align: justify;
}
.cid-tqtR6usfcJ .pt-0 {
  padding-top: 0 !important;
}
.cid-tqtR6usfcJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqtR6usfcJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqtR6usfcJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqtR6usfcJ .modal-open {
  overflow: hidden;
}
.cid-tqtR6usfcJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqtR6usfcJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqtR6usfcJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqtR6usfcJ .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-tqtR6usfcJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqtR6usfcJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqtR6usfcJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqtR6usfcJ .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-tqtR6usfcJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqtR6usfcJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqtR6usfcJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqtR6usfcJ .modal-backdrop.show {
  opacity: .5;
}
.cid-tqtR6usfcJ .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-tqtR6usfcJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtR6usfcJ .modal-header {
    padding: 1rem;
  }
}
.cid-tqtR6usfcJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqtR6usfcJ .modal-header .close svg {
  fill: #353535;
}
.cid-tqtR6usfcJ .modal-header .close:hover {
  opacity: 1;
}
.cid-tqtR6usfcJ .modal-header .close:focus {
  outline: none;
}
.cid-tqtR6usfcJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqtR6usfcJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqtR6usfcJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtR6usfcJ .modal-body {
    padding: 1rem;
  }
}
.cid-tqtR6usfcJ .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-tqtR6usfcJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtR6usfcJ .modal-footer {
    padding: 1rem;
  }
}
.cid-tqtR6usfcJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqtR6usfcJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqtR6usfcJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqtR6usfcJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqtR6usfcJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqtR6usfcJ .modal-lg,
  .cid-tqtR6usfcJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqtR6usfcJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqtR6usfcJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqtR6usfcJ .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-tqtR6usfcJ .form-group {
  margin-bottom: 1rem;
}
.cid-tqtR6usfcJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqtR6usfcJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqtR6usfcJ .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-tqtR6usfcJ .mbr-section-btn {
  margin: 0;
}
.cid-tqtR6usfcJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqtR6GPKX5.popup-builder {
  background-color: #ffffff;
}
.cid-tqtR6GPKX5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqtR6GPKX5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqtR6GPKX5 .modal-content,
.cid-tqtR6GPKX5 .modal-dialog {
  height: auto;
}
.cid-tqtR6GPKX5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqtR6GPKX5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqtR6GPKX5 .form-wrapper .mbr-form .form-group,
  .cid-tqtR6GPKX5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqtR6GPKX5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqtR6GPKX5 .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-tqtR6GPKX5 .mbr-text {
  text-align: justify;
}
.cid-tqtR6GPKX5 .pt-0 {
  padding-top: 0 !important;
}
.cid-tqtR6GPKX5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqtR6GPKX5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqtR6GPKX5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqtR6GPKX5 .modal-open {
  overflow: hidden;
}
.cid-tqtR6GPKX5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqtR6GPKX5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqtR6GPKX5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqtR6GPKX5 .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-tqtR6GPKX5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqtR6GPKX5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqtR6GPKX5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqtR6GPKX5 .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-tqtR6GPKX5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqtR6GPKX5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqtR6GPKX5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqtR6GPKX5 .modal-backdrop.show {
  opacity: .5;
}
.cid-tqtR6GPKX5 .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-tqtR6GPKX5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtR6GPKX5 .modal-header {
    padding: 1rem;
  }
}
.cid-tqtR6GPKX5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqtR6GPKX5 .modal-header .close svg {
  fill: #353535;
}
.cid-tqtR6GPKX5 .modal-header .close:hover {
  opacity: 1;
}
.cid-tqtR6GPKX5 .modal-header .close:focus {
  outline: none;
}
.cid-tqtR6GPKX5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqtR6GPKX5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqtR6GPKX5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtR6GPKX5 .modal-body {
    padding: 1rem;
  }
}
.cid-tqtR6GPKX5 .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-tqtR6GPKX5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtR6GPKX5 .modal-footer {
    padding: 1rem;
  }
}
.cid-tqtR6GPKX5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqtR6GPKX5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqtR6GPKX5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqtR6GPKX5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqtR6GPKX5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqtR6GPKX5 .modal-lg,
  .cid-tqtR6GPKX5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqtR6GPKX5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqtR6GPKX5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqtR6GPKX5 .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-tqtR6GPKX5 .form-group {
  margin-bottom: 1rem;
}
.cid-tqtR6GPKX5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqtR6GPKX5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqtR6GPKX5 .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-tqtR6GPKX5 .mbr-section-btn {
  margin: 0;
}
.cid-tqtR6GPKX5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqtR6UKeFc.popup-builder {
  background-color: #ffffff;
}
.cid-tqtR6UKeFc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqtR6UKeFc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqtR6UKeFc .modal-content,
.cid-tqtR6UKeFc .modal-dialog {
  height: auto;
}
.cid-tqtR6UKeFc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqtR6UKeFc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqtR6UKeFc .form-wrapper .mbr-form .form-group,
  .cid-tqtR6UKeFc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqtR6UKeFc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqtR6UKeFc .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-tqtR6UKeFc .mbr-text {
  text-align: justify;
}
.cid-tqtR6UKeFc .pt-0 {
  padding-top: 0 !important;
}
.cid-tqtR6UKeFc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqtR6UKeFc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqtR6UKeFc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqtR6UKeFc .modal-open {
  overflow: hidden;
}
.cid-tqtR6UKeFc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqtR6UKeFc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqtR6UKeFc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqtR6UKeFc .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-tqtR6UKeFc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqtR6UKeFc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqtR6UKeFc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqtR6UKeFc .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-tqtR6UKeFc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqtR6UKeFc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqtR6UKeFc .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqtR6UKeFc .modal-backdrop.show {
  opacity: .5;
}
.cid-tqtR6UKeFc .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-tqtR6UKeFc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtR6UKeFc .modal-header {
    padding: 1rem;
  }
}
.cid-tqtR6UKeFc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqtR6UKeFc .modal-header .close svg {
  fill: #353535;
}
.cid-tqtR6UKeFc .modal-header .close:hover {
  opacity: 1;
}
.cid-tqtR6UKeFc .modal-header .close:focus {
  outline: none;
}
.cid-tqtR6UKeFc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqtR6UKeFc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqtR6UKeFc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtR6UKeFc .modal-body {
    padding: 1rem;
  }
}
.cid-tqtR6UKeFc .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-tqtR6UKeFc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtR6UKeFc .modal-footer {
    padding: 1rem;
  }
}
.cid-tqtR6UKeFc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqtR6UKeFc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqtR6UKeFc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqtR6UKeFc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqtR6UKeFc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqtR6UKeFc .modal-lg,
  .cid-tqtR6UKeFc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqtR6UKeFc .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqtR6UKeFc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqtR6UKeFc .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-tqtR6UKeFc .form-group {
  margin-bottom: 1rem;
}
.cid-tqtR6UKeFc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqtR6UKeFc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqtR6UKeFc .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-tqtR6UKeFc .mbr-section-btn {
  margin: 0;
}
.cid-tqtR6UKeFc .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqtR78P0u2.popup-builder {
  background-color: #ffffff;
}
.cid-tqtR78P0u2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqtR78P0u2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqtR78P0u2 .modal-content,
.cid-tqtR78P0u2 .modal-dialog {
  height: auto;
}
.cid-tqtR78P0u2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqtR78P0u2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqtR78P0u2 .form-wrapper .mbr-form .form-group,
  .cid-tqtR78P0u2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqtR78P0u2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqtR78P0u2 .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-tqtR78P0u2 .mbr-text {
  text-align: justify;
}
.cid-tqtR78P0u2 .pt-0 {
  padding-top: 0 !important;
}
.cid-tqtR78P0u2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqtR78P0u2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqtR78P0u2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqtR78P0u2 .modal-open {
  overflow: hidden;
}
.cid-tqtR78P0u2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqtR78P0u2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqtR78P0u2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqtR78P0u2 .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-tqtR78P0u2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqtR78P0u2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqtR78P0u2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqtR78P0u2 .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-tqtR78P0u2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqtR78P0u2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqtR78P0u2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqtR78P0u2 .modal-backdrop.show {
  opacity: .5;
}
.cid-tqtR78P0u2 .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-tqtR78P0u2 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtR78P0u2 .modal-header {
    padding: 1rem;
  }
}
.cid-tqtR78P0u2 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqtR78P0u2 .modal-header .close svg {
  fill: #353535;
}
.cid-tqtR78P0u2 .modal-header .close:hover {
  opacity: 1;
}
.cid-tqtR78P0u2 .modal-header .close:focus {
  outline: none;
}
.cid-tqtR78P0u2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqtR78P0u2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqtR78P0u2 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtR78P0u2 .modal-body {
    padding: 1rem;
  }
}
.cid-tqtR78P0u2 .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-tqtR78P0u2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqtR78P0u2 .modal-footer {
    padding: 1rem;
  }
}
.cid-tqtR78P0u2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqtR78P0u2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqtR78P0u2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqtR78P0u2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqtR78P0u2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqtR78P0u2 .modal-lg,
  .cid-tqtR78P0u2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqtR78P0u2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqtR78P0u2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqtR78P0u2 .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-tqtR78P0u2 .form-group {
  margin-bottom: 1rem;
}
.cid-tqtR78P0u2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqtR78P0u2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqtR78P0u2 .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-tqtR78P0u2 .mbr-section-btn {
  margin: 0;
}
.cid-tqtR78P0u2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-ty2JPP1GQa {
  background-image: url("../../../assets/images/mbr-1920x1016.jpg");
}
.cid-ty2JPP1GQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty2JPP1GQa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty2JPP1GQa .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ty2JPP1GQa .container-fluid {
    padding: 0 30px;
  }
}
.cid-ty2JPP1GQa .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ty2JPP1GQa .container {
    padding: 0 30px;
  }
}
.cid-ty2JPP1GQa .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-ty2JPP1GQa .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-ty2JPP1GQa .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ty2JPP1GQa .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-ty2JPP1GQa .mbr-section-title {
  color: #ffffff;
}
.cid-ty2JPP1GQa .mbr-text {
  color: #ffffff;
}
.cid-taVUNNQ4GI .navbar-dropdown {
  position: relative !important;
}
.cid-taVUNNQ4GI .navbar-dropdown {
  position: absolute !important;
}
.cid-taVUNNQ4GI .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-taVUNNQ4GI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taVUNNQ4GI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taVUNNQ4GI .dropdown-item:hover,
.cid-taVUNNQ4GI .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-taVUNNQ4GI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taVUNNQ4GI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taVUNNQ4GI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taVUNNQ4GI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taVUNNQ4GI .nav-link {
  position: relative;
}
.cid-taVUNNQ4GI .container {
  display: flex;
  margin: auto;
}
.cid-taVUNNQ4GI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taVUNNQ4GI .dropdown-menu,
.cid-taVUNNQ4GI .navbar.opened {
  background: #fafafa !important;
}
.cid-taVUNNQ4GI .nav-item:focus,
.cid-taVUNNQ4GI .nav-link:focus {
  outline: none;
}
.cid-taVUNNQ4GI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taVUNNQ4GI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taVUNNQ4GI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taVUNNQ4GI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taVUNNQ4GI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taVUNNQ4GI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taVUNNQ4GI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-taVUNNQ4GI .navbar.opened {
  transition: all 0.3s;
}
.cid-taVUNNQ4GI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taVUNNQ4GI .navbar .navbar-logo img {
  width: auto;
}
.cid-taVUNNQ4GI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taVUNNQ4GI .navbar.collapsed {
  justify-content: center;
}
.cid-taVUNNQ4GI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taVUNNQ4GI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taVUNNQ4GI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-taVUNNQ4GI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taVUNNQ4GI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taVUNNQ4GI .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-taVUNNQ4GI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taVUNNQ4GI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taVUNNQ4GI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taVUNNQ4GI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taVUNNQ4GI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taVUNNQ4GI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taVUNNQ4GI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taVUNNQ4GI .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-taVUNNQ4GI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taVUNNQ4GI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taVUNNQ4GI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taVUNNQ4GI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taVUNNQ4GI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taVUNNQ4GI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taVUNNQ4GI .navbar.navbar-short {
  min-height: 60px;
}
.cid-taVUNNQ4GI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taVUNNQ4GI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taVUNNQ4GI .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-taVUNNQ4GI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taVUNNQ4GI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taVUNNQ4GI .dropdown-item.active,
.cid-taVUNNQ4GI .dropdown-item:active {
  background-color: transparent;
}
.cid-taVUNNQ4GI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taVUNNQ4GI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taVUNNQ4GI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taVUNNQ4GI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-taVUNNQ4GI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taVUNNQ4GI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taVUNNQ4GI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taVUNNQ4GI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taVUNNQ4GI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taVUNNQ4GI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #671e75;
}
.cid-taVUNNQ4GI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taVUNNQ4GI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taVUNNQ4GI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taVUNNQ4GI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taVUNNQ4GI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taVUNNQ4GI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taVUNNQ4GI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taVUNNQ4GI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taVUNNQ4GI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-taVUNNQ4GI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taVUNNQ4GI .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-taVUNNQ4GI .navbar {
    height: 70px;
  }
  .cid-taVUNNQ4GI .navbar.opened {
    height: auto;
  }
  .cid-taVUNNQ4GI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty7HvYjAM6 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ty7HvYjAM6 .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-ty7HvYjAM6 .card-box:focus-within {
  opacity: 1;
}
.cid-ty7HvYjAM6 .row-center {
  height: 100%;
}
.cid-ty7HvYjAM6 .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
}
.cid-ty7HvYjAM6 .card-img img {
  margin: auto;
}
.cid-ty7HvYjAM6 .card-wrapper {
  display: flex;
  position: relative;
  border: 1px solid #efefef;
  margin: auto;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 4px;
  cursor: pointer;
  height: 100%;
  padding: 6rem 1rem;
  min-height: 240px;
  transition: all 1s;
}
.cid-ty7HvYjAM6 .card-wrapper:before {
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: #671e75;
  opacity: 0.8;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s;
  transition-delay: 0.15s;
}
.cid-ty7HvYjAM6 .card-wrapper:hover .card-box,
.cid-ty7HvYjAM6 .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.15s;
}
.cid-ty7HvYjAM6 .card-wrapper:hover .card-img,
.cid-ty7HvYjAM6 .card-wrapper:focus-within .card-img {
  transform: translateY(-15px);
}
.cid-ty7HvYjAM6 .card-wrapper:hover:before,
.cid-ty7HvYjAM6 .card-wrapper:focus-within:before {
  height: 100%;
  transition-delay: 0s;
}
.cid-ty7HvYjAM6 .row {
  justify-content: center;
}
.cid-ty7HvYjAM6 .card-title {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-ty7HvYjAM6 .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-ty7HvYjAM6 .card-img {
    transform: translateY(-15px);
  }
  .cid-ty7HvYjAM6 .card-wrapper:before {
    height: 100%;
  }
}
.cid-ty7JXKLwTh {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ty7JXKLwTh .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-ty7JXKLwTh .card-box:focus-within {
  opacity: 1;
}
.cid-ty7JXKLwTh .row-center {
  height: 100%;
}
.cid-ty7JXKLwTh .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
}
.cid-ty7JXKLwTh .card-img img {
  margin: auto;
}
.cid-ty7JXKLwTh .card-wrapper {
  display: flex;
  position: relative;
  border: 1px solid #efefef;
  margin: auto;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 4px;
  cursor: pointer;
  height: 100%;
  padding: 6rem 1rem;
  min-height: 240px;
  transition: all 1s;
}
.cid-ty7JXKLwTh .card-wrapper:before {
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: #671e75;
  opacity: 0.8;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s;
  transition-delay: 0.15s;
}
.cid-ty7JXKLwTh .card-wrapper:hover .card-box,
.cid-ty7JXKLwTh .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.15s;
}
.cid-ty7JXKLwTh .card-wrapper:hover .card-img,
.cid-ty7JXKLwTh .card-wrapper:focus-within .card-img {
  transform: translateY(-15px);
}
.cid-ty7JXKLwTh .card-wrapper:hover:before,
.cid-ty7JXKLwTh .card-wrapper:focus-within:before {
  height: 100%;
  transition-delay: 0s;
}
.cid-ty7JXKLwTh .row {
  justify-content: center;
}
.cid-ty7JXKLwTh .card-title {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-ty7JXKLwTh .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-ty7JXKLwTh .card-img {
    transform: translateY(-15px);
  }
  .cid-ty7JXKLwTh .card-wrapper:before {
    height: 100%;
  }
}
.cid-tqGpYff3QT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/nota-2000x1330.jpg");
}
.cid-tqGpYff3QT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tqGpYff3QT form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tqGpYff3QT form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tqGpYff3QT form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqGpYff3QT .mbr-section-title {
  color: #393d42;
}
.cid-taVUNWn6Xx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #671e75;
}
@media (max-width: 767px) {
  .cid-taVUNWn6Xx .content {
    text-align: center;
  }
  .cid-taVUNWn6Xx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-taVUNWn6Xx .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-taVUNWn6Xx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-taVUNWn6Xx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-taVUNWn6Xx .google-map {
  height: 25rem;
  position: relative;
}
.cid-taVUNWn6Xx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-taVUNWn6Xx .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-taVUNWn6Xx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-taVUNWn6Xx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-taVUNWn6Xx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-taVUNWn6Xx .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-taVUNWn6Xx .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-taVUNWn6Xx .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-taVUNWn6Xx .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-taVUNWn6Xx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-taVUNWn6Xx .list {
  list-style-type: none;
  padding: 0;
}
.cid-taVUNWn6Xx H5 {
  color: #ffffff;
}
.cid-taVUNWn6Xx .mbr-text {
  color: #ffffff;
}
.cid-tqAdlmg6iE.popup-builder {
  background-color: #ffffff;
}
.cid-tqAdlmg6iE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqAdlmg6iE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqAdlmg6iE .modal-content,
.cid-tqAdlmg6iE .modal-dialog {
  height: auto;
}
.cid-tqAdlmg6iE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqAdlmg6iE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqAdlmg6iE .form-wrapper .mbr-form .form-group,
  .cid-tqAdlmg6iE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqAdlmg6iE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqAdlmg6iE .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-tqAdlmg6iE .mbr-text {
  text-align: justify;
}
.cid-tqAdlmg6iE .pt-0 {
  padding-top: 0 !important;
}
.cid-tqAdlmg6iE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqAdlmg6iE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqAdlmg6iE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqAdlmg6iE .modal-open {
  overflow: hidden;
}
.cid-tqAdlmg6iE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqAdlmg6iE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqAdlmg6iE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqAdlmg6iE .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-tqAdlmg6iE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqAdlmg6iE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqAdlmg6iE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqAdlmg6iE .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-tqAdlmg6iE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqAdlmg6iE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqAdlmg6iE .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqAdlmg6iE .modal-backdrop.show {
  opacity: .5;
}
.cid-tqAdlmg6iE .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-tqAdlmg6iE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdlmg6iE .modal-header {
    padding: 1rem;
  }
}
.cid-tqAdlmg6iE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqAdlmg6iE .modal-header .close svg {
  fill: #353535;
}
.cid-tqAdlmg6iE .modal-header .close:hover {
  opacity: 1;
}
.cid-tqAdlmg6iE .modal-header .close:focus {
  outline: none;
}
.cid-tqAdlmg6iE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqAdlmg6iE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqAdlmg6iE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdlmg6iE .modal-body {
    padding: 1rem;
  }
}
.cid-tqAdlmg6iE .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-tqAdlmg6iE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdlmg6iE .modal-footer {
    padding: 1rem;
  }
}
.cid-tqAdlmg6iE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqAdlmg6iE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqAdlmg6iE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqAdlmg6iE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqAdlmg6iE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqAdlmg6iE .modal-lg,
  .cid-tqAdlmg6iE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqAdlmg6iE .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqAdlmg6iE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqAdlmg6iE .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-tqAdlmg6iE .form-group {
  margin-bottom: 1rem;
}
.cid-tqAdlmg6iE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqAdlmg6iE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqAdlmg6iE .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-tqAdlmg6iE .mbr-section-btn {
  margin: 0;
}
.cid-tqAdlmg6iE .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqAdlzIWvz.popup-builder {
  background-color: #ffffff;
}
.cid-tqAdlzIWvz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqAdlzIWvz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqAdlzIWvz .modal-content,
.cid-tqAdlzIWvz .modal-dialog {
  height: auto;
}
.cid-tqAdlzIWvz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqAdlzIWvz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqAdlzIWvz .form-wrapper .mbr-form .form-group,
  .cid-tqAdlzIWvz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqAdlzIWvz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqAdlzIWvz .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-tqAdlzIWvz .mbr-text {
  text-align: justify;
}
.cid-tqAdlzIWvz .pt-0 {
  padding-top: 0 !important;
}
.cid-tqAdlzIWvz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqAdlzIWvz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqAdlzIWvz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqAdlzIWvz .modal-open {
  overflow: hidden;
}
.cid-tqAdlzIWvz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqAdlzIWvz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqAdlzIWvz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqAdlzIWvz .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-tqAdlzIWvz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqAdlzIWvz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqAdlzIWvz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqAdlzIWvz .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-tqAdlzIWvz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqAdlzIWvz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqAdlzIWvz .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqAdlzIWvz .modal-backdrop.show {
  opacity: .5;
}
.cid-tqAdlzIWvz .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-tqAdlzIWvz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdlzIWvz .modal-header {
    padding: 1rem;
  }
}
.cid-tqAdlzIWvz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqAdlzIWvz .modal-header .close svg {
  fill: #353535;
}
.cid-tqAdlzIWvz .modal-header .close:hover {
  opacity: 1;
}
.cid-tqAdlzIWvz .modal-header .close:focus {
  outline: none;
}
.cid-tqAdlzIWvz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqAdlzIWvz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqAdlzIWvz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdlzIWvz .modal-body {
    padding: 1rem;
  }
}
.cid-tqAdlzIWvz .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-tqAdlzIWvz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdlzIWvz .modal-footer {
    padding: 1rem;
  }
}
.cid-tqAdlzIWvz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqAdlzIWvz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqAdlzIWvz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqAdlzIWvz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqAdlzIWvz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqAdlzIWvz .modal-lg,
  .cid-tqAdlzIWvz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqAdlzIWvz .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqAdlzIWvz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqAdlzIWvz .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-tqAdlzIWvz .form-group {
  margin-bottom: 1rem;
}
.cid-tqAdlzIWvz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqAdlzIWvz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqAdlzIWvz .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-tqAdlzIWvz .mbr-section-btn {
  margin: 0;
}
.cid-tqAdlzIWvz .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqAdlJ75XY.popup-builder {
  background-color: #ffffff;
}
.cid-tqAdlJ75XY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqAdlJ75XY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqAdlJ75XY .modal-content,
.cid-tqAdlJ75XY .modal-dialog {
  height: auto;
}
.cid-tqAdlJ75XY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqAdlJ75XY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqAdlJ75XY .form-wrapper .mbr-form .form-group,
  .cid-tqAdlJ75XY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqAdlJ75XY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqAdlJ75XY .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-tqAdlJ75XY .mbr-text {
  text-align: justify;
}
.cid-tqAdlJ75XY .pt-0 {
  padding-top: 0 !important;
}
.cid-tqAdlJ75XY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqAdlJ75XY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqAdlJ75XY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqAdlJ75XY .modal-open {
  overflow: hidden;
}
.cid-tqAdlJ75XY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqAdlJ75XY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqAdlJ75XY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqAdlJ75XY .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-tqAdlJ75XY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqAdlJ75XY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqAdlJ75XY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqAdlJ75XY .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-tqAdlJ75XY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqAdlJ75XY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqAdlJ75XY .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqAdlJ75XY .modal-backdrop.show {
  opacity: .5;
}
.cid-tqAdlJ75XY .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-tqAdlJ75XY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdlJ75XY .modal-header {
    padding: 1rem;
  }
}
.cid-tqAdlJ75XY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqAdlJ75XY .modal-header .close svg {
  fill: #353535;
}
.cid-tqAdlJ75XY .modal-header .close:hover {
  opacity: 1;
}
.cid-tqAdlJ75XY .modal-header .close:focus {
  outline: none;
}
.cid-tqAdlJ75XY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqAdlJ75XY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqAdlJ75XY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdlJ75XY .modal-body {
    padding: 1rem;
  }
}
.cid-tqAdlJ75XY .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-tqAdlJ75XY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdlJ75XY .modal-footer {
    padding: 1rem;
  }
}
.cid-tqAdlJ75XY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqAdlJ75XY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqAdlJ75XY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqAdlJ75XY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqAdlJ75XY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqAdlJ75XY .modal-lg,
  .cid-tqAdlJ75XY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqAdlJ75XY .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqAdlJ75XY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqAdlJ75XY .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-tqAdlJ75XY .form-group {
  margin-bottom: 1rem;
}
.cid-tqAdlJ75XY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqAdlJ75XY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqAdlJ75XY .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-tqAdlJ75XY .mbr-section-btn {
  margin: 0;
}
.cid-tqAdlJ75XY .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqAdlRpUcu.popup-builder {
  background-color: #ffffff;
}
.cid-tqAdlRpUcu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqAdlRpUcu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqAdlRpUcu .modal-content,
.cid-tqAdlRpUcu .modal-dialog {
  height: auto;
}
.cid-tqAdlRpUcu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqAdlRpUcu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqAdlRpUcu .form-wrapper .mbr-form .form-group,
  .cid-tqAdlRpUcu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqAdlRpUcu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqAdlRpUcu .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-tqAdlRpUcu .mbr-text {
  text-align: justify;
}
.cid-tqAdlRpUcu .pt-0 {
  padding-top: 0 !important;
}
.cid-tqAdlRpUcu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqAdlRpUcu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqAdlRpUcu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqAdlRpUcu .modal-open {
  overflow: hidden;
}
.cid-tqAdlRpUcu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqAdlRpUcu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqAdlRpUcu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqAdlRpUcu .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-tqAdlRpUcu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqAdlRpUcu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqAdlRpUcu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqAdlRpUcu .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-tqAdlRpUcu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqAdlRpUcu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqAdlRpUcu .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqAdlRpUcu .modal-backdrop.show {
  opacity: .5;
}
.cid-tqAdlRpUcu .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-tqAdlRpUcu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdlRpUcu .modal-header {
    padding: 1rem;
  }
}
.cid-tqAdlRpUcu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqAdlRpUcu .modal-header .close svg {
  fill: #353535;
}
.cid-tqAdlRpUcu .modal-header .close:hover {
  opacity: 1;
}
.cid-tqAdlRpUcu .modal-header .close:focus {
  outline: none;
}
.cid-tqAdlRpUcu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqAdlRpUcu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqAdlRpUcu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdlRpUcu .modal-body {
    padding: 1rem;
  }
}
.cid-tqAdlRpUcu .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-tqAdlRpUcu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdlRpUcu .modal-footer {
    padding: 1rem;
  }
}
.cid-tqAdlRpUcu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqAdlRpUcu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqAdlRpUcu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqAdlRpUcu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqAdlRpUcu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqAdlRpUcu .modal-lg,
  .cid-tqAdlRpUcu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqAdlRpUcu .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqAdlRpUcu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqAdlRpUcu .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-tqAdlRpUcu .form-group {
  margin-bottom: 1rem;
}
.cid-tqAdlRpUcu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqAdlRpUcu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqAdlRpUcu .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-tqAdlRpUcu .mbr-section-btn {
  margin: 0;
}
.cid-tqAdlRpUcu .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqAdlZ2ZkC.popup-builder {
  background-color: #ffffff;
}
.cid-tqAdlZ2ZkC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqAdlZ2ZkC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqAdlZ2ZkC .modal-content,
.cid-tqAdlZ2ZkC .modal-dialog {
  height: auto;
}
.cid-tqAdlZ2ZkC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqAdlZ2ZkC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqAdlZ2ZkC .form-wrapper .mbr-form .form-group,
  .cid-tqAdlZ2ZkC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqAdlZ2ZkC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqAdlZ2ZkC .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-tqAdlZ2ZkC .mbr-text {
  text-align: justify;
}
.cid-tqAdlZ2ZkC .pt-0 {
  padding-top: 0 !important;
}
.cid-tqAdlZ2ZkC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqAdlZ2ZkC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqAdlZ2ZkC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqAdlZ2ZkC .modal-open {
  overflow: hidden;
}
.cid-tqAdlZ2ZkC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqAdlZ2ZkC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqAdlZ2ZkC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqAdlZ2ZkC .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-tqAdlZ2ZkC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqAdlZ2ZkC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqAdlZ2ZkC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqAdlZ2ZkC .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-tqAdlZ2ZkC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqAdlZ2ZkC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqAdlZ2ZkC .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqAdlZ2ZkC .modal-backdrop.show {
  opacity: .5;
}
.cid-tqAdlZ2ZkC .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-tqAdlZ2ZkC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdlZ2ZkC .modal-header {
    padding: 1rem;
  }
}
.cid-tqAdlZ2ZkC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqAdlZ2ZkC .modal-header .close svg {
  fill: #353535;
}
.cid-tqAdlZ2ZkC .modal-header .close:hover {
  opacity: 1;
}
.cid-tqAdlZ2ZkC .modal-header .close:focus {
  outline: none;
}
.cid-tqAdlZ2ZkC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqAdlZ2ZkC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqAdlZ2ZkC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdlZ2ZkC .modal-body {
    padding: 1rem;
  }
}
.cid-tqAdlZ2ZkC .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-tqAdlZ2ZkC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdlZ2ZkC .modal-footer {
    padding: 1rem;
  }
}
.cid-tqAdlZ2ZkC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqAdlZ2ZkC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqAdlZ2ZkC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqAdlZ2ZkC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqAdlZ2ZkC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqAdlZ2ZkC .modal-lg,
  .cid-tqAdlZ2ZkC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqAdlZ2ZkC .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqAdlZ2ZkC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqAdlZ2ZkC .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-tqAdlZ2ZkC .form-group {
  margin-bottom: 1rem;
}
.cid-tqAdlZ2ZkC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqAdlZ2ZkC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqAdlZ2ZkC .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-tqAdlZ2ZkC .mbr-section-btn {
  margin: 0;
}
.cid-tqAdlZ2ZkC .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqAdm6AbOC.popup-builder {
  background-color: #ffffff;
}
.cid-tqAdm6AbOC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqAdm6AbOC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqAdm6AbOC .modal-content,
.cid-tqAdm6AbOC .modal-dialog {
  height: auto;
}
.cid-tqAdm6AbOC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqAdm6AbOC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqAdm6AbOC .form-wrapper .mbr-form .form-group,
  .cid-tqAdm6AbOC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqAdm6AbOC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqAdm6AbOC .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-tqAdm6AbOC .mbr-text {
  text-align: justify;
}
.cid-tqAdm6AbOC .pt-0 {
  padding-top: 0 !important;
}
.cid-tqAdm6AbOC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqAdm6AbOC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqAdm6AbOC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqAdm6AbOC .modal-open {
  overflow: hidden;
}
.cid-tqAdm6AbOC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqAdm6AbOC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqAdm6AbOC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqAdm6AbOC .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-tqAdm6AbOC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqAdm6AbOC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqAdm6AbOC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqAdm6AbOC .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-tqAdm6AbOC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqAdm6AbOC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqAdm6AbOC .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqAdm6AbOC .modal-backdrop.show {
  opacity: .5;
}
.cid-tqAdm6AbOC .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-tqAdm6AbOC .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdm6AbOC .modal-header {
    padding: 1rem;
  }
}
.cid-tqAdm6AbOC .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqAdm6AbOC .modal-header .close svg {
  fill: #353535;
}
.cid-tqAdm6AbOC .modal-header .close:hover {
  opacity: 1;
}
.cid-tqAdm6AbOC .modal-header .close:focus {
  outline: none;
}
.cid-tqAdm6AbOC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqAdm6AbOC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqAdm6AbOC .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdm6AbOC .modal-body {
    padding: 1rem;
  }
}
.cid-tqAdm6AbOC .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-tqAdm6AbOC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdm6AbOC .modal-footer {
    padding: 1rem;
  }
}
.cid-tqAdm6AbOC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqAdm6AbOC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqAdm6AbOC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqAdm6AbOC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqAdm6AbOC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqAdm6AbOC .modal-lg,
  .cid-tqAdm6AbOC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqAdm6AbOC .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqAdm6AbOC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqAdm6AbOC .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-tqAdm6AbOC .form-group {
  margin-bottom: 1rem;
}
.cid-tqAdm6AbOC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqAdm6AbOC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqAdm6AbOC .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-tqAdm6AbOC .mbr-section-btn {
  margin: 0;
}
.cid-tqAdm6AbOC .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqAdmerBaY.popup-builder {
  background-color: #ffffff;
}
.cid-tqAdmerBaY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqAdmerBaY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqAdmerBaY .modal-content,
.cid-tqAdmerBaY .modal-dialog {
  height: auto;
}
.cid-tqAdmerBaY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqAdmerBaY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqAdmerBaY .form-wrapper .mbr-form .form-group,
  .cid-tqAdmerBaY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqAdmerBaY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqAdmerBaY .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-tqAdmerBaY .mbr-text {
  text-align: justify;
}
.cid-tqAdmerBaY .pt-0 {
  padding-top: 0 !important;
}
.cid-tqAdmerBaY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqAdmerBaY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqAdmerBaY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqAdmerBaY .modal-open {
  overflow: hidden;
}
.cid-tqAdmerBaY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqAdmerBaY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqAdmerBaY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqAdmerBaY .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-tqAdmerBaY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqAdmerBaY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqAdmerBaY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqAdmerBaY .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-tqAdmerBaY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqAdmerBaY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqAdmerBaY .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqAdmerBaY .modal-backdrop.show {
  opacity: .5;
}
.cid-tqAdmerBaY .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-tqAdmerBaY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdmerBaY .modal-header {
    padding: 1rem;
  }
}
.cid-tqAdmerBaY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqAdmerBaY .modal-header .close svg {
  fill: #353535;
}
.cid-tqAdmerBaY .modal-header .close:hover {
  opacity: 1;
}
.cid-tqAdmerBaY .modal-header .close:focus {
  outline: none;
}
.cid-tqAdmerBaY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqAdmerBaY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqAdmerBaY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdmerBaY .modal-body {
    padding: 1rem;
  }
}
.cid-tqAdmerBaY .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-tqAdmerBaY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdmerBaY .modal-footer {
    padding: 1rem;
  }
}
.cid-tqAdmerBaY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqAdmerBaY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqAdmerBaY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqAdmerBaY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqAdmerBaY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqAdmerBaY .modal-lg,
  .cid-tqAdmerBaY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqAdmerBaY .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqAdmerBaY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqAdmerBaY .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-tqAdmerBaY .form-group {
  margin-bottom: 1rem;
}
.cid-tqAdmerBaY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqAdmerBaY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqAdmerBaY .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-tqAdmerBaY .mbr-section-btn {
  margin: 0;
}
.cid-tqAdmerBaY .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqAdmltvAP.popup-builder {
  background-color: #ffffff;
}
.cid-tqAdmltvAP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqAdmltvAP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqAdmltvAP .modal-content,
.cid-tqAdmltvAP .modal-dialog {
  height: auto;
}
.cid-tqAdmltvAP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqAdmltvAP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqAdmltvAP .form-wrapper .mbr-form .form-group,
  .cid-tqAdmltvAP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqAdmltvAP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqAdmltvAP .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-tqAdmltvAP .mbr-text {
  text-align: justify;
}
.cid-tqAdmltvAP .pt-0 {
  padding-top: 0 !important;
}
.cid-tqAdmltvAP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqAdmltvAP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqAdmltvAP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqAdmltvAP .modal-open {
  overflow: hidden;
}
.cid-tqAdmltvAP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqAdmltvAP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqAdmltvAP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqAdmltvAP .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-tqAdmltvAP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqAdmltvAP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqAdmltvAP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqAdmltvAP .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-tqAdmltvAP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqAdmltvAP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqAdmltvAP .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqAdmltvAP .modal-backdrop.show {
  opacity: .5;
}
.cid-tqAdmltvAP .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-tqAdmltvAP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdmltvAP .modal-header {
    padding: 1rem;
  }
}
.cid-tqAdmltvAP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqAdmltvAP .modal-header .close svg {
  fill: #353535;
}
.cid-tqAdmltvAP .modal-header .close:hover {
  opacity: 1;
}
.cid-tqAdmltvAP .modal-header .close:focus {
  outline: none;
}
.cid-tqAdmltvAP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqAdmltvAP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqAdmltvAP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdmltvAP .modal-body {
    padding: 1rem;
  }
}
.cid-tqAdmltvAP .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-tqAdmltvAP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdmltvAP .modal-footer {
    padding: 1rem;
  }
}
.cid-tqAdmltvAP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqAdmltvAP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqAdmltvAP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqAdmltvAP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqAdmltvAP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqAdmltvAP .modal-lg,
  .cid-tqAdmltvAP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqAdmltvAP .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqAdmltvAP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqAdmltvAP .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-tqAdmltvAP .form-group {
  margin-bottom: 1rem;
}
.cid-tqAdmltvAP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqAdmltvAP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqAdmltvAP .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-tqAdmltvAP .mbr-section-btn {
  margin: 0;
}
.cid-tqAdmltvAP .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqAdmt3aOT.popup-builder {
  background-color: #ffffff;
}
.cid-tqAdmt3aOT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqAdmt3aOT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqAdmt3aOT .modal-content,
.cid-tqAdmt3aOT .modal-dialog {
  height: auto;
}
.cid-tqAdmt3aOT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqAdmt3aOT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqAdmt3aOT .form-wrapper .mbr-form .form-group,
  .cid-tqAdmt3aOT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqAdmt3aOT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqAdmt3aOT .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-tqAdmt3aOT .mbr-text {
  text-align: justify;
}
.cid-tqAdmt3aOT .pt-0 {
  padding-top: 0 !important;
}
.cid-tqAdmt3aOT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqAdmt3aOT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqAdmt3aOT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqAdmt3aOT .modal-open {
  overflow: hidden;
}
.cid-tqAdmt3aOT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqAdmt3aOT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqAdmt3aOT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqAdmt3aOT .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-tqAdmt3aOT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqAdmt3aOT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqAdmt3aOT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqAdmt3aOT .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-tqAdmt3aOT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqAdmt3aOT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqAdmt3aOT .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqAdmt3aOT .modal-backdrop.show {
  opacity: .5;
}
.cid-tqAdmt3aOT .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-tqAdmt3aOT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdmt3aOT .modal-header {
    padding: 1rem;
  }
}
.cid-tqAdmt3aOT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqAdmt3aOT .modal-header .close svg {
  fill: #353535;
}
.cid-tqAdmt3aOT .modal-header .close:hover {
  opacity: 1;
}
.cid-tqAdmt3aOT .modal-header .close:focus {
  outline: none;
}
.cid-tqAdmt3aOT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqAdmt3aOT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqAdmt3aOT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdmt3aOT .modal-body {
    padding: 1rem;
  }
}
.cid-tqAdmt3aOT .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-tqAdmt3aOT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdmt3aOT .modal-footer {
    padding: 1rem;
  }
}
.cid-tqAdmt3aOT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqAdmt3aOT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqAdmt3aOT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqAdmt3aOT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqAdmt3aOT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqAdmt3aOT .modal-lg,
  .cid-tqAdmt3aOT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqAdmt3aOT .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqAdmt3aOT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqAdmt3aOT .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-tqAdmt3aOT .form-group {
  margin-bottom: 1rem;
}
.cid-tqAdmt3aOT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqAdmt3aOT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqAdmt3aOT .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-tqAdmt3aOT .mbr-section-btn {
  margin: 0;
}
.cid-tqAdmt3aOT .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqAdmBb1Eu.popup-builder {
  background-color: #ffffff;
}
.cid-tqAdmBb1Eu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqAdmBb1Eu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqAdmBb1Eu .modal-content,
.cid-tqAdmBb1Eu .modal-dialog {
  height: auto;
}
.cid-tqAdmBb1Eu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqAdmBb1Eu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqAdmBb1Eu .form-wrapper .mbr-form .form-group,
  .cid-tqAdmBb1Eu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqAdmBb1Eu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqAdmBb1Eu .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-tqAdmBb1Eu .mbr-text {
  text-align: justify;
}
.cid-tqAdmBb1Eu .pt-0 {
  padding-top: 0 !important;
}
.cid-tqAdmBb1Eu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqAdmBb1Eu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqAdmBb1Eu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqAdmBb1Eu .modal-open {
  overflow: hidden;
}
.cid-tqAdmBb1Eu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqAdmBb1Eu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqAdmBb1Eu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqAdmBb1Eu .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-tqAdmBb1Eu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqAdmBb1Eu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqAdmBb1Eu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqAdmBb1Eu .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-tqAdmBb1Eu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqAdmBb1Eu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqAdmBb1Eu .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqAdmBb1Eu .modal-backdrop.show {
  opacity: .5;
}
.cid-tqAdmBb1Eu .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-tqAdmBb1Eu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdmBb1Eu .modal-header {
    padding: 1rem;
  }
}
.cid-tqAdmBb1Eu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqAdmBb1Eu .modal-header .close svg {
  fill: #353535;
}
.cid-tqAdmBb1Eu .modal-header .close:hover {
  opacity: 1;
}
.cid-tqAdmBb1Eu .modal-header .close:focus {
  outline: none;
}
.cid-tqAdmBb1Eu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqAdmBb1Eu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqAdmBb1Eu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdmBb1Eu .modal-body {
    padding: 1rem;
  }
}
.cid-tqAdmBb1Eu .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-tqAdmBb1Eu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdmBb1Eu .modal-footer {
    padding: 1rem;
  }
}
.cid-tqAdmBb1Eu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqAdmBb1Eu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqAdmBb1Eu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqAdmBb1Eu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqAdmBb1Eu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqAdmBb1Eu .modal-lg,
  .cid-tqAdmBb1Eu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqAdmBb1Eu .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqAdmBb1Eu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqAdmBb1Eu .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-tqAdmBb1Eu .form-group {
  margin-bottom: 1rem;
}
.cid-tqAdmBb1Eu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqAdmBb1Eu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqAdmBb1Eu .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-tqAdmBb1Eu .mbr-section-btn {
  margin: 0;
}
.cid-tqAdmBb1Eu .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqAdmJ6vo8.popup-builder {
  background-color: #ffffff;
}
.cid-tqAdmJ6vo8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqAdmJ6vo8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqAdmJ6vo8 .modal-content,
.cid-tqAdmJ6vo8 .modal-dialog {
  height: auto;
}
.cid-tqAdmJ6vo8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqAdmJ6vo8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqAdmJ6vo8 .form-wrapper .mbr-form .form-group,
  .cid-tqAdmJ6vo8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqAdmJ6vo8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqAdmJ6vo8 .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-tqAdmJ6vo8 .mbr-text {
  text-align: justify;
}
.cid-tqAdmJ6vo8 .pt-0 {
  padding-top: 0 !important;
}
.cid-tqAdmJ6vo8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqAdmJ6vo8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqAdmJ6vo8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqAdmJ6vo8 .modal-open {
  overflow: hidden;
}
.cid-tqAdmJ6vo8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqAdmJ6vo8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqAdmJ6vo8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqAdmJ6vo8 .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-tqAdmJ6vo8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqAdmJ6vo8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqAdmJ6vo8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqAdmJ6vo8 .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-tqAdmJ6vo8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqAdmJ6vo8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqAdmJ6vo8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqAdmJ6vo8 .modal-backdrop.show {
  opacity: .5;
}
.cid-tqAdmJ6vo8 .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-tqAdmJ6vo8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdmJ6vo8 .modal-header {
    padding: 1rem;
  }
}
.cid-tqAdmJ6vo8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqAdmJ6vo8 .modal-header .close svg {
  fill: #353535;
}
.cid-tqAdmJ6vo8 .modal-header .close:hover {
  opacity: 1;
}
.cid-tqAdmJ6vo8 .modal-header .close:focus {
  outline: none;
}
.cid-tqAdmJ6vo8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqAdmJ6vo8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqAdmJ6vo8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdmJ6vo8 .modal-body {
    padding: 1rem;
  }
}
.cid-tqAdmJ6vo8 .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-tqAdmJ6vo8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdmJ6vo8 .modal-footer {
    padding: 1rem;
  }
}
.cid-tqAdmJ6vo8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqAdmJ6vo8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqAdmJ6vo8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqAdmJ6vo8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqAdmJ6vo8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqAdmJ6vo8 .modal-lg,
  .cid-tqAdmJ6vo8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqAdmJ6vo8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqAdmJ6vo8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqAdmJ6vo8 .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-tqAdmJ6vo8 .form-group {
  margin-bottom: 1rem;
}
.cid-tqAdmJ6vo8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqAdmJ6vo8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqAdmJ6vo8 .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-tqAdmJ6vo8 .mbr-section-btn {
  margin: 0;
}
.cid-tqAdmJ6vo8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqAdmRkqdI.popup-builder {
  background-color: #ffffff;
}
.cid-tqAdmRkqdI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqAdmRkqdI.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqAdmRkqdI .modal-content,
.cid-tqAdmRkqdI .modal-dialog {
  height: auto;
}
.cid-tqAdmRkqdI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqAdmRkqdI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqAdmRkqdI .form-wrapper .mbr-form .form-group,
  .cid-tqAdmRkqdI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqAdmRkqdI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqAdmRkqdI .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-tqAdmRkqdI .mbr-text {
  text-align: justify;
}
.cid-tqAdmRkqdI .pt-0 {
  padding-top: 0 !important;
}
.cid-tqAdmRkqdI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqAdmRkqdI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqAdmRkqdI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqAdmRkqdI .modal-open {
  overflow: hidden;
}
.cid-tqAdmRkqdI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqAdmRkqdI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqAdmRkqdI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqAdmRkqdI .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-tqAdmRkqdI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqAdmRkqdI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqAdmRkqdI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqAdmRkqdI .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-tqAdmRkqdI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqAdmRkqdI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqAdmRkqdI .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqAdmRkqdI .modal-backdrop.show {
  opacity: .5;
}
.cid-tqAdmRkqdI .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-tqAdmRkqdI .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdmRkqdI .modal-header {
    padding: 1rem;
  }
}
.cid-tqAdmRkqdI .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqAdmRkqdI .modal-header .close svg {
  fill: #353535;
}
.cid-tqAdmRkqdI .modal-header .close:hover {
  opacity: 1;
}
.cid-tqAdmRkqdI .modal-header .close:focus {
  outline: none;
}
.cid-tqAdmRkqdI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqAdmRkqdI .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqAdmRkqdI .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdmRkqdI .modal-body {
    padding: 1rem;
  }
}
.cid-tqAdmRkqdI .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-tqAdmRkqdI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdmRkqdI .modal-footer {
    padding: 1rem;
  }
}
.cid-tqAdmRkqdI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqAdmRkqdI .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqAdmRkqdI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqAdmRkqdI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqAdmRkqdI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqAdmRkqdI .modal-lg,
  .cid-tqAdmRkqdI .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqAdmRkqdI .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqAdmRkqdI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqAdmRkqdI .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-tqAdmRkqdI .form-group {
  margin-bottom: 1rem;
}
.cid-tqAdmRkqdI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqAdmRkqdI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqAdmRkqdI .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-tqAdmRkqdI .mbr-section-btn {
  margin: 0;
}
.cid-tqAdmRkqdI .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqAdn025Wb.popup-builder {
  background-color: #ffffff;
}
.cid-tqAdn025Wb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqAdn025Wb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqAdn025Wb .modal-content,
.cid-tqAdn025Wb .modal-dialog {
  height: auto;
}
.cid-tqAdn025Wb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqAdn025Wb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqAdn025Wb .form-wrapper .mbr-form .form-group,
  .cid-tqAdn025Wb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqAdn025Wb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqAdn025Wb .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-tqAdn025Wb .mbr-text {
  text-align: justify;
}
.cid-tqAdn025Wb .pt-0 {
  padding-top: 0 !important;
}
.cid-tqAdn025Wb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqAdn025Wb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqAdn025Wb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqAdn025Wb .modal-open {
  overflow: hidden;
}
.cid-tqAdn025Wb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqAdn025Wb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqAdn025Wb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqAdn025Wb .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-tqAdn025Wb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqAdn025Wb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqAdn025Wb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqAdn025Wb .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-tqAdn025Wb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqAdn025Wb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqAdn025Wb .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqAdn025Wb .modal-backdrop.show {
  opacity: .5;
}
.cid-tqAdn025Wb .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-tqAdn025Wb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdn025Wb .modal-header {
    padding: 1rem;
  }
}
.cid-tqAdn025Wb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqAdn025Wb .modal-header .close svg {
  fill: #353535;
}
.cid-tqAdn025Wb .modal-header .close:hover {
  opacity: 1;
}
.cid-tqAdn025Wb .modal-header .close:focus {
  outline: none;
}
.cid-tqAdn025Wb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqAdn025Wb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqAdn025Wb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdn025Wb .modal-body {
    padding: 1rem;
  }
}
.cid-tqAdn025Wb .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-tqAdn025Wb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAdn025Wb .modal-footer {
    padding: 1rem;
  }
}
.cid-tqAdn025Wb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqAdn025Wb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqAdn025Wb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqAdn025Wb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqAdn025Wb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqAdn025Wb .modal-lg,
  .cid-tqAdn025Wb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqAdn025Wb .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqAdn025Wb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqAdn025Wb .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-tqAdn025Wb .form-group {
  margin-bottom: 1rem;
}
.cid-tqAdn025Wb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqAdn025Wb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqAdn025Wb .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-tqAdn025Wb .mbr-section-btn {
  margin: 0;
}
.cid-tqAdn025Wb .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqAfQT1ul1.popup-builder {
  background-color: #ffffff;
}
.cid-tqAfQT1ul1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqAfQT1ul1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqAfQT1ul1 .modal-content,
.cid-tqAfQT1ul1 .modal-dialog {
  height: auto;
}
.cid-tqAfQT1ul1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqAfQT1ul1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqAfQT1ul1 .form-wrapper .mbr-form .form-group,
  .cid-tqAfQT1ul1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqAfQT1ul1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqAfQT1ul1 .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-tqAfQT1ul1 .mbr-text {
  text-align: justify;
}
.cid-tqAfQT1ul1 .pt-0 {
  padding-top: 0 !important;
}
.cid-tqAfQT1ul1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqAfQT1ul1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqAfQT1ul1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqAfQT1ul1 .modal-open {
  overflow: hidden;
}
.cid-tqAfQT1ul1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqAfQT1ul1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqAfQT1ul1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqAfQT1ul1 .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-tqAfQT1ul1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqAfQT1ul1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqAfQT1ul1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqAfQT1ul1 .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-tqAfQT1ul1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqAfQT1ul1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqAfQT1ul1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqAfQT1ul1 .modal-backdrop.show {
  opacity: .5;
}
.cid-tqAfQT1ul1 .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-tqAfQT1ul1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAfQT1ul1 .modal-header {
    padding: 1rem;
  }
}
.cid-tqAfQT1ul1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqAfQT1ul1 .modal-header .close svg {
  fill: #353535;
}
.cid-tqAfQT1ul1 .modal-header .close:hover {
  opacity: 1;
}
.cid-tqAfQT1ul1 .modal-header .close:focus {
  outline: none;
}
.cid-tqAfQT1ul1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqAfQT1ul1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqAfQT1ul1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAfQT1ul1 .modal-body {
    padding: 1rem;
  }
}
.cid-tqAfQT1ul1 .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-tqAfQT1ul1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAfQT1ul1 .modal-footer {
    padding: 1rem;
  }
}
.cid-tqAfQT1ul1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqAfQT1ul1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqAfQT1ul1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqAfQT1ul1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqAfQT1ul1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqAfQT1ul1 .modal-lg,
  .cid-tqAfQT1ul1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqAfQT1ul1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqAfQT1ul1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqAfQT1ul1 .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-tqAfQT1ul1 .form-group {
  margin-bottom: 1rem;
}
.cid-tqAfQT1ul1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqAfQT1ul1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqAfQT1ul1 .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-tqAfQT1ul1 .mbr-section-btn {
  margin: 0;
}
.cid-tqAfQT1ul1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqAgoTVkH5.popup-builder {
  background-color: #ffffff;
}
.cid-tqAgoTVkH5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqAgoTVkH5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqAgoTVkH5 .modal-content,
.cid-tqAgoTVkH5 .modal-dialog {
  height: auto;
}
.cid-tqAgoTVkH5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqAgoTVkH5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqAgoTVkH5 .form-wrapper .mbr-form .form-group,
  .cid-tqAgoTVkH5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqAgoTVkH5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqAgoTVkH5 .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-tqAgoTVkH5 .mbr-text {
  text-align: justify;
}
.cid-tqAgoTVkH5 .pt-0 {
  padding-top: 0 !important;
}
.cid-tqAgoTVkH5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqAgoTVkH5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqAgoTVkH5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqAgoTVkH5 .modal-open {
  overflow: hidden;
}
.cid-tqAgoTVkH5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqAgoTVkH5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqAgoTVkH5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqAgoTVkH5 .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-tqAgoTVkH5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqAgoTVkH5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqAgoTVkH5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqAgoTVkH5 .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-tqAgoTVkH5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqAgoTVkH5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqAgoTVkH5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqAgoTVkH5 .modal-backdrop.show {
  opacity: .5;
}
.cid-tqAgoTVkH5 .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-tqAgoTVkH5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAgoTVkH5 .modal-header {
    padding: 1rem;
  }
}
.cid-tqAgoTVkH5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqAgoTVkH5 .modal-header .close svg {
  fill: #353535;
}
.cid-tqAgoTVkH5 .modal-header .close:hover {
  opacity: 1;
}
.cid-tqAgoTVkH5 .modal-header .close:focus {
  outline: none;
}
.cid-tqAgoTVkH5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqAgoTVkH5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqAgoTVkH5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAgoTVkH5 .modal-body {
    padding: 1rem;
  }
}
.cid-tqAgoTVkH5 .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-tqAgoTVkH5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAgoTVkH5 .modal-footer {
    padding: 1rem;
  }
}
.cid-tqAgoTVkH5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqAgoTVkH5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqAgoTVkH5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqAgoTVkH5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqAgoTVkH5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqAgoTVkH5 .modal-lg,
  .cid-tqAgoTVkH5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqAgoTVkH5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqAgoTVkH5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqAgoTVkH5 .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-tqAgoTVkH5 .form-group {
  margin-bottom: 1rem;
}
.cid-tqAgoTVkH5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqAgoTVkH5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqAgoTVkH5 .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-tqAgoTVkH5 .mbr-section-btn {
  margin: 0;
}
.cid-tqAgoTVkH5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqAgsA1fPb.popup-builder {
  background-color: #ffffff;
}
.cid-tqAgsA1fPb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqAgsA1fPb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqAgsA1fPb .modal-content,
.cid-tqAgsA1fPb .modal-dialog {
  height: auto;
}
.cid-tqAgsA1fPb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqAgsA1fPb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqAgsA1fPb .form-wrapper .mbr-form .form-group,
  .cid-tqAgsA1fPb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqAgsA1fPb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqAgsA1fPb .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-tqAgsA1fPb .mbr-text {
  text-align: justify;
}
.cid-tqAgsA1fPb .pt-0 {
  padding-top: 0 !important;
}
.cid-tqAgsA1fPb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqAgsA1fPb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqAgsA1fPb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqAgsA1fPb .modal-open {
  overflow: hidden;
}
.cid-tqAgsA1fPb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqAgsA1fPb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqAgsA1fPb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqAgsA1fPb .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-tqAgsA1fPb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqAgsA1fPb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqAgsA1fPb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqAgsA1fPb .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-tqAgsA1fPb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqAgsA1fPb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqAgsA1fPb .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqAgsA1fPb .modal-backdrop.show {
  opacity: .5;
}
.cid-tqAgsA1fPb .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-tqAgsA1fPb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAgsA1fPb .modal-header {
    padding: 1rem;
  }
}
.cid-tqAgsA1fPb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqAgsA1fPb .modal-header .close svg {
  fill: #353535;
}
.cid-tqAgsA1fPb .modal-header .close:hover {
  opacity: 1;
}
.cid-tqAgsA1fPb .modal-header .close:focus {
  outline: none;
}
.cid-tqAgsA1fPb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqAgsA1fPb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqAgsA1fPb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAgsA1fPb .modal-body {
    padding: 1rem;
  }
}
.cid-tqAgsA1fPb .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-tqAgsA1fPb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAgsA1fPb .modal-footer {
    padding: 1rem;
  }
}
.cid-tqAgsA1fPb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqAgsA1fPb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqAgsA1fPb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqAgsA1fPb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqAgsA1fPb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqAgsA1fPb .modal-lg,
  .cid-tqAgsA1fPb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqAgsA1fPb .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqAgsA1fPb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqAgsA1fPb .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-tqAgsA1fPb .form-group {
  margin-bottom: 1rem;
}
.cid-tqAgsA1fPb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqAgsA1fPb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqAgsA1fPb .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-tqAgsA1fPb .mbr-section-btn {
  margin: 0;
}
.cid-tqAgsA1fPb .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqAgB9ip9C.popup-builder {
  background-color: #ffffff;
}
.cid-tqAgB9ip9C.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqAgB9ip9C.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqAgB9ip9C .modal-content,
.cid-tqAgB9ip9C .modal-dialog {
  height: auto;
}
.cid-tqAgB9ip9C .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqAgB9ip9C .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqAgB9ip9C .form-wrapper .mbr-form .form-group,
  .cid-tqAgB9ip9C .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqAgB9ip9C .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqAgB9ip9C .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-tqAgB9ip9C .mbr-text {
  text-align: justify;
}
.cid-tqAgB9ip9C .pt-0 {
  padding-top: 0 !important;
}
.cid-tqAgB9ip9C .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqAgB9ip9C .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqAgB9ip9C .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqAgB9ip9C .modal-open {
  overflow: hidden;
}
.cid-tqAgB9ip9C .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqAgB9ip9C .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqAgB9ip9C .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqAgB9ip9C .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-tqAgB9ip9C .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqAgB9ip9C .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqAgB9ip9C .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqAgB9ip9C .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-tqAgB9ip9C .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqAgB9ip9C .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqAgB9ip9C .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqAgB9ip9C .modal-backdrop.show {
  opacity: .5;
}
.cid-tqAgB9ip9C .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-tqAgB9ip9C .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAgB9ip9C .modal-header {
    padding: 1rem;
  }
}
.cid-tqAgB9ip9C .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqAgB9ip9C .modal-header .close svg {
  fill: #353535;
}
.cid-tqAgB9ip9C .modal-header .close:hover {
  opacity: 1;
}
.cid-tqAgB9ip9C .modal-header .close:focus {
  outline: none;
}
.cid-tqAgB9ip9C .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqAgB9ip9C .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqAgB9ip9C .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAgB9ip9C .modal-body {
    padding: 1rem;
  }
}
.cid-tqAgB9ip9C .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-tqAgB9ip9C .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAgB9ip9C .modal-footer {
    padding: 1rem;
  }
}
.cid-tqAgB9ip9C .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqAgB9ip9C .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqAgB9ip9C .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqAgB9ip9C .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqAgB9ip9C .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqAgB9ip9C .modal-lg,
  .cid-tqAgB9ip9C .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqAgB9ip9C .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqAgB9ip9C .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqAgB9ip9C .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-tqAgB9ip9C .form-group {
  margin-bottom: 1rem;
}
.cid-tqAgB9ip9C .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqAgB9ip9C .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqAgB9ip9C .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-tqAgB9ip9C .mbr-section-btn {
  margin: 0;
}
.cid-tqAgB9ip9C .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqAgFcmH3s.popup-builder {
  background-color: #ffffff;
}
.cid-tqAgFcmH3s.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqAgFcmH3s.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqAgFcmH3s .modal-content,
.cid-tqAgFcmH3s .modal-dialog {
  height: auto;
}
.cid-tqAgFcmH3s .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqAgFcmH3s .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqAgFcmH3s .form-wrapper .mbr-form .form-group,
  .cid-tqAgFcmH3s .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqAgFcmH3s .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqAgFcmH3s .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-tqAgFcmH3s .mbr-text {
  text-align: justify;
}
.cid-tqAgFcmH3s .pt-0 {
  padding-top: 0 !important;
}
.cid-tqAgFcmH3s .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqAgFcmH3s .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqAgFcmH3s .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqAgFcmH3s .modal-open {
  overflow: hidden;
}
.cid-tqAgFcmH3s .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqAgFcmH3s .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqAgFcmH3s .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqAgFcmH3s .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-tqAgFcmH3s .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqAgFcmH3s .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqAgFcmH3s .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqAgFcmH3s .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-tqAgFcmH3s .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqAgFcmH3s .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqAgFcmH3s .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqAgFcmH3s .modal-backdrop.show {
  opacity: .5;
}
.cid-tqAgFcmH3s .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-tqAgFcmH3s .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAgFcmH3s .modal-header {
    padding: 1rem;
  }
}
.cid-tqAgFcmH3s .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqAgFcmH3s .modal-header .close svg {
  fill: #353535;
}
.cid-tqAgFcmH3s .modal-header .close:hover {
  opacity: 1;
}
.cid-tqAgFcmH3s .modal-header .close:focus {
  outline: none;
}
.cid-tqAgFcmH3s .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqAgFcmH3s .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqAgFcmH3s .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAgFcmH3s .modal-body {
    padding: 1rem;
  }
}
.cid-tqAgFcmH3s .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-tqAgFcmH3s .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqAgFcmH3s .modal-footer {
    padding: 1rem;
  }
}
.cid-tqAgFcmH3s .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqAgFcmH3s .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqAgFcmH3s .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqAgFcmH3s .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqAgFcmH3s .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqAgFcmH3s .modal-lg,
  .cid-tqAgFcmH3s .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqAgFcmH3s .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqAgFcmH3s .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqAgFcmH3s .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-tqAgFcmH3s .form-group {
  margin-bottom: 1rem;
}
.cid-tqAgFcmH3s .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqAgFcmH3s .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqAgFcmH3s .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-tqAgFcmH3s .mbr-section-btn {
  margin: 0;
}
.cid-tqAgFcmH3s .mbr-section-btn .btn {
  margin: 0;
}
.cid-ty2LVhPJAW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-ty2LVhPJAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty2LVhPJAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ty2LVhPJAW .container {
    padding: 0 30px;
  }
}
.cid-ty2LVhPJAW .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-ty2LVhPJAW .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-ty2LVhPJAW .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ty2LVhPJAW .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-ty2LVhPJAW .mbr-section-title {
  color: #ffffff;
}
.cid-ty2LVhPJAW .mbr-text {
  color: #ffffff;
}
.cid-taVWVNn9dR .navbar-dropdown {
  position: relative !important;
}
.cid-taVWVNn9dR .navbar-dropdown {
  position: absolute !important;
}
.cid-taVWVNn9dR .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-taVWVNn9dR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taVWVNn9dR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taVWVNn9dR .dropdown-item:hover,
.cid-taVWVNn9dR .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-taVWVNn9dR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taVWVNn9dR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taVWVNn9dR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taVWVNn9dR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taVWVNn9dR .nav-link {
  position: relative;
}
.cid-taVWVNn9dR .container {
  display: flex;
  margin: auto;
}
.cid-taVWVNn9dR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taVWVNn9dR .dropdown-menu,
.cid-taVWVNn9dR .navbar.opened {
  background: #fafafa !important;
}
.cid-taVWVNn9dR .nav-item:focus,
.cid-taVWVNn9dR .nav-link:focus {
  outline: none;
}
.cid-taVWVNn9dR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taVWVNn9dR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taVWVNn9dR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taVWVNn9dR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taVWVNn9dR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taVWVNn9dR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taVWVNn9dR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-taVWVNn9dR .navbar.opened {
  transition: all 0.3s;
}
.cid-taVWVNn9dR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taVWVNn9dR .navbar .navbar-logo img {
  width: auto;
}
.cid-taVWVNn9dR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taVWVNn9dR .navbar.collapsed {
  justify-content: center;
}
.cid-taVWVNn9dR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taVWVNn9dR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taVWVNn9dR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-taVWVNn9dR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taVWVNn9dR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taVWVNn9dR .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-taVWVNn9dR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taVWVNn9dR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taVWVNn9dR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taVWVNn9dR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taVWVNn9dR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taVWVNn9dR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taVWVNn9dR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taVWVNn9dR .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-taVWVNn9dR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taVWVNn9dR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taVWVNn9dR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taVWVNn9dR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taVWVNn9dR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taVWVNn9dR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taVWVNn9dR .navbar.navbar-short {
  min-height: 60px;
}
.cid-taVWVNn9dR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taVWVNn9dR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taVWVNn9dR .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-taVWVNn9dR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taVWVNn9dR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taVWVNn9dR .dropdown-item.active,
.cid-taVWVNn9dR .dropdown-item:active {
  background-color: transparent;
}
.cid-taVWVNn9dR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taVWVNn9dR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taVWVNn9dR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taVWVNn9dR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-taVWVNn9dR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taVWVNn9dR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taVWVNn9dR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taVWVNn9dR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taVWVNn9dR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taVWVNn9dR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #671e75;
}
.cid-taVWVNn9dR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taVWVNn9dR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taVWVNn9dR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taVWVNn9dR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taVWVNn9dR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taVWVNn9dR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taVWVNn9dR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taVWVNn9dR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taVWVNn9dR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-taVWVNn9dR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taVWVNn9dR .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-taVWVNn9dR .navbar {
    height: 70px;
  }
  .cid-taVWVNn9dR .navbar.opened {
    height: auto;
  }
  .cid-taVWVNn9dR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty89C7ZNuq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ty89C7ZNuq .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-ty89C7ZNuq .card-box:focus-within {
  opacity: 1;
}
.cid-ty89C7ZNuq .row-center {
  height: 100%;
}
.cid-ty89C7ZNuq .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
}
.cid-ty89C7ZNuq .card-img img {
  margin: auto;
}
.cid-ty89C7ZNuq .card-wrapper {
  display: flex;
  position: relative;
  border: 1px solid #efefef;
  margin: auto;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 4px;
  cursor: pointer;
  height: 100%;
  padding: 6rem 1rem;
  min-height: 240px;
  transition: all 1s;
}
.cid-ty89C7ZNuq .card-wrapper:before {
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: #671e75;
  opacity: 0.8;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s;
  transition-delay: 0.15s;
}
.cid-ty89C7ZNuq .card-wrapper:hover .card-box,
.cid-ty89C7ZNuq .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.15s;
}
.cid-ty89C7ZNuq .card-wrapper:hover .card-img,
.cid-ty89C7ZNuq .card-wrapper:focus-within .card-img {
  transform: translateY(-15px);
}
.cid-ty89C7ZNuq .card-wrapper:hover:before,
.cid-ty89C7ZNuq .card-wrapper:focus-within:before {
  height: 100%;
  transition-delay: 0s;
}
.cid-ty89C7ZNuq .row {
  justify-content: center;
}
.cid-ty89C7ZNuq .card-title {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-ty89C7ZNuq .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-ty89C7ZNuq .card-img {
    transform: translateY(-15px);
  }
  .cid-ty89C7ZNuq .card-wrapper:before {
    height: 100%;
  }
}
.cid-tqQVAlHa6J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/nota-2000x1330.jpg");
}
.cid-tqQVAlHa6J .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tqQVAlHa6J form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tqQVAlHa6J form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tqQVAlHa6J form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqQVAlHa6J .mbr-section-title {
  color: #671e75;
}
.cid-taVWVTdkhP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #671e75;
}
@media (max-width: 767px) {
  .cid-taVWVTdkhP .content {
    text-align: center;
  }
  .cid-taVWVTdkhP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-taVWVTdkhP .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-taVWVTdkhP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-taVWVTdkhP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-taVWVTdkhP .google-map {
  height: 25rem;
  position: relative;
}
.cid-taVWVTdkhP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-taVWVTdkhP .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-taVWVTdkhP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-taVWVTdkhP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-taVWVTdkhP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-taVWVTdkhP .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-taVWVTdkhP .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-taVWVTdkhP .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-taVWVTdkhP .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-taVWVTdkhP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-taVWVTdkhP .list {
  list-style-type: none;
  padding: 0;
}
.cid-taVWVTdkhP H5 {
  color: #ffffff;
}
.cid-taVWVTdkhP .mbr-text {
  color: #ffffff;
}
.cid-tqQThywL2f.popup-builder {
  background-color: #ffffff;
}
.cid-tqQThywL2f.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqQThywL2f.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqQThywL2f .modal-content,
.cid-tqQThywL2f .modal-dialog {
  height: auto;
}
.cid-tqQThywL2f .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqQThywL2f .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqQThywL2f .form-wrapper .mbr-form .form-group,
  .cid-tqQThywL2f .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqQThywL2f .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqQThywL2f .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-tqQThywL2f .mbr-text {
  text-align: justify;
}
.cid-tqQThywL2f .pt-0 {
  padding-top: 0 !important;
}
.cid-tqQThywL2f .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqQThywL2f .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqQThywL2f .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqQThywL2f .modal-open {
  overflow: hidden;
}
.cid-tqQThywL2f .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqQThywL2f .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqQThywL2f .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqQThywL2f .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-tqQThywL2f .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqQThywL2f .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqQThywL2f .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqQThywL2f .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-tqQThywL2f .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqQThywL2f .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqQThywL2f .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqQThywL2f .modal-backdrop.show {
  opacity: .5;
}
.cid-tqQThywL2f .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-tqQThywL2f .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQThywL2f .modal-header {
    padding: 1rem;
  }
}
.cid-tqQThywL2f .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqQThywL2f .modal-header .close svg {
  fill: #353535;
}
.cid-tqQThywL2f .modal-header .close:hover {
  opacity: 1;
}
.cid-tqQThywL2f .modal-header .close:focus {
  outline: none;
}
.cid-tqQThywL2f .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqQThywL2f .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqQThywL2f .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQThywL2f .modal-body {
    padding: 1rem;
  }
}
.cid-tqQThywL2f .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-tqQThywL2f .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQThywL2f .modal-footer {
    padding: 1rem;
  }
}
.cid-tqQThywL2f .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqQThywL2f .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqQThywL2f .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqQThywL2f .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqQThywL2f .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqQThywL2f .modal-lg,
  .cid-tqQThywL2f .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqQThywL2f .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqQThywL2f .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqQThywL2f .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-tqQThywL2f .form-group {
  margin-bottom: 1rem;
}
.cid-tqQThywL2f .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqQThywL2f .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqQThywL2f .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-tqQThywL2f .mbr-section-btn {
  margin: 0;
}
.cid-tqQThywL2f .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqQThTuh3T.popup-builder {
  background-color: #ffffff;
}
.cid-tqQThTuh3T.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqQThTuh3T.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqQThTuh3T .modal-content,
.cid-tqQThTuh3T .modal-dialog {
  height: auto;
}
.cid-tqQThTuh3T .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqQThTuh3T .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqQThTuh3T .form-wrapper .mbr-form .form-group,
  .cid-tqQThTuh3T .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqQThTuh3T .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqQThTuh3T .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-tqQThTuh3T .mbr-text {
  text-align: justify;
}
.cid-tqQThTuh3T .pt-0 {
  padding-top: 0 !important;
}
.cid-tqQThTuh3T .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqQThTuh3T .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqQThTuh3T .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqQThTuh3T .modal-open {
  overflow: hidden;
}
.cid-tqQThTuh3T .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqQThTuh3T .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqQThTuh3T .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqQThTuh3T .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-tqQThTuh3T .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqQThTuh3T .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqQThTuh3T .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqQThTuh3T .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-tqQThTuh3T .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqQThTuh3T .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqQThTuh3T .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqQThTuh3T .modal-backdrop.show {
  opacity: .5;
}
.cid-tqQThTuh3T .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-tqQThTuh3T .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQThTuh3T .modal-header {
    padding: 1rem;
  }
}
.cid-tqQThTuh3T .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqQThTuh3T .modal-header .close svg {
  fill: #353535;
}
.cid-tqQThTuh3T .modal-header .close:hover {
  opacity: 1;
}
.cid-tqQThTuh3T .modal-header .close:focus {
  outline: none;
}
.cid-tqQThTuh3T .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqQThTuh3T .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqQThTuh3T .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQThTuh3T .modal-body {
    padding: 1rem;
  }
}
.cid-tqQThTuh3T .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-tqQThTuh3T .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQThTuh3T .modal-footer {
    padding: 1rem;
  }
}
.cid-tqQThTuh3T .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqQThTuh3T .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqQThTuh3T .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqQThTuh3T .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqQThTuh3T .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqQThTuh3T .modal-lg,
  .cid-tqQThTuh3T .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqQThTuh3T .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqQThTuh3T .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqQThTuh3T .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-tqQThTuh3T .form-group {
  margin-bottom: 1rem;
}
.cid-tqQThTuh3T .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqQThTuh3T .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqQThTuh3T .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-tqQThTuh3T .mbr-section-btn {
  margin: 0;
}
.cid-tqQThTuh3T .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqQTi9uQzl.popup-builder {
  background-color: #ffffff;
}
.cid-tqQTi9uQzl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqQTi9uQzl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqQTi9uQzl .modal-content,
.cid-tqQTi9uQzl .modal-dialog {
  height: auto;
}
.cid-tqQTi9uQzl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqQTi9uQzl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqQTi9uQzl .form-wrapper .mbr-form .form-group,
  .cid-tqQTi9uQzl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqQTi9uQzl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqQTi9uQzl .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-tqQTi9uQzl .mbr-text {
  text-align: justify;
}
.cid-tqQTi9uQzl .pt-0 {
  padding-top: 0 !important;
}
.cid-tqQTi9uQzl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqQTi9uQzl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqQTi9uQzl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqQTi9uQzl .modal-open {
  overflow: hidden;
}
.cid-tqQTi9uQzl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqQTi9uQzl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqQTi9uQzl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqQTi9uQzl .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-tqQTi9uQzl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqQTi9uQzl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqQTi9uQzl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqQTi9uQzl .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-tqQTi9uQzl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqQTi9uQzl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqQTi9uQzl .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqQTi9uQzl .modal-backdrop.show {
  opacity: .5;
}
.cid-tqQTi9uQzl .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-tqQTi9uQzl .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQTi9uQzl .modal-header {
    padding: 1rem;
  }
}
.cid-tqQTi9uQzl .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqQTi9uQzl .modal-header .close svg {
  fill: #353535;
}
.cid-tqQTi9uQzl .modal-header .close:hover {
  opacity: 1;
}
.cid-tqQTi9uQzl .modal-header .close:focus {
  outline: none;
}
.cid-tqQTi9uQzl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqQTi9uQzl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqQTi9uQzl .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQTi9uQzl .modal-body {
    padding: 1rem;
  }
}
.cid-tqQTi9uQzl .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-tqQTi9uQzl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQTi9uQzl .modal-footer {
    padding: 1rem;
  }
}
.cid-tqQTi9uQzl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqQTi9uQzl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqQTi9uQzl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqQTi9uQzl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqQTi9uQzl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqQTi9uQzl .modal-lg,
  .cid-tqQTi9uQzl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqQTi9uQzl .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqQTi9uQzl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqQTi9uQzl .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-tqQTi9uQzl .form-group {
  margin-bottom: 1rem;
}
.cid-tqQTi9uQzl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqQTi9uQzl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqQTi9uQzl .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-tqQTi9uQzl .mbr-section-btn {
  margin: 0;
}
.cid-tqQTi9uQzl .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqQTisZhSQ.popup-builder {
  background-color: #ffffff;
}
.cid-tqQTisZhSQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqQTisZhSQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqQTisZhSQ .modal-content,
.cid-tqQTisZhSQ .modal-dialog {
  height: auto;
}
.cid-tqQTisZhSQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqQTisZhSQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqQTisZhSQ .form-wrapper .mbr-form .form-group,
  .cid-tqQTisZhSQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqQTisZhSQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqQTisZhSQ .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-tqQTisZhSQ .mbr-text {
  text-align: justify;
}
.cid-tqQTisZhSQ .pt-0 {
  padding-top: 0 !important;
}
.cid-tqQTisZhSQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqQTisZhSQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqQTisZhSQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqQTisZhSQ .modal-open {
  overflow: hidden;
}
.cid-tqQTisZhSQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqQTisZhSQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqQTisZhSQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqQTisZhSQ .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-tqQTisZhSQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqQTisZhSQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqQTisZhSQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqQTisZhSQ .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-tqQTisZhSQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqQTisZhSQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqQTisZhSQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqQTisZhSQ .modal-backdrop.show {
  opacity: .5;
}
.cid-tqQTisZhSQ .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-tqQTisZhSQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQTisZhSQ .modal-header {
    padding: 1rem;
  }
}
.cid-tqQTisZhSQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqQTisZhSQ .modal-header .close svg {
  fill: #353535;
}
.cid-tqQTisZhSQ .modal-header .close:hover {
  opacity: 1;
}
.cid-tqQTisZhSQ .modal-header .close:focus {
  outline: none;
}
.cid-tqQTisZhSQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqQTisZhSQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqQTisZhSQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQTisZhSQ .modal-body {
    padding: 1rem;
  }
}
.cid-tqQTisZhSQ .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-tqQTisZhSQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQTisZhSQ .modal-footer {
    padding: 1rem;
  }
}
.cid-tqQTisZhSQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqQTisZhSQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqQTisZhSQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqQTisZhSQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqQTisZhSQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqQTisZhSQ .modal-lg,
  .cid-tqQTisZhSQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqQTisZhSQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqQTisZhSQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqQTisZhSQ .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-tqQTisZhSQ .form-group {
  margin-bottom: 1rem;
}
.cid-tqQTisZhSQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqQTisZhSQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqQTisZhSQ .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-tqQTisZhSQ .mbr-section-btn {
  margin: 0;
}
.cid-tqQTisZhSQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqQTiNj5Mc.popup-builder {
  background-color: #ffffff;
}
.cid-tqQTiNj5Mc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqQTiNj5Mc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqQTiNj5Mc .modal-content,
.cid-tqQTiNj5Mc .modal-dialog {
  height: auto;
}
.cid-tqQTiNj5Mc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqQTiNj5Mc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqQTiNj5Mc .form-wrapper .mbr-form .form-group,
  .cid-tqQTiNj5Mc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqQTiNj5Mc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqQTiNj5Mc .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-tqQTiNj5Mc .mbr-text {
  text-align: justify;
}
.cid-tqQTiNj5Mc .pt-0 {
  padding-top: 0 !important;
}
.cid-tqQTiNj5Mc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqQTiNj5Mc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqQTiNj5Mc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqQTiNj5Mc .modal-open {
  overflow: hidden;
}
.cid-tqQTiNj5Mc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqQTiNj5Mc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqQTiNj5Mc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqQTiNj5Mc .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-tqQTiNj5Mc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqQTiNj5Mc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqQTiNj5Mc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqQTiNj5Mc .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-tqQTiNj5Mc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqQTiNj5Mc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqQTiNj5Mc .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqQTiNj5Mc .modal-backdrop.show {
  opacity: .5;
}
.cid-tqQTiNj5Mc .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-tqQTiNj5Mc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQTiNj5Mc .modal-header {
    padding: 1rem;
  }
}
.cid-tqQTiNj5Mc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqQTiNj5Mc .modal-header .close svg {
  fill: #353535;
}
.cid-tqQTiNj5Mc .modal-header .close:hover {
  opacity: 1;
}
.cid-tqQTiNj5Mc .modal-header .close:focus {
  outline: none;
}
.cid-tqQTiNj5Mc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqQTiNj5Mc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqQTiNj5Mc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQTiNj5Mc .modal-body {
    padding: 1rem;
  }
}
.cid-tqQTiNj5Mc .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-tqQTiNj5Mc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQTiNj5Mc .modal-footer {
    padding: 1rem;
  }
}
.cid-tqQTiNj5Mc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqQTiNj5Mc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqQTiNj5Mc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqQTiNj5Mc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqQTiNj5Mc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqQTiNj5Mc .modal-lg,
  .cid-tqQTiNj5Mc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqQTiNj5Mc .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqQTiNj5Mc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqQTiNj5Mc .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-tqQTiNj5Mc .form-group {
  margin-bottom: 1rem;
}
.cid-tqQTiNj5Mc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqQTiNj5Mc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqQTiNj5Mc .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-tqQTiNj5Mc .mbr-section-btn {
  margin: 0;
}
.cid-tqQTiNj5Mc .mbr-section-btn .btn {
  margin: 0;
}
.cid-typJQbbCgh.popup-builder {
  background-color: #ffffff;
}
.cid-typJQbbCgh.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-typJQbbCgh.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-typJQbbCgh .modal-content,
.cid-typJQbbCgh .modal-dialog {
  height: auto;
}
.cid-typJQbbCgh .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-typJQbbCgh .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-typJQbbCgh .form-wrapper .mbr-form .form-group,
  .cid-typJQbbCgh .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-typJQbbCgh .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-typJQbbCgh .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: justify;
}
.cid-typJQbbCgh .mbr-text {
  text-align: justify;
}
.cid-typJQbbCgh .pt-0 {
  padding-top: 0 !important;
}
.cid-typJQbbCgh .pb-0 {
  padding-bottom: 0 !important;
}
.cid-typJQbbCgh .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-typJQbbCgh .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-typJQbbCgh .modal-open {
  overflow: hidden;
}
.cid-typJQbbCgh .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-typJQbbCgh .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-typJQbbCgh .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-typJQbbCgh .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-typJQbbCgh .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-typJQbbCgh .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-typJQbbCgh .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-typJQbbCgh .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-typJQbbCgh .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-typJQbbCgh .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-typJQbbCgh .modal-backdrop.fade {
  opacity: 0;
}
.cid-typJQbbCgh .modal-backdrop.show {
  opacity: .5;
}
.cid-typJQbbCgh .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-typJQbbCgh .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-typJQbbCgh .modal-header {
    padding: 1rem;
  }
}
.cid-typJQbbCgh .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-typJQbbCgh .modal-header .close svg {
  fill: #353535;
}
.cid-typJQbbCgh .modal-header .close:hover {
  opacity: 1;
}
.cid-typJQbbCgh .modal-header .close:focus {
  outline: none;
}
.cid-typJQbbCgh .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #671e75;
}
.cid-typJQbbCgh .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-typJQbbCgh .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-typJQbbCgh .modal-body {
    padding: 1rem;
  }
}
.cid-typJQbbCgh .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-typJQbbCgh .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-typJQbbCgh .modal-footer {
    padding: 1rem;
  }
}
.cid-typJQbbCgh .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-typJQbbCgh .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-typJQbbCgh .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-typJQbbCgh .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-typJQbbCgh .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-typJQbbCgh .modal-lg,
  .cid-typJQbbCgh .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-typJQbbCgh .modal-xl {
    max-width: 1140px;
  }
}
.cid-typJQbbCgh .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-typJQbbCgh .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-typJQbbCgh .form-group {
  margin-bottom: 1rem;
}
.cid-typJQbbCgh .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-typJQbbCgh .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-typJQbbCgh .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-typJQbbCgh .mbr-section-btn {
  margin: 0;
}
.cid-typJQbbCgh .mbr-section-btn .btn {
  margin: 0;
}
.cid-typL0rhVW5.popup-builder {
  background-color: #ffffff;
}
.cid-typL0rhVW5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-typL0rhVW5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-typL0rhVW5 .modal-content,
.cid-typL0rhVW5 .modal-dialog {
  height: auto;
}
.cid-typL0rhVW5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-typL0rhVW5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-typL0rhVW5 .form-wrapper .mbr-form .form-group,
  .cid-typL0rhVW5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-typL0rhVW5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-typL0rhVW5 .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-typL0rhVW5 .mbr-text {
  text-align: justify;
}
.cid-typL0rhVW5 .pt-0 {
  padding-top: 0 !important;
}
.cid-typL0rhVW5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-typL0rhVW5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-typL0rhVW5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-typL0rhVW5 .modal-open {
  overflow: hidden;
}
.cid-typL0rhVW5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-typL0rhVW5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-typL0rhVW5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-typL0rhVW5 .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-typL0rhVW5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-typL0rhVW5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-typL0rhVW5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-typL0rhVW5 .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-typL0rhVW5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-typL0rhVW5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-typL0rhVW5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-typL0rhVW5 .modal-backdrop.show {
  opacity: .5;
}
.cid-typL0rhVW5 .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-typL0rhVW5 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-typL0rhVW5 .modal-header {
    padding: 1rem;
  }
}
.cid-typL0rhVW5 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-typL0rhVW5 .modal-header .close svg {
  fill: #353535;
}
.cid-typL0rhVW5 .modal-header .close:hover {
  opacity: 1;
}
.cid-typL0rhVW5 .modal-header .close:focus {
  outline: none;
}
.cid-typL0rhVW5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-typL0rhVW5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-typL0rhVW5 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-typL0rhVW5 .modal-body {
    padding: 1rem;
  }
}
.cid-typL0rhVW5 .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-typL0rhVW5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-typL0rhVW5 .modal-footer {
    padding: 1rem;
  }
}
.cid-typL0rhVW5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-typL0rhVW5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-typL0rhVW5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-typL0rhVW5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-typL0rhVW5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-typL0rhVW5 .modal-lg,
  .cid-typL0rhVW5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-typL0rhVW5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-typL0rhVW5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-typL0rhVW5 .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-typL0rhVW5 .form-group {
  margin-bottom: 1rem;
}
.cid-typL0rhVW5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-typL0rhVW5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-typL0rhVW5 .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-typL0rhVW5 .mbr-section-btn {
  margin: 0;
}
.cid-typL0rhVW5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tyoZAUepef {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tyoZAUepef .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyoZAUepef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tyoZAUepef .container {
    padding: 0 30px;
  }
}
.cid-tyoZAUepef .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-tyoZAUepef .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-tyoZAUepef .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tyoZAUepef .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-tyoZAUepef .mbr-section-title {
  color: #ffffff;
}
.cid-tyoZAUepef .mbr-text {
  color: #ffffff;
}
.cid-taVWZTVhvC .navbar-dropdown {
  position: relative !important;
}
.cid-taVWZTVhvC .navbar-dropdown {
  position: absolute !important;
}
.cid-taVWZTVhvC .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-taVWZTVhvC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-taVWZTVhvC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-taVWZTVhvC .dropdown-item:hover,
.cid-taVWZTVhvC .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-taVWZTVhvC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-taVWZTVhvC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-taVWZTVhvC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-taVWZTVhvC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-taVWZTVhvC .nav-link {
  position: relative;
}
.cid-taVWZTVhvC .container {
  display: flex;
  margin: auto;
}
.cid-taVWZTVhvC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-taVWZTVhvC .dropdown-menu,
.cid-taVWZTVhvC .navbar.opened {
  background: #fafafa !important;
}
.cid-taVWZTVhvC .nav-item:focus,
.cid-taVWZTVhvC .nav-link:focus {
  outline: none;
}
.cid-taVWZTVhvC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-taVWZTVhvC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-taVWZTVhvC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-taVWZTVhvC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-taVWZTVhvC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-taVWZTVhvC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-taVWZTVhvC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-taVWZTVhvC .navbar.opened {
  transition: all 0.3s;
}
.cid-taVWZTVhvC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-taVWZTVhvC .navbar .navbar-logo img {
  width: auto;
}
.cid-taVWZTVhvC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-taVWZTVhvC .navbar.collapsed {
  justify-content: center;
}
.cid-taVWZTVhvC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-taVWZTVhvC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-taVWZTVhvC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-taVWZTVhvC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-taVWZTVhvC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-taVWZTVhvC .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-taVWZTVhvC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-taVWZTVhvC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-taVWZTVhvC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-taVWZTVhvC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-taVWZTVhvC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-taVWZTVhvC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-taVWZTVhvC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-taVWZTVhvC .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-taVWZTVhvC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-taVWZTVhvC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-taVWZTVhvC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-taVWZTVhvC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-taVWZTVhvC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-taVWZTVhvC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-taVWZTVhvC .navbar.navbar-short {
  min-height: 60px;
}
.cid-taVWZTVhvC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-taVWZTVhvC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-taVWZTVhvC .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-taVWZTVhvC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-taVWZTVhvC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-taVWZTVhvC .dropdown-item.active,
.cid-taVWZTVhvC .dropdown-item:active {
  background-color: transparent;
}
.cid-taVWZTVhvC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-taVWZTVhvC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-taVWZTVhvC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-taVWZTVhvC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-taVWZTVhvC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-taVWZTVhvC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-taVWZTVhvC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-taVWZTVhvC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-taVWZTVhvC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-taVWZTVhvC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #671e75;
}
.cid-taVWZTVhvC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-taVWZTVhvC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taVWZTVhvC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-taVWZTVhvC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-taVWZTVhvC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taVWZTVhvC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-taVWZTVhvC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-taVWZTVhvC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-taVWZTVhvC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-taVWZTVhvC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-taVWZTVhvC .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-taVWZTVhvC .navbar {
    height: 70px;
  }
  .cid-taVWZTVhvC .navbar.opened {
    height: auto;
  }
  .cid-taVWZTVhvC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyoQ6CzcHD {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tyoQ6CzcHD .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-tyoQ6CzcHD .card-box:focus-within {
  opacity: 1;
}
.cid-tyoQ6CzcHD .row-center {
  height: 100%;
}
.cid-tyoQ6CzcHD .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
}
.cid-tyoQ6CzcHD .card-img img {
  margin: auto;
}
.cid-tyoQ6CzcHD .card-wrapper {
  display: flex;
  position: relative;
  border: 1px solid #efefef;
  margin: auto;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 4px;
  cursor: pointer;
  height: 100%;
  padding: 6rem 1rem;
  min-height: 240px;
  transition: all 1s;
}
.cid-tyoQ6CzcHD .card-wrapper:before {
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: #671e75;
  opacity: 0.8;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s;
  transition-delay: 0.15s;
}
.cid-tyoQ6CzcHD .card-wrapper:hover .card-box,
.cid-tyoQ6CzcHD .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.15s;
}
.cid-tyoQ6CzcHD .card-wrapper:hover .card-img,
.cid-tyoQ6CzcHD .card-wrapper:focus-within .card-img {
  transform: translateY(-15px);
}
.cid-tyoQ6CzcHD .card-wrapper:hover:before,
.cid-tyoQ6CzcHD .card-wrapper:focus-within:before {
  height: 100%;
  transition-delay: 0s;
}
.cid-tyoQ6CzcHD .row {
  justify-content: center;
}
.cid-tyoQ6CzcHD .card-title {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-tyoQ6CzcHD .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-tyoQ6CzcHD .card-img {
    transform: translateY(-15px);
  }
  .cid-tyoQ6CzcHD .card-wrapper:before {
    height: 100%;
  }
}
.cid-tqR6BOXvEw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/nota-2000x1330.jpg");
}
.cid-tqR6BOXvEw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tqR6BOXvEw form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tqR6BOXvEw form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tqR6BOXvEw form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqR6BOXvEw .mbr-section-title {
  color: #671e75;
}
.cid-taVWZZ1GCn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #671e75;
}
@media (max-width: 767px) {
  .cid-taVWZZ1GCn .content {
    text-align: center;
  }
  .cid-taVWZZ1GCn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-taVWZZ1GCn .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-taVWZZ1GCn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-taVWZZ1GCn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-taVWZZ1GCn .google-map {
  height: 25rem;
  position: relative;
}
.cid-taVWZZ1GCn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-taVWZZ1GCn .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-taVWZZ1GCn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-taVWZZ1GCn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-taVWZZ1GCn .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-taVWZZ1GCn .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-taVWZZ1GCn .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-taVWZZ1GCn .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-taVWZZ1GCn .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-taVWZZ1GCn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-taVWZZ1GCn .list {
  list-style-type: none;
  padding: 0;
}
.cid-taVWZZ1GCn H5 {
  color: #ffffff;
}
.cid-taVWZZ1GCn .mbr-text {
  color: #ffffff;
}
.cid-tqQZFD8Oxu.popup-builder {
  background-color: #ffffff;
}
.cid-tqQZFD8Oxu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqQZFD8Oxu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqQZFD8Oxu .modal-content,
.cid-tqQZFD8Oxu .modal-dialog {
  height: auto;
}
.cid-tqQZFD8Oxu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqQZFD8Oxu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqQZFD8Oxu .form-wrapper .mbr-form .form-group,
  .cid-tqQZFD8Oxu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqQZFD8Oxu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqQZFD8Oxu .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-tqQZFD8Oxu .mbr-text {
  text-align: justify;
}
.cid-tqQZFD8Oxu .pt-0 {
  padding-top: 0 !important;
}
.cid-tqQZFD8Oxu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqQZFD8Oxu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqQZFD8Oxu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqQZFD8Oxu .modal-open {
  overflow: hidden;
}
.cid-tqQZFD8Oxu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqQZFD8Oxu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqQZFD8Oxu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqQZFD8Oxu .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-tqQZFD8Oxu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqQZFD8Oxu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqQZFD8Oxu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqQZFD8Oxu .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-tqQZFD8Oxu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqQZFD8Oxu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqQZFD8Oxu .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqQZFD8Oxu .modal-backdrop.show {
  opacity: .5;
}
.cid-tqQZFD8Oxu .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-tqQZFD8Oxu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZFD8Oxu .modal-header {
    padding: 1rem;
  }
}
.cid-tqQZFD8Oxu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqQZFD8Oxu .modal-header .close svg {
  fill: #353535;
}
.cid-tqQZFD8Oxu .modal-header .close:hover {
  opacity: 1;
}
.cid-tqQZFD8Oxu .modal-header .close:focus {
  outline: none;
}
.cid-tqQZFD8Oxu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqQZFD8Oxu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqQZFD8Oxu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZFD8Oxu .modal-body {
    padding: 1rem;
  }
}
.cid-tqQZFD8Oxu .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-tqQZFD8Oxu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZFD8Oxu .modal-footer {
    padding: 1rem;
  }
}
.cid-tqQZFD8Oxu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqQZFD8Oxu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqQZFD8Oxu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqQZFD8Oxu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqQZFD8Oxu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqQZFD8Oxu .modal-lg,
  .cid-tqQZFD8Oxu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqQZFD8Oxu .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqQZFD8Oxu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqQZFD8Oxu .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-tqQZFD8Oxu .form-group {
  margin-bottom: 1rem;
}
.cid-tqQZFD8Oxu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqQZFD8Oxu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqQZFD8Oxu .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-tqQZFD8Oxu .mbr-section-btn {
  margin: 0;
}
.cid-tqQZFD8Oxu .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqQZG3P1f3.popup-builder {
  background-color: #ffffff;
}
.cid-tqQZG3P1f3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqQZG3P1f3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqQZG3P1f3 .modal-content,
.cid-tqQZG3P1f3 .modal-dialog {
  height: auto;
}
.cid-tqQZG3P1f3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqQZG3P1f3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqQZG3P1f3 .form-wrapper .mbr-form .form-group,
  .cid-tqQZG3P1f3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqQZG3P1f3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqQZG3P1f3 .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-tqQZG3P1f3 .mbr-text {
  text-align: justify;
}
.cid-tqQZG3P1f3 .pt-0 {
  padding-top: 0 !important;
}
.cid-tqQZG3P1f3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqQZG3P1f3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqQZG3P1f3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqQZG3P1f3 .modal-open {
  overflow: hidden;
}
.cid-tqQZG3P1f3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqQZG3P1f3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqQZG3P1f3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqQZG3P1f3 .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-tqQZG3P1f3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqQZG3P1f3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqQZG3P1f3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqQZG3P1f3 .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-tqQZG3P1f3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqQZG3P1f3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqQZG3P1f3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqQZG3P1f3 .modal-backdrop.show {
  opacity: .5;
}
.cid-tqQZG3P1f3 .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-tqQZG3P1f3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZG3P1f3 .modal-header {
    padding: 1rem;
  }
}
.cid-tqQZG3P1f3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqQZG3P1f3 .modal-header .close svg {
  fill: #353535;
}
.cid-tqQZG3P1f3 .modal-header .close:hover {
  opacity: 1;
}
.cid-tqQZG3P1f3 .modal-header .close:focus {
  outline: none;
}
.cid-tqQZG3P1f3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqQZG3P1f3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqQZG3P1f3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZG3P1f3 .modal-body {
    padding: 1rem;
  }
}
.cid-tqQZG3P1f3 .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-tqQZG3P1f3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZG3P1f3 .modal-footer {
    padding: 1rem;
  }
}
.cid-tqQZG3P1f3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqQZG3P1f3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqQZG3P1f3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqQZG3P1f3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqQZG3P1f3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqQZG3P1f3 .modal-lg,
  .cid-tqQZG3P1f3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqQZG3P1f3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqQZG3P1f3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqQZG3P1f3 .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-tqQZG3P1f3 .form-group {
  margin-bottom: 1rem;
}
.cid-tqQZG3P1f3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqQZG3P1f3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqQZG3P1f3 .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-tqQZG3P1f3 .mbr-section-btn {
  margin: 0;
}
.cid-tqQZG3P1f3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqQZGhkNyN.popup-builder {
  background-color: #ffffff;
}
.cid-tqQZGhkNyN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqQZGhkNyN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqQZGhkNyN .modal-content,
.cid-tqQZGhkNyN .modal-dialog {
  height: auto;
}
.cid-tqQZGhkNyN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqQZGhkNyN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqQZGhkNyN .form-wrapper .mbr-form .form-group,
  .cid-tqQZGhkNyN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqQZGhkNyN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqQZGhkNyN .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-tqQZGhkNyN .mbr-text {
  text-align: justify;
}
.cid-tqQZGhkNyN .pt-0 {
  padding-top: 0 !important;
}
.cid-tqQZGhkNyN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqQZGhkNyN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqQZGhkNyN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqQZGhkNyN .modal-open {
  overflow: hidden;
}
.cid-tqQZGhkNyN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqQZGhkNyN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqQZGhkNyN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqQZGhkNyN .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-tqQZGhkNyN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqQZGhkNyN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqQZGhkNyN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqQZGhkNyN .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-tqQZGhkNyN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqQZGhkNyN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqQZGhkNyN .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqQZGhkNyN .modal-backdrop.show {
  opacity: .5;
}
.cid-tqQZGhkNyN .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-tqQZGhkNyN .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZGhkNyN .modal-header {
    padding: 1rem;
  }
}
.cid-tqQZGhkNyN .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqQZGhkNyN .modal-header .close svg {
  fill: #353535;
}
.cid-tqQZGhkNyN .modal-header .close:hover {
  opacity: 1;
}
.cid-tqQZGhkNyN .modal-header .close:focus {
  outline: none;
}
.cid-tqQZGhkNyN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqQZGhkNyN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqQZGhkNyN .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZGhkNyN .modal-body {
    padding: 1rem;
  }
}
.cid-tqQZGhkNyN .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-tqQZGhkNyN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZGhkNyN .modal-footer {
    padding: 1rem;
  }
}
.cid-tqQZGhkNyN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqQZGhkNyN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqQZGhkNyN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqQZGhkNyN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqQZGhkNyN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqQZGhkNyN .modal-lg,
  .cid-tqQZGhkNyN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqQZGhkNyN .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqQZGhkNyN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqQZGhkNyN .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-tqQZGhkNyN .form-group {
  margin-bottom: 1rem;
}
.cid-tqQZGhkNyN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqQZGhkNyN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqQZGhkNyN .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-tqQZGhkNyN .mbr-section-btn {
  margin: 0;
}
.cid-tqQZGhkNyN .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqQZGrric8.popup-builder {
  background-color: #ffffff;
}
.cid-tqQZGrric8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqQZGrric8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqQZGrric8 .modal-content,
.cid-tqQZGrric8 .modal-dialog {
  height: auto;
}
.cid-tqQZGrric8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqQZGrric8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqQZGrric8 .form-wrapper .mbr-form .form-group,
  .cid-tqQZGrric8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqQZGrric8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqQZGrric8 .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-tqQZGrric8 .mbr-text {
  text-align: justify;
}
.cid-tqQZGrric8 .pt-0 {
  padding-top: 0 !important;
}
.cid-tqQZGrric8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqQZGrric8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqQZGrric8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqQZGrric8 .modal-open {
  overflow: hidden;
}
.cid-tqQZGrric8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqQZGrric8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqQZGrric8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqQZGrric8 .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-tqQZGrric8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqQZGrric8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqQZGrric8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqQZGrric8 .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-tqQZGrric8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqQZGrric8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqQZGrric8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqQZGrric8 .modal-backdrop.show {
  opacity: .5;
}
.cid-tqQZGrric8 .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-tqQZGrric8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZGrric8 .modal-header {
    padding: 1rem;
  }
}
.cid-tqQZGrric8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqQZGrric8 .modal-header .close svg {
  fill: #353535;
}
.cid-tqQZGrric8 .modal-header .close:hover {
  opacity: 1;
}
.cid-tqQZGrric8 .modal-header .close:focus {
  outline: none;
}
.cid-tqQZGrric8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqQZGrric8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqQZGrric8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZGrric8 .modal-body {
    padding: 1rem;
  }
}
.cid-tqQZGrric8 .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-tqQZGrric8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZGrric8 .modal-footer {
    padding: 1rem;
  }
}
.cid-tqQZGrric8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqQZGrric8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqQZGrric8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqQZGrric8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqQZGrric8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqQZGrric8 .modal-lg,
  .cid-tqQZGrric8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqQZGrric8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqQZGrric8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqQZGrric8 .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-tqQZGrric8 .form-group {
  margin-bottom: 1rem;
}
.cid-tqQZGrric8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqQZGrric8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqQZGrric8 .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-tqQZGrric8 .mbr-section-btn {
  margin: 0;
}
.cid-tqQZGrric8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqQZHbsqf8.popup-builder {
  background-color: #ffffff;
}
.cid-tqQZHbsqf8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqQZHbsqf8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqQZHbsqf8 .modal-content,
.cid-tqQZHbsqf8 .modal-dialog {
  height: auto;
}
.cid-tqQZHbsqf8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqQZHbsqf8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqQZHbsqf8 .form-wrapper .mbr-form .form-group,
  .cid-tqQZHbsqf8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqQZHbsqf8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqQZHbsqf8 .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-tqQZHbsqf8 .mbr-text {
  text-align: justify;
}
.cid-tqQZHbsqf8 .pt-0 {
  padding-top: 0 !important;
}
.cid-tqQZHbsqf8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqQZHbsqf8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqQZHbsqf8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqQZHbsqf8 .modal-open {
  overflow: hidden;
}
.cid-tqQZHbsqf8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqQZHbsqf8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqQZHbsqf8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqQZHbsqf8 .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-tqQZHbsqf8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqQZHbsqf8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqQZHbsqf8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqQZHbsqf8 .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-tqQZHbsqf8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqQZHbsqf8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqQZHbsqf8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqQZHbsqf8 .modal-backdrop.show {
  opacity: .5;
}
.cid-tqQZHbsqf8 .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-tqQZHbsqf8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZHbsqf8 .modal-header {
    padding: 1rem;
  }
}
.cid-tqQZHbsqf8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqQZHbsqf8 .modal-header .close svg {
  fill: #353535;
}
.cid-tqQZHbsqf8 .modal-header .close:hover {
  opacity: 1;
}
.cid-tqQZHbsqf8 .modal-header .close:focus {
  outline: none;
}
.cid-tqQZHbsqf8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqQZHbsqf8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqQZHbsqf8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZHbsqf8 .modal-body {
    padding: 1rem;
  }
}
.cid-tqQZHbsqf8 .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-tqQZHbsqf8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZHbsqf8 .modal-footer {
    padding: 1rem;
  }
}
.cid-tqQZHbsqf8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqQZHbsqf8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqQZHbsqf8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqQZHbsqf8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqQZHbsqf8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqQZHbsqf8 .modal-lg,
  .cid-tqQZHbsqf8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqQZHbsqf8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqQZHbsqf8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqQZHbsqf8 .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-tqQZHbsqf8 .form-group {
  margin-bottom: 1rem;
}
.cid-tqQZHbsqf8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqQZHbsqf8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqQZHbsqf8 .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-tqQZHbsqf8 .mbr-section-btn {
  margin: 0;
}
.cid-tqQZHbsqf8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqQZHpKlJt.popup-builder {
  background-color: #ffffff;
}
.cid-tqQZHpKlJt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqQZHpKlJt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqQZHpKlJt .modal-content,
.cid-tqQZHpKlJt .modal-dialog {
  height: auto;
}
.cid-tqQZHpKlJt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqQZHpKlJt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqQZHpKlJt .form-wrapper .mbr-form .form-group,
  .cid-tqQZHpKlJt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqQZHpKlJt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqQZHpKlJt .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-tqQZHpKlJt .mbr-text {
  text-align: justify;
}
.cid-tqQZHpKlJt .pt-0 {
  padding-top: 0 !important;
}
.cid-tqQZHpKlJt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqQZHpKlJt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqQZHpKlJt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqQZHpKlJt .modal-open {
  overflow: hidden;
}
.cid-tqQZHpKlJt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqQZHpKlJt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqQZHpKlJt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqQZHpKlJt .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-tqQZHpKlJt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqQZHpKlJt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqQZHpKlJt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqQZHpKlJt .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-tqQZHpKlJt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqQZHpKlJt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqQZHpKlJt .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqQZHpKlJt .modal-backdrop.show {
  opacity: .5;
}
.cid-tqQZHpKlJt .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-tqQZHpKlJt .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZHpKlJt .modal-header {
    padding: 1rem;
  }
}
.cid-tqQZHpKlJt .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqQZHpKlJt .modal-header .close svg {
  fill: #353535;
}
.cid-tqQZHpKlJt .modal-header .close:hover {
  opacity: 1;
}
.cid-tqQZHpKlJt .modal-header .close:focus {
  outline: none;
}
.cid-tqQZHpKlJt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqQZHpKlJt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqQZHpKlJt .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZHpKlJt .modal-body {
    padding: 1rem;
  }
}
.cid-tqQZHpKlJt .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-tqQZHpKlJt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZHpKlJt .modal-footer {
    padding: 1rem;
  }
}
.cid-tqQZHpKlJt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqQZHpKlJt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqQZHpKlJt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqQZHpKlJt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqQZHpKlJt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqQZHpKlJt .modal-lg,
  .cid-tqQZHpKlJt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqQZHpKlJt .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqQZHpKlJt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqQZHpKlJt .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-tqQZHpKlJt .form-group {
  margin-bottom: 1rem;
}
.cid-tqQZHpKlJt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqQZHpKlJt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqQZHpKlJt .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-tqQZHpKlJt .mbr-section-btn {
  margin: 0;
}
.cid-tqQZHpKlJt .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqQZHA1r6S.popup-builder {
  background-color: #ffffff;
}
.cid-tqQZHA1r6S.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqQZHA1r6S.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqQZHA1r6S .modal-content,
.cid-tqQZHA1r6S .modal-dialog {
  height: auto;
}
.cid-tqQZHA1r6S .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqQZHA1r6S .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqQZHA1r6S .form-wrapper .mbr-form .form-group,
  .cid-tqQZHA1r6S .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqQZHA1r6S .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqQZHA1r6S .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-tqQZHA1r6S .mbr-text {
  text-align: justify;
}
.cid-tqQZHA1r6S .pt-0 {
  padding-top: 0 !important;
}
.cid-tqQZHA1r6S .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqQZHA1r6S .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqQZHA1r6S .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqQZHA1r6S .modal-open {
  overflow: hidden;
}
.cid-tqQZHA1r6S .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqQZHA1r6S .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqQZHA1r6S .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqQZHA1r6S .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-tqQZHA1r6S .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqQZHA1r6S .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqQZHA1r6S .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqQZHA1r6S .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-tqQZHA1r6S .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqQZHA1r6S .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqQZHA1r6S .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqQZHA1r6S .modal-backdrop.show {
  opacity: .5;
}
.cid-tqQZHA1r6S .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-tqQZHA1r6S .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZHA1r6S .modal-header {
    padding: 1rem;
  }
}
.cid-tqQZHA1r6S .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqQZHA1r6S .modal-header .close svg {
  fill: #353535;
}
.cid-tqQZHA1r6S .modal-header .close:hover {
  opacity: 1;
}
.cid-tqQZHA1r6S .modal-header .close:focus {
  outline: none;
}
.cid-tqQZHA1r6S .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqQZHA1r6S .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqQZHA1r6S .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZHA1r6S .modal-body {
    padding: 1rem;
  }
}
.cid-tqQZHA1r6S .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-tqQZHA1r6S .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZHA1r6S .modal-footer {
    padding: 1rem;
  }
}
.cid-tqQZHA1r6S .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqQZHA1r6S .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqQZHA1r6S .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqQZHA1r6S .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqQZHA1r6S .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqQZHA1r6S .modal-lg,
  .cid-tqQZHA1r6S .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqQZHA1r6S .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqQZHA1r6S .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqQZHA1r6S .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-tqQZHA1r6S .form-group {
  margin-bottom: 1rem;
}
.cid-tqQZHA1r6S .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqQZHA1r6S .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqQZHA1r6S .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-tqQZHA1r6S .mbr-section-btn {
  margin: 0;
}
.cid-tqQZHA1r6S .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqQZKlrTm1.popup-builder {
  background-color: #ffffff;
}
.cid-tqQZKlrTm1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqQZKlrTm1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqQZKlrTm1 .modal-content,
.cid-tqQZKlrTm1 .modal-dialog {
  height: auto;
}
.cid-tqQZKlrTm1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqQZKlrTm1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqQZKlrTm1 .form-wrapper .mbr-form .form-group,
  .cid-tqQZKlrTm1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqQZKlrTm1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqQZKlrTm1 .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-tqQZKlrTm1 .mbr-text {
  text-align: center;
}
.cid-tqQZKlrTm1 .pt-0 {
  padding-top: 0 !important;
}
.cid-tqQZKlrTm1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqQZKlrTm1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqQZKlrTm1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqQZKlrTm1 .modal-open {
  overflow: hidden;
}
.cid-tqQZKlrTm1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqQZKlrTm1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqQZKlrTm1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqQZKlrTm1 .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-tqQZKlrTm1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqQZKlrTm1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqQZKlrTm1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqQZKlrTm1 .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-tqQZKlrTm1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqQZKlrTm1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqQZKlrTm1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqQZKlrTm1 .modal-backdrop.show {
  opacity: .5;
}
.cid-tqQZKlrTm1 .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-tqQZKlrTm1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZKlrTm1 .modal-header {
    padding: 1rem;
  }
}
.cid-tqQZKlrTm1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqQZKlrTm1 .modal-header .close svg {
  fill: #353535;
}
.cid-tqQZKlrTm1 .modal-header .close:hover {
  opacity: 1;
}
.cid-tqQZKlrTm1 .modal-header .close:focus {
  outline: none;
}
.cid-tqQZKlrTm1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqQZKlrTm1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqQZKlrTm1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZKlrTm1 .modal-body {
    padding: 1rem;
  }
}
.cid-tqQZKlrTm1 .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-tqQZKlrTm1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZKlrTm1 .modal-footer {
    padding: 1rem;
  }
}
.cid-tqQZKlrTm1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqQZKlrTm1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqQZKlrTm1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqQZKlrTm1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqQZKlrTm1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqQZKlrTm1 .modal-lg,
  .cid-tqQZKlrTm1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqQZKlrTm1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqQZKlrTm1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqQZKlrTm1 .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-tqQZKlrTm1 .form-group {
  margin-bottom: 1rem;
}
.cid-tqQZKlrTm1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqQZKlrTm1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqQZKlrTm1 .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-tqQZKlrTm1 .mbr-section-btn {
  margin: 0;
}
.cid-tqQZKlrTm1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqQZKGv66l.popup-builder {
  background-color: #ffffff;
}
.cid-tqQZKGv66l.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqQZKGv66l.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqQZKGv66l .modal-content,
.cid-tqQZKGv66l .modal-dialog {
  height: auto;
}
.cid-tqQZKGv66l .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqQZKGv66l .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqQZKGv66l .form-wrapper .mbr-form .form-group,
  .cid-tqQZKGv66l .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqQZKGv66l .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqQZKGv66l .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-tqQZKGv66l .mbr-text {
  text-align: justify;
}
.cid-tqQZKGv66l .pt-0 {
  padding-top: 0 !important;
}
.cid-tqQZKGv66l .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqQZKGv66l .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqQZKGv66l .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqQZKGv66l .modal-open {
  overflow: hidden;
}
.cid-tqQZKGv66l .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqQZKGv66l .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqQZKGv66l .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqQZKGv66l .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-tqQZKGv66l .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqQZKGv66l .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqQZKGv66l .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqQZKGv66l .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-tqQZKGv66l .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqQZKGv66l .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqQZKGv66l .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqQZKGv66l .modal-backdrop.show {
  opacity: .5;
}
.cid-tqQZKGv66l .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-tqQZKGv66l .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZKGv66l .modal-header {
    padding: 1rem;
  }
}
.cid-tqQZKGv66l .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqQZKGv66l .modal-header .close svg {
  fill: #353535;
}
.cid-tqQZKGv66l .modal-header .close:hover {
  opacity: 1;
}
.cid-tqQZKGv66l .modal-header .close:focus {
  outline: none;
}
.cid-tqQZKGv66l .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqQZKGv66l .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqQZKGv66l .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZKGv66l .modal-body {
    padding: 1rem;
  }
}
.cid-tqQZKGv66l .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-tqQZKGv66l .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZKGv66l .modal-footer {
    padding: 1rem;
  }
}
.cid-tqQZKGv66l .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqQZKGv66l .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqQZKGv66l .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqQZKGv66l .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqQZKGv66l .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqQZKGv66l .modal-lg,
  .cid-tqQZKGv66l .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqQZKGv66l .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqQZKGv66l .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqQZKGv66l .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-tqQZKGv66l .form-group {
  margin-bottom: 1rem;
}
.cid-tqQZKGv66l .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqQZKGv66l .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqQZKGv66l .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-tqQZKGv66l .mbr-section-btn {
  margin: 0;
}
.cid-tqQZKGv66l .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqQZL0WojJ.popup-builder {
  background-color: #ffffff;
}
.cid-tqQZL0WojJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqQZL0WojJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqQZL0WojJ .modal-content,
.cid-tqQZL0WojJ .modal-dialog {
  height: auto;
}
.cid-tqQZL0WojJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqQZL0WojJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqQZL0WojJ .form-wrapper .mbr-form .form-group,
  .cid-tqQZL0WojJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqQZL0WojJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqQZL0WojJ .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-tqQZL0WojJ .mbr-text {
  text-align: justify;
}
.cid-tqQZL0WojJ .pt-0 {
  padding-top: 0 !important;
}
.cid-tqQZL0WojJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqQZL0WojJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqQZL0WojJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqQZL0WojJ .modal-open {
  overflow: hidden;
}
.cid-tqQZL0WojJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqQZL0WojJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqQZL0WojJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqQZL0WojJ .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-tqQZL0WojJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqQZL0WojJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqQZL0WojJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqQZL0WojJ .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-tqQZL0WojJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqQZL0WojJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqQZL0WojJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqQZL0WojJ .modal-backdrop.show {
  opacity: .5;
}
.cid-tqQZL0WojJ .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-tqQZL0WojJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZL0WojJ .modal-header {
    padding: 1rem;
  }
}
.cid-tqQZL0WojJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqQZL0WojJ .modal-header .close svg {
  fill: #353535;
}
.cid-tqQZL0WojJ .modal-header .close:hover {
  opacity: 1;
}
.cid-tqQZL0WojJ .modal-header .close:focus {
  outline: none;
}
.cid-tqQZL0WojJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqQZL0WojJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqQZL0WojJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZL0WojJ .modal-body {
    padding: 1rem;
  }
}
.cid-tqQZL0WojJ .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-tqQZL0WojJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqQZL0WojJ .modal-footer {
    padding: 1rem;
  }
}
.cid-tqQZL0WojJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqQZL0WojJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqQZL0WojJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqQZL0WojJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqQZL0WojJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqQZL0WojJ .modal-lg,
  .cid-tqQZL0WojJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqQZL0WojJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqQZL0WojJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqQZL0WojJ .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-tqQZL0WojJ .form-group {
  margin-bottom: 1rem;
}
.cid-tqQZL0WojJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqQZL0WojJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqQZL0WojJ .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-tqQZL0WojJ .mbr-section-btn {
  margin: 0;
}
.cid-tqQZL0WojJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqR1kL6Eog.popup-builder {
  background-color: #ffffff;
}
.cid-tqR1kL6Eog.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqR1kL6Eog.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqR1kL6Eog .modal-content,
.cid-tqR1kL6Eog .modal-dialog {
  height: auto;
}
.cid-tqR1kL6Eog .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqR1kL6Eog .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqR1kL6Eog .form-wrapper .mbr-form .form-group,
  .cid-tqR1kL6Eog .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqR1kL6Eog .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqR1kL6Eog .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-tqR1kL6Eog .mbr-text {
  text-align: justify;
}
.cid-tqR1kL6Eog .pt-0 {
  padding-top: 0 !important;
}
.cid-tqR1kL6Eog .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqR1kL6Eog .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqR1kL6Eog .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqR1kL6Eog .modal-open {
  overflow: hidden;
}
.cid-tqR1kL6Eog .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqR1kL6Eog .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqR1kL6Eog .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqR1kL6Eog .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-tqR1kL6Eog .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqR1kL6Eog .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqR1kL6Eog .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqR1kL6Eog .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-tqR1kL6Eog .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqR1kL6Eog .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqR1kL6Eog .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqR1kL6Eog .modal-backdrop.show {
  opacity: .5;
}
.cid-tqR1kL6Eog .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-tqR1kL6Eog .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqR1kL6Eog .modal-header {
    padding: 1rem;
  }
}
.cid-tqR1kL6Eog .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqR1kL6Eog .modal-header .close svg {
  fill: #353535;
}
.cid-tqR1kL6Eog .modal-header .close:hover {
  opacity: 1;
}
.cid-tqR1kL6Eog .modal-header .close:focus {
  outline: none;
}
.cid-tqR1kL6Eog .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqR1kL6Eog .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqR1kL6Eog .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqR1kL6Eog .modal-body {
    padding: 1rem;
  }
}
.cid-tqR1kL6Eog .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-tqR1kL6Eog .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqR1kL6Eog .modal-footer {
    padding: 1rem;
  }
}
.cid-tqR1kL6Eog .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqR1kL6Eog .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqR1kL6Eog .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqR1kL6Eog .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqR1kL6Eog .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqR1kL6Eog .modal-lg,
  .cid-tqR1kL6Eog .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqR1kL6Eog .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqR1kL6Eog .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqR1kL6Eog .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-tqR1kL6Eog .form-group {
  margin-bottom: 1rem;
}
.cid-tqR1kL6Eog .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqR1kL6Eog .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqR1kL6Eog .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-tqR1kL6Eog .mbr-section-btn {
  margin: 0;
}
.cid-tqR1kL6Eog .mbr-section-btn .btn {
  margin: 0;
}
.cid-tqR1l87Vqs.popup-builder {
  background-color: #ffffff;
}
.cid-tqR1l87Vqs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tqR1l87Vqs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tqR1l87Vqs .modal-content,
.cid-tqR1l87Vqs .modal-dialog {
  height: auto;
}
.cid-tqR1l87Vqs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tqR1l87Vqs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tqR1l87Vqs .form-wrapper .mbr-form .form-group,
  .cid-tqR1l87Vqs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tqR1l87Vqs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tqR1l87Vqs .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-tqR1l87Vqs .mbr-text {
  text-align: justify;
}
.cid-tqR1l87Vqs .pt-0 {
  padding-top: 0 !important;
}
.cid-tqR1l87Vqs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tqR1l87Vqs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tqR1l87Vqs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tqR1l87Vqs .modal-open {
  overflow: hidden;
}
.cid-tqR1l87Vqs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tqR1l87Vqs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tqR1l87Vqs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tqR1l87Vqs .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-tqR1l87Vqs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tqR1l87Vqs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tqR1l87Vqs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tqR1l87Vqs .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-tqR1l87Vqs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tqR1l87Vqs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tqR1l87Vqs .modal-backdrop.fade {
  opacity: 0;
}
.cid-tqR1l87Vqs .modal-backdrop.show {
  opacity: .5;
}
.cid-tqR1l87Vqs .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-tqR1l87Vqs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqR1l87Vqs .modal-header {
    padding: 1rem;
  }
}
.cid-tqR1l87Vqs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tqR1l87Vqs .modal-header .close svg {
  fill: #353535;
}
.cid-tqR1l87Vqs .modal-header .close:hover {
  opacity: 1;
}
.cid-tqR1l87Vqs .modal-header .close:focus {
  outline: none;
}
.cid-tqR1l87Vqs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tqR1l87Vqs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tqR1l87Vqs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqR1l87Vqs .modal-body {
    padding: 1rem;
  }
}
.cid-tqR1l87Vqs .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-tqR1l87Vqs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tqR1l87Vqs .modal-footer {
    padding: 1rem;
  }
}
.cid-tqR1l87Vqs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tqR1l87Vqs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tqR1l87Vqs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tqR1l87Vqs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tqR1l87Vqs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tqR1l87Vqs .modal-lg,
  .cid-tqR1l87Vqs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tqR1l87Vqs .modal-xl {
    max-width: 1140px;
  }
}
.cid-tqR1l87Vqs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tqR1l87Vqs .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-tqR1l87Vqs .form-group {
  margin-bottom: 1rem;
}
.cid-tqR1l87Vqs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tqR1l87Vqs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tqR1l87Vqs .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-tqR1l87Vqs .mbr-section-btn {
  margin: 0;
}
.cid-tqR1l87Vqs .mbr-section-btn .btn {
  margin: 0;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  position: relative !important;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  position: absolute !important;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFCw1qGFAI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFCw1qGFAI .dropdown-item:hover,
.cid-sFCw1qGFAI .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-sFCw1qGFAI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFCw1qGFAI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFCw1qGFAI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFCw1qGFAI .nav-link {
  position: relative;
}
.cid-sFCw1qGFAI .container {
  display: flex;
  margin: auto;
}
.cid-sFCw1qGFAI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown-menu,
.cid-sFCw1qGFAI .navbar.opened {
  background: #fafafa !important;
}
.cid-sFCw1qGFAI .nav-item:focus,
.cid-sFCw1qGFAI .nav-link:focus {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFCw1qGFAI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFCw1qGFAI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFCw1qGFAI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFCw1qGFAI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.opened {
  transition: all 0.3s;
}
.cid-sFCw1qGFAI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFCw1qGFAI .navbar .navbar-logo img {
  width: auto;
}
.cid-sFCw1qGFAI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFCw1qGFAI .navbar.collapsed {
  justify-content: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFCw1qGFAI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFCw1qGFAI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFCw1qGFAI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFCw1qGFAI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFCw1qGFAI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFCw1qGFAI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFCw1qGFAI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFCw1qGFAI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFCw1qGFAI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFCw1qGFAI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFCw1qGFAI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFCw1qGFAI .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFCw1qGFAI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFCw1qGFAI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFCw1qGFAI .dropdown-item.active,
.cid-sFCw1qGFAI .dropdown-item:active {
  background-color: transparent;
}
.cid-sFCw1qGFAI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFCw1qGFAI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-sFCw1qGFAI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFCw1qGFAI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFCw1qGFAI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFCw1qGFAI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFCw1qGFAI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #671e75;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFCw1qGFAI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFCw1qGFAI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFCw1qGFAI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFCw1qGFAI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFCw1qGFAI .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-sFCw1qGFAI .navbar {
    height: 70px;
  }
  .cid-sFCw1qGFAI .navbar.opened {
    height: auto;
  }
  .cid-sFCw1qGFAI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFzxmVl7J6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sFzxmVl7J6 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-sFzxmVl7J6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sFzxmVl7J6 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFzxmVl7J6 .mbr-text,
.cid-sFzxmVl7J6 .mbr-section-btn {
  color: #353535;
}
.cid-sFzDs3t9EG {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/nota-2000x1330.jpg");
}
.cid-sFzDs3t9EG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sFzDs3t9EG form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sFzDs3t9EG form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sFzDs3t9EG form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFzDs3t9EG .mbr-section-title {
  color: #671e75;
}
.cid-sFzDs3t9EG .mbr-section-subtitle {
  color: #000000;
}
.cid-taVzxT32I5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #671e75;
}
@media (max-width: 767px) {
  .cid-taVzxT32I5 .content {
    text-align: center;
  }
  .cid-taVzxT32I5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-taVzxT32I5 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-taVzxT32I5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-taVzxT32I5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-taVzxT32I5 .google-map {
  height: 25rem;
  position: relative;
}
.cid-taVzxT32I5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-taVzxT32I5 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-taVzxT32I5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-taVzxT32I5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-taVzxT32I5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-taVzxT32I5 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-taVzxT32I5 .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-taVzxT32I5 .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-taVzxT32I5 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-taVzxT32I5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-taVzxT32I5 .list {
  list-style-type: none;
  padding: 0;
}
.cid-taVzxT32I5 H5 {
  color: #ffffff;
}
.cid-taVzxT32I5 .mbr-text {
  color: #ffffff;
}
.cid-tbixtYlggT .navbar-dropdown {
  position: relative !important;
}
.cid-tbixtYlggT .navbar-dropdown {
  position: absolute !important;
}
.cid-tbixtYlggT .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-tbixtYlggT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tbixtYlggT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tbixtYlggT .dropdown-item:hover,
.cid-tbixtYlggT .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-tbixtYlggT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tbixtYlggT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tbixtYlggT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tbixtYlggT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tbixtYlggT .nav-link {
  position: relative;
}
.cid-tbixtYlggT .container {
  display: flex;
  margin: auto;
}
.cid-tbixtYlggT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tbixtYlggT .dropdown-menu,
.cid-tbixtYlggT .navbar.opened {
  background: #fafafa !important;
}
.cid-tbixtYlggT .nav-item:focus,
.cid-tbixtYlggT .nav-link:focus {
  outline: none;
}
.cid-tbixtYlggT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbixtYlggT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbixtYlggT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tbixtYlggT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbixtYlggT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbixtYlggT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbixtYlggT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-tbixtYlggT .navbar.opened {
  transition: all 0.3s;
}
.cid-tbixtYlggT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tbixtYlggT .navbar .navbar-logo img {
  width: auto;
}
.cid-tbixtYlggT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tbixtYlggT .navbar.collapsed {
  justify-content: center;
}
.cid-tbixtYlggT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbixtYlggT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tbixtYlggT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tbixtYlggT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbixtYlggT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbixtYlggT .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-tbixtYlggT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbixtYlggT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tbixtYlggT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tbixtYlggT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbixtYlggT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbixtYlggT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbixtYlggT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbixtYlggT .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-tbixtYlggT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tbixtYlggT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbixtYlggT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tbixtYlggT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tbixtYlggT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tbixtYlggT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tbixtYlggT .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbixtYlggT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tbixtYlggT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tbixtYlggT .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-tbixtYlggT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbixtYlggT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbixtYlggT .dropdown-item.active,
.cid-tbixtYlggT .dropdown-item:active {
  background-color: transparent;
}
.cid-tbixtYlggT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tbixtYlggT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbixtYlggT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tbixtYlggT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-tbixtYlggT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbixtYlggT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbixtYlggT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tbixtYlggT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tbixtYlggT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tbixtYlggT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #671e75;
}
.cid-tbixtYlggT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbixtYlggT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbixtYlggT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbixtYlggT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbixtYlggT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbixtYlggT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbixtYlggT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbixtYlggT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbixtYlggT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tbixtYlggT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbixtYlggT .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-tbixtYlggT .navbar {
    height: 70px;
  }
  .cid-tbixtYlggT .navbar.opened {
    height: auto;
  }
  .cid-tbixtYlggT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty73EneID0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-ty73EneID0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty73EneID0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-ty73EneID0 .container {
    padding: 0 30px;
  }
}
.cid-ty73EneID0 .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-ty73EneID0 .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-ty73EneID0 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ty73EneID0 .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-ty73EneID0 .mbr-section-title {
  color: #ffffff;
}
.cid-ty73EneID0 .mbr-text {
  color: #ffffff;
}
.cid-typ3UGkUSG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-typ3UGkUSG .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-typ3UGkUSG .card-box:focus-within {
  opacity: 1;
}
.cid-typ3UGkUSG .row-center {
  height: 100%;
}
.cid-typ3UGkUSG .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
}
.cid-typ3UGkUSG .card-img img {
  margin: auto;
}
.cid-typ3UGkUSG .card-wrapper {
  display: flex;
  position: relative;
  border: 1px solid #efefef;
  margin: auto;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 4px;
  cursor: pointer;
  height: 100%;
  padding: 6rem 1rem;
  min-height: 240px;
  transition: all 1s;
}
.cid-typ3UGkUSG .card-wrapper:before {
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: #671e75;
  opacity: 0.8;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s;
  transition-delay: 0.15s;
}
.cid-typ3UGkUSG .card-wrapper:hover .card-box,
.cid-typ3UGkUSG .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.15s;
}
.cid-typ3UGkUSG .card-wrapper:hover .card-img,
.cid-typ3UGkUSG .card-wrapper:focus-within .card-img {
  transform: translateY(-15px);
}
.cid-typ3UGkUSG .card-wrapper:hover:before,
.cid-typ3UGkUSG .card-wrapper:focus-within:before {
  height: 100%;
  transition-delay: 0s;
}
.cid-typ3UGkUSG .row {
  justify-content: center;
}
.cid-typ3UGkUSG .card-title {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-typ3UGkUSG .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-typ3UGkUSG .card-img {
    transform: translateY(-15px);
  }
  .cid-typ3UGkUSG .card-wrapper:before {
    height: 100%;
  }
}
.cid-typeovx70N {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-typeovx70N .card-box {
  z-index: 3;
  position: relative;
  margin: auto;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-typeovx70N .card-box:focus-within {
  opacity: 1;
}
.cid-typeovx70N .row-center {
  height: 100%;
}
.cid-typeovx70N .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem;
}
.cid-typeovx70N .card-img img {
  margin: auto;
}
.cid-typeovx70N .card-wrapper {
  display: flex;
  position: relative;
  border: 1px solid #efefef;
  margin: auto;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 4px;
  cursor: pointer;
  height: 100%;
  padding: 6rem 1rem;
  min-height: 240px;
  transition: all 1s;
}
.cid-typeovx70N .card-wrapper:before {
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: #671e75;
  opacity: 0.8;
  z-index: 2;
  pointer-events: none;
  transition: all 0.3s;
  transition-delay: 0.15s;
}
.cid-typeovx70N .card-wrapper:hover .card-box,
.cid-typeovx70N .card-wrapper:focus-within .card-box {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.15s;
}
.cid-typeovx70N .card-wrapper:hover .card-img,
.cid-typeovx70N .card-wrapper:focus-within .card-img {
  transform: translateY(-15px);
}
.cid-typeovx70N .card-wrapper:hover:before,
.cid-typeovx70N .card-wrapper:focus-within:before {
  height: 100%;
  transition-delay: 0s;
}
.cid-typeovx70N .row {
  justify-content: center;
}
.cid-typeovx70N .card-title {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-typeovx70N .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-typeovx70N .card-img {
    transform: translateY(-15px);
  }
  .cid-typeovx70N .card-wrapper:before {
    height: 100%;
  }
}
.cid-tbixu29aTr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #671e75;
}
@media (max-width: 767px) {
  .cid-tbixu29aTr .content {
    text-align: center;
  }
  .cid-tbixu29aTr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tbixu29aTr .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-tbixu29aTr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tbixu29aTr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-tbixu29aTr .google-map {
  height: 25rem;
  position: relative;
}
.cid-tbixu29aTr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tbixu29aTr .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tbixu29aTr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tbixu29aTr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tbixu29aTr .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tbixu29aTr .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tbixu29aTr .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tbixu29aTr .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tbixu29aTr .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tbixu29aTr .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tbixu29aTr .list {
  list-style-type: none;
  padding: 0;
}
.cid-tbixu29aTr H5 {
  color: #ffffff;
}
.cid-tbixu29aTr .mbr-text {
  color: #ffffff;
}
.cid-typhFrIUSM.popup-builder {
  background-color: #ffffff;
}
.cid-typhFrIUSM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-typhFrIUSM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-typhFrIUSM .modal-content,
.cid-typhFrIUSM .modal-dialog {
  height: auto;
}
.cid-typhFrIUSM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-typhFrIUSM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-typhFrIUSM .form-wrapper .mbr-form .form-group,
  .cid-typhFrIUSM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-typhFrIUSM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-typhFrIUSM .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-typhFrIUSM .mbr-text {
  text-align: justify;
}
.cid-typhFrIUSM .pt-0 {
  padding-top: 0 !important;
}
.cid-typhFrIUSM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-typhFrIUSM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-typhFrIUSM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-typhFrIUSM .modal-open {
  overflow: hidden;
}
.cid-typhFrIUSM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-typhFrIUSM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-typhFrIUSM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-typhFrIUSM .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-typhFrIUSM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-typhFrIUSM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-typhFrIUSM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-typhFrIUSM .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-typhFrIUSM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-typhFrIUSM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-typhFrIUSM .modal-backdrop.fade {
  opacity: 0;
}
.cid-typhFrIUSM .modal-backdrop.show {
  opacity: .5;
}
.cid-typhFrIUSM .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-typhFrIUSM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-typhFrIUSM .modal-header {
    padding: 1rem;
  }
}
.cid-typhFrIUSM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-typhFrIUSM .modal-header .close svg {
  fill: #353535;
}
.cid-typhFrIUSM .modal-header .close:hover {
  opacity: 1;
}
.cid-typhFrIUSM .modal-header .close:focus {
  outline: none;
}
.cid-typhFrIUSM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-typhFrIUSM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-typhFrIUSM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-typhFrIUSM .modal-body {
    padding: 1rem;
  }
}
.cid-typhFrIUSM .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-typhFrIUSM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-typhFrIUSM .modal-footer {
    padding: 1rem;
  }
}
.cid-typhFrIUSM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-typhFrIUSM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-typhFrIUSM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-typhFrIUSM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-typhFrIUSM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-typhFrIUSM .modal-lg,
  .cid-typhFrIUSM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-typhFrIUSM .modal-xl {
    max-width: 1140px;
  }
}
.cid-typhFrIUSM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-typhFrIUSM .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-typhFrIUSM .form-group {
  margin-bottom: 1rem;
}
.cid-typhFrIUSM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-typhFrIUSM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-typhFrIUSM .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-typhFrIUSM .mbr-section-btn {
  margin: 0;
}
.cid-typhFrIUSM .mbr-section-btn .btn {
  margin: 0;
}
.cid-typjzKRZBp.popup-builder {
  background-color: #ffffff;
}
.cid-typjzKRZBp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-typjzKRZBp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-typjzKRZBp .modal-content,
.cid-typjzKRZBp .modal-dialog {
  height: auto;
}
.cid-typjzKRZBp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-typjzKRZBp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-typjzKRZBp .form-wrapper .mbr-form .form-group,
  .cid-typjzKRZBp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-typjzKRZBp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-typjzKRZBp .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-typjzKRZBp .mbr-text {
  text-align: justify;
}
.cid-typjzKRZBp .pt-0 {
  padding-top: 0 !important;
}
.cid-typjzKRZBp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-typjzKRZBp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-typjzKRZBp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-typjzKRZBp .modal-open {
  overflow: hidden;
}
.cid-typjzKRZBp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-typjzKRZBp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-typjzKRZBp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-typjzKRZBp .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-typjzKRZBp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-typjzKRZBp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-typjzKRZBp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-typjzKRZBp .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-typjzKRZBp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-typjzKRZBp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-typjzKRZBp .modal-backdrop.fade {
  opacity: 0;
}
.cid-typjzKRZBp .modal-backdrop.show {
  opacity: .5;
}
.cid-typjzKRZBp .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-typjzKRZBp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-typjzKRZBp .modal-header {
    padding: 1rem;
  }
}
.cid-typjzKRZBp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-typjzKRZBp .modal-header .close svg {
  fill: #353535;
}
.cid-typjzKRZBp .modal-header .close:hover {
  opacity: 1;
}
.cid-typjzKRZBp .modal-header .close:focus {
  outline: none;
}
.cid-typjzKRZBp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-typjzKRZBp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-typjzKRZBp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-typjzKRZBp .modal-body {
    padding: 1rem;
  }
}
.cid-typjzKRZBp .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-typjzKRZBp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-typjzKRZBp .modal-footer {
    padding: 1rem;
  }
}
.cid-typjzKRZBp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-typjzKRZBp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-typjzKRZBp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-typjzKRZBp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-typjzKRZBp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-typjzKRZBp .modal-lg,
  .cid-typjzKRZBp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-typjzKRZBp .modal-xl {
    max-width: 1140px;
  }
}
.cid-typjzKRZBp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-typjzKRZBp .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-typjzKRZBp .form-group {
  margin-bottom: 1rem;
}
.cid-typjzKRZBp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-typjzKRZBp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-typjzKRZBp .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-typjzKRZBp .mbr-section-btn {
  margin: 0;
}
.cid-typjzKRZBp .mbr-section-btn .btn {
  margin: 0;
}
.cid-typjJmLKyL.popup-builder {
  background-color: #ffffff;
}
.cid-typjJmLKyL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-typjJmLKyL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-typjJmLKyL .modal-content,
.cid-typjJmLKyL .modal-dialog {
  height: auto;
}
.cid-typjJmLKyL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-typjJmLKyL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-typjJmLKyL .form-wrapper .mbr-form .form-group,
  .cid-typjJmLKyL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-typjJmLKyL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-typjJmLKyL .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-typjJmLKyL .mbr-text {
  text-align: justify;
}
.cid-typjJmLKyL .pt-0 {
  padding-top: 0 !important;
}
.cid-typjJmLKyL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-typjJmLKyL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-typjJmLKyL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-typjJmLKyL .modal-open {
  overflow: hidden;
}
.cid-typjJmLKyL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-typjJmLKyL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-typjJmLKyL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-typjJmLKyL .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-typjJmLKyL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-typjJmLKyL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-typjJmLKyL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-typjJmLKyL .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-typjJmLKyL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-typjJmLKyL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-typjJmLKyL .modal-backdrop.fade {
  opacity: 0;
}
.cid-typjJmLKyL .modal-backdrop.show {
  opacity: .5;
}
.cid-typjJmLKyL .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-typjJmLKyL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-typjJmLKyL .modal-header {
    padding: 1rem;
  }
}
.cid-typjJmLKyL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-typjJmLKyL .modal-header .close svg {
  fill: #353535;
}
.cid-typjJmLKyL .modal-header .close:hover {
  opacity: 1;
}
.cid-typjJmLKyL .modal-header .close:focus {
  outline: none;
}
.cid-typjJmLKyL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-typjJmLKyL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-typjJmLKyL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-typjJmLKyL .modal-body {
    padding: 1rem;
  }
}
.cid-typjJmLKyL .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-typjJmLKyL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-typjJmLKyL .modal-footer {
    padding: 1rem;
  }
}
.cid-typjJmLKyL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-typjJmLKyL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-typjJmLKyL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-typjJmLKyL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-typjJmLKyL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-typjJmLKyL .modal-lg,
  .cid-typjJmLKyL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-typjJmLKyL .modal-xl {
    max-width: 1140px;
  }
}
.cid-typjJmLKyL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-typjJmLKyL .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-typjJmLKyL .form-group {
  margin-bottom: 1rem;
}
.cid-typjJmLKyL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-typjJmLKyL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-typjJmLKyL .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-typjJmLKyL .mbr-section-btn {
  margin: 0;
}
.cid-typjJmLKyL .mbr-section-btn .btn {
  margin: 0;
}
.cid-typkpSkjH4.popup-builder {
  background-color: #ffffff;
}
.cid-typkpSkjH4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-typkpSkjH4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-typkpSkjH4 .modal-content,
.cid-typkpSkjH4 .modal-dialog {
  height: auto;
}
.cid-typkpSkjH4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-typkpSkjH4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-typkpSkjH4 .form-wrapper .mbr-form .form-group,
  .cid-typkpSkjH4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-typkpSkjH4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-typkpSkjH4 .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-typkpSkjH4 .mbr-text {
  text-align: justify;
}
.cid-typkpSkjH4 .pt-0 {
  padding-top: 0 !important;
}
.cid-typkpSkjH4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-typkpSkjH4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-typkpSkjH4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-typkpSkjH4 .modal-open {
  overflow: hidden;
}
.cid-typkpSkjH4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-typkpSkjH4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-typkpSkjH4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-typkpSkjH4 .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-typkpSkjH4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-typkpSkjH4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-typkpSkjH4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-typkpSkjH4 .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-typkpSkjH4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-typkpSkjH4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-typkpSkjH4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-typkpSkjH4 .modal-backdrop.show {
  opacity: .5;
}
.cid-typkpSkjH4 .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-typkpSkjH4 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-typkpSkjH4 .modal-header {
    padding: 1rem;
  }
}
.cid-typkpSkjH4 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-typkpSkjH4 .modal-header .close svg {
  fill: #353535;
}
.cid-typkpSkjH4 .modal-header .close:hover {
  opacity: 1;
}
.cid-typkpSkjH4 .modal-header .close:focus {
  outline: none;
}
.cid-typkpSkjH4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-typkpSkjH4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-typkpSkjH4 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-typkpSkjH4 .modal-body {
    padding: 1rem;
  }
}
.cid-typkpSkjH4 .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-typkpSkjH4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-typkpSkjH4 .modal-footer {
    padding: 1rem;
  }
}
.cid-typkpSkjH4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-typkpSkjH4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-typkpSkjH4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-typkpSkjH4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-typkpSkjH4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-typkpSkjH4 .modal-lg,
  .cid-typkpSkjH4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-typkpSkjH4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-typkpSkjH4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-typkpSkjH4 .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-typkpSkjH4 .form-group {
  margin-bottom: 1rem;
}
.cid-typkpSkjH4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-typkpSkjH4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-typkpSkjH4 .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-typkpSkjH4 .mbr-section-btn {
  margin: 0;
}
.cid-typkpSkjH4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-typmkx3p2m.popup-builder {
  background-color: #ffffff;
}
.cid-typmkx3p2m.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-typmkx3p2m.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-typmkx3p2m .modal-content,
.cid-typmkx3p2m .modal-dialog {
  height: auto;
}
.cid-typmkx3p2m .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-typmkx3p2m .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-typmkx3p2m .form-wrapper .mbr-form .form-group,
  .cid-typmkx3p2m .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-typmkx3p2m .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-typmkx3p2m .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-typmkx3p2m .mbr-text {
  text-align: justify;
}
.cid-typmkx3p2m .pt-0 {
  padding-top: 0 !important;
}
.cid-typmkx3p2m .pb-0 {
  padding-bottom: 0 !important;
}
.cid-typmkx3p2m .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-typmkx3p2m .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-typmkx3p2m .modal-open {
  overflow: hidden;
}
.cid-typmkx3p2m .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-typmkx3p2m .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-typmkx3p2m .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-typmkx3p2m .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-typmkx3p2m .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-typmkx3p2m .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-typmkx3p2m .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-typmkx3p2m .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-typmkx3p2m .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-typmkx3p2m .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-typmkx3p2m .modal-backdrop.fade {
  opacity: 0;
}
.cid-typmkx3p2m .modal-backdrop.show {
  opacity: .5;
}
.cid-typmkx3p2m .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-typmkx3p2m .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-typmkx3p2m .modal-header {
    padding: 1rem;
  }
}
.cid-typmkx3p2m .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-typmkx3p2m .modal-header .close svg {
  fill: #353535;
}
.cid-typmkx3p2m .modal-header .close:hover {
  opacity: 1;
}
.cid-typmkx3p2m .modal-header .close:focus {
  outline: none;
}
.cid-typmkx3p2m .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-typmkx3p2m .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-typmkx3p2m .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-typmkx3p2m .modal-body {
    padding: 1rem;
  }
}
.cid-typmkx3p2m .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-typmkx3p2m .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-typmkx3p2m .modal-footer {
    padding: 1rem;
  }
}
.cid-typmkx3p2m .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-typmkx3p2m .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-typmkx3p2m .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-typmkx3p2m .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-typmkx3p2m .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-typmkx3p2m .modal-lg,
  .cid-typmkx3p2m .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-typmkx3p2m .modal-xl {
    max-width: 1140px;
  }
}
.cid-typmkx3p2m .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-typmkx3p2m .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-typmkx3p2m .form-group {
  margin-bottom: 1rem;
}
.cid-typmkx3p2m .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-typmkx3p2m .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-typmkx3p2m .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-typmkx3p2m .mbr-section-btn {
  margin: 0;
}
.cid-typmkx3p2m .mbr-section-btn .btn {
  margin: 0;
}
.cid-typmRWwJC9.popup-builder {
  background-color: #ffffff;
}
.cid-typmRWwJC9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-typmRWwJC9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-typmRWwJC9 .modal-content,
.cid-typmRWwJC9 .modal-dialog {
  height: auto;
}
.cid-typmRWwJC9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-typmRWwJC9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-typmRWwJC9 .form-wrapper .mbr-form .form-group,
  .cid-typmRWwJC9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-typmRWwJC9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-typmRWwJC9 .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-typmRWwJC9 .mbr-text {
  text-align: justify;
}
.cid-typmRWwJC9 .pt-0 {
  padding-top: 0 !important;
}
.cid-typmRWwJC9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-typmRWwJC9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-typmRWwJC9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-typmRWwJC9 .modal-open {
  overflow: hidden;
}
.cid-typmRWwJC9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-typmRWwJC9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-typmRWwJC9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-typmRWwJC9 .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-typmRWwJC9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-typmRWwJC9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-typmRWwJC9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-typmRWwJC9 .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-typmRWwJC9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-typmRWwJC9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-typmRWwJC9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-typmRWwJC9 .modal-backdrop.show {
  opacity: .5;
}
.cid-typmRWwJC9 .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-typmRWwJC9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-typmRWwJC9 .modal-header {
    padding: 1rem;
  }
}
.cid-typmRWwJC9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-typmRWwJC9 .modal-header .close svg {
  fill: #353535;
}
.cid-typmRWwJC9 .modal-header .close:hover {
  opacity: 1;
}
.cid-typmRWwJC9 .modal-header .close:focus {
  outline: none;
}
.cid-typmRWwJC9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-typmRWwJC9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-typmRWwJC9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-typmRWwJC9 .modal-body {
    padding: 1rem;
  }
}
.cid-typmRWwJC9 .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-typmRWwJC9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-typmRWwJC9 .modal-footer {
    padding: 1rem;
  }
}
.cid-typmRWwJC9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-typmRWwJC9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-typmRWwJC9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-typmRWwJC9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-typmRWwJC9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-typmRWwJC9 .modal-lg,
  .cid-typmRWwJC9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-typmRWwJC9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-typmRWwJC9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-typmRWwJC9 .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-typmRWwJC9 .form-group {
  margin-bottom: 1rem;
}
.cid-typmRWwJC9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-typmRWwJC9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-typmRWwJC9 .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-typmRWwJC9 .mbr-section-btn {
  margin: 0;
}
.cid-typmRWwJC9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-typn92fAqS.popup-builder {
  background-color: #ffffff;
}
.cid-typn92fAqS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-typn92fAqS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-typn92fAqS .modal-content,
.cid-typn92fAqS .modal-dialog {
  height: auto;
}
.cid-typn92fAqS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-typn92fAqS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-typn92fAqS .form-wrapper .mbr-form .form-group,
  .cid-typn92fAqS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-typn92fAqS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-typn92fAqS .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-typn92fAqS .mbr-text {
  text-align: justify;
}
.cid-typn92fAqS .pt-0 {
  padding-top: 0 !important;
}
.cid-typn92fAqS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-typn92fAqS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-typn92fAqS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-typn92fAqS .modal-open {
  overflow: hidden;
}
.cid-typn92fAqS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-typn92fAqS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-typn92fAqS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-typn92fAqS .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-typn92fAqS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-typn92fAqS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-typn92fAqS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-typn92fAqS .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-typn92fAqS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-typn92fAqS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-typn92fAqS .modal-backdrop.fade {
  opacity: 0;
}
.cid-typn92fAqS .modal-backdrop.show {
  opacity: .5;
}
.cid-typn92fAqS .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-typn92fAqS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-typn92fAqS .modal-header {
    padding: 1rem;
  }
}
.cid-typn92fAqS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-typn92fAqS .modal-header .close svg {
  fill: #353535;
}
.cid-typn92fAqS .modal-header .close:hover {
  opacity: 1;
}
.cid-typn92fAqS .modal-header .close:focus {
  outline: none;
}
.cid-typn92fAqS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-typn92fAqS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-typn92fAqS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-typn92fAqS .modal-body {
    padding: 1rem;
  }
}
.cid-typn92fAqS .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-typn92fAqS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-typn92fAqS .modal-footer {
    padding: 1rem;
  }
}
.cid-typn92fAqS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-typn92fAqS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-typn92fAqS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-typn92fAqS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-typn92fAqS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-typn92fAqS .modal-lg,
  .cid-typn92fAqS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-typn92fAqS .modal-xl {
    max-width: 1140px;
  }
}
.cid-typn92fAqS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-typn92fAqS .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-typn92fAqS .form-group {
  margin-bottom: 1rem;
}
.cid-typn92fAqS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-typn92fAqS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-typn92fAqS .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-typn92fAqS .mbr-section-btn {
  margin: 0;
}
.cid-typn92fAqS .mbr-section-btn .btn {
  margin: 0;
}
.cid-typnCbhvgO.popup-builder {
  background-color: #ffffff;
}
.cid-typnCbhvgO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-typnCbhvgO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-typnCbhvgO .modal-content,
.cid-typnCbhvgO .modal-dialog {
  height: auto;
}
.cid-typnCbhvgO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-typnCbhvgO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-typnCbhvgO .form-wrapper .mbr-form .form-group,
  .cid-typnCbhvgO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-typnCbhvgO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-typnCbhvgO .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-typnCbhvgO .mbr-text {
  text-align: justify;
}
.cid-typnCbhvgO .pt-0 {
  padding-top: 0 !important;
}
.cid-typnCbhvgO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-typnCbhvgO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-typnCbhvgO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-typnCbhvgO .modal-open {
  overflow: hidden;
}
.cid-typnCbhvgO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-typnCbhvgO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-typnCbhvgO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-typnCbhvgO .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-typnCbhvgO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-typnCbhvgO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-typnCbhvgO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-typnCbhvgO .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-typnCbhvgO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-typnCbhvgO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-typnCbhvgO .modal-backdrop.fade {
  opacity: 0;
}
.cid-typnCbhvgO .modal-backdrop.show {
  opacity: .5;
}
.cid-typnCbhvgO .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-typnCbhvgO .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-typnCbhvgO .modal-header {
    padding: 1rem;
  }
}
.cid-typnCbhvgO .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-typnCbhvgO .modal-header .close svg {
  fill: #353535;
}
.cid-typnCbhvgO .modal-header .close:hover {
  opacity: 1;
}
.cid-typnCbhvgO .modal-header .close:focus {
  outline: none;
}
.cid-typnCbhvgO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-typnCbhvgO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-typnCbhvgO .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-typnCbhvgO .modal-body {
    padding: 1rem;
  }
}
.cid-typnCbhvgO .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-typnCbhvgO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-typnCbhvgO .modal-footer {
    padding: 1rem;
  }
}
.cid-typnCbhvgO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-typnCbhvgO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-typnCbhvgO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-typnCbhvgO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-typnCbhvgO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-typnCbhvgO .modal-lg,
  .cid-typnCbhvgO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-typnCbhvgO .modal-xl {
    max-width: 1140px;
  }
}
.cid-typnCbhvgO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-typnCbhvgO .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-typnCbhvgO .form-group {
  margin-bottom: 1rem;
}
.cid-typnCbhvgO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-typnCbhvgO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-typnCbhvgO .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-typnCbhvgO .mbr-section-btn {
  margin: 0;
}
.cid-typnCbhvgO .mbr-section-btn .btn {
  margin: 0;
}
.cid-typo2xb6lZ.popup-builder {
  background-color: #ffffff;
}
.cid-typo2xb6lZ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-typo2xb6lZ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-typo2xb6lZ .modal-content,
.cid-typo2xb6lZ .modal-dialog {
  height: auto;
}
.cid-typo2xb6lZ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-typo2xb6lZ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-typo2xb6lZ .form-wrapper .mbr-form .form-group,
  .cid-typo2xb6lZ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-typo2xb6lZ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-typo2xb6lZ .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-typo2xb6lZ .mbr-text {
  text-align: justify;
}
.cid-typo2xb6lZ .pt-0 {
  padding-top: 0 !important;
}
.cid-typo2xb6lZ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-typo2xb6lZ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-typo2xb6lZ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-typo2xb6lZ .modal-open {
  overflow: hidden;
}
.cid-typo2xb6lZ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-typo2xb6lZ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-typo2xb6lZ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-typo2xb6lZ .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-typo2xb6lZ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-typo2xb6lZ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-typo2xb6lZ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-typo2xb6lZ .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-typo2xb6lZ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-typo2xb6lZ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-typo2xb6lZ .modal-backdrop.fade {
  opacity: 0;
}
.cid-typo2xb6lZ .modal-backdrop.show {
  opacity: .5;
}
.cid-typo2xb6lZ .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-typo2xb6lZ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-typo2xb6lZ .modal-header {
    padding: 1rem;
  }
}
.cid-typo2xb6lZ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-typo2xb6lZ .modal-header .close svg {
  fill: #353535;
}
.cid-typo2xb6lZ .modal-header .close:hover {
  opacity: 1;
}
.cid-typo2xb6lZ .modal-header .close:focus {
  outline: none;
}
.cid-typo2xb6lZ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-typo2xb6lZ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-typo2xb6lZ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-typo2xb6lZ .modal-body {
    padding: 1rem;
  }
}
.cid-typo2xb6lZ .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-typo2xb6lZ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-typo2xb6lZ .modal-footer {
    padding: 1rem;
  }
}
.cid-typo2xb6lZ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-typo2xb6lZ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-typo2xb6lZ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-typo2xb6lZ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-typo2xb6lZ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-typo2xb6lZ .modal-lg,
  .cid-typo2xb6lZ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-typo2xb6lZ .modal-xl {
    max-width: 1140px;
  }
}
.cid-typo2xb6lZ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-typo2xb6lZ .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-typo2xb6lZ .form-group {
  margin-bottom: 1rem;
}
.cid-typo2xb6lZ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-typo2xb6lZ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-typo2xb6lZ .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-typo2xb6lZ .mbr-section-btn {
  margin: 0;
}
.cid-typo2xb6lZ .mbr-section-btn .btn {
  margin: 0;
}
.cid-typokBBCPE.popup-builder {
  background-color: #ffffff;
}
.cid-typokBBCPE.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-typokBBCPE.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-typokBBCPE .modal-content,
.cid-typokBBCPE .modal-dialog {
  height: auto;
}
.cid-typokBBCPE .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-typokBBCPE .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-typokBBCPE .form-wrapper .mbr-form .form-group,
  .cid-typokBBCPE .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-typokBBCPE .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-typokBBCPE .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-typokBBCPE .mbr-text {
  text-align: justify;
}
.cid-typokBBCPE .pt-0 {
  padding-top: 0 !important;
}
.cid-typokBBCPE .pb-0 {
  padding-bottom: 0 !important;
}
.cid-typokBBCPE .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-typokBBCPE .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-typokBBCPE .modal-open {
  overflow: hidden;
}
.cid-typokBBCPE .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-typokBBCPE .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-typokBBCPE .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-typokBBCPE .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-typokBBCPE .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-typokBBCPE .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-typokBBCPE .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-typokBBCPE .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-typokBBCPE .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-typokBBCPE .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-typokBBCPE .modal-backdrop.fade {
  opacity: 0;
}
.cid-typokBBCPE .modal-backdrop.show {
  opacity: .5;
}
.cid-typokBBCPE .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-typokBBCPE .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-typokBBCPE .modal-header {
    padding: 1rem;
  }
}
.cid-typokBBCPE .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-typokBBCPE .modal-header .close svg {
  fill: #353535;
}
.cid-typokBBCPE .modal-header .close:hover {
  opacity: 1;
}
.cid-typokBBCPE .modal-header .close:focus {
  outline: none;
}
.cid-typokBBCPE .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-typokBBCPE .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-typokBBCPE .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-typokBBCPE .modal-body {
    padding: 1rem;
  }
}
.cid-typokBBCPE .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-typokBBCPE .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-typokBBCPE .modal-footer {
    padding: 1rem;
  }
}
.cid-typokBBCPE .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-typokBBCPE .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-typokBBCPE .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-typokBBCPE .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-typokBBCPE .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-typokBBCPE .modal-lg,
  .cid-typokBBCPE .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-typokBBCPE .modal-xl {
    max-width: 1140px;
  }
}
.cid-typokBBCPE .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-typokBBCPE .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-typokBBCPE .form-group {
  margin-bottom: 1rem;
}
.cid-typokBBCPE .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-typokBBCPE .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-typokBBCPE .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-typokBBCPE .mbr-section-btn {
  margin: 0;
}
.cid-typokBBCPE .mbr-section-btn .btn {
  margin: 0;
}
.cid-typoCF5Qgk.popup-builder {
  background-color: #ffffff;
}
.cid-typoCF5Qgk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-typoCF5Qgk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-typoCF5Qgk .modal-content,
.cid-typoCF5Qgk .modal-dialog {
  height: auto;
}
.cid-typoCF5Qgk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-typoCF5Qgk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-typoCF5Qgk .form-wrapper .mbr-form .form-group,
  .cid-typoCF5Qgk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-typoCF5Qgk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-typoCF5Qgk .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-typoCF5Qgk .mbr-text {
  text-align: justify;
}
.cid-typoCF5Qgk .pt-0 {
  padding-top: 0 !important;
}
.cid-typoCF5Qgk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-typoCF5Qgk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-typoCF5Qgk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-typoCF5Qgk .modal-open {
  overflow: hidden;
}
.cid-typoCF5Qgk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-typoCF5Qgk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-typoCF5Qgk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-typoCF5Qgk .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-typoCF5Qgk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-typoCF5Qgk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-typoCF5Qgk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-typoCF5Qgk .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-typoCF5Qgk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-typoCF5Qgk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-typoCF5Qgk .modal-backdrop.fade {
  opacity: 0;
}
.cid-typoCF5Qgk .modal-backdrop.show {
  opacity: .5;
}
.cid-typoCF5Qgk .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-typoCF5Qgk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-typoCF5Qgk .modal-header {
    padding: 1rem;
  }
}
.cid-typoCF5Qgk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-typoCF5Qgk .modal-header .close svg {
  fill: #353535;
}
.cid-typoCF5Qgk .modal-header .close:hover {
  opacity: 1;
}
.cid-typoCF5Qgk .modal-header .close:focus {
  outline: none;
}
.cid-typoCF5Qgk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-typoCF5Qgk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-typoCF5Qgk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-typoCF5Qgk .modal-body {
    padding: 1rem;
  }
}
.cid-typoCF5Qgk .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-typoCF5Qgk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-typoCF5Qgk .modal-footer {
    padding: 1rem;
  }
}
.cid-typoCF5Qgk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-typoCF5Qgk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-typoCF5Qgk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-typoCF5Qgk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-typoCF5Qgk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-typoCF5Qgk .modal-lg,
  .cid-typoCF5Qgk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-typoCF5Qgk .modal-xl {
    max-width: 1140px;
  }
}
.cid-typoCF5Qgk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-typoCF5Qgk .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-typoCF5Qgk .form-group {
  margin-bottom: 1rem;
}
.cid-typoCF5Qgk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-typoCF5Qgk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-typoCF5Qgk .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-typoCF5Qgk .mbr-section-btn {
  margin: 0;
}
.cid-typoCF5Qgk .mbr-section-btn .btn {
  margin: 0;
}
.cid-ty74eWhIso .navbar-dropdown {
  position: relative !important;
}
.cid-ty74eWhIso .navbar-dropdown {
  position: absolute !important;
}
.cid-ty74eWhIso .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-ty74eWhIso .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ty74eWhIso .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty74eWhIso .dropdown-item:hover,
.cid-ty74eWhIso .dropdown-item:focus {
  background: #ffffff !important;
  color: white !important;
}
.cid-ty74eWhIso .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty74eWhIso .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty74eWhIso .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty74eWhIso .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty74eWhIso .nav-link {
  position: relative;
}
.cid-ty74eWhIso .container {
  display: flex;
  margin: auto;
}
.cid-ty74eWhIso .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty74eWhIso .dropdown-menu,
.cid-ty74eWhIso .navbar.opened {
  background: #fafafa !important;
}
.cid-ty74eWhIso .nav-item:focus,
.cid-ty74eWhIso .nav-link:focus {
  outline: none;
}
.cid-ty74eWhIso .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty74eWhIso .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty74eWhIso .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty74eWhIso .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty74eWhIso .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty74eWhIso .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty74eWhIso .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: #fafafa;
}
.cid-ty74eWhIso .navbar.opened {
  transition: all 0.3s;
}
.cid-ty74eWhIso .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty74eWhIso .navbar .navbar-logo img {
  width: auto;
}
.cid-ty74eWhIso .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty74eWhIso .navbar.collapsed {
  justify-content: center;
}
.cid-ty74eWhIso .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty74eWhIso .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty74eWhIso .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ty74eWhIso .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty74eWhIso .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty74eWhIso .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-ty74eWhIso .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty74eWhIso .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty74eWhIso .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty74eWhIso .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty74eWhIso .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty74eWhIso .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty74eWhIso .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty74eWhIso .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-ty74eWhIso .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty74eWhIso .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty74eWhIso .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty74eWhIso .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty74eWhIso .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty74eWhIso .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ty74eWhIso .navbar.navbar-short {
  min-height: 60px;
}
.cid-ty74eWhIso .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ty74eWhIso .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ty74eWhIso .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-ty74eWhIso .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty74eWhIso .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty74eWhIso .dropdown-item.active,
.cid-ty74eWhIso .dropdown-item:active {
  background-color: transparent;
}
.cid-ty74eWhIso .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty74eWhIso .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty74eWhIso .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty74eWhIso .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-ty74eWhIso .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty74eWhIso .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty74eWhIso ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty74eWhIso .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty74eWhIso button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty74eWhIso button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #671e75;
}
.cid-ty74eWhIso button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty74eWhIso button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty74eWhIso button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty74eWhIso button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty74eWhIso nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty74eWhIso nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty74eWhIso nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty74eWhIso nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty74eWhIso .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ty74eWhIso a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty74eWhIso .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-ty74eWhIso .navbar {
    height: 70px;
  }
  .cid-ty74eWhIso .navbar.opened {
    height: auto;
  }
  .cid-ty74eWhIso .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty74eWLxTb {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-ty74eWLxTb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty74eWLxTb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty74eWLxTb .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ty74eWLxTb .container-fluid {
    padding: 0 30px;
  }
}
.cid-ty74eWLxTb .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ty74eWLxTb .container {
    padding: 0 30px;
  }
}
.cid-ty74eWLxTb .title-wrapper {
  margin-top: 20%;
  padding: 0 8%;
}
@media (max-width: 992px) {
  .cid-ty74eWLxTb .title-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-ty74eWLxTb .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-ty74eWLxTb .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-ty74eWLxTb .mbr-section-title {
  color: #671e75;
}
.cid-ty74eWLxTb .mbr-text {
  color: #ffffff;
}
.cid-ty74eYKeYH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #671e75;
}
@media (max-width: 767px) {
  .cid-ty74eYKeYH .content {
    text-align: center;
  }
  .cid-ty74eYKeYH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ty74eYKeYH .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-ty74eYKeYH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-ty74eYKeYH .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-ty74eYKeYH .google-map {
  height: 25rem;
  position: relative;
}
.cid-ty74eYKeYH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ty74eYKeYH .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ty74eYKeYH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ty74eYKeYH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ty74eYKeYH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ty74eYKeYH .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-ty74eYKeYH .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-ty74eYKeYH .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ty74eYKeYH .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ty74eYKeYH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ty74eYKeYH .list {
  list-style-type: none;
  padding: 0;
}
.cid-ty74eYKeYH H5 {
  color: #ffffff;
}
.cid-ty74eYKeYH .mbr-text {
  color: #ffffff;
}
