.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.1rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.7rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.47rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2299aa !important;
}
.bg-success {
  background-color: #4479d9 !important;
}
.bg-info {
  background-color: #65c6d4 !important;
}
.bg-warning {
  background-color: #bbbbbb !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2299aa !important;
  border-color: #2299aa !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #145862 !important;
  border-color: #145862 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #145862 !important;
  border-color: #145862 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #132f62 !important;
  border-color: #132f62 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #050c19 !important;
  border-color: #050c19 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #050c19 !important;
  border-color: #050c19 !important;
}
.btn-info,
.btn-info:active {
  background-color: #65c6d4 !important;
  border-color: #65c6d4 !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: #31a1b1 !important;
  border-color: #31a1b1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #31a1b1 !important;
  border-color: #31a1b1 !important;
}
.btn-success,
.btn-success:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !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: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-danger,
.btn-danger: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-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.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-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !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: #2299aa;
  color: #2299aa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #145862 !important;
  background-color: transparent!important;
  border-color: #145862 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2299aa !important;
  border-color: #2299aa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #132f62;
  color: #132f62;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #050c19 !important;
  background-color: transparent!important;
  border-color: #050c19 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #132f62 !important;
  border-color: #132f62 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #65c6d4;
  color: #65c6d4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #31a1b1 !important;
  background-color: transparent!important;
  border-color: #31a1b1 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #65c6d4 !important;
  border-color: #65c6d4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #4479d9;
  color: #4479d9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: #2150a5 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #bbbbbb;
  color: #bbbbbb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: #909090 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #2299aa !important;
}
.text-secondary {
  color: #132f62 !important;
}
.text-success {
  color: #4479d9 !important;
}
.text-info {
  color: #65c6d4 !important;
}
.text-warning {
  color: #bbbbbb !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #114c55 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #02060d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1f4a98 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2e96a5 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #888888 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #2299aa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #65c6d4;
}
.alert-warning {
  background-color: #bbbbbb;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2299aa;
  border-color: #2299aa;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2299aa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6ad2e1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #eef2fb;
}
.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: #fbfbfb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2299aa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #2299aa;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2299aa;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2299aa;
}
.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: #2299aa;
  border-bottom-color: #2299aa;
}
.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: #2299aa !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: #132f62 !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='%232299aa' %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-tFXqt6jgbZ {
  padding-top: 280px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/3-1920x1080.webp");
}
.cid-tFXqt6jgbZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFXqt6jgbZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFXqt6jgbZ .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-tFXqt6jgbZ .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-tFXqt6jgbZ .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-tFXqt6jgbZ .mbr-text {
  color: #ffffff;
}
.cid-tFXqt6jgbZ .card {
  padding-bottom: 1.5rem;
}
.cid-tFXqt6jgbZ .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tFXqt6jgbZ .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tFXqt6jgbZ .card-wrapper .card-title {
  color: #ffffff;
}
.cid-tFXqt6jgbZ H1 {
  text-align: center;
}
.cid-tFXqt6jgbZ .mbr-text,
.cid-tFXqt6jgbZ .mbr-section-btn {
  text-align: center;
}
.cid-tECusS4ocB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tECusS4ocB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tECusS4ocB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tECusS4ocB .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tECusS4ocB .row {
    flex-direction: column-reverse;
  }
  .cid-tECusS4ocB .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tECusS4ocB .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tECusS4ocB .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tECusS4ocB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tECusS4ocB .card-title {
  color: #2299aa;
}
.cid-tSdgc2G2Xp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #132f62;
}
.cid-tSdgc2G2Xp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSdgc2G2Xp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSdgc2G2Xp .cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tSdgc2G2Xp .cards .card {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-tSdgc2G2Xp .cards .card {
    margin-bottom: 40px;
  }
}
.cid-tSdgc2G2Xp .cards .card .mbr-section-title,
.cid-tSdgc2G2Xp .cards .card .mbr-section-title_2 {
  margin-bottom: 12px;
}
.cid-tSdgc2G2Xp .cards .card .mbr-text,
.cid-tSdgc2G2Xp .cards .card .mbr-text_2 {
  margin-bottom: 0;
}
.cid-tSdgc2G2Xp .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 513px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tSdgc2G2Xp .icon-wrapper {
    display: none;
  }
}
.cid-tSdgc2G2Xp .icon-wrapper .mbr-iconfont {
  font-size: 78px;
  color: #ffffff;
  margin-top: -8rem;
}
.cid-tSdgc2G2Xp .icon-wrapper::before {
  content: '';
  position: absolute;
  top: -1rem;
  display: block;
  width: 1px;
  height: 75px;
  background-color: #ffffff;
}
.cid-tSdgc2G2Xp .icon-wrapper::after {
  content: '';
  position: absolute;
  bottom: 4rem;
  display: block;
  width: 1px;
  height: 109px;
  background-color: #ffffff;
}
.cid-tSdgc2G2Xp .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-tSdgc2G2Xp .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-tSdgc2G2Xp .mbr-section-title_2 {
  color: #ffffff;
}
.cid-tSdgc2G2Xp .mbr-text_2 {
  color: #ffffff;
}
.cid-tR4pZUff2z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tR4pZUff2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR4pZUff2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR4pZUff2z .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tR4pZUff2z .container-fluid {
    padding: 0 20px;
  }
}
.cid-tR4pZUff2z .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tR4pZUff2z .container {
    padding: 0 20px;
  }
}
.cid-tR4pZUff2z .mbr-section-title {
  margin-bottom: 64px;
  color: #132f62;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tR4pZUff2z .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tR4pZUff2z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-tR4pZUff2z .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tR4pZUff2z .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-tR4pZUff2z .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-tR4pZUff2z .embla__button--next,
.cid-tR4pZUff2z .embla__button--prev {
  display: flex;
}
.cid-tR4pZUff2z .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #2299aa;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tR4pZUff2z .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tR4pZUff2z .embla__button:hover {
  background: transparent;
  color: #2299aa;
  opacity: .7;
}
.cid-tR4pZUff2z .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-tR4pZUff2z .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-tR4pZUff2z .embla__button {
    top: 7rem;
  }
}
.cid-tR4pZUff2z .embla {
  position: relative;
  width: 100%;
}
.cid-tR4pZUff2z .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tR4pZUff2z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tR4pZUff2z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tR4pZUff2z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tErjNE2pKH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fisioterapia-2000x1335.webp");
}
.cid-tErjNE2pKH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tErjNE2pKH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR4xwGEp5j {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tR4xwGEp5j img,
.cid-tR4xwGEp5j .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tR4xwGEp5j .item:focus,
.cid-tR4xwGEp5j span:focus {
  outline: none;
}
.cid-tR4xwGEp5j .item-wrapper {
  position: relative;
}
.cid-tR4xwGEp5j .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tR4xwGEp5j .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tR4xwGEp5j .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tR4xwGEp5j .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tR4xwGEp5j .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tR4xwGEp5j .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tR4xwGEp5j .mbr-section-title {
  color: #40b0bf;
}
.cid-tR4xwGEp5j .mbr-text,
.cid-tR4xwGEp5j .mbr-section-btn {
  text-align: left;
}
.cid-tR4xwGEp5j .item-title {
  text-align: left;
}
.cid-tR4xwGEp5j .item-subtitle {
  text-align: left;
}
.cid-tR4xwGEp5j .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 350px;
  max-width: 350px;
}
@media (max-width: 768px) {
  .cid-tR4xwGEp5j .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tR4xwGEp5j .embla__button--next,
.cid-tR4xwGEp5j .embla__button--prev {
  display: flex;
}
.cid-tR4xwGEp5j .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tR4xwGEp5j .embla__button {
    display: none;
  }
}
.cid-tR4xwGEp5j .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tR4xwGEp5j .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tR4xwGEp5j .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tR4xwGEp5j .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tR4xwGEp5j .embla__button {
    top: auto;
  }
}
.cid-tR4xwGEp5j .embla {
  position: relative;
  width: 100%;
}
.cid-tR4xwGEp5j .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tR4xwGEp5j .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tR4xwGEp5j .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tR4xwGEp5j .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tR4uPunFWW {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #e3f0f1;
}
.cid-tR4uPunFWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR4uPunFWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR4uPunFWW .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-tR4uPunFWW .main-wrap {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tR4uPunFWW .card-col {
  height: 100%;
  padding: 0;
}
.cid-tR4uPunFWW .card-wrapper {
  position: sticky;
  top: 120px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tR4uPunFWW .card-wrapper {
    position: relative;
    top: 0;
  }
}
.cid-tR4uPunFWW .card-title {
  padding-bottom: 16px;
  color: #40b0bf;
}
.cid-tR4uPunFWW .mbr-text {
  margin-top: 0;
  margin-bottom: 10px;
  color: #747474;
}
.cid-tR4uPunFWW .mbr-section-btn {
  margin-top: 20px;
}
.cid-tR4uPunFWW .images-wrap {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tR4uPunFWW .images-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .cid-tR4uPunFWW .images-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-tR4uPunFWW .image-wrapper {
  max-width: 100%;
  width: 100%;
}
.cid-tR4uPunFWW .image-wrapper img {
  aspect-ratio: 0.9380863;
  width: 100%;
  object-fit: cover;
}
.cid-tErqO5qxCX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tErqO5qxCX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tErqO5qxCX .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-tErqO5qxCX .container {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tErqO5qxCX .map-wrapper {
    margin-bottom: 55px;
  }
}
.cid-tErqO5qxCX .map-wrapper .google-map {
  padding: 30px 60px 0 0px;
}
@media (max-width: 1200px) {
  .cid-tErqO5qxCX .map-wrapper .google-map {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tErqO5qxCX .map-wrapper .google-map {
    padding: 0;
  }
}
.cid-tErqO5qxCX .map-wrapper .google-map iframe {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-tErqO5qxCX .map-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-tErqO5qxCX .form-wrap {
  display: flex;
  align-items: center;
}
.cid-tErqO5qxCX .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
.cid-tErqO5qxCX .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-tErqO5qxCX .dragArea.row .form-group {
  margin-bottom: 20px;
}
.cid-tErqO5qxCX .dragArea.row .form-group .form-control {
  padding: 8px 0;
  border: none !important;
  border-radius: 0;
  border-bottom: 1px solid #696969 !important;
  box-shadow: none;
  background-color: transparent;
}
.cid-tErqO5qxCX .dragArea.row .form-group .form-control::placeholder {
  color: #696969;
}
.cid-tErqO5qxCX .dragArea.row .form-group .form-control:hover,
.cid-tErqO5qxCX .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid #696969 !important;
}
.cid-tErqO5qxCX .dragArea.row .form-group .form-check {
  padding-left: 2.4rem;
  margin-bottom: 8px;
}
.cid-tErqO5qxCX .dragArea.row .form-group .form-check .form-check-input {
  background-color: #696969;
  border-color: #696969;
}
.cid-tErqO5qxCX .dragArea.row .mbr-section-btn {
  margin-top: 40px;
}
.cid-tErqO5qxCX .mbr-section-title {
  color: #000000;
}
.cid-tErqO5qxCX .mbr-text {
  color: #000000;
}
.cid-tErqO5qxCX label {
  color: #000000;
}
.cid-tErqO5qxCX H2 {
  color: #132f62;
}
.cid-tErrI5RAtN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #132f62;
}
.cid-tErrI5RAtN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tErrI5RAtN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tErrI5RAtN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tErrI5RAtN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tErrI5RAtN .row {
    text-align: center;
  }
  .cid-tErrI5RAtN .row > div {
    margin: auto;
  }
  .cid-tErrI5RAtN .social-row {
    justify-content: center;
  }
}
.cid-tErrI5RAtN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tErrI5RAtN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tErrI5RAtN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tErrI5RAtN .list {
    margin-bottom: 0rem;
  }
}
.cid-tErrI5RAtN .mbr-text {
  color: #ffffff;
}
.cid-tErrI5RAtN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tErrI5RAtN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tErrI5RAtN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tR4ClkQJ53.popup-builder {
  background-color: #ffffff;
}
.cid-tR4ClkQJ53.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tR4ClkQJ53.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tR4ClkQJ53 .modal-content,
.cid-tR4ClkQJ53 .modal-dialog {
  height: auto;
}
.cid-tR4ClkQJ53 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tR4ClkQJ53 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tR4ClkQJ53 .form-wrapper .mbr-form .form-group,
  .cid-tR4ClkQJ53 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tR4ClkQJ53 .card-img {
  width: 50%;
  margin: auto;
  border-radius: 0;
}
.cid-tR4ClkQJ53 .mbr-figure img {
  display: center;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tR4ClkQJ53 .mbr-text {
  text-align: center;
}
.cid-tR4ClkQJ53 .pt-0 {
  padding-top: 0 !important;
}
.cid-tR4ClkQJ53 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tR4ClkQJ53 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tR4ClkQJ53 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tR4ClkQJ53 .modal-open {
  overflow: hidden;
}
.cid-tR4ClkQJ53 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tR4ClkQJ53 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tR4ClkQJ53 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tR4ClkQJ53 .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-tR4ClkQJ53 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tR4ClkQJ53 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tR4ClkQJ53 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tR4ClkQJ53 .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-tR4ClkQJ53 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tR4ClkQJ53 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tR4ClkQJ53 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tR4ClkQJ53 .modal-backdrop.show {
  opacity: .5;
}
.cid-tR4ClkQJ53 .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-tR4ClkQJ53 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tR4ClkQJ53 .modal-header {
    padding: 1rem;
  }
}
.cid-tR4ClkQJ53 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tR4ClkQJ53 .modal-header .close svg {
  fill: #353535;
}
.cid-tR4ClkQJ53 .modal-header .close:hover {
  opacity: 1;
}
.cid-tR4ClkQJ53 .modal-header .close:focus {
  outline: none;
}
.cid-tR4ClkQJ53 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tR4ClkQJ53 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tR4ClkQJ53 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tR4ClkQJ53 .modal-body {
    padding: 1rem;
  }
}
.cid-tR4ClkQJ53 .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-tR4ClkQJ53 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tR4ClkQJ53 .modal-footer {
    padding: 1rem;
  }
}
.cid-tR4ClkQJ53 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tR4ClkQJ53 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tR4ClkQJ53 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tR4ClkQJ53 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tR4ClkQJ53 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tR4ClkQJ53 .modal-lg,
  .cid-tR4ClkQJ53 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tR4ClkQJ53 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tR4ClkQJ53 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tR4ClkQJ53 .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-tR4ClkQJ53 .form-group {
  margin-bottom: 1rem;
}
.cid-tR4ClkQJ53 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tR4ClkQJ53 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tR4ClkQJ53 .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-tR4ClkQJ53 .mbr-section-btn {
  margin: 0;
}
.cid-tR4ClkQJ53 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tR4DOf6Hd9.popup-builder {
  background-color: #ffffff;
}
.cid-tR4DOf6Hd9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tR4DOf6Hd9.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tR4DOf6Hd9 .modal-content,
.cid-tR4DOf6Hd9 .modal-dialog {
  height: auto;
}
.cid-tR4DOf6Hd9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tR4DOf6Hd9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tR4DOf6Hd9 .form-wrapper .mbr-form .form-group,
  .cid-tR4DOf6Hd9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tR4DOf6Hd9 .card-img {
  width: 50%;
  margin: auto;
  border-radius: 0;
}
.cid-tR4DOf6Hd9 .mbr-figure img {
  display: center;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tR4DOf6Hd9 .mbr-text {
  text-align: center;
}
.cid-tR4DOf6Hd9 .pt-0 {
  padding-top: 0 !important;
}
.cid-tR4DOf6Hd9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tR4DOf6Hd9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tR4DOf6Hd9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tR4DOf6Hd9 .modal-open {
  overflow: hidden;
}
.cid-tR4DOf6Hd9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tR4DOf6Hd9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tR4DOf6Hd9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tR4DOf6Hd9 .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-tR4DOf6Hd9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tR4DOf6Hd9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tR4DOf6Hd9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tR4DOf6Hd9 .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-tR4DOf6Hd9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tR4DOf6Hd9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tR4DOf6Hd9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-tR4DOf6Hd9 .modal-backdrop.show {
  opacity: .5;
}
.cid-tR4DOf6Hd9 .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-tR4DOf6Hd9 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tR4DOf6Hd9 .modal-header {
    padding: 1rem;
  }
}
.cid-tR4DOf6Hd9 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tR4DOf6Hd9 .modal-header .close svg {
  fill: #353535;
}
.cid-tR4DOf6Hd9 .modal-header .close:hover {
  opacity: 1;
}
.cid-tR4DOf6Hd9 .modal-header .close:focus {
  outline: none;
}
.cid-tR4DOf6Hd9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tR4DOf6Hd9 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tR4DOf6Hd9 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tR4DOf6Hd9 .modal-body {
    padding: 1rem;
  }
}
.cid-tR4DOf6Hd9 .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-tR4DOf6Hd9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tR4DOf6Hd9 .modal-footer {
    padding: 1rem;
  }
}
.cid-tR4DOf6Hd9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tR4DOf6Hd9 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tR4DOf6Hd9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tR4DOf6Hd9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tR4DOf6Hd9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tR4DOf6Hd9 .modal-lg,
  .cid-tR4DOf6Hd9 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tR4DOf6Hd9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-tR4DOf6Hd9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tR4DOf6Hd9 .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-tR4DOf6Hd9 .form-group {
  margin-bottom: 1rem;
}
.cid-tR4DOf6Hd9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tR4DOf6Hd9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tR4DOf6Hd9 .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-tR4DOf6Hd9 .mbr-section-btn {
  margin: 0;
}
.cid-tR4DOf6Hd9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-tR4E5AxiVj.popup-builder {
  background-color: #ffffff;
}
.cid-tR4E5AxiVj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tR4E5AxiVj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tR4E5AxiVj .modal-content,
.cid-tR4E5AxiVj .modal-dialog {
  height: auto;
}
.cid-tR4E5AxiVj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tR4E5AxiVj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tR4E5AxiVj .form-wrapper .mbr-form .form-group,
  .cid-tR4E5AxiVj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tR4E5AxiVj .card-img {
  width: 50%;
  margin: auto;
  border-radius: 0;
}
.cid-tR4E5AxiVj .mbr-figure img {
  display: center;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tR4E5AxiVj .mbr-text {
  text-align: center;
}
.cid-tR4E5AxiVj .pt-0 {
  padding-top: 0 !important;
}
.cid-tR4E5AxiVj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tR4E5AxiVj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tR4E5AxiVj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tR4E5AxiVj .modal-open {
  overflow: hidden;
}
.cid-tR4E5AxiVj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tR4E5AxiVj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tR4E5AxiVj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tR4E5AxiVj .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-tR4E5AxiVj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tR4E5AxiVj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tR4E5AxiVj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tR4E5AxiVj .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-tR4E5AxiVj .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tR4E5AxiVj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tR4E5AxiVj .modal-backdrop.fade {
  opacity: 0;
}
.cid-tR4E5AxiVj .modal-backdrop.show {
  opacity: .5;
}
.cid-tR4E5AxiVj .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-tR4E5AxiVj .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tR4E5AxiVj .modal-header {
    padding: 1rem;
  }
}
.cid-tR4E5AxiVj .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tR4E5AxiVj .modal-header .close svg {
  fill: #353535;
}
.cid-tR4E5AxiVj .modal-header .close:hover {
  opacity: 1;
}
.cid-tR4E5AxiVj .modal-header .close:focus {
  outline: none;
}
.cid-tR4E5AxiVj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tR4E5AxiVj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tR4E5AxiVj .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tR4E5AxiVj .modal-body {
    padding: 1rem;
  }
}
.cid-tR4E5AxiVj .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-tR4E5AxiVj .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tR4E5AxiVj .modal-footer {
    padding: 1rem;
  }
}
.cid-tR4E5AxiVj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tR4E5AxiVj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tR4E5AxiVj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tR4E5AxiVj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tR4E5AxiVj .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tR4E5AxiVj .modal-lg,
  .cid-tR4E5AxiVj .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tR4E5AxiVj .modal-xl {
    max-width: 1140px;
  }
}
.cid-tR4E5AxiVj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tR4E5AxiVj .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-tR4E5AxiVj .form-group {
  margin-bottom: 1rem;
}
.cid-tR4E5AxiVj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tR4E5AxiVj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tR4E5AxiVj .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-tR4E5AxiVj .mbr-section-btn {
  margin: 0;
}
.cid-tR4E5AxiVj .mbr-section-btn .btn {
  margin: 0;
}
.cid-tR4EgTPyHz.popup-builder {
  background-color: #ffffff;
}
.cid-tR4EgTPyHz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tR4EgTPyHz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tR4EgTPyHz .modal-content,
.cid-tR4EgTPyHz .modal-dialog {
  height: auto;
}
.cid-tR4EgTPyHz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tR4EgTPyHz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tR4EgTPyHz .form-wrapper .mbr-form .form-group,
  .cid-tR4EgTPyHz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tR4EgTPyHz .card-img {
  width: 50%;
  margin: auto;
  border-radius: 0;
}
.cid-tR4EgTPyHz .mbr-figure img {
  display: center;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tR4EgTPyHz .mbr-text {
  text-align: center;
}
.cid-tR4EgTPyHz .pt-0 {
  padding-top: 0 !important;
}
.cid-tR4EgTPyHz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tR4EgTPyHz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tR4EgTPyHz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tR4EgTPyHz .modal-open {
  overflow: hidden;
}
.cid-tR4EgTPyHz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tR4EgTPyHz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tR4EgTPyHz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tR4EgTPyHz .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-tR4EgTPyHz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tR4EgTPyHz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tR4EgTPyHz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tR4EgTPyHz .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-tR4EgTPyHz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tR4EgTPyHz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tR4EgTPyHz .modal-backdrop.fade {
  opacity: 0;
}
.cid-tR4EgTPyHz .modal-backdrop.show {
  opacity: .5;
}
.cid-tR4EgTPyHz .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-tR4EgTPyHz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tR4EgTPyHz .modal-header {
    padding: 1rem;
  }
}
.cid-tR4EgTPyHz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tR4EgTPyHz .modal-header .close svg {
  fill: #353535;
}
.cid-tR4EgTPyHz .modal-header .close:hover {
  opacity: 1;
}
.cid-tR4EgTPyHz .modal-header .close:focus {
  outline: none;
}
.cid-tR4EgTPyHz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tR4EgTPyHz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tR4EgTPyHz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tR4EgTPyHz .modal-body {
    padding: 1rem;
  }
}
.cid-tR4EgTPyHz .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-tR4EgTPyHz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tR4EgTPyHz .modal-footer {
    padding: 1rem;
  }
}
.cid-tR4EgTPyHz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tR4EgTPyHz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tR4EgTPyHz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tR4EgTPyHz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tR4EgTPyHz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tR4EgTPyHz .modal-lg,
  .cid-tR4EgTPyHz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tR4EgTPyHz .modal-xl {
    max-width: 1140px;
  }
}
.cid-tR4EgTPyHz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tR4EgTPyHz .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-tR4EgTPyHz .form-group {
  margin-bottom: 1rem;
}
.cid-tR4EgTPyHz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tR4EgTPyHz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tR4EgTPyHz .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-tR4EgTPyHz .mbr-section-btn {
  margin: 0;
}
.cid-tR4EgTPyHz .mbr-section-btn .btn {
  margin: 0;
}
.cid-tR4EhsmoRa.popup-builder {
  background-color: #ffffff;
}
.cid-tR4EhsmoRa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tR4EhsmoRa.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tR4EhsmoRa .modal-content,
.cid-tR4EhsmoRa .modal-dialog {
  height: auto;
}
.cid-tR4EhsmoRa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tR4EhsmoRa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tR4EhsmoRa .form-wrapper .mbr-form .form-group,
  .cid-tR4EhsmoRa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tR4EhsmoRa .card-img {
  width: 50%;
  margin: auto;
  border-radius: 0;
}
.cid-tR4EhsmoRa .mbr-figure img {
  display: center;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tR4EhsmoRa .mbr-text {
  text-align: center;
}
.cid-tR4EhsmoRa .pt-0 {
  padding-top: 0 !important;
}
.cid-tR4EhsmoRa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tR4EhsmoRa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tR4EhsmoRa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tR4EhsmoRa .modal-open {
  overflow: hidden;
}
.cid-tR4EhsmoRa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tR4EhsmoRa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tR4EhsmoRa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tR4EhsmoRa .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-tR4EhsmoRa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tR4EhsmoRa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tR4EhsmoRa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tR4EhsmoRa .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-tR4EhsmoRa .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tR4EhsmoRa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tR4EhsmoRa .modal-backdrop.fade {
  opacity: 0;
}
.cid-tR4EhsmoRa .modal-backdrop.show {
  opacity: .5;
}
.cid-tR4EhsmoRa .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-tR4EhsmoRa .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tR4EhsmoRa .modal-header {
    padding: 1rem;
  }
}
.cid-tR4EhsmoRa .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tR4EhsmoRa .modal-header .close svg {
  fill: #353535;
}
.cid-tR4EhsmoRa .modal-header .close:hover {
  opacity: 1;
}
.cid-tR4EhsmoRa .modal-header .close:focus {
  outline: none;
}
.cid-tR4EhsmoRa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tR4EhsmoRa .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tR4EhsmoRa .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tR4EhsmoRa .modal-body {
    padding: 1rem;
  }
}
.cid-tR4EhsmoRa .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-tR4EhsmoRa .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tR4EhsmoRa .modal-footer {
    padding: 1rem;
  }
}
.cid-tR4EhsmoRa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tR4EhsmoRa .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tR4EhsmoRa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tR4EhsmoRa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tR4EhsmoRa .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tR4EhsmoRa .modal-lg,
  .cid-tR4EhsmoRa .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tR4EhsmoRa .modal-xl {
    max-width: 1140px;
  }
}
.cid-tR4EhsmoRa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tR4EhsmoRa .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-tR4EhsmoRa .form-group {
  margin-bottom: 1rem;
}
.cid-tR4EhsmoRa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tR4EhsmoRa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tR4EhsmoRa .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-tR4EhsmoRa .mbr-section-btn {
  margin: 0;
}
.cid-tR4EhsmoRa .mbr-section-btn .btn {
  margin: 0;
}
.cid-tR4ECZn57h.popup-builder {
  background-color: #ffffff;
}
.cid-tR4ECZn57h.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tR4ECZn57h.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tR4ECZn57h .modal-content,
.cid-tR4ECZn57h .modal-dialog {
  height: auto;
}
.cid-tR4ECZn57h .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tR4ECZn57h .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tR4ECZn57h .form-wrapper .mbr-form .form-group,
  .cid-tR4ECZn57h .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tR4ECZn57h .card-img {
  width: 50%;
  margin: auto;
  border-radius: 0;
}
.cid-tR4ECZn57h .mbr-figure img {
  display: center;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tR4ECZn57h .mbr-text {
  text-align: center;
}
.cid-tR4ECZn57h .pt-0 {
  padding-top: 0 !important;
}
.cid-tR4ECZn57h .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tR4ECZn57h .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tR4ECZn57h .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tR4ECZn57h .modal-open {
  overflow: hidden;
}
.cid-tR4ECZn57h .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tR4ECZn57h .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tR4ECZn57h .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tR4ECZn57h .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-tR4ECZn57h .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tR4ECZn57h .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tR4ECZn57h .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tR4ECZn57h .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-tR4ECZn57h .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tR4ECZn57h .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tR4ECZn57h .modal-backdrop.fade {
  opacity: 0;
}
.cid-tR4ECZn57h .modal-backdrop.show {
  opacity: .5;
}
.cid-tR4ECZn57h .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-tR4ECZn57h .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tR4ECZn57h .modal-header {
    padding: 1rem;
  }
}
.cid-tR4ECZn57h .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tR4ECZn57h .modal-header .close svg {
  fill: #353535;
}
.cid-tR4ECZn57h .modal-header .close:hover {
  opacity: 1;
}
.cid-tR4ECZn57h .modal-header .close:focus {
  outline: none;
}
.cid-tR4ECZn57h .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tR4ECZn57h .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tR4ECZn57h .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tR4ECZn57h .modal-body {
    padding: 1rem;
  }
}
.cid-tR4ECZn57h .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-tR4ECZn57h .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tR4ECZn57h .modal-footer {
    padding: 1rem;
  }
}
.cid-tR4ECZn57h .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tR4ECZn57h .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tR4ECZn57h .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tR4ECZn57h .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tR4ECZn57h .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tR4ECZn57h .modal-lg,
  .cid-tR4ECZn57h .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tR4ECZn57h .modal-xl {
    max-width: 1140px;
  }
}
.cid-tR4ECZn57h .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tR4ECZn57h .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-tR4ECZn57h .form-group {
  margin-bottom: 1rem;
}
.cid-tR4ECZn57h .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tR4ECZn57h .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tR4ECZn57h .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-tR4ECZn57h .mbr-section-btn {
  margin: 0;
}
.cid-tR4ECZn57h .mbr-section-btn .btn {
  margin: 0;
}
.is-builder .cid-tSdcIXZMQC .navbar {
  padding-top: 20px !important;
}
.cid-tSdcIXZMQC .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  -webkit-transition: none;
  transition: none;
  min-height: 77px;
}
@media (min-width: 1200px) {
  .cid-tSdcIXZMQC .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-tSdcIXZMQC .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-tSdcIXZMQC .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-tSdcIXZMQC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 4rem;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tSdcIXZMQC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tSdcIXZMQC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tSdcIXZMQC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-tSdcIXZMQC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tSdcIXZMQC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-tSdcIXZMQC .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tSdcIXZMQC a {
  font-style: normal;
}
.cid-tSdcIXZMQC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-tSdcIXZMQC .nav-item a {
  padding: 0.4rem 20px !important;
}
.cid-tSdcIXZMQC .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tSdcIXZMQC .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-tSdcIXZMQC .content-text {
  margin-bottom: 0;
}
.cid-tSdcIXZMQC .navbar-nav {
  position: relative;
  min-height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-tSdcIXZMQC .navbar-nav li:first-child > a {
  color: #4f87fb;
}
.cid-tSdcIXZMQC .navbar-nav li:last-child > a::before {
  position: absolute;
  content: '';
  height: 20px;
  width: 1px;
  right: -9px;
  margin-top: -10px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.46);
  margin-right: 12px;
  width: 0px;
  height: 0px;
}
@media (min-width: 1200px) {
  .cid-tSdcIXZMQC .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #2299aa;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tSdcIXZMQC .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-tSdcIXZMQC .navbar-nav .nav-item a {
    margin: 0 1.1rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-tSdcIXZMQC .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-tSdcIXZMQC .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-tSdcIXZMQC .display-4 > .mbr-iconfont {
  font-size: 1.23em;
}
.cid-tSdcIXZMQC .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tSdcIXZMQC .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tSdcIXZMQC .content-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.cid-tSdcIXZMQC .content-link:first-child {
  padding-left: 1.3rem;
}
@media (max-width: 1200px) {
  .cid-tSdcIXZMQC .content-link {
    display: none;
  }
}
.cid-tSdcIXZMQC .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tSdcIXZMQC .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-tSdcIXZMQC .nav-dropdown .link {
  font-weight: 600;
}
.cid-tSdcIXZMQC .nav-dropdown .link.display-4 {
  font-size: 15px;
}
.cid-tSdcIXZMQC .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tSdcIXZMQC .content-left-side {
  text-align: center;
  padding-top: 3px;
}
@media (max-width: 575px) {
  .cid-tSdcIXZMQC .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-tSdcIXZMQC .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-tSdcIXZMQC .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tSdcIXZMQC .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-tSdcIXZMQC .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-tSdcIXZMQC .content-right-side .icons-block {
  padding-bottom: 5px;
  padding-left: 17px;
}
.cid-tSdcIXZMQC .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-tSdcIXZMQC .content-right-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
.cid-tSdcIXZMQC .menu-content-top {
  display: none;
  padding: 1rem 4rem 1rem 3.8rem;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-tSdcIXZMQC .content-left-side .content-link {
  margin-left: 1rem;
}
.cid-tSdcIXZMQC .content-left-side .content-link:first-child {
  padding-left: 0;
  margin-left: 0;
}
.cid-tSdcIXZMQC .content-left-side .content-link span {
  vertical-align: middle;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .cid-tSdcIXZMQC .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-tSdcIXZMQC .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-tSdcIXZMQC .dropdown-item:before {
    display: none;
  }
  .cid-tSdcIXZMQC .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-tSdcIXZMQC .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-tSdcIXZMQC img {
    height: 3.8rem !important;
  }
  .cid-tSdcIXZMQC .btn {
    display: flex;
  }
  .cid-tSdcIXZMQC button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tSdcIXZMQC .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tSdcIXZMQC .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tSdcIXZMQC .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tSdcIXZMQC .navbar-collapse.collapsing,
  .cid-tSdcIXZMQC .navbar-collapse.show {
    display: block !important;
  }
  .cid-tSdcIXZMQC .navbar-collapse.collapsing .navbar-nav,
  .cid-tSdcIXZMQC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tSdcIXZMQC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tSdcIXZMQC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-tSdcIXZMQC .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tSdcIXZMQC .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tSdcIXZMQC .navbar-collapse.collapsing .navbar-buttons,
  .cid-tSdcIXZMQC .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tSdcIXZMQC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tSdcIXZMQC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tSdcIXZMQC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-tSdcIXZMQC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tSdcIXZMQC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tSdcIXZMQC .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}
@media (min-width: 1200px) {
  .cid-tSdcIXZMQC .navbar .menu-content-top {
    display: block;
  }
  .cid-tSdcIXZMQC .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-tSdcIXZMQC .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-tSdcIXZMQC .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-tSdcIXZMQC .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-tSdcIXZMQC .menu-bottom {
    display: flex;
  }
  .cid-tSdcIXZMQC .navbar {
    display: block;
    padding: 0;
  }
  .cid-tSdcIXZMQC .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-tSdcIXZMQC .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-tSdcIXZMQC .navbar-toggler {
    display: none;
  }
}
.cid-tSdcIXZMQC .navbar-short .menu-content-top {
  border: none;
  display: none;
}
.cid-tSdcIXZMQC .btn {
  padding: 15px 30px;
  font-weight: 800;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border-width: 1px;
  box-shadow: none;
}
.cid-tSdcIXZMQC .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tSdcIXZMQC .btn.display-4 {
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1;
}
.cid-tSdcIXZMQC .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding-right: 4rem;
  width: 100%;
}
.cid-tSdcIXZMQC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tSdcIXZMQC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSdcIXZMQC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tSdcIXZMQC .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #2299aa;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tSdcIXZMQC .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tSdcIXZMQC .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tSdcIXZMQC .dropdown .dropdown-menu .dropdown-item::after {
  right: -1rem;
}
.cid-tSdcIXZMQC .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #2299aa;
  color: #ffffff;
}
.cid-tSdcIXZMQC .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tSdcIXZMQC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tSdcIXZMQC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tSdcIXZMQC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tSdcIXZMQC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSdcIXZMQC .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tSdcIXZMQC .navbar.navbar-short {
  min-height: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tSdcIXZMQC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-tSdcIXZMQC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tSdcIXZMQC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tSdcIXZMQC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tSdcIXZMQC .navbar.navbar-short .navbar-nav {
  min-height: 60px;
}
.cid-tSdcIXZMQC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tSdcIXZMQC button.navbar-toggler:focus {
  outline: none;
}
.cid-tSdcIXZMQC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2299aa;
}
.cid-tSdcIXZMQC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tSdcIXZMQC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tSdcIXZMQC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tSdcIXZMQC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tSdcIXZMQC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tSdcIXZMQC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tSdcIXZMQC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tSdcIXZMQC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tSdcIXZMQC .navbar-fixed-top.opened {
  position: relative;
}
.cid-tSdcIXZMQC .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-tSdcIXZMQC .collapsed .menu-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tSdcIXZMQC .collapsed .menu-logo {
  margin-right: 0;
}
.cid-tSdcIXZMQC .collapsed .btn {
  display: flex;
}
.cid-tSdcIXZMQC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tSdcIXZMQC .collapsed .navbar-collapse.collapsing,
.cid-tSdcIXZMQC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tSdcIXZMQC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tSdcIXZMQC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tSdcIXZMQC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tSdcIXZMQC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tSdcIXZMQC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tSdcIXZMQC .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tSdcIXZMQC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tSdcIXZMQC .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tSdcIXZMQC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tSdcIXZMQC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-tSdcIXZMQC .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 3.5rem);
  }
  .cid-tSdcIXZMQC .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tSdcIXZMQC .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tSdcIXZMQC .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tSdcIXZMQC .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-tSdcIXZMQC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-tSdcIXZMQC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tSdcIXZMQC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tSdcIXZMQC .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tSdcIXZMQC .collapsed .dropdown-item:before {
  display: none;
}
.cid-tSdcIXZMQC .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-tSdcIXZMQC .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-tSdcIXZMQC .nav-link:focus {
  outline: none;
}
.cid-tSdcIXZMQC .navbar-toggler {
  position: relative;
}
.cid-tSdcIXZMQC .dropdown-item.active,
.cid-tSdcIXZMQC .dropdown-item:active {
  background-color: #ffffff;
  color: #000000;
}
.cid-tSdcIXZMQC .nav-link:hover,
.cid-tSdcIXZMQC .dropdown-item:hover {
  color: #2299aa;
}
.cid-tErA11u3gR {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tErrI5RAtN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #132f62;
}
.cid-tErrI5RAtN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tErrI5RAtN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tErrI5RAtN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tErrI5RAtN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tErrI5RAtN .row {
    text-align: center;
  }
  .cid-tErrI5RAtN .row > div {
    margin: auto;
  }
  .cid-tErrI5RAtN .social-row {
    justify-content: center;
  }
}
.cid-tErrI5RAtN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tErrI5RAtN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tErrI5RAtN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tErrI5RAtN .list {
    margin-bottom: 0rem;
  }
}
.cid-tErrI5RAtN .mbr-text {
  color: #ffffff;
}
.cid-tErrI5RAtN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tErrI5RAtN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tErrI5RAtN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tErB4QYJpD {
  background-color: #fafafa;
}
.cid-tErB4QYJpD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tErB4QYJpD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tErB4QYJpD .mbr-section-title {
  color: #353535;
}
.cid-tErrI5RAtN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #132f62;
}
.cid-tErrI5RAtN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tErrI5RAtN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tErrI5RAtN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tErrI5RAtN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tErrI5RAtN .row {
    text-align: center;
  }
  .cid-tErrI5RAtN .row > div {
    margin: auto;
  }
  .cid-tErrI5RAtN .social-row {
    justify-content: center;
  }
}
.cid-tErrI5RAtN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tErrI5RAtN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tErrI5RAtN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tErrI5RAtN .list {
    margin-bottom: 0rem;
  }
}
.cid-tErrI5RAtN .mbr-text {
  color: #ffffff;
}
.cid-tErrI5RAtN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tErrI5RAtN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tErrI5RAtN div > *:last-child {
    margin-top: 0 !important;
  }
}
