@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&subset=cyrillic);





body {
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ff8a73 !important;
}
.bg-success {
  background-color: #bfceff !important;
}
.bg-info {
  background-color: #57468b !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff4a26 !important;
  border-color: #ff4a26 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff4a26 !important;
  border-color: #ff4a26 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5580ff !important;
  border-color: #5580ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0847ff !important;
  border-color: #0847ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #57468b !important;
  border-color: #57468b !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #372c58 !important;
  border-color: #372c58 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bfceff !important;
  border-color: #bfceff !important;
  color: #002dbf !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #002dbf !important;
  background-color: #7293ff !important;
  border-color: #7293ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ff350d;
  color: #ff350d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff8a73;
  border-color: #ff8a73;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003cee;
  color: #003cee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5580ff;
  border-color: #5580ff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #2d2447;
  color: #2d2447;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #57468b;
  border-color: #57468b;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #57468b !important;
  border-color: #57468b !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #5980ff;
  color: #5980ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002dbf;
  background-color: #bfceff;
  border-color: #bfceff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #002dbf !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff8a73 !important;
}
.text-secondary {
  color: #5580ff !important;
}
.text-success {
  color: #bfceff !important;
}
.text-info {
  color: #57468b !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ff350d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #003cee !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5980ff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d2447 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
section:not(.menu) a[class*=text-] {
  position: relative;
}
section:not(.menu) a[class*=text-]:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
}
section:not(.menu) a[class*=text-]:hover:after {
  width: 100%;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #57468b;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff8a73;
  border-color: #ff8a73;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #ff8a73;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9a8cc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  height: auto;
  background-color: #f5f6ff;
  box-shadow: none;
  color: #807d78;
  border: 1px solid #f5f6ff;
  border-radius: 10px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
  line-height: 1;
  min-height: 48px;
  padding: 14px 30px;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.form-control,
.form-control:focus {
  color: #58468c;
  border: 1px solid #f5f6ff;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #ff8a73;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #ff8a73;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #ff8a73;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ff8a73;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ff8a73;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto!important;
  }
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #ff8a73 !important;
  -webkit-box-shadow: 0 6px 16px 0 #ff8a73 !important;
  background-color: #ff8a73 !important;
  border-color: #ff8a73 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #5580ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #5580ff !important;
  background-color: #5580ff !important;
  border-color: #5580ff !important;
}
.btn-success {
  color: white!important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white!important;
}
.btn-success:hover,
.btn-success:focus {
  color: white!important;
  box-shadow: 0 6px 15px 0 #bfceff !important;
  -webkit-box-shadow: 0 6px 16px 0 #bfceff !important;
  background-color: #bfceff !important;
  border-color: #bfceff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff8a73;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff8a73;
  border-bottom-color: #ff8a73;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff8a73 !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: #5580ff !important;
  box-shadow: none !important;
}
.cid-rleMsGxdOA {
  padding-top: 300px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/mbr-1920x918.jpg");
}
.cid-rleMsGxdOA H1 {
  text-align: center;
}
.cid-rleMsGxdOA .mbr-text,
.cid-rleMsGxdOA .mbr-section-btn {
  text-align: center;
}
.cid-rlqFCvwlj5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rlqFCvwlj5 H1 {
  color: #57468b;
}
.cid-rlqFCvwlj5 .align-left {
  margin: auto;
}
.cid-rlqFCvwlj5 .row {
  justify-content: space-between;
}
.cid-rlqFCvwlj5 .mbr-text,
.cid-rlqFCvwlj5 .mbr-section-btn {
  color: #716c80;
}
.cid-rlqFCvwlj5 .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-rlqFCvwlj5 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlqFCvwlj5 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlqFCvwlj5 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlqFCvwlj5 .link:hover {
  color: #ff8a73 !important;
}
.cid-rlqFCvwlj5 .link:hover .link-ico {
  color: #ff8a73 !important;
  padding-left: 10px;
}
.cid-rlqFCvwlj5 DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rlqFCvwlj5 .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rlqFCvwlj5 h1 {
    padding-bottom: 1rem;
  }
}
.cid-rlf7zVPuy8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rlf7zVPuy8 h4 {
  margin-bottom: 0;
}
.cid-rlf7zVPuy8 p {
  color: #767676;
}
.cid-rlf7zVPuy8 .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rlf7zVPuy8 .btn-info-outline {
  border: none;
  color: #57468b !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rlf7zVPuy8 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rlf7zVPuy8 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rlf7zVPuy8 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff8a73 !important;
  box-shadow: none!important;
}
.cid-rlf7zVPuy8 .btn-info-outline:active,
.cid-rlf7zVPuy8 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rlf7zVPuy8 .card-box {
  padding-top: 2rem;
}
.cid-rlf7zVPuy8 .card-wrapper {
  height: 100%;
}
.cid-rlf7zVPuy8 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlf7zVPuy8 img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rlf7zVPuy8 .card-title {
  color: #57468b;
}
.cid-rlf7zVPuy8 .main-title {
  color: #57468b;
}
.cid-rlf7zVPuy8 DIV {
  color: #57468b;
}
.cid-rBbm7hnNfb {
  background-image: url("../../../assets/images/mbr-1920x1386.jpg");
}
.cid-rBbm7hnNfb .icon-wrap {
  background-color: #ff3366 !important;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-rBbm7hnNfb .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-rBbm7hnNfb .icon-wrap span {
  padding-left: 8px;
}
.cid-rBbm7hnNfb .mbr-media span {
  font-size: 40px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rBbm7hnNfb .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rBbm7hnNfb .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rBbm7hnNfb .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rBbm7hnNfb .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rBbm7hnNfb a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rBbm7hnNfb a.close:hover {
  color: #ffffff;
}
.cid-rBbm7hnNfb P {
  color: #ffffff;
}
.cid-rBbt5zYEFj {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rBbt5zYEFj H1 {
  color: #57468b;
}
.cid-rBbt5zYEFj .mbr-text,
.cid-rBbt5zYEFj .mbr-section-btn {
  color: #716c80;
}
.cid-rBbt5zYEFj .img-box {
  position: relative;
}
.cid-rBbt5zYEFj .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-rBbt5zYEFj .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-rBbt5zYEFj img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rBbt5zYEFj .img-box {
    height: 500px;
  }
  .cid-rBbt5zYEFj .img1 {
    left: 1rem;
  }
  .cid-rBbt5zYEFj .img2 {
    right: 1rem;
  }
  .cid-rBbt5zYEFj img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-rBbt5zYEFj img {
    width: 60%;
  }
  .cid-rBbt5zYEFj .img-box {
    height: 300px;
  }
  .cid-rBbt5zYEFj .author-box {
    justify-content: center;
  }
}
.cid-rBbt5zYEFj .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rBbt5zYEFj .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rBbt5zYEFj .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rBbt5zYEFj h3,
.cid-rBbt5zYEFj h4 {
  margin: 0;
  padding: 0;
}
.cid-rBbt5zYEFj H3 {
  color: #57468b;
}
.cid-rBbt5zYEFj H4 {
  color: #716c80;
}
.cid-rBbCR4dVM8 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rBbCR4dVM8 .mbr-section-subtitle {
  color: #716c80;
}
.cid-rBbCR4dVM8 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rBbCR4dVM8 .mbr-text {
  color: #767676;
}
.cid-rBbCR4dVM8 .mbr-author-desc {
  display: block;
  color: #716c80;
}
.cid-rBbCR4dVM8 .mbr-author-name {
  color: #57468b;
  text-align: center;
}
.cid-rBbCR4dVM8 .mbr-testimonial .panel-item {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-rBbCR4dVM8 .mbr-testimonial .panel-item:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-rBbCR4dVM8 .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
  position: relative;
}
.cid-rBbCR4dVM8 .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-rBbCR4dVM8 .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rBbCR4dVM8 .mbr-testimonial .card-footer {
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  transition: all 0.2s;
  transform: translateY(2rem);
}
.cid-rBbCR4dVM8 .mbr-testimonial .card-footer:hover {
  transform: translateY(0rem);
  opacity: 1;
}
@media (max-width: 576px) {
  .cid-rBbCR4dVM8 .card-footer {
    transform: translateY(0rem) !important;
    opacity: 1!important;
  }
}
@media (max-width: 300px) {
  .cid-rBbCR4dVM8 .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rBbCR4dVM8 .mbr-iconfont-social {
  font-size: 18px;
}
.cid-rBbCR4dVM8 .icon1 {
  color: #ff8a73;
}
.cid-rBbCR4dVM8 .icon2 {
  color: #57468b;
}
.cid-rBbCR4dVM8 .icon3 {
  color: #5580ff;
}
.cid-rBbCR4dVM8 .social-list a:focus {
  text-decoration: none;
}
.cid-rBbCR4dVM8 H2 {
  color: #57468b;
}
.cid-rBaXsP3Wg1 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #bfceff;
}
.cid-rBaXsP3Wg1 section {
  position: relative;
}
.cid-rBaXsP3Wg1 .container {
  max-width: 1400px;
}
.cid-rBaXsP3Wg1 .card-img2 span {
  padding-top: 6px;
}
.cid-rBaXsP3Wg1 .soc-item a {
  padding-top: 5px;
}
.cid-rBaXsP3Wg1 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rBaXsP3Wg1 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rBaXsP3Wg1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rBaXsP3Wg1 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rBaXsP3Wg1 #e2_shape {
  fill: #ffffff !important;
}
.cid-rBaXsP3Wg1 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #57468b;
}
.cid-rBaXsP3Wg1 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rBaXsP3Wg1 .card-img2 {
  width: 45px;
  height: 45px;
  background: #57468b;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rBaXsP3Wg1 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rBaXsP3Wg1 .soc-item span {
  font-size: 1.4rem;
}
.cid-rBaXsP3Wg1 .soc-item:hover span {
  color: #ff8a73 !important;
}
.cid-rBaXsP3Wg1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rBaXsP3Wg1 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rBaXsP3Wg1 .media-wrap {
  margin-bottom: 1rem;
}
.cid-rBaXsP3Wg1 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rBaXsP3Wg1 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rBaXsP3Wg1 .item {
    justify-content: center;
  }
  .cid-rBaXsP3Wg1 .quote::after {
    left: 60px;
  }
}
.cid-rBaXsP3Wg1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rBaXsP3Wg1 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rBaXsP3Wg1 .text1 {
  color: #57468b;
}
.cid-rBaXsP3Wg1 .item-title {
  color: #57468b;
  text-align: center;
}
.cid-rBaXsP3Wg1 H5 {
  color: #57468b;
}
.cid-rBaXsP3Wg1 .theme {
  color: #ffffff;
}
.cid-rBaXsP3Wg1 .copyright > p {
  color: #ff3366;
}
.cid-rBaXsP3Wg1 .text2 {
  color: #57468b;
}
.cid-rBbgcdfe8A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #343351;
}
.cid-rBPdMFYTLc.popup-builder {
  background-color: #ffffff;
}
.cid-rBPdMFYTLc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rBPdMFYTLc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rBPdMFYTLc .modal-content,
.cid-rBPdMFYTLc .modal-dialog {
  height: auto;
}
.cid-rBPdMFYTLc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rBPdMFYTLc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rBPdMFYTLc .form-wrapper .mbr-form .form-group,
  .cid-rBPdMFYTLc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rBPdMFYTLc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rBPdMFYTLc .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBPdMFYTLc .mbr-text {
  text-align: center;
}
.cid-rBPdMFYTLc .pt-0 {
  padding-top: 0 !important;
}
.cid-rBPdMFYTLc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rBPdMFYTLc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rBPdMFYTLc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rBPdMFYTLc .modal-open {
  overflow: hidden;
}
.cid-rBPdMFYTLc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rBPdMFYTLc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rBPdMFYTLc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rBPdMFYTLc .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-rBPdMFYTLc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rBPdMFYTLc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rBPdMFYTLc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rBPdMFYTLc .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-rBPdMFYTLc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rBPdMFYTLc .modal-backdrop.fade {
  opacity: 0;
}
.cid-rBPdMFYTLc .modal-backdrop.show {
  opacity: .5;
}
.cid-rBPdMFYTLc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rBPdMFYTLc .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rBPdMFYTLc .modal-header .close:hover {
  opacity: 1;
}
.cid-rBPdMFYTLc .modal-header .close:focus {
  outline: none;
}
.cid-rBPdMFYTLc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rBPdMFYTLc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rBPdMFYTLc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rBPdMFYTLc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rBPdMFYTLc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rBPdMFYTLc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rBPdMFYTLc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rBPdMFYTLc .modal-sm {
    max-width: 300px;
  }
  .cid-rBPdMFYTLc .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rBPdMFYTLc .modal-lg,
  .cid-rBPdMFYTLc .modal-xl {
    max-width: 800px;
  }
  .cid-rBPdMFYTLc .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rBPdMFYTLc .modal-xl {
    max-width: 1140px;
  }
  .cid-rBPdMFYTLc .container {
    max-width: 1140px;
  }
}
.cid-rBPdMFYTLc .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rBPdMFYTLc .container {
    max-width: 720px;
  }
}
.cid-rBPdMFYTLc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rBPdMFYTLc .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-rBPdMFYTLc .form-group {
  margin-bottom: 1rem;
}
.cid-rBPdMFYTLc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rBPdMFYTLc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rBPdMFYTLc .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-rBd0ZNeEUC {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-rBd0ZNeEUC section {
  position: relative;
}
.cid-rBd0ZNeEUC svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-rBd0ZNeEUC #e2_shape {
  fill: #ffffff !important;
}
.cid-rBd0ZNeEUC img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rBd0ZNeEUC img {
    width: 90%!important;
  }
}
.cid-rBd0SA26E0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rBd0SA26E0 H1 {
  color: #57468b;
}
.cid-rBd0SA26E0 .mbr-text,
.cid-rBd0SA26E0 .mbr-section-btn {
  color: #716c80;
}
.cid-rBd0SA26E0 .img-box {
  position: relative;
}
.cid-rBd0SA26E0 .card-ico span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rBd0SA26E0 .card-ico .ico1 {
  background-color: #ff8a73;
}
.cid-rBd0SA26E0 .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rBd0SA26E0 .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-rBd0SA26E0 .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-rBd0SA26E0 .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-rBd0SA26E0 img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rBd0SA26E0 .img-box {
    height: 500px;
  }
  .cid-rBd0SA26E0 .img1 {
    left: 1rem;
  }
  .cid-rBd0SA26E0 .img2 {
    right: 1rem;
  }
  .cid-rBd0SA26E0 img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-rBd0SA26E0 img {
    width: 60%;
  }
  .cid-rBd0SA26E0 .img-box {
    height: 300px;
  }
  .cid-rBd0SA26E0 .author-box {
    justify-content: center;
  }
  .cid-rBd0SA26E0 .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rBd0SA26E0 .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-rBd0SA26E0 .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rBd0SA26E0 .card-ico span {
    margin-right: 0rem;
  }
}
.cid-rBd0SA26E0 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rBd0SA26E0 .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rBd0SA26E0 .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rBd0SA26E0 h3,
.cid-rBd0SA26E0 h4 {
  margin: 0;
  padding: 0;
}
.cid-rBd0SA26E0 H3 {
  color: #57468b;
}
.cid-rBd0SA26E0 H4 {
  color: #716c80;
}
.cid-rBd0SA26E0 .card-title {
  color: #57468b;
}
.cid-rBd0QugfVG {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-rBd0QugfVG H1 {
  color: #57468b;
}
.cid-rBd0QugfVG .mbr-text,
.cid-rBd0QugfVG .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rBd0QugfVG .img1 {
  width: 90%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
}
.cid-rBd0QugfVG .relative {
  position: relative;
}
.cid-rBd0QugfVG .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 60%;
  top: 4rem;
  left: 1rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-rBd0QugfVG .img1 {
    width: 100%;
  }
}
.cid-rBd0XmH0YY {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
.cid-rBd0XmH0YY H1 {
  color: #57468b;
}
.cid-rBd0XmH0YY .mbr-text,
.cid-rBd0XmH0YY .mbr-section-btn {
  color: #716c80;
}
.cid-rBd0XmH0YY img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rBd0XmH0YY img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rBd1BQRaSh {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-rBd1BQRaSh H1 {
  color: #57468b;
}
.cid-rBd1BQRaSh .mbr-text,
.cid-rBd1BQRaSh .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rBd1BQRaSh .img1 {
  width: 90%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
}
.cid-rBd1BQRaSh .relative {
  position: relative;
}
.cid-rBd1BQRaSh .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 60%;
  top: 4rem;
  left: 1rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-rBd1BQRaSh .img1 {
    width: 100%;
  }
}
.cid-rBaSh0V7uO {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #bfceff;
}
.cid-rBaSh0V7uO section {
  position: relative;
}
.cid-rBaSh0V7uO .container {
  max-width: 1400px;
}
.cid-rBaSh0V7uO .card-img2 span {
  padding-top: 6px;
}
.cid-rBaSh0V7uO .soc-item a {
  padding-top: 5px;
}
.cid-rBaSh0V7uO .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rBaSh0V7uO .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rBaSh0V7uO .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rBaSh0V7uO svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rBaSh0V7uO #e2_shape {
  fill: #ffffff !important;
}
.cid-rBaSh0V7uO .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #57468b;
}
.cid-rBaSh0V7uO .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rBaSh0V7uO .card-img2 {
  width: 45px;
  height: 45px;
  background: #57468b;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rBaSh0V7uO .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rBaSh0V7uO .soc-item span {
  font-size: 1.4rem;
}
.cid-rBaSh0V7uO .soc-item:hover span {
  color: #ff8a73 !important;
}
.cid-rBaSh0V7uO .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rBaSh0V7uO .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rBaSh0V7uO .media-wrap {
  margin-bottom: 1rem;
}
.cid-rBaSh0V7uO .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rBaSh0V7uO img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rBaSh0V7uO .item {
    justify-content: center;
  }
  .cid-rBaSh0V7uO .quote::after {
    left: 60px;
  }
}
.cid-rBaSh0V7uO .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rBaSh0V7uO .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rBaSh0V7uO .text1 {
  color: #57468b;
}
.cid-rBaSh0V7uO .item-title {
  color: #57468b;
  text-align: center;
}
.cid-rBaSh0V7uO H5 {
  color: #57468b;
}
.cid-rBaSh0V7uO .theme {
  color: #ffffff;
}
.cid-rBaSh0V7uO .copyright > p {
  color: #ff3366;
}
.cid-rBaSh0V7uO .text2 {
  color: #57468b;
}
.cid-rBbgcdfe8A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #343351;
}
.cid-rBbgcdfe8A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #343351;
}
.cid-rBaSezpcAC {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #bfceff;
}
.cid-rBaSezpcAC section {
  position: relative;
}
.cid-rBaSezpcAC .container {
  max-width: 1400px;
}
.cid-rBaSezpcAC .card-img2 span {
  padding-top: 6px;
}
.cid-rBaSezpcAC .soc-item a {
  padding-top: 5px;
}
.cid-rBaSezpcAC .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rBaSezpcAC .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rBaSezpcAC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rBaSezpcAC svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rBaSezpcAC #e2_shape {
  fill: #ffffff !important;
}
.cid-rBaSezpcAC .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #57468b;
}
.cid-rBaSezpcAC .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rBaSezpcAC .card-img2 {
  width: 45px;
  height: 45px;
  background: #57468b;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rBaSezpcAC .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rBaSezpcAC .soc-item span {
  font-size: 1.4rem;
}
.cid-rBaSezpcAC .soc-item:hover span {
  color: #ff8a73 !important;
}
.cid-rBaSezpcAC .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rBaSezpcAC .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rBaSezpcAC .media-wrap {
  margin-bottom: 1rem;
}
.cid-rBaSezpcAC .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rBaSezpcAC img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rBaSezpcAC .item {
    justify-content: center;
  }
  .cid-rBaSezpcAC .quote::after {
    left: 60px;
  }
}
.cid-rBaSezpcAC .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rBaSezpcAC .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rBaSezpcAC .text1 {
  color: #57468b;
}
.cid-rBaSezpcAC .item-title {
  color: #57468b;
  text-align: center;
}
.cid-rBaSezpcAC H5 {
  color: #57468b;
}
.cid-rBaSezpcAC .theme {
  color: #ffffff;
}
.cid-rBaSezpcAC .copyright > p {
  color: #ff3366;
}
.cid-rBaSezpcAC .text2 {
  color: #57468b;
}
.cid-rASK9mkpmJ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-rASK9mkpmJ section {
  position: relative;
}
.cid-rASK9mkpmJ svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-rASK9mkpmJ #e2_shape {
  fill: #ffffff !important;
}
.cid-rASK9mkpmJ img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rASK9mkpmJ img {
    width: 90%!important;
  }
}
.cid-rASKbqCXlC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
.cid-rASKbqCXlC H1 {
  color: #57468b;
}
.cid-rASKbqCXlC .mbr-text,
.cid-rASKbqCXlC .mbr-section-btn {
  color: #716c80;
}
.cid-rASKbqCXlC img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rASKbqCXlC img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rASKaZ8R4J {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-rASKaZ8R4J H1 {
  color: #57468b;
}
.cid-rASKaZ8R4J .mbr-text,
.cid-rASKaZ8R4J .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rASKaZ8R4J .img1 {
  width: 90%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
}
.cid-rASKaZ8R4J .relative {
  position: relative;
}
.cid-rASKaZ8R4J .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 60%;
  top: 4rem;
  left: 1rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-rASKaZ8R4J .img1 {
    width: 100%;
  }
}
.cid-rASKgWePFm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rASKgWePFm H1 {
  color: #57468b;
}
.cid-rASKgWePFm .mbr-text,
.cid-rASKgWePFm .mbr-section-btn {
  color: #716c80;
}
.cid-rASKgWePFm .img-box {
  position: relative;
}
.cid-rASKgWePFm .card-ico span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rASKgWePFm .card-ico .ico1 {
  background-color: #ff8a73;
}
.cid-rASKgWePFm .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rASKgWePFm .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-rASKgWePFm .img1 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: 1;
}
.cid-rASKgWePFm .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-rASKgWePFm img {
  width: 48%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-rASKgWePFm .img-box {
    height: 500px;
  }
  .cid-rASKgWePFm .img1 {
    left: 1rem;
  }
  .cid-rASKgWePFm .img2 {
    right: 1rem;
  }
  .cid-rASKgWePFm img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-rASKgWePFm img {
    width: 60%;
  }
  .cid-rASKgWePFm .img-box {
    height: 300px;
  }
  .cid-rASKgWePFm .author-box {
    justify-content: center;
  }
  .cid-rASKgWePFm .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rASKgWePFm .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-rASKgWePFm .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rASKgWePFm .card-ico span {
    margin-right: 0rem;
  }
}
.cid-rASKgWePFm .author-box {
  display: flex;
  flex-direction: row;
}
.cid-rASKgWePFm .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-rASKgWePFm .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-rASKgWePFm h3,
.cid-rASKgWePFm h4 {
  margin: 0;
  padding: 0;
}
.cid-rASKgWePFm H3 {
  color: #57468b;
}
.cid-rASKgWePFm H4 {
  color: #716c80;
}
.cid-rASKgWePFm .card-title {
  color: #57468b;
}
.cid-rBaVjVIm30 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #bfceff;
}
.cid-rBaVjVIm30 section {
  position: relative;
}
.cid-rBaVjVIm30 .container {
  max-width: 1400px;
}
.cid-rBaVjVIm30 .card-img2 span {
  padding-top: 6px;
}
.cid-rBaVjVIm30 .soc-item a {
  padding-top: 5px;
}
.cid-rBaVjVIm30 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rBaVjVIm30 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rBaVjVIm30 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rBaVjVIm30 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rBaVjVIm30 #e2_shape {
  fill: #ffffff !important;
}
.cid-rBaVjVIm30 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #57468b;
}
.cid-rBaVjVIm30 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rBaVjVIm30 .card-img2 {
  width: 45px;
  height: 45px;
  background: #57468b;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rBaVjVIm30 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rBaVjVIm30 .soc-item span {
  font-size: 1.4rem;
}
.cid-rBaVjVIm30 .soc-item:hover span {
  color: #ff8a73 !important;
}
.cid-rBaVjVIm30 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rBaVjVIm30 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rBaVjVIm30 .media-wrap {
  margin-bottom: 1rem;
}
.cid-rBaVjVIm30 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rBaVjVIm30 img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rBaVjVIm30 .item {
    justify-content: center;
  }
  .cid-rBaVjVIm30 .quote::after {
    left: 60px;
  }
}
.cid-rBaVjVIm30 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rBaVjVIm30 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rBaVjVIm30 .text1 {
  color: #57468b;
}
.cid-rBaVjVIm30 .item-title {
  color: #57468b;
  text-align: center;
}
.cid-rBaVjVIm30 H5 {
  color: #57468b;
}
.cid-rBaVjVIm30 .theme {
  color: #ffffff;
}
.cid-rBaVjVIm30 .copyright > p {
  color: #ff3366;
}
.cid-rBaVjVIm30 .text2 {
  color: #57468b;
}
.cid-rBbgcdfe8A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #343351;
}
.cid-rBaZAijd09 {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
}
.cid-rBaZAijd09 section {
  position: relative;
}
.cid-rBaZAijd09 .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-rBaZAijd09 #e1_circle,
.cid-rBaZAijd09 #e3_circle,
.cid-rBaZAijd09 #e4_circle,
.cid-rBaZAijd09 #e5_circle {
  fill: #e1e8ff !important;
}
.cid-rBaZAijd09 #e6_circle {
  fill: #bfceff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-rBaZAijd09 .round {
  border-radius: 100%;
  position: absolute;
  background-color: #e1e8ff;
  animation: orbit 4s linear infinite;
}
.cid-rBaZAijd09 .rev {
  animation: rev 4s linear infinite;
}
.cid-rBaZAijd09 .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-rBaZAijd09 .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-rBaZAijd09 .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-rBaZAijd09 .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-rBaZAijd09 .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-rBaZAijd09 .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-rBaZAijd09 .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-rBaZAijd09 .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-rBaZAijd09 .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-rBaZAijd09 .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-rBaZAijd09 .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-rBaZAijd09 H1 {
  color: #57468b;
}
.cid-rBaZAijd09 .mbr-text,
.cid-rBaZAijd09 .mbr-section-btn {
  color: #716c80;
}
.cid-rBaZAijd09 H3 {
  color: #716c80;
}
.cid-rBaZAijd09 img {
  height: 100%;
  margin: 0 auto;
}
.cid-rASMFKXn7D {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rASMxWhiiH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rASMxWhiiH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-rASMxWhiiH input,
.cid-rASMxWhiiH textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-rASMxWhiiH img {
  width: 90%;
  border-radius: 8px;
}
.cid-rASMxWhiiH .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-rASMxWhiiH textarea {
  min-height: 160px;
}
.cid-rASMxWhiiH .form-control,
.cid-rASMxWhiiH .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #232323;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rASMxWhiiH .form-control:hover,
.cid-rASMxWhiiH .field-input:hover,
.cid-rASMxWhiiH .form-control:focus,
.cid-rASMxWhiiH .field-input:focus {
  background-color: #f2f6ff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rASMxWhiiH input::-webkit-input-placeholder,
.cid-rASMxWhiiH textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-rASMxWhiiH input:-moz-placeholder,
.cid-rASMxWhiiH textarea:-moz-placeholder {
  color: #c1c1c1;
}
.cid-rASMxWhiiH .jq-selectbox li,
.cid-rASMxWhiiH .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-rASMxWhiiH .jq-selectbox li:hover,
.cid-rASMxWhiiH .jq-selectbox li.selected {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-rASMxWhiiH .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-rASMxWhiiH .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f2f6ff;
}
.cid-rASMxWhiiH H5 {
  color: #57468b;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-rASMxWhiiH img {
    width: 100%;
  }
  .cid-rASMxWhiiH .google-map {
    margin-bottom: 2rem;
  }
}
.cid-rASMxWhiiH .google-map {
  height: 27rem;
  position: relative;
}
.cid-rASMxWhiiH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rASMxWhiiH .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rASMxWhiiH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rASMxWhiiH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-rASMxWhiiH .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-rASMlbwtZj {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #bfceff;
}
.cid-rASMlbwtZj section {
  position: relative;
}
.cid-rASMlbwtZj .container {
  max-width: 1400px;
}
.cid-rASMlbwtZj .card-img2 span {
  padding-top: 6px;
}
.cid-rASMlbwtZj .soc-item a {
  padding-top: 5px;
}
.cid-rASMlbwtZj .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rASMlbwtZj .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rASMlbwtZj .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rASMlbwtZj svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rASMlbwtZj #e2_shape {
  fill: #ffffff !important;
}
.cid-rASMlbwtZj .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #57468b;
}
.cid-rASMlbwtZj .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rASMlbwtZj .card-img2 {
  width: 45px;
  height: 45px;
  background: #57468b;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rASMlbwtZj .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rASMlbwtZj .soc-item span {
  font-size: 1.4rem;
}
.cid-rASMlbwtZj .soc-item:hover span {
  color: #ff8a73 !important;
}
.cid-rASMlbwtZj .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rASMlbwtZj .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rASMlbwtZj .media-wrap {
  margin-bottom: 1rem;
}
.cid-rASMlbwtZj .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rASMlbwtZj img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rASMlbwtZj .item {
    justify-content: center;
  }
  .cid-rASMlbwtZj .quote::after {
    left: 60px;
  }
}
.cid-rASMlbwtZj .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rASMlbwtZj .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rASMlbwtZj .text1 {
  color: #57468b;
}
.cid-rASMlbwtZj .item-title {
  color: #57468b;
  text-align: center;
}
.cid-rASMlbwtZj H5 {
  color: #57468b;
}
.cid-rASMlbwtZj .theme {
  color: #ffffff;
}
.cid-rASMlbwtZj .copyright > p {
  color: #ff3366;
}
.cid-rASMlbwtZj .text2 {
  color: #57468b;
}
.cid-rBbgcdfe8A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #343351;
}
.cid-rBLyLe1ywm {
  padding-top: 75px;
  padding-bottom: 45px;
}
.cid-rBLyLe1ywm section {
  position: relative;
}
.cid-rBLyLe1ywm svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-rBLyLe1ywm #e2_shape {
  fill: #ffffff !important;
}
.cid-rBLyLe1ywm img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-rBLyLe1ywm img {
    width: 90%!important;
  }
}
.cid-rBLyLe1ywm H3 {
  color: #f2f6ff;
}
.cid-rBLQREf5yn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rBLQREf5yn H1 {
  color: #57468b;
}
.cid-rBLQREf5yn .mbr-text,
.cid-rBLQREf5yn .mbr-section-btn {
  color: #716c80;
}
.cid-rBLQREf5yn img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rBLQREf5yn .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rBLQREf5yn img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rBM4GHGVo8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rBM4GHGVo8 H1 {
  color: #57468b;
}
.cid-rBM4GHGVo8 .mbr-text,
.cid-rBM4GHGVo8 .mbr-section-btn {
  color: #716c80;
}
.cid-rBM4GHGVo8 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rBM4GHGVo8 .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rBM4GHGVo8 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rBM9IbE3Ew {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rBM9IbE3Ew H1 {
  color: #57468b;
}
.cid-rBM9IbE3Ew .mbr-text,
.cid-rBM9IbE3Ew .mbr-section-btn {
  color: #716c80;
}
.cid-rBM9IbE3Ew img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rBM9IbE3Ew .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rBM9IbE3Ew img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rBM9IMhWr8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rBM9IMhWr8 H1 {
  color: #57468b;
}
.cid-rBM9IMhWr8 .mbr-text,
.cid-rBM9IMhWr8 .mbr-section-btn {
  color: #716c80;
}
.cid-rBM9IMhWr8 img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rBM9IMhWr8 .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rBM9IMhWr8 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rBMGedAJjL {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rBMGedAJjL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rBMGedAJjL .form-control,
.cid-rBMGedAJjL .field-input {
  padding: 0.5rem;
  background-color: #f2f6ff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rBMGedAJjL .form-control input::-webkit-input-placeholder,
.cid-rBMGedAJjL .field-input input::-webkit-input-placeholder,
.cid-rBMGedAJjL .form-control textarea::-webkit-input-placeholder,
.cid-rBMGedAJjL .field-input textarea::-webkit-input-placeholder {
  color: #232323;
}
.cid-rBMGedAJjL .form-control input:-moz-placeholder,
.cid-rBMGedAJjL .field-input input:-moz-placeholder,
.cid-rBMGedAJjL .form-control textarea:-moz-placeholder,
.cid-rBMGedAJjL .field-input textarea:-moz-placeholder {
  color: #232323;
}
.cid-rBMGedAJjL .form-control:hover,
.cid-rBMGedAJjL .field-input:hover,
.cid-rBMGedAJjL .form-control:focus,
.cid-rBMGedAJjL .field-input:focus {
  background-color: #232323;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rBMGedAJjL .form-control:hover input::-webkit-input-placeholder,
.cid-rBMGedAJjL .field-input:hover input::-webkit-input-placeholder,
.cid-rBMGedAJjL .form-control:focus input::-webkit-input-placeholder,
.cid-rBMGedAJjL .field-input:focus input::-webkit-input-placeholder,
.cid-rBMGedAJjL .form-control:hover textarea::-webkit-input-placeholder,
.cid-rBMGedAJjL .field-input:hover textarea::-webkit-input-placeholder,
.cid-rBMGedAJjL .form-control:focus textarea::-webkit-input-placeholder,
.cid-rBMGedAJjL .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rBMGedAJjL .form-control:hover input:-moz-placeholder,
.cid-rBMGedAJjL .field-input:hover input:-moz-placeholder,
.cid-rBMGedAJjL .form-control:focus input:-moz-placeholder,
.cid-rBMGedAJjL .field-input:focus input:-moz-placeholder,
.cid-rBMGedAJjL .form-control:hover textarea:-moz-placeholder,
.cid-rBMGedAJjL .field-input:hover textarea:-moz-placeholder,
.cid-rBMGedAJjL .form-control:focus textarea:-moz-placeholder,
.cid-rBMGedAJjL .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rBMGedAJjL .jq-number__spin:hover,
.cid-rBMGedAJjL .jq-number__spin:focus {
  background-color: #232323;
  border-color: #000000;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rBMGedAJjL .jq-number__spin {
  background-color: #f2f6ff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rBMGedAJjL .jq-selectbox li,
.cid-rBMGedAJjL .jq-selectbox li {
  background-color: #f2f6ff;
  color: #000000;
}
.cid-rBMGedAJjL .jq-selectbox li:hover,
.cid-rBMGedAJjL .jq-selectbox li.selected {
  background-color: #232323;
  color: #ffffff;
}
.cid-rBMGedAJjL .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rBMGedAJjL .jq-number__spin.minus:hover:after,
.cid-rBMGedAJjL .jq-number__spin.plus:hover:after {
  border-top-color: #f2f6ff;
  border-bottom-color: #f2f6ff;
}
.cid-rBMGedAJjL .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rBMGedAJjL .jq-number__spin.minus:after,
.cid-rBMGedAJjL .jq-number__spin.plus:after {
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.cid-rBMGedAJjL input::-webkit-clear-button {
  display: none;
}
.cid-rBMGedAJjL input::-webkit-inner-spin-button {
  display: none;
}
.cid-rBMGedAJjL input::-webkit-outer-spin-button {
  display: none;
}
.cid-rBMGedAJjL input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rBLyLgvCkr {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #bfceff;
}
.cid-rBLyLgvCkr section {
  position: relative;
}
.cid-rBLyLgvCkr .container {
  max-width: 1400px;
}
.cid-rBLyLgvCkr .card-img2 span {
  padding-top: 6px;
}
.cid-rBLyLgvCkr .soc-item a {
  padding-top: 5px;
}
.cid-rBLyLgvCkr .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rBLyLgvCkr .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rBLyLgvCkr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rBLyLgvCkr svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rBLyLgvCkr #e2_shape {
  fill: #ffffff !important;
}
.cid-rBLyLgvCkr .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #57468b;
}
.cid-rBLyLgvCkr .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rBLyLgvCkr .card-img2 {
  width: 45px;
  height: 45px;
  background: #57468b;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rBLyLgvCkr .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rBLyLgvCkr .soc-item span {
  font-size: 1.4rem;
}
.cid-rBLyLgvCkr .soc-item:hover span {
  color: #ff8a73 !important;
}
.cid-rBLyLgvCkr .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rBLyLgvCkr .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rBLyLgvCkr .media-wrap {
  margin-bottom: 1rem;
}
.cid-rBLyLgvCkr .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rBLyLgvCkr img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rBLyLgvCkr .item {
    justify-content: center;
  }
  .cid-rBLyLgvCkr .quote::after {
    left: 60px;
  }
}
.cid-rBLyLgvCkr .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rBLyLgvCkr .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rBLyLgvCkr .text1 {
  color: #57468b;
}
.cid-rBLyLgvCkr .item-title {
  color: #57468b;
  text-align: center;
}
.cid-rBLyLgvCkr H5 {
  color: #57468b;
}
.cid-rBLyLgvCkr .theme {
  color: #ffffff;
}
.cid-rBLyLgvCkr .copyright > p {
  color: #ff3366;
}
.cid-rBLyLgvCkr .text2 {
  color: #57468b;
}
.cid-rBLyLhsVgI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #343351;
}
.cid-rBLJqYSZ9T.popup-builder {
  background-color: #ffffff;
}
.cid-rBLJqYSZ9T.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rBLJqYSZ9T.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rBLJqYSZ9T .modal-content,
.cid-rBLJqYSZ9T .modal-dialog {
  height: auto;
}
.cid-rBLJqYSZ9T .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rBLJqYSZ9T .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rBLJqYSZ9T .form-wrapper .mbr-form .form-group,
  .cid-rBLJqYSZ9T .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rBLJqYSZ9T .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rBLJqYSZ9T .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBLJqYSZ9T .mbr-text {
  text-align: center;
}
.cid-rBLJqYSZ9T .pt-0 {
  padding-top: 0 !important;
}
.cid-rBLJqYSZ9T .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rBLJqYSZ9T .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rBLJqYSZ9T .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rBLJqYSZ9T .modal-open {
  overflow: hidden;
}
.cid-rBLJqYSZ9T .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rBLJqYSZ9T .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rBLJqYSZ9T .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rBLJqYSZ9T .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-rBLJqYSZ9T .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rBLJqYSZ9T .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rBLJqYSZ9T .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rBLJqYSZ9T .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-rBLJqYSZ9T .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rBLJqYSZ9T .modal-backdrop.fade {
  opacity: 0;
}
.cid-rBLJqYSZ9T .modal-backdrop.show {
  opacity: .5;
}
.cid-rBLJqYSZ9T .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rBLJqYSZ9T .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rBLJqYSZ9T .modal-header .close:hover {
  opacity: 1;
}
.cid-rBLJqYSZ9T .modal-header .close:focus {
  outline: none;
}
.cid-rBLJqYSZ9T .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rBLJqYSZ9T .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rBLJqYSZ9T .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rBLJqYSZ9T .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rBLJqYSZ9T .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rBLJqYSZ9T .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rBLJqYSZ9T .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rBLJqYSZ9T .modal-sm {
    max-width: 300px;
  }
  .cid-rBLJqYSZ9T .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rBLJqYSZ9T .modal-lg,
  .cid-rBLJqYSZ9T .modal-xl {
    max-width: 800px;
  }
  .cid-rBLJqYSZ9T .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rBLJqYSZ9T .modal-xl {
    max-width: 1140px;
  }
  .cid-rBLJqYSZ9T .container {
    max-width: 1140px;
  }
}
.cid-rBLJqYSZ9T .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rBLJqYSZ9T .container {
    max-width: 720px;
  }
}
.cid-rBLJqYSZ9T .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rBLJqYSZ9T .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-rBLJqYSZ9T .form-group {
  margin-bottom: 1rem;
}
.cid-rBLJqYSZ9T .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rBLJqYSZ9T .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rBLJqYSZ9T .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-rBLP24MeId.popup-builder {
  background-color: #ffffff;
}
.cid-rBLP24MeId.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rBLP24MeId.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rBLP24MeId .modal-content,
.cid-rBLP24MeId .modal-dialog {
  height: auto;
}
.cid-rBLP24MeId .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rBLP24MeId .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rBLP24MeId .form-wrapper .mbr-form .form-group,
  .cid-rBLP24MeId .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rBLP24MeId .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rBLP24MeId .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBLP24MeId .mbr-text {
  text-align: center;
}
.cid-rBLP24MeId .pt-0 {
  padding-top: 0 !important;
}
.cid-rBLP24MeId .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rBLP24MeId .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rBLP24MeId .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rBLP24MeId .modal-open {
  overflow: hidden;
}
.cid-rBLP24MeId .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rBLP24MeId .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rBLP24MeId .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rBLP24MeId .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-rBLP24MeId .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rBLP24MeId .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rBLP24MeId .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rBLP24MeId .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-rBLP24MeId .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rBLP24MeId .modal-backdrop.fade {
  opacity: 0;
}
.cid-rBLP24MeId .modal-backdrop.show {
  opacity: .5;
}
.cid-rBLP24MeId .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rBLP24MeId .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rBLP24MeId .modal-header .close:hover {
  opacity: 1;
}
.cid-rBLP24MeId .modal-header .close:focus {
  outline: none;
}
.cid-rBLP24MeId .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rBLP24MeId .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rBLP24MeId .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rBLP24MeId .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rBLP24MeId .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rBLP24MeId .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rBLP24MeId .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rBLP24MeId .modal-sm {
    max-width: 300px;
  }
  .cid-rBLP24MeId .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rBLP24MeId .modal-lg,
  .cid-rBLP24MeId .modal-xl {
    max-width: 800px;
  }
  .cid-rBLP24MeId .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rBLP24MeId .modal-xl {
    max-width: 1140px;
  }
  .cid-rBLP24MeId .container {
    max-width: 1140px;
  }
}
.cid-rBLP24MeId .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rBLP24MeId .container {
    max-width: 720px;
  }
}
.cid-rBLP24MeId .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rBLP24MeId .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-rBLP24MeId .form-group {
  margin-bottom: 1rem;
}
.cid-rBLP24MeId .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rBLP24MeId .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rBLP24MeId .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-rBM3JIus7f.popup-builder {
  background-color: #ffffff;
}
.cid-rBM3JIus7f.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rBM3JIus7f.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rBM3JIus7f .modal-content,
.cid-rBM3JIus7f .modal-dialog {
  height: auto;
}
.cid-rBM3JIus7f .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rBM3JIus7f .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rBM3JIus7f .form-wrapper .mbr-form .form-group,
  .cid-rBM3JIus7f .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rBM3JIus7f .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rBM3JIus7f .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBM3JIus7f .mbr-text {
  text-align: center;
}
.cid-rBM3JIus7f .pt-0 {
  padding-top: 0 !important;
}
.cid-rBM3JIus7f .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rBM3JIus7f .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rBM3JIus7f .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rBM3JIus7f .modal-open {
  overflow: hidden;
}
.cid-rBM3JIus7f .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rBM3JIus7f .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rBM3JIus7f .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rBM3JIus7f .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-rBM3JIus7f .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rBM3JIus7f .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rBM3JIus7f .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rBM3JIus7f .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-rBM3JIus7f .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rBM3JIus7f .modal-backdrop.fade {
  opacity: 0;
}
.cid-rBM3JIus7f .modal-backdrop.show {
  opacity: .5;
}
.cid-rBM3JIus7f .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rBM3JIus7f .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rBM3JIus7f .modal-header .close:hover {
  opacity: 1;
}
.cid-rBM3JIus7f .modal-header .close:focus {
  outline: none;
}
.cid-rBM3JIus7f .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rBM3JIus7f .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rBM3JIus7f .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rBM3JIus7f .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rBM3JIus7f .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rBM3JIus7f .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rBM3JIus7f .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rBM3JIus7f .modal-sm {
    max-width: 300px;
  }
  .cid-rBM3JIus7f .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rBM3JIus7f .modal-lg,
  .cid-rBM3JIus7f .modal-xl {
    max-width: 800px;
  }
  .cid-rBM3JIus7f .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rBM3JIus7f .modal-xl {
    max-width: 1140px;
  }
  .cid-rBM3JIus7f .container {
    max-width: 1140px;
  }
}
.cid-rBM3JIus7f .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rBM3JIus7f .container {
    max-width: 720px;
  }
}
.cid-rBM3JIus7f .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rBM3JIus7f .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-rBM3JIus7f .form-group {
  margin-bottom: 1rem;
}
.cid-rBM3JIus7f .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rBM3JIus7f .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rBM3JIus7f .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-rBM4L75pbC.popup-builder {
  background-color: #ffffff;
}
.cid-rBM4L75pbC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rBM4L75pbC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rBM4L75pbC .modal-content,
.cid-rBM4L75pbC .modal-dialog {
  height: auto;
}
.cid-rBM4L75pbC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rBM4L75pbC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rBM4L75pbC .form-wrapper .mbr-form .form-group,
  .cid-rBM4L75pbC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rBM4L75pbC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rBM4L75pbC .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBM4L75pbC .mbr-text {
  text-align: center;
}
.cid-rBM4L75pbC .pt-0 {
  padding-top: 0 !important;
}
.cid-rBM4L75pbC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rBM4L75pbC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rBM4L75pbC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rBM4L75pbC .modal-open {
  overflow: hidden;
}
.cid-rBM4L75pbC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rBM4L75pbC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rBM4L75pbC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rBM4L75pbC .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-rBM4L75pbC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rBM4L75pbC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rBM4L75pbC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rBM4L75pbC .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-rBM4L75pbC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rBM4L75pbC .modal-backdrop.fade {
  opacity: 0;
}
.cid-rBM4L75pbC .modal-backdrop.show {
  opacity: .5;
}
.cid-rBM4L75pbC .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rBM4L75pbC .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rBM4L75pbC .modal-header .close:hover {
  opacity: 1;
}
.cid-rBM4L75pbC .modal-header .close:focus {
  outline: none;
}
.cid-rBM4L75pbC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rBM4L75pbC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rBM4L75pbC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rBM4L75pbC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rBM4L75pbC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rBM4L75pbC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rBM4L75pbC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rBM4L75pbC .modal-sm {
    max-width: 300px;
  }
  .cid-rBM4L75pbC .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rBM4L75pbC .modal-lg,
  .cid-rBM4L75pbC .modal-xl {
    max-width: 800px;
  }
  .cid-rBM4L75pbC .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rBM4L75pbC .modal-xl {
    max-width: 1140px;
  }
  .cid-rBM4L75pbC .container {
    max-width: 1140px;
  }
}
.cid-rBM4L75pbC .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rBM4L75pbC .container {
    max-width: 720px;
  }
}
.cid-rBM4L75pbC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rBM4L75pbC .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-rBM4L75pbC .form-group {
  margin-bottom: 1rem;
}
.cid-rBM4L75pbC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rBM4L75pbC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rBM4L75pbC .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-rBM9F4Cc5Q.popup-builder {
  background-color: #ffffff;
}
.cid-rBM9F4Cc5Q.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rBM9F4Cc5Q.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rBM9F4Cc5Q .modal-content,
.cid-rBM9F4Cc5Q .modal-dialog {
  height: auto;
}
.cid-rBM9F4Cc5Q .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rBM9F4Cc5Q .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rBM9F4Cc5Q .form-wrapper .mbr-form .form-group,
  .cid-rBM9F4Cc5Q .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rBM9F4Cc5Q .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rBM9F4Cc5Q .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBM9F4Cc5Q .mbr-text {
  text-align: center;
}
.cid-rBM9F4Cc5Q .pt-0 {
  padding-top: 0 !important;
}
.cid-rBM9F4Cc5Q .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rBM9F4Cc5Q .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rBM9F4Cc5Q .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rBM9F4Cc5Q .modal-open {
  overflow: hidden;
}
.cid-rBM9F4Cc5Q .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rBM9F4Cc5Q .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rBM9F4Cc5Q .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rBM9F4Cc5Q .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-rBM9F4Cc5Q .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rBM9F4Cc5Q .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rBM9F4Cc5Q .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rBM9F4Cc5Q .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-rBM9F4Cc5Q .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rBM9F4Cc5Q .modal-backdrop.fade {
  opacity: 0;
}
.cid-rBM9F4Cc5Q .modal-backdrop.show {
  opacity: .5;
}
.cid-rBM9F4Cc5Q .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rBM9F4Cc5Q .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rBM9F4Cc5Q .modal-header .close:hover {
  opacity: 1;
}
.cid-rBM9F4Cc5Q .modal-header .close:focus {
  outline: none;
}
.cid-rBM9F4Cc5Q .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rBM9F4Cc5Q .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rBM9F4Cc5Q .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rBM9F4Cc5Q .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rBM9F4Cc5Q .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rBM9F4Cc5Q .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rBM9F4Cc5Q .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rBM9F4Cc5Q .modal-sm {
    max-width: 300px;
  }
  .cid-rBM9F4Cc5Q .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rBM9F4Cc5Q .modal-lg,
  .cid-rBM9F4Cc5Q .modal-xl {
    max-width: 800px;
  }
  .cid-rBM9F4Cc5Q .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rBM9F4Cc5Q .modal-xl {
    max-width: 1140px;
  }
  .cid-rBM9F4Cc5Q .container {
    max-width: 1140px;
  }
}
.cid-rBM9F4Cc5Q .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rBM9F4Cc5Q .container {
    max-width: 720px;
  }
}
.cid-rBM9F4Cc5Q .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rBM9F4Cc5Q .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-rBM9F4Cc5Q .form-group {
  margin-bottom: 1rem;
}
.cid-rBM9F4Cc5Q .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rBM9F4Cc5Q .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rBM9F4Cc5Q .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-rBM9FjL5eG.popup-builder {
  background-color: #ffffff;
}
.cid-rBM9FjL5eG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rBM9FjL5eG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rBM9FjL5eG .modal-content,
.cid-rBM9FjL5eG .modal-dialog {
  height: auto;
}
.cid-rBM9FjL5eG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rBM9FjL5eG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rBM9FjL5eG .form-wrapper .mbr-form .form-group,
  .cid-rBM9FjL5eG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rBM9FjL5eG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rBM9FjL5eG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBM9FjL5eG .mbr-text {
  text-align: center;
}
.cid-rBM9FjL5eG .pt-0 {
  padding-top: 0 !important;
}
.cid-rBM9FjL5eG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rBM9FjL5eG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rBM9FjL5eG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rBM9FjL5eG .modal-open {
  overflow: hidden;
}
.cid-rBM9FjL5eG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rBM9FjL5eG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rBM9FjL5eG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rBM9FjL5eG .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-rBM9FjL5eG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rBM9FjL5eG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rBM9FjL5eG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rBM9FjL5eG .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-rBM9FjL5eG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rBM9FjL5eG .modal-backdrop.fade {
  opacity: 0;
}
.cid-rBM9FjL5eG .modal-backdrop.show {
  opacity: .5;
}
.cid-rBM9FjL5eG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rBM9FjL5eG .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rBM9FjL5eG .modal-header .close:hover {
  opacity: 1;
}
.cid-rBM9FjL5eG .modal-header .close:focus {
  outline: none;
}
.cid-rBM9FjL5eG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rBM9FjL5eG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rBM9FjL5eG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rBM9FjL5eG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rBM9FjL5eG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rBM9FjL5eG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rBM9FjL5eG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rBM9FjL5eG .modal-sm {
    max-width: 300px;
  }
  .cid-rBM9FjL5eG .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rBM9FjL5eG .modal-lg,
  .cid-rBM9FjL5eG .modal-xl {
    max-width: 800px;
  }
  .cid-rBM9FjL5eG .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rBM9FjL5eG .modal-xl {
    max-width: 1140px;
  }
  .cid-rBM9FjL5eG .container {
    max-width: 1140px;
  }
}
.cid-rBM9FjL5eG .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rBM9FjL5eG .container {
    max-width: 720px;
  }
}
.cid-rBM9FjL5eG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rBM9FjL5eG .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-rBM9FjL5eG .form-group {
  margin-bottom: 1rem;
}
.cid-rBM9FjL5eG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rBM9FjL5eG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rBM9FjL5eG .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-rBM9FzUdnl.popup-builder {
  background-color: #ffffff;
}
.cid-rBM9FzUdnl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rBM9FzUdnl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rBM9FzUdnl .modal-content,
.cid-rBM9FzUdnl .modal-dialog {
  height: auto;
}
.cid-rBM9FzUdnl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rBM9FzUdnl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rBM9FzUdnl .form-wrapper .mbr-form .form-group,
  .cid-rBM9FzUdnl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rBM9FzUdnl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rBM9FzUdnl .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBM9FzUdnl .mbr-text {
  text-align: center;
}
.cid-rBM9FzUdnl .pt-0 {
  padding-top: 0 !important;
}
.cid-rBM9FzUdnl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rBM9FzUdnl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rBM9FzUdnl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rBM9FzUdnl .modal-open {
  overflow: hidden;
}
.cid-rBM9FzUdnl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rBM9FzUdnl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rBM9FzUdnl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rBM9FzUdnl .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-rBM9FzUdnl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rBM9FzUdnl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rBM9FzUdnl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rBM9FzUdnl .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-rBM9FzUdnl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rBM9FzUdnl .modal-backdrop.fade {
  opacity: 0;
}
.cid-rBM9FzUdnl .modal-backdrop.show {
  opacity: .5;
}
.cid-rBM9FzUdnl .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rBM9FzUdnl .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rBM9FzUdnl .modal-header .close:hover {
  opacity: 1;
}
.cid-rBM9FzUdnl .modal-header .close:focus {
  outline: none;
}
.cid-rBM9FzUdnl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rBM9FzUdnl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rBM9FzUdnl .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rBM9FzUdnl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rBM9FzUdnl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rBM9FzUdnl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rBM9FzUdnl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rBM9FzUdnl .modal-sm {
    max-width: 300px;
  }
  .cid-rBM9FzUdnl .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rBM9FzUdnl .modal-lg,
  .cid-rBM9FzUdnl .modal-xl {
    max-width: 800px;
  }
  .cid-rBM9FzUdnl .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rBM9FzUdnl .modal-xl {
    max-width: 1140px;
  }
  .cid-rBM9FzUdnl .container {
    max-width: 1140px;
  }
}
.cid-rBM9FzUdnl .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rBM9FzUdnl .container {
    max-width: 720px;
  }
}
.cid-rBM9FzUdnl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rBM9FzUdnl .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-rBM9FzUdnl .form-group {
  margin-bottom: 1rem;
}
.cid-rBM9FzUdnl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rBM9FzUdnl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rBM9FzUdnl .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-rBM9FRqlpt.popup-builder {
  background-color: #ffffff;
}
.cid-rBM9FRqlpt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rBM9FRqlpt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rBM9FRqlpt .modal-content,
.cid-rBM9FRqlpt .modal-dialog {
  height: auto;
}
.cid-rBM9FRqlpt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rBM9FRqlpt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rBM9FRqlpt .form-wrapper .mbr-form .form-group,
  .cid-rBM9FRqlpt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rBM9FRqlpt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rBM9FRqlpt .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBM9FRqlpt .mbr-text {
  text-align: center;
}
.cid-rBM9FRqlpt .pt-0 {
  padding-top: 0 !important;
}
.cid-rBM9FRqlpt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rBM9FRqlpt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rBM9FRqlpt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rBM9FRqlpt .modal-open {
  overflow: hidden;
}
.cid-rBM9FRqlpt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rBM9FRqlpt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rBM9FRqlpt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rBM9FRqlpt .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-rBM9FRqlpt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rBM9FRqlpt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rBM9FRqlpt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rBM9FRqlpt .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-rBM9FRqlpt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rBM9FRqlpt .modal-backdrop.fade {
  opacity: 0;
}
.cid-rBM9FRqlpt .modal-backdrop.show {
  opacity: .5;
}
.cid-rBM9FRqlpt .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rBM9FRqlpt .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rBM9FRqlpt .modal-header .close:hover {
  opacity: 1;
}
.cid-rBM9FRqlpt .modal-header .close:focus {
  outline: none;
}
.cid-rBM9FRqlpt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rBM9FRqlpt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rBM9FRqlpt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rBM9FRqlpt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rBM9FRqlpt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rBM9FRqlpt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rBM9FRqlpt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rBM9FRqlpt .modal-sm {
    max-width: 300px;
  }
  .cid-rBM9FRqlpt .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rBM9FRqlpt .modal-lg,
  .cid-rBM9FRqlpt .modal-xl {
    max-width: 800px;
  }
  .cid-rBM9FRqlpt .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rBM9FRqlpt .modal-xl {
    max-width: 1140px;
  }
  .cid-rBM9FRqlpt .container {
    max-width: 1140px;
  }
}
.cid-rBM9FRqlpt .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rBM9FRqlpt .container {
    max-width: 720px;
  }
}
.cid-rBM9FRqlpt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rBM9FRqlpt .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-rBM9FRqlpt .form-group {
  margin-bottom: 1rem;
}
.cid-rBM9FRqlpt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rBM9FRqlpt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rBM9FRqlpt .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-rBbgcdfe8A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #343351;
}
.cid-rF7RSH8UkR {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
.cid-rF7RSH8UkR H1 {
  color: #57468b;
}
.cid-rF7RSH8UkR .mbr-text,
.cid-rF7RSH8UkR .mbr-section-btn {
  color: #716c80;
}
