.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 7.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.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: 5.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.18rem;
    font-size: calc( 3.24rem + (7.4 - 3.24) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.24rem + (7.4 - 3.24) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2a5a7e !important;
}
.bg-success {
  background-color: #a6e04e !important;
}
.bg-info {
  background-color: #232323 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #76aed8 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2a5a7e !important;
  border-color: #2a5a7e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #3775a4 !important;
  border-color: #3775a4 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3775a4 !important;
  border-color: #3775a4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2a5a7e !important;
  border-color: #2a5a7e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3775a4 !important;
  border-color: #3775a4 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3775a4 !important;
  border-color: #3775a4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-success,
.btn-success:active {
  background-color: #a6e04e !important;
  border-color: #a6e04e !important;
  color: #1b2807 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #bce879 !important;
  border-color: #bce879 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #1b2807 !important;
  background-color: #bce879 !important;
  border-color: #bce879 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #76aed8 !important;
  border-color: #76aed8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #9ec5e3 !important;
  border-color: #9ec5e3 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9ec5e3 !important;
  border-color: #9ec5e3 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2a5a7e;
  color: #2a5a7e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #142c3d !important;
  background-color: transparent !important;
  border-color: #142c3d !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2a5a7e !important;
  border-color: #2a5a7e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2a5a7e;
  color: #2a5a7e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #142c3d !important;
  background-color: transparent !important;
  border-color: #142c3d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2a5a7e !important;
  border-color: #2a5a7e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #a6e04e;
  color: #a6e04e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7bb720 !important;
  background-color: transparent !important;
  border-color: #7bb720 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #1b2807 !important;
  background-color: #a6e04e !important;
  border-color: #a6e04e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #76aed8;
  color: #76aed8;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #3785c1 !important;
  background-color: transparent !important;
  border-color: #3785c1 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #76aed8 !important;
  border-color: #76aed8 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2a5a7e !important;
}
.text-secondary {
  color: #2a5a7e !important;
}
.text-success {
  color: #a6e04e !important;
}
.text-info {
  color: #232323 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #76aed8 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #102331 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #102331 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #72aa1e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #337db5 !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: #2a5a7e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #232323;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #76aed8;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2a5a7e;
  border-color: #2a5a7e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2a5a7e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5e9bc9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdfefc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d5d5d5;
}
.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*/
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #2a5a7e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #2a5a7e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2a5a7e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2a5a7e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2a5a7e;
  border-bottom-color: #2a5a7e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #2a5a7e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #2a5a7e !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='%232a5a7e' %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-tMVsQdqY17 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/imagem-1820x1040.jpg");
}
.cid-tMVsQdqY17 .card {
  background-color: #2a5a7e;
}
.cid-tMVsQdqY17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMVsQdqY17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMVsQdqY17 .mbr-section-title {
  color: #ffffff;
}
.cid-tMVsQdqY17 .mbr-section-subtitle {
  color: #a6e04e;
}
.cid-tMVsQdqY17 .text2 {
  color: #76aed8;
}
.cid-tMVsQdqY17 .text3 {
  color: #76aed8;
}
.cid-tMVsQdqY17 .text1 {
  color: #ffffff;
}
.cid-tMVsQdqY17 .image-wrap img {
  width: 50%;
  margin: 0 0 20px -10px;
}
@media (min-width: 992px) {
  .cid-tMVsQdqY17 .image-wrap img {
    display: block;
  }
}
@media (max-width: 450px) {
  .cid-tMVsQdqY17 .image-wrap img {
    display: block;
    margin: 0 0 20px 0px;
  }
}
.cid-tMVsQdqY17 P {
  color: #76aed8;
}
.cid-tPQbQT9tSa {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #0c314e;
}
.cid-tPQbQT9tSa .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-tPQbQT9tSa .mbr-section-title {
  color: #C4CFDE;
}
.cid-tPQbQT9tSa .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tPQbQT9tSa .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tPQbQT9tSa .card {
  margin-bottom: 30px;
}
.cid-tPQbQT9tSa img {
  width: auto;
  max-height: 100px;
  max-width: 100%;
  margin: auto;
}
.cid-tPQbQT9tSa .texto-branco {
  color: #ffffff;
  font-size: 25px;
}
.cid-tPKdlPQLm1 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #2a5a7e;
}
.cid-tPKdlPQLm1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPKdlPQLm1 .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-tPKdlPQLm1 .container {
    padding: 0 16px;
  }
}
.cid-tPKdlPQLm1 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tPKdlPQLm1 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-tPKdlPQLm1 .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tPKdlPQLm1 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPKdlPQLm1 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tPKdlPQLm1 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPKdlPQLm1 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tPKdlPQLm1 .video-block .video-wrapper iframe {
  border-radius: 5px;
}
.cid-tPKdlPQLm1 .video-block .video-wrapper .app-video-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 5px;
}
.cid-tPKdlPQLm1 .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  color: #ffffff;
  background-color: #08323c;
  text-shadow: none;
  font-size: 20px;
  border-radius: 100%;
  top: auto;
  bottom: 20px;
  left: 60px;
}
.cid-tPKdlPQLm1 .mbr-section-title {
  color: #08323C;
}
.cid-tPKdlPQLm1 .mbr-desc {
  color: #08323C;
}
.cid-tPKdlPQLm1 .mbr-text {
  color: #76aed8;
}
.cid-tPKdlPQLm1 .mbr-desc,
.cid-tPKdlPQLm1 .mbr-section-btn {
  color: #ffffff;
}
.cid-tMVbW7GaUI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-tMVbW7GaUI .mbr-iconfont {
  color: #76aed8 !important;
  font-size: 3.5rem !important;
}
.cid-tMVbW7GaUI .row {
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-tMVbW7GaUI .link {
  margin: 0;
}
.cid-tMVbW7GaUI .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-tMVbW7GaUI .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-tMVbW7GaUI h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-tMVbW7GaUI h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tMVbW7GaUI h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-tMVbW7GaUI .btn {
  margin: 0.2rem !important;
}
.cid-tMVbW7GaUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMVbW7GaUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMVbW7GaUI .mbr-maintext,
.cid-tMVbW7GaUI .mbr-section-btn {
  color: #76aed8;
}
.cid-tMV2GdWNx0 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tMV2GdWNx0 .mbr-section-subtitle {
  color: #101010;
}
.cid-tMV2GdWNx0 H2 {
  color: #2a5a7e;
}
.cid-tMUVocFjwS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMUVocFjwS .mbr-overlay {
  z-index: 1;
}
.cid-tMUVocFjwS .embla {
  position: relative;
  width: 100%;
}
.cid-tMUVocFjwS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tMUVocFjwS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tMUVocFjwS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tMUVocFjwS .embla__container {
  display: flex;
  align-items: center;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tMUVocFjwS .embla__slide {
  position: relative;
  min-width: 25%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1400px) {
  .cid-tMUVocFjwS .embla__slide {
    min-width: 22%;
    max-width: 26%;
  }
}
@media (max-width: 1200px) {
  .cid-tMUVocFjwS .embla__slide {
    min-width: 30%;
  }
}
@media (max-width: 900px) {
  .cid-tMUVocFjwS .embla__slide {
    min-width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-tMUVocFjwS .embla__slide {
    min-width: 70%;
  }
}
.cid-tMUVocFjwS .text-content-block {
  background: #fff;
  border-radius: 20px;
  padding: 1rem;
}
.cid-tMUVocFjwS .loop-warning {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  top: 0;
  z-index: 999;
}
.cid-tMUVocFjwS .loop-warning__content {
  background: #fff;
  border-radius: 20px;
  padding: 2rem;
}
.cid-tMUVocFjwS .align-content-block {
  margin: 50% 0 10% 0;
}
.cid-tMUVocFjwS h5,
.cid-tMUVocFjwS p {
  text-align: center;
}
.cid-tMUVocFjwS .embla__slide__inner {
  position: relative;
  overflow: hidden;
  margin: -50% 0 0 0;
}
.cid-tMUVocFjwS .item-wrapper {
  position: relative;
  margin-bottom: 1rem;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMUVocFjwS .item-menu-overlay {
  border-radius: 20px;
  z-index: 0;
}
.cid-tMUVocFjwS .embla__slide__img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.cid-tMUVocFjwS .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(20, 20, 20, 0.5);
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tMUVocFjwS .embla__button:disabled {
  cursor: default;
  opacity: 0.3;
}
.cid-tMUVocFjwS .embla__button:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
}
.cid-tMUVocFjwS .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMUVocFjwS .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tMUVocFjwS .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tMUVHnOvmo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #2a5a7e;
}
.cid-tMUVHnOvmo .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tMUVHnOvmo .team-card:hover {
  transform: translateY(-10px);
}
.cid-tMUVHnOvmo .card-wrap {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tMUVHnOvmo .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tMUVHnOvmo .card-wrap img {
  position: absolute;
  bottom: -35px;
  right: -35px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.cid-tMUVHnOvmo .card-wrap .image-wrap img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  margin: auto;
  margin-right: 1rem;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .cid-tMUVHnOvmo .card-wrap {
    padding: 2rem 1rem;
  }
}
.cid-tMUVHnOvmo .mbr-iconfont {
  color: #14191e;
  font-size: 3rem;
  padding-bottom: 1rem;
  display: block;
}
.cid-tMUVHnOvmo .mbr-role,
.cid-tMUVHnOvmo .social-row {
  color: #777777;
}
.cid-tMUVHnOvmo .mbr-section-subtitle {
  color: #777777;
}
.cid-tMUVHnOvmo .card-text,
.cid-tMUVHnOvmo .mbr-section-btn,
.cid-tMUVHnOvmo .social-row {
  color: #777777;
}
.cid-tMUVHnOvmo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tMUVHnOvmo .card-title,
.cid-tMUVHnOvmo .social-row {
  color: #2a5a7e;
  text-align: left;
}
.cid-tMUVHnOvmo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMUVHnOvmo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMUWiNVH0f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tMUWiNVH0f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMUWiNVH0f .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-tMUWiNVH0f .container {
    padding: 0 20px;
  }
}
.cid-tMUWiNVH0f .row {
  justify-content: center;
}
.cid-tMUWiNVH0f .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tMUWiNVH0f .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-tMUWiNVH0f .video-block {
    margin-bottom: 30px;
  }
}
.cid-tMUWiNVH0f .video-block .video-wrapper iframe {
  height: 280px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tMUWiNVH0f .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-tMUWiNVH0f .video-block .video-wrapper .app-video-wrapper::before {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.cid-tMUWiNVH0f .video-block .video-wrapper .app-video-wrapper img {
  height: 280px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tMUWiNVH0f .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tMUWiNVH0f .mbr-section-title {
  color: #2a5a7e;
  text-align: center;
}
.cid-tMVl6fevzN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0c314e;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-tMVl6fevzN .section-border-item {
  background-color: #fcdb42;
}
.cid-tMVl6fevzN .mbr-text {
  color: #FFFFFF;
}
.cid-tMVgLuNO9M.popup-builder {
  background-color: #ffffff;
}
.cid-tMVgLuNO9M.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tMVgLuNO9M.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tMVgLuNO9M .modal-content,
.cid-tMVgLuNO9M .modal-dialog {
  height: auto;
}
.cid-tMVgLuNO9M .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tMVgLuNO9M .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tMVgLuNO9M .form-wrapper .mbr-form .form-group,
  .cid-tMVgLuNO9M .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tMVgLuNO9M .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tMVgLuNO9M .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-tMVgLuNO9M .mbr-text {
  text-align: left;
}
.cid-tMVgLuNO9M .pt-0 {
  padding-top: 0 !important;
}
.cid-tMVgLuNO9M .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tMVgLuNO9M .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tMVgLuNO9M .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tMVgLuNO9M .modal-open {
  overflow: hidden;
}
.cid-tMVgLuNO9M .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tMVgLuNO9M .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tMVgLuNO9M .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tMVgLuNO9M .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-tMVgLuNO9M .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tMVgLuNO9M .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tMVgLuNO9M .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tMVgLuNO9M .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-tMVgLuNO9M .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tMVgLuNO9M .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tMVgLuNO9M .modal-backdrop.fade {
  opacity: 0;
}
.cid-tMVgLuNO9M .modal-backdrop.show {
  opacity: .5;
}
.cid-tMVgLuNO9M .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-tMVgLuNO9M .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMVgLuNO9M .modal-header {
    padding: 1rem;
  }
}
.cid-tMVgLuNO9M .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tMVgLuNO9M .modal-header .close svg {
  fill: #353535;
}
.cid-tMVgLuNO9M .modal-header .close:hover {
  opacity: 1;
}
.cid-tMVgLuNO9M .modal-header .close:focus {
  outline: none;
}
.cid-tMVgLuNO9M .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #2a5a7e;
}
.cid-tMVgLuNO9M .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tMVgLuNO9M .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMVgLuNO9M .modal-body {
    padding: 1rem;
  }
}
.cid-tMVgLuNO9M .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-tMVgLuNO9M .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMVgLuNO9M .modal-footer {
    padding: 1rem;
  }
}
.cid-tMVgLuNO9M .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tMVgLuNO9M .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tMVgLuNO9M .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tMVgLuNO9M .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tMVgLuNO9M .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tMVgLuNO9M .modal-lg,
  .cid-tMVgLuNO9M .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tMVgLuNO9M .modal-xl {
    max-width: 1140px;
  }
}
.cid-tMVgLuNO9M .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tMVgLuNO9M .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-tMVgLuNO9M .form-group {
  margin-bottom: 1rem;
}
.cid-tMVgLuNO9M .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tMVgLuNO9M .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tMVgLuNO9M .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-tMVgLuNO9M .mbr-section-btn {
  margin: 0;
}
.cid-tMVgLuNO9M .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMVgMCfRuq.popup-builder {
  background-color: #ffffff;
}
.cid-tMVgMCfRuq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tMVgMCfRuq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tMVgMCfRuq .modal-content,
.cid-tMVgMCfRuq .modal-dialog {
  height: auto;
}
.cid-tMVgMCfRuq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tMVgMCfRuq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tMVgMCfRuq .form-wrapper .mbr-form .form-group,
  .cid-tMVgMCfRuq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tMVgMCfRuq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tMVgMCfRuq .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-tMVgMCfRuq .mbr-text {
  text-align: left;
}
.cid-tMVgMCfRuq .pt-0 {
  padding-top: 0 !important;
}
.cid-tMVgMCfRuq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tMVgMCfRuq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tMVgMCfRuq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tMVgMCfRuq .modal-open {
  overflow: hidden;
}
.cid-tMVgMCfRuq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tMVgMCfRuq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tMVgMCfRuq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tMVgMCfRuq .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-tMVgMCfRuq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tMVgMCfRuq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tMVgMCfRuq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tMVgMCfRuq .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-tMVgMCfRuq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tMVgMCfRuq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tMVgMCfRuq .modal-backdrop.fade {
  opacity: 0;
}
.cid-tMVgMCfRuq .modal-backdrop.show {
  opacity: .5;
}
.cid-tMVgMCfRuq .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-tMVgMCfRuq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMVgMCfRuq .modal-header {
    padding: 1rem;
  }
}
.cid-tMVgMCfRuq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tMVgMCfRuq .modal-header .close svg {
  fill: #353535;
}
.cid-tMVgMCfRuq .modal-header .close:hover {
  opacity: 1;
}
.cid-tMVgMCfRuq .modal-header .close:focus {
  outline: none;
}
.cid-tMVgMCfRuq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #2a5a7e;
}
.cid-tMVgMCfRuq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tMVgMCfRuq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMVgMCfRuq .modal-body {
    padding: 1rem;
  }
}
.cid-tMVgMCfRuq .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-tMVgMCfRuq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMVgMCfRuq .modal-footer {
    padding: 1rem;
  }
}
.cid-tMVgMCfRuq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tMVgMCfRuq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tMVgMCfRuq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tMVgMCfRuq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tMVgMCfRuq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tMVgMCfRuq .modal-lg,
  .cid-tMVgMCfRuq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tMVgMCfRuq .modal-xl {
    max-width: 1140px;
  }
}
.cid-tMVgMCfRuq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tMVgMCfRuq .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-tMVgMCfRuq .form-group {
  margin-bottom: 1rem;
}
.cid-tMVgMCfRuq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tMVgMCfRuq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tMVgMCfRuq .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-tMVgMCfRuq .mbr-section-btn {
  margin: 0;
}
.cid-tMVgMCfRuq .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMVgMUubrU.popup-builder {
  background-color: #ffffff;
}
.cid-tMVgMUubrU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tMVgMUubrU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tMVgMUubrU .modal-content,
.cid-tMVgMUubrU .modal-dialog {
  height: auto;
}
.cid-tMVgMUubrU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tMVgMUubrU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tMVgMUubrU .form-wrapper .mbr-form .form-group,
  .cid-tMVgMUubrU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tMVgMUubrU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tMVgMUubrU .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-tMVgMUubrU .mbr-text {
  text-align: left;
}
.cid-tMVgMUubrU .pt-0 {
  padding-top: 0 !important;
}
.cid-tMVgMUubrU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tMVgMUubrU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tMVgMUubrU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tMVgMUubrU .modal-open {
  overflow: hidden;
}
.cid-tMVgMUubrU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tMVgMUubrU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tMVgMUubrU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tMVgMUubrU .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-tMVgMUubrU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tMVgMUubrU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tMVgMUubrU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tMVgMUubrU .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-tMVgMUubrU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tMVgMUubrU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tMVgMUubrU .modal-backdrop.fade {
  opacity: 0;
}
.cid-tMVgMUubrU .modal-backdrop.show {
  opacity: .5;
}
.cid-tMVgMUubrU .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-tMVgMUubrU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMVgMUubrU .modal-header {
    padding: 1rem;
  }
}
.cid-tMVgMUubrU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tMVgMUubrU .modal-header .close svg {
  fill: #353535;
}
.cid-tMVgMUubrU .modal-header .close:hover {
  opacity: 1;
}
.cid-tMVgMUubrU .modal-header .close:focus {
  outline: none;
}
.cid-tMVgMUubrU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #2a5a7e;
}
.cid-tMVgMUubrU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tMVgMUubrU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMVgMUubrU .modal-body {
    padding: 1rem;
  }
}
.cid-tMVgMUubrU .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-tMVgMUubrU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMVgMUubrU .modal-footer {
    padding: 1rem;
  }
}
.cid-tMVgMUubrU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tMVgMUubrU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tMVgMUubrU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tMVgMUubrU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tMVgMUubrU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tMVgMUubrU .modal-lg,
  .cid-tMVgMUubrU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tMVgMUubrU .modal-xl {
    max-width: 1140px;
  }
}
.cid-tMVgMUubrU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tMVgMUubrU .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-tMVgMUubrU .form-group {
  margin-bottom: 1rem;
}
.cid-tMVgMUubrU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tMVgMUubrU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tMVgMUubrU .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-tMVgMUubrU .mbr-section-btn {
  margin: 0;
}
.cid-tMVgMUubrU .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMVgN9GpJg.popup-builder {
  background-color: #ffffff;
}
.cid-tMVgN9GpJg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tMVgN9GpJg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tMVgN9GpJg .modal-content,
.cid-tMVgN9GpJg .modal-dialog {
  height: auto;
}
.cid-tMVgN9GpJg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tMVgN9GpJg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tMVgN9GpJg .form-wrapper .mbr-form .form-group,
  .cid-tMVgN9GpJg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tMVgN9GpJg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tMVgN9GpJg .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-tMVgN9GpJg .mbr-text {
  text-align: left;
}
.cid-tMVgN9GpJg .pt-0 {
  padding-top: 0 !important;
}
.cid-tMVgN9GpJg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tMVgN9GpJg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tMVgN9GpJg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tMVgN9GpJg .modal-open {
  overflow: hidden;
}
.cid-tMVgN9GpJg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tMVgN9GpJg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tMVgN9GpJg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tMVgN9GpJg .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-tMVgN9GpJg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tMVgN9GpJg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tMVgN9GpJg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tMVgN9GpJg .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-tMVgN9GpJg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tMVgN9GpJg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tMVgN9GpJg .modal-backdrop.fade {
  opacity: 0;
}
.cid-tMVgN9GpJg .modal-backdrop.show {
  opacity: .5;
}
.cid-tMVgN9GpJg .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-tMVgN9GpJg .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMVgN9GpJg .modal-header {
    padding: 1rem;
  }
}
.cid-tMVgN9GpJg .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tMVgN9GpJg .modal-header .close svg {
  fill: #353535;
}
.cid-tMVgN9GpJg .modal-header .close:hover {
  opacity: 1;
}
.cid-tMVgN9GpJg .modal-header .close:focus {
  outline: none;
}
.cid-tMVgN9GpJg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #2a5a7e;
}
.cid-tMVgN9GpJg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tMVgN9GpJg .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMVgN9GpJg .modal-body {
    padding: 1rem;
  }
}
.cid-tMVgN9GpJg .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-tMVgN9GpJg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMVgN9GpJg .modal-footer {
    padding: 1rem;
  }
}
.cid-tMVgN9GpJg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tMVgN9GpJg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tMVgN9GpJg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tMVgN9GpJg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tMVgN9GpJg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tMVgN9GpJg .modal-lg,
  .cid-tMVgN9GpJg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tMVgN9GpJg .modal-xl {
    max-width: 1140px;
  }
}
.cid-tMVgN9GpJg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tMVgN9GpJg .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-tMVgN9GpJg .form-group {
  margin-bottom: 1rem;
}
.cid-tMVgN9GpJg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tMVgN9GpJg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tMVgN9GpJg .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-tMVgN9GpJg .mbr-section-btn {
  margin: 0;
}
.cid-tMVgN9GpJg .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMVgNqXyk1.popup-builder {
  background-color: #ffffff;
}
.cid-tMVgNqXyk1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tMVgNqXyk1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tMVgNqXyk1 .modal-content,
.cid-tMVgNqXyk1 .modal-dialog {
  height: auto;
}
.cid-tMVgNqXyk1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tMVgNqXyk1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tMVgNqXyk1 .form-wrapper .mbr-form .form-group,
  .cid-tMVgNqXyk1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tMVgNqXyk1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tMVgNqXyk1 .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-tMVgNqXyk1 .mbr-text {
  text-align: left;
}
.cid-tMVgNqXyk1 .pt-0 {
  padding-top: 0 !important;
}
.cid-tMVgNqXyk1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tMVgNqXyk1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tMVgNqXyk1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tMVgNqXyk1 .modal-open {
  overflow: hidden;
}
.cid-tMVgNqXyk1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tMVgNqXyk1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tMVgNqXyk1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tMVgNqXyk1 .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-tMVgNqXyk1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tMVgNqXyk1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tMVgNqXyk1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tMVgNqXyk1 .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-tMVgNqXyk1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tMVgNqXyk1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tMVgNqXyk1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tMVgNqXyk1 .modal-backdrop.show {
  opacity: .5;
}
.cid-tMVgNqXyk1 .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-tMVgNqXyk1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMVgNqXyk1 .modal-header {
    padding: 1rem;
  }
}
.cid-tMVgNqXyk1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tMVgNqXyk1 .modal-header .close svg {
  fill: #353535;
}
.cid-tMVgNqXyk1 .modal-header .close:hover {
  opacity: 1;
}
.cid-tMVgNqXyk1 .modal-header .close:focus {
  outline: none;
}
.cid-tMVgNqXyk1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #2a5a7e;
}
.cid-tMVgNqXyk1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tMVgNqXyk1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMVgNqXyk1 .modal-body {
    padding: 1rem;
  }
}
.cid-tMVgNqXyk1 .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-tMVgNqXyk1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMVgNqXyk1 .modal-footer {
    padding: 1rem;
  }
}
.cid-tMVgNqXyk1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tMVgNqXyk1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tMVgNqXyk1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tMVgNqXyk1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tMVgNqXyk1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tMVgNqXyk1 .modal-lg,
  .cid-tMVgNqXyk1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tMVgNqXyk1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tMVgNqXyk1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tMVgNqXyk1 .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-tMVgNqXyk1 .form-group {
  margin-bottom: 1rem;
}
.cid-tMVgNqXyk1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tMVgNqXyk1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tMVgNqXyk1 .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-tMVgNqXyk1 .mbr-section-btn {
  margin: 0;
}
.cid-tMVgNqXyk1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMVgNI1Nnu.popup-builder {
  background-color: #ffffff;
}
.cid-tMVgNI1Nnu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tMVgNI1Nnu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tMVgNI1Nnu .modal-content,
.cid-tMVgNI1Nnu .modal-dialog {
  height: auto;
}
.cid-tMVgNI1Nnu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tMVgNI1Nnu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tMVgNI1Nnu .form-wrapper .mbr-form .form-group,
  .cid-tMVgNI1Nnu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tMVgNI1Nnu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tMVgNI1Nnu .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-tMVgNI1Nnu .mbr-text {
  text-align: left;
}
.cid-tMVgNI1Nnu .pt-0 {
  padding-top: 0 !important;
}
.cid-tMVgNI1Nnu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tMVgNI1Nnu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tMVgNI1Nnu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tMVgNI1Nnu .modal-open {
  overflow: hidden;
}
.cid-tMVgNI1Nnu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tMVgNI1Nnu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tMVgNI1Nnu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tMVgNI1Nnu .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-tMVgNI1Nnu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tMVgNI1Nnu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tMVgNI1Nnu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tMVgNI1Nnu .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-tMVgNI1Nnu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tMVgNI1Nnu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tMVgNI1Nnu .modal-backdrop.fade {
  opacity: 0;
}
.cid-tMVgNI1Nnu .modal-backdrop.show {
  opacity: .5;
}
.cid-tMVgNI1Nnu .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-tMVgNI1Nnu .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMVgNI1Nnu .modal-header {
    padding: 1rem;
  }
}
.cid-tMVgNI1Nnu .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tMVgNI1Nnu .modal-header .close svg {
  fill: #353535;
}
.cid-tMVgNI1Nnu .modal-header .close:hover {
  opacity: 1;
}
.cid-tMVgNI1Nnu .modal-header .close:focus {
  outline: none;
}
.cid-tMVgNI1Nnu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #2a5a7e;
}
.cid-tMVgNI1Nnu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tMVgNI1Nnu .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMVgNI1Nnu .modal-body {
    padding: 1rem;
  }
}
.cid-tMVgNI1Nnu .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-tMVgNI1Nnu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMVgNI1Nnu .modal-footer {
    padding: 1rem;
  }
}
.cid-tMVgNI1Nnu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tMVgNI1Nnu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tMVgNI1Nnu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tMVgNI1Nnu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tMVgNI1Nnu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tMVgNI1Nnu .modal-lg,
  .cid-tMVgNI1Nnu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tMVgNI1Nnu .modal-xl {
    max-width: 1140px;
  }
}
.cid-tMVgNI1Nnu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tMVgNI1Nnu .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-tMVgNI1Nnu .form-group {
  margin-bottom: 1rem;
}
.cid-tMVgNI1Nnu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tMVgNI1Nnu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tMVgNI1Nnu .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-tMVgNI1Nnu .mbr-section-btn {
  margin: 0;
}
.cid-tMVgNI1Nnu .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMVgO07BLj.popup-builder {
  background-color: #ffffff;
}
.cid-tMVgO07BLj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tMVgO07BLj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tMVgO07BLj .modal-content,
.cid-tMVgO07BLj .modal-dialog {
  height: auto;
}
.cid-tMVgO07BLj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tMVgO07BLj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tMVgO07BLj .form-wrapper .mbr-form .form-group,
  .cid-tMVgO07BLj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tMVgO07BLj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tMVgO07BLj .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-tMVgO07BLj .mbr-text {
  text-align: left;
}
.cid-tMVgO07BLj .pt-0 {
  padding-top: 0 !important;
}
.cid-tMVgO07BLj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tMVgO07BLj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tMVgO07BLj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tMVgO07BLj .modal-open {
  overflow: hidden;
}
.cid-tMVgO07BLj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tMVgO07BLj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tMVgO07BLj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tMVgO07BLj .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-tMVgO07BLj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tMVgO07BLj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tMVgO07BLj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tMVgO07BLj .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-tMVgO07BLj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tMVgO07BLj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tMVgO07BLj .modal-backdrop.fade {
  opacity: 0;
}
.cid-tMVgO07BLj .modal-backdrop.show {
  opacity: .5;
}
.cid-tMVgO07BLj .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-tMVgO07BLj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMVgO07BLj .modal-header {
    padding: 1rem;
  }
}
.cid-tMVgO07BLj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tMVgO07BLj .modal-header .close svg {
  fill: #353535;
}
.cid-tMVgO07BLj .modal-header .close:hover {
  opacity: 1;
}
.cid-tMVgO07BLj .modal-header .close:focus {
  outline: none;
}
.cid-tMVgO07BLj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #2a5a7e;
}
.cid-tMVgO07BLj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tMVgO07BLj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMVgO07BLj .modal-body {
    padding: 1rem;
  }
}
.cid-tMVgO07BLj .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-tMVgO07BLj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMVgO07BLj .modal-footer {
    padding: 1rem;
  }
}
.cid-tMVgO07BLj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tMVgO07BLj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tMVgO07BLj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tMVgO07BLj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tMVgO07BLj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tMVgO07BLj .modal-lg,
  .cid-tMVgO07BLj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tMVgO07BLj .modal-xl {
    max-width: 1140px;
  }
}
.cid-tMVgO07BLj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tMVgO07BLj .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-tMVgO07BLj .form-group {
  margin-bottom: 1rem;
}
.cid-tMVgO07BLj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tMVgO07BLj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tMVgO07BLj .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-tMVgO07BLj .mbr-section-btn {
  margin: 0;
}
.cid-tMVgO07BLj .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMVgOeTvtQ.popup-builder {
  background-color: #ffffff;
}
.cid-tMVgOeTvtQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tMVgOeTvtQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tMVgOeTvtQ .modal-content,
.cid-tMVgOeTvtQ .modal-dialog {
  height: auto;
}
.cid-tMVgOeTvtQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tMVgOeTvtQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tMVgOeTvtQ .form-wrapper .mbr-form .form-group,
  .cid-tMVgOeTvtQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tMVgOeTvtQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tMVgOeTvtQ .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-tMVgOeTvtQ .mbr-text {
  text-align: left;
}
.cid-tMVgOeTvtQ .pt-0 {
  padding-top: 0 !important;
}
.cid-tMVgOeTvtQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tMVgOeTvtQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tMVgOeTvtQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tMVgOeTvtQ .modal-open {
  overflow: hidden;
}
.cid-tMVgOeTvtQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tMVgOeTvtQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tMVgOeTvtQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tMVgOeTvtQ .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-tMVgOeTvtQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tMVgOeTvtQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tMVgOeTvtQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tMVgOeTvtQ .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-tMVgOeTvtQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tMVgOeTvtQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tMVgOeTvtQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-tMVgOeTvtQ .modal-backdrop.show {
  opacity: .5;
}
.cid-tMVgOeTvtQ .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-tMVgOeTvtQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tMVgOeTvtQ .modal-header {
    padding: 1rem;
  }
}
.cid-tMVgOeTvtQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tMVgOeTvtQ .modal-header .close svg {
  fill: #353535;
}
.cid-tMVgOeTvtQ .modal-header .close:hover {
  opacity: 1;
}
.cid-tMVgOeTvtQ .modal-header .close:focus {
  outline: none;
}
.cid-tMVgOeTvtQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #2a5a7e;
}
.cid-tMVgOeTvtQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tMVgOeTvtQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMVgOeTvtQ .modal-body {
    padding: 1rem;
  }
}
.cid-tMVgOeTvtQ .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-tMVgOeTvtQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMVgOeTvtQ .modal-footer {
    padding: 1rem;
  }
}
.cid-tMVgOeTvtQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tMVgOeTvtQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tMVgOeTvtQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tMVgOeTvtQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tMVgOeTvtQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tMVgOeTvtQ .modal-lg,
  .cid-tMVgOeTvtQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tMVgOeTvtQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-tMVgOeTvtQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tMVgOeTvtQ .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-tMVgOeTvtQ .form-group {
  margin-bottom: 1rem;
}
.cid-tMVgOeTvtQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tMVgOeTvtQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tMVgOeTvtQ .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-tMVgOeTvtQ .mbr-section-btn {
  margin: 0;
}
.cid-tMVgOeTvtQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-tMVlwHFSVt {
  z-index: 1000;
  width: 100%;
}
.cid-tMVlwHFSVt nav.navbar {
  position: fixed;
}
.cid-tMVlwHFSVt .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-tMVlwHFSVt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tMVlwHFSVt .dropdown-item:hover,
.cid-tMVlwHFSVt .dropdown-item:focus {
  color: #2a5a7e !important;
}
.cid-tMVlwHFSVt .dropdown-item:hover span {
  color: white;
}
.cid-tMVlwHFSVt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tMVlwHFSVt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tMVlwHFSVt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-tMVlwHFSVt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tMVlwHFSVt .nav-link {
  position: relative;
}
.cid-tMVlwHFSVt .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tMVlwHFSVt .container {
    flex-wrap: nowrap;
  }
}
.cid-tMVlwHFSVt .navbar-caption:hover,
.cid-tMVlwHFSVt .navbar-caption:focus {
  color: #2a5a7e !important;
}
.cid-tMVlwHFSVt .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tMVlwHFSVt .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tMVlwHFSVt .navbar-nav .nav-item:hover {
  color: #2a5a7e;
}
.cid-tMVlwHFSVt .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tMVlwHFSVt .navbar-nav .nav-item a:hover {
  color: #2a5a7e !important;
}
.cid-tMVlwHFSVt .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tMVlwHFSVt .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tMVlwHFSVt .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tMVlwHFSVt .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #2a5a7e !important;
}
.cid-tMVlwHFSVt .dropdown-menu,
.cid-tMVlwHFSVt .navbar.opened {
  background: #0c314e !important;
}
.cid-tMVlwHFSVt .nav-item:focus,
.cid-tMVlwHFSVt .nav-link:focus {
  outline: none;
}
.cid-tMVlwHFSVt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tMVlwHFSVt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMVlwHFSVt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tMVlwHFSVt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tMVlwHFSVt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tMVlwHFSVt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tMVlwHFSVt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(12, 49, 78, 0.8);
  padding: 0 !important;
}
.cid-tMVlwHFSVt .navbar.opened {
  transition: all 0.3s;
}
.cid-tMVlwHFSVt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tMVlwHFSVt .navbar .navbar-logo img {
  width: auto;
}
.cid-tMVlwHFSVt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tMVlwHFSVt .navbar.collapsed {
  justify-content: center;
}
.cid-tMVlwHFSVt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tMVlwHFSVt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tMVlwHFSVt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-tMVlwHFSVt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tMVlwHFSVt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tMVlwHFSVt .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-tMVlwHFSVt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tMVlwHFSVt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tMVlwHFSVt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tMVlwHFSVt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tMVlwHFSVt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tMVlwHFSVt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tMVlwHFSVt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tMVlwHFSVt .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-tMVlwHFSVt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tMVlwHFSVt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tMVlwHFSVt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tMVlwHFSVt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tMVlwHFSVt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tMVlwHFSVt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tMVlwHFSVt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tMVlwHFSVt .navbar.navbar-short {
  min-height: 70px;
}
.cid-tMVlwHFSVt .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;
  width: 25%;
}
.cid-tMVlwHFSVt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tMVlwHFSVt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tMVlwHFSVt .dropdown-item.active,
.cid-tMVlwHFSVt .dropdown-item:active {
  background-color: transparent;
}
.cid-tMVlwHFSVt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tMVlwHFSVt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tMVlwHFSVt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tMVlwHFSVt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c314e;
}
.cid-tMVlwHFSVt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tMVlwHFSVt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tMVlwHFSVt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tMVlwHFSVt .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tMVlwHFSVt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tMVlwHFSVt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tMVlwHFSVt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tMVlwHFSVt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMVlwHFSVt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tMVlwHFSVt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tMVlwHFSVt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMVlwHFSVt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tMVlwHFSVt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tMVlwHFSVt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tMVlwHFSVt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tMVlwHFSVt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tMVlwHFSVt .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-tMVlwHFSVt .navbar {
    height: 70px;
  }
  .cid-tMVlwHFSVt .navbar.opened {
    height: auto;
  }
  .cid-tMVlwHFSVt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMVlwHFSVt .container-fluid {
  padding: 0 1rem !important;
}
.cid-tMVlwHFSVt .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tMVlwHFSVt .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tMVlwHFSVt .navbar-collapse {
    width: 100%;
  }
  .cid-tMVlwHFSVt .navbar-nav {
    width: 100%;
  }
  .cid-tMVlwHFSVt .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
